/* CSS Document */

/* CSS Document */

*{padding:0px;
	margin:0;}
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10px;
	line-height:14px;
		background-color: #455D70;

	
}

a {color:#455D70; text-decoration:underline; }
a:hover {color:#666666;}
b {font-weight:bold;}
i {font-style:italic;}


/* Main Divs  */

#container {
	width:800px;
	margin:auto;
	padding:0px;
	/*border: 1px solid #000000;*/
	background-color:#FFFFFF;
}

#nav{
	width:186px;
	height:14px;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	margin-bottom: 12px;
	text-indent:20px;
	padding-top:2px;
	background:none;

}

#nav a{
	width:186px;
	height:14px;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

#nav a:hover{
	color:#ffffff;
	background-color:#455D70;
	display:block;
		padding-top:3px;
	padding-bottom:3px;

}


#footer {
	width:790px;
	margin:auto;
	height: 25px;
	border-top:1px solid #ffffff;
	margin-top:10px;
	padding-top:5px;
	color:#ffffff;
	font-size:10px;
	font-stretch: extra-expanded;
	padding-left:5px;
	padding-right:5px;
}


#header_home {
	width: 800px;
	height: auto;
	margin:auto;
	margin-top: 0px;
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	padding:0px;
	margin-bottom: -3px;
}

#header{
	width: 800px;
	height: auto;
	margin:auto;
	margin-top: 0px;
	padding:0px;
	margin-bottom: -3px;
}
#header_btm{ margin:auto;
 width:800px;
}

#top{
	width:auto;
	background-image:url(../images/top.jpg);
	background-repeat:repeat-x;
	margin:auto;
	height:12px;
}


#content{
	width:800px;
	
}

#sidebar_hm{
	font-size:10px;
	border-left:2px solid #AAC2BE;
	height:auto;
	width:181px;
	padding-left: 5px;
}

#quote{
	width:145px;
	height:auto;
	font-size:9px;
	color:#000000;
	margin-bottom: 12px;
	padding-top:3px;
	padding-bottom:3px;
	background:none;
	padding-left: 5px;
	padding-right: 10px;
	border-left:2px solid #AAC2BE;
	margin-left:15px;

}


#columna{ width:290px;
}

#columnb{
	width:290px;
	float:right;
	margin-left: 10px;
}
#columnc{
	width:580px;
	margin-left: 10px;
}

/* List items  */
ul {
	list-style-type: square;
	margin-left:30px;
	color:#333333;
}


/* Headers  */

h1{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	line-height: 19px;
}

h2{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	line-height: 17px;
}

h3{
	font-size:11px;
	font-weight: bold;
}

h4{
	color:#1A5EA8;
	font-size:12px;
	font-weight: bold;
	text-decoration: underline;
}

h5{ color:#1A5EA8; font-size:11px; font-weight:bold;
}


h6{ color:#1A5EA8; font-size:11px; font-weight:bold;
}




/* Images  */

.img_right{
	float:left;
	margin:0px 0px  0px 10px;
} 

.img_right{
	float:right;
	margin:0px 5px 0px 5px;
} 


.caption{
	font-size:11px;
	color:#DE1F28;
	padding-right:15px;
	
}

.caption a{
	font-size:10px;
	color:#DE1F28;
	text-decoration:underline;
	padding-right:15px;
	
}



/* Form Fields  */



textarea{
	background-color: #ffffff;
	border:none;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	border:#999999 solid thin;
}

.textfield{
	font-size:11px;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	}

/* Links  */
#navSpacer {
	height: 110px;
	}
.nav {
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-left: -30px;
	}
.nav ul {
	}
.nav ul li {
	display: block;
	height: 23px;
	line-height: 23px;
	text-indent: 14px;
	padding-top: 1px;
	width: 186px;
	}
.nav ul li a {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	height: 23px;
	}
.nav li:hover {
	background-color: #455D70;
	color: #ffffff;
	height: 23px;
	line-height: 23px;
	}
.nav li a:hover {
	_color:#ffffff;
	color: #ffffff;
	}

.heads{color:#B44A00;
	font-size:15px;
	font-weight:bold;
	}
	


.table_hm{padding:10px;
border-bottom:1px solid #BCBEC0;

}
.table_hmb{padding:10px;

}

.table_hmc{padding:10px;
border-bottom:1px solid #BCBEC0;
border-right:1px solid #BCBEC0;

border-left:1px solid #BCBEC0;


}

.table_hmd{padding:10px;
border-right:1px solid #BCBEC0;

border-left:1px solid #BCBEC0;


}

.table_hme{padding:10px;

border-left:1px solid #BCBEC0;


}
.table_hmf{padding:10px;
border-bottom:1px solid #BCBEC0;

border-left:1px solid #BCBEC0;


}
.blue{
	color:#384B5B;
}
.grey{
	color:#999999;
}

.btn{ font-size:11px;
color: #ffffff;
background-color:#BCBEC0;
}

