@charset "utf-8";
/* CSS Document */


body {
/*	background-color: #666666;*/
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}


#header {
	width: 780px;
	height: 100px;
	margin: 0px auto 8px auto;
	background: #FFFFFF url(../images/header-bg.gif) repeat-y;
	}
	#header img {
		margin: 8px 0px 0px 8px;
	}
	#header ul, #banner ul {
		margin: 0px 30px 0px 12px;
		padding: 0px;
		list-style: none;
/*		float: right;*/
	}
	#header li, #banner li {
		display: inline;
		margin-right: 8px;
	}

#banner{
	width: 780px;
/*	height: 230px;*/
	height: 120px;
	margin: 0px auto 8px auto;
	background: #FFFFFF url(../images/banner-bg.jpg) no-repeat;
}

#tag {
	width: 780px;
	height: 30px;
	margin: 0px auto 8px auto;
	background: #013E75;
	text-align: center;
	}
	#tag h1 {
		margin: 0px;
		padding-top: 4px;
		color: #FFFFFF;
		font-size: 1.1em;
	}


#container {
	width: 780px;
	margin: 0px auto 8px auto;
	background: #FFFFFF url(../images/content-bg.gif) repeat-y right;
}

#nav {
	margin: 12px 8px 12px 8px;
	}
	#nav ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	#nav li {
		border-bottom: 1px solid #FFFFFF;
	}
	#nav li a {
		font-size: 0.8em;
		font-weight: bold;
/*		color: #999999;*/
		color: #013E75;
		text-transform: capitalize;
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 12px solid #999999;
/*		border-right: 1px solid #711515;*/
		background-color: #E0E0E0;
/*		color: #FFFFFF;*/
		text-decoration: none;
	}
	#nav li a:hover {
		text-transform: capitalize;
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 12px solid #013E75;
/*		border-left: 12px solid #0086B3;*/
/*		border-right: 1px solid #711515;*/
		background-color: #E0E0E0;
/*		color: #0086B3;*/
		color: #013E75;
		text-decoration: none;
	}
	#nav p {
		margin: 4px 0px 4px 0px;
	}

#content {
	font-size: 0.8em;
	padding: 0px 12px;
	}
	#content h1 {
	width: 540px;
	height: 20px;
	margin: 0px;
	padding-top: 4px;
	color: #013E75;
	background-color: #FFCC00;
	text-transform: capitalize;
	text-align: center;
	font-size: 1.2em;
	}
	#content h2 {
		color: #013E75;
		text-transform: capitalize;
		font-size: 1em;
	}
	#content a, #content a:visited {
/*		color: #0086B3;*/
		color: #013E75;
		text-decoration: none;
	}
/*	#content a:hover {
		background-color: #D4EEF7;
	}
*/	#content form p {
		margin-bottom: 0px;
		margin-top: 0px;
	}
	#content p {
		margin-right: 12px;
	}
	

#feature-image {
	padding-top: 46px;
}

#footer {
	width: 780px;
	margin: 0px auto 8px auto;
	font-size: 0.7em;
	color: #999999;
	text-align: center;
	}
	#footer a, #footer a:visited {
		color: #999999;
		text-decoration: none;
	}
	#footer a:hover {
		color: #000000;
		text-decoration: underline;
	}
	#footer ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	#footer li {
		margin: 0px 8px 0px 0px;
		display: inline;
		text-transform: capitalize;
	}
	#footer p {
		margin: 0px;
	}


/* CSS Classes */
.hSection {
	background-color: #FFCC00;
	color: #013E75;
	font-weight: bold;
	margin: 0px 4px;
	height: 24px;
}
	
.cSection {
/*	background-color: #F5EFD6;*/
	background-color: #E7E4D3;
	border-bottom: 1px solid #CCCCCC;	
	border-left: 1px solid #CCCCCC;	
	border-right: 1px solid #CCCCCC;	
}

.ctSection {
	padding-left: 2px;
	padding-right: 2px;
}

.fSection {
/*	background-color: #F5EFD6;*/
	background-color: #E7E4D3;
	border-bottom: 1px solid #CCCCCC;	
	border-left: 1px solid #CCCCCC;	
	border-right: 1px solid #CCCCCC;	
	padding-left: 2px;
	padding-right: 2px;
	}	
/*	.fSection input {
		margin: 0px;
	}
*/
.pad-list-img {
	margin-right: 12px;
	margin-top: 2px;
}

.divp {
	margin: 0px;
}
