/* CSS Document */

html, * { /* sets all elements to zero margin and padding from the get-go */
	padding: 0;
	margin: 0;
	}
	
body {
	color:#FFFFFF;
	}
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#990000;
	}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #000;
	text-align:left;
	padding-top:10px;
	padding-bottom:15px;
	padding-left:10px;
	padding-right:5px;
	}
	
h3 {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	text-align:left;
	padding-top:10px;
	padding-left:15px;
	padding-right:5px;
	}
	
p, h1{ /* sets rule for multiple elements */
	padding:10px;
	font-size:10.5px;
	line-height:15px;
	}
	
/*p:first-letter {
font-size: 2.5em;
font-weight:300;
font-style:italic;
color:#990000;
font-family:Verdana, Arial, Helvetica, sans-serif;
}*/


hr{
background-color:#999999;
border:none;
margin:10px 15px;
height:1px;
clear:both;
}
	
#container { /* container for the content divs */
	margin: 0 auto;
	width: 800px;
	background-image:url(../img/bg1.png);
	background-repeat:no-repeat;
	border-style:solid;
	border-width:thin;
	border-color:#E6E6E6;
	font: 12px Verdana, Arial, Helvetica, sans-serif; /* sets default font for the entire page */
	color: #333;
	}
	
#header1 {
	height: 146px;
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	/*behavior: url(iepngfix.htc);*/
	}
	
	#header2 {
	height: 146px;
	background-image:url(../img/header_contact.jpg);
	background-repeat:no-repeat;
	/*behavior: url(iepngfix.htc);*/
	}
	
	#header3 {
	height: 146px;
	background-image:url(../img/header_ls.jpg);
	background-repeat:no-repeat;
	/*behavior: url(iepngfix.htc);*/
	}
	
	#header4 {
	height: 146px;
	background-image:url(../img/header_it.jpg);
	background-repeat:no-repeat;
	/*behavior: url(iepngfix.htc);*/
	}
	
	#header5 {
	height: 146px;
	background-image:url(../img/header_ea.jpg);
	background-repeat:no-repeat;
	/*behavior: url(iepngfix.htc);*/
	}
	
#nav {
	height: 54px;
	background-image:url(../img/nav.jpg);
	background-repeat:no-repeat;	
	}
	
.navpr{
position:relative;
top:18px;
margin-left:68px;
color:#FFFFFF;
}

a:link { 
	color:#000;
	font-weight:bold;
	letter-spacing:0.1 em;
	text-decoration:none;
	}
a:visited { 
	color:#000;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:0.1 em;
	}
a:hover { 
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:0.1 em;
	text-decoration:none;
	}
	
a:active { 
	color:#000;
	font-weight:bold;
	letter-spacing:0.1 em;
	text-decoration:none;
	}

	
#col {
	background-image:url(../img/body1.jpg);
	background-repeat: no-repeat; 
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 35px;
	height: 527px;
	/*behavior: url(iepngfix.htc);*/
	}
	
#colA {
	background-image:url(../img/body2.jpg);
	background-repeat: no-repeat; 
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 35px;
	height: 527px;
	/*behavior: url(iepngfix.htc);*/
	}	
	
#colA.a{
color:#000000;
text-decoration:none;
}

#colA a:hover {
	color:#990000;
	}	
	
#colB {
	background-image:url(../img/body3.jpg);
	background-repeat: no-repeat; 
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 35px;
	height: 527px;
	/*behavior: url(iepngfix.htc);*/
	}	
	
#colC {
	background-image:url(../img/body4.jpg);
	background-repeat: no-repeat; 
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 35px;
	height: 527px;
	/*behavior: url(iepngfix.htc);*/
	}	
	
#colC.a{
color:#000000;
text-decoration:underline;
}

#colC a:hover {
	color:#990000;
	}		
	
#leftcol {
	float: left;
	width: 230px;
	padding-left:15px;
	display: inline; /* Fixes IE6- double margin bug for floated elements */
	padding-top:5px;
	}
	
ul { list-style-position: outside; margin-left: 0px; padding-left: 30px; padding-right:20px; list-style: square; vertical-align: middle; }

#singleCol {
	float: left;
	width: 650px;
	padding-left:18px;
	display: inline; /* Fixes IE6- double margin bug for floated elements */
	padding-top:5px;
}
	
#leftcol .li{
padding-bottom:15px;
font-size:10.5px;
list-style-type:disc;
line-height:15px;
}	

	
#leftcolA {
	float: left;
	width: 460px;
	padding-left:18px;
	display: inline; /* Fixes IE6- double margin bug for floated elements */
	padding-top:5px;
	}	
	

#leftcolA .li{
padding-bottom:15px;
font-size:10.5px;
line-height:15px;
list-style-type:disc;
}	

#midcol {
	float:left;
	width: 225px;
	padding-left:5px;
	padding-top:5px;
	display: inline; /* Fixes IE6- double margin bug for floated elements */
	}	
	
#rightcol {
	float: left;
	width: 225px;
	display: inline; /* Fixes IE6- double margin bug for floated elements */
	padding-top:5px;
	padding-left:8px;
	}
	
	
#rightcol .li{
padding-bottom:15px;
font-size:10.5px;
line-height:15px;
list-style-type:disc;
}		
	
#rightcolA {
	float: left;
	width: 470px;
	display: inline; /* Fixes IE6- double margin bug for floated elements */
	padding-top:5px;
	padding-left:10px;
	position:relative;
	}		
	
#rightcolA .li{
padding-bottom:15px;
font-size:10.5px;
line-height:15px;
list-style-type:disc;
}	

	
#null {
	clear: both;
	}
	
#footer {
	height:23px;
	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;
	/*behavior: url(iepngfix.htc);*/
	}
	
#footer .right {
	float: right;
	text-align: right;
	margin-right:42px;
	margin-top:4px;
	font-size:10.5px;
	}
	
#footer a {
	color: #000;
	font-size:10.5px;
	text-decoration: none;
	margin-top:3px;
	}
	
#footer a:hover {
	color:#990000;
	}
	

.image4{
float:left;
margin: 6px 13px 6px 13px;
}

img ,a, li { behavior: url(iepngfix.htc); }

.bolding{
text-decoration:underline;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
text-align:left;
color:#990000;
}

.bolding2{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
text-align:left;
color:#990000;
}

#address{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bolder;
color:#990000;
padding-left:20px;
line-height:15px;
}

#address1{
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:12px;
padding-left:30px;
line-height:15px;
}

#address1.a{
color:#000000;
text-decoration:none;
}

#address1 a:hover {
	color:#990000;
	}	

.br {
	margin-left:15px;
	font-size:10px;
	line-height: 22px;
	text-indent: 15px;
}
