@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background: url(images/it-consultants.gif) fixed center repeat-y;
	background-color: #144D84;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #2C6CAE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2C6CAE;
}
a:hover {
	text-decoration: underline;
	color: #737272;
}
a:active {
	text-decoration: none;
	color: #2C6CAE;
}
.style1 {
	color: #144D84;
	font-size: 12px;
	font-weight: bold;
	
}
.style2 {
	font-size: 11px
}
.style3 {
	font-size: 12px
}
.style4 {
	font-size: 11px;
	color: #f4f4f4;
	}

/* Menu */
.nav{
margin: 0;
padding: 0;
float: left;
font: 13px arial;
font-weight: bold;
width: 920px;
overflow: hidden;
margin-bottom: 0;
border: 1px solid #000000;
border-width: 1px solid #000000;
background: black url(images/nav.gif) center center repeat-x;
}

.nav li{
display: inline;
}

.nav li a{
float: left;
color: #f4f4f4;
padding: 8px 30px;
text-decoration: none;
border-right: 1px solid #000000;
}

.nav li a:visited{
color: #f4f4f4;
}

.nav li a:hover, .nav li .current{
color: #ffffff;
text-decoration: none;
background: transparent url(images/nav_over.gif) center center repeat-x;}


.class1 A:link { color: #144D84; font-size: 16px; border-bottom: 1px #393939 dotted; text-decoration: none;}
.class1 A:visited { color: #144D84; font-size: 16px; border-bottom: 1px #393939 dotted; text-decoration: none}
.class1 A:active { color: #144D84; font-size: 16px; border-bottom: 1px #393939 dotted; text-decoration: none}
.class1 A:hover {color: #393939; font-size: 16px; border-bottom: 1px #144D84 dotted; text-decoration: none}

.class2 A:link { color: #393939; font-size: 11px; border-bottom: 1px #144D84 dotted; text-decoration: none;}
.class2 A:visited { color: #393939; font-size: 11px; border-bottom: 1px #144D84 dotted; text-decoration: none}
.class2 A:active { color: #393939; font-size: 11px; border-bottom: 1px #144D84 dotted; text-decoration: none}
.class2 A:hover {color: #144D84; font-size: 11px; border-bottom: 1px #393939 dotted; text-decoration: none}

.class3 A:link { color: #144D84; font-size: 13px; border-bottom: 1px #144D84 dotted; text-decoration: none;}
.class3 A:visited { color: #144D84; font-size: 13px; border-bottom: 1px #144D84 dotted; text-decoration: none}
.class3 A:active { color: #144D84; font-size: 13px; border-bottom: 1px #144D84 dotted; text-decoration: none}
.class3 A:hover {color: #393939; font-size: 13px; border-bottom: 1px #393939 dotted; text-decoration: none}

.footer A:link { color: #f4f4f4; font-size: 11px; border-bottom: 1px #ABCDEF dotted; text-decoration: none;}
.footer A:visited { color: #f4f4f4; font-size: 11px; border-bottom: 1px #ABCDEF dotted; text-decoration: none}
.footer A:active { color: #f4f4f4; font-size: 11px; border-bottom: 1px #ABCDEF dotted; text-decoration: none}
.footer A:hover {color: #ffffff; font-size: 11px; border-bottom: 1px #f4f4f4 dotted; text-decoration: none}

h1 { 
font-family: Arial; 
color: #144D84; 
font-size: 36px; 
font-weight: bold; 
line-height: 40px; 
margin-top: 0px; 
margin-bottom: 0px; } 

h2 { 
font-family: Arial; 
color: #144D84; 
font-size: 20px; 
font-weight: bold; 
line-height: 20px; 
margin-top: 0px; 
margin-bottom: 0px; } 

h3 { 
font-family: Arial; 
color: #2a2a2a; 
font-size: 16px; 
font-weight: bold; 
line-height: 20px; 
margin-top: 0px; 
margin-bottom: 0px; } 

h4 { 
font-family: Arial; 
color: #2a2a2a; 
font-size: 16px; 
font-weight: bold; 
line-height: 20px; 
margin-top: 0px; 
margin-bottom: 0px; } 

.itnav{
	width: 225px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #000000;
	border-size: 0px;
	border-width: 0px;
}

.itnav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.itnav li a{
	font: bold 11px Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(images/it-nav.gif) 100% 0;
    height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.itnav li a:link, .itnav li a:visited {
	color: #2a2a2a;
}

.itnav li a:hover{
	color: #000000;
	text-decoration: none;
	background-position: 100% -64px;
}

	
.itnav li a.active{
	color: #000000;
	background-position: 100% -64px;
}

img
{  border-style: none;
}
 