/* ***************
	CSS Document
	for CDEM
*************** */

body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffb3;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}

#container{
	width: 764px;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
}

#banner{
	height:178px;
	clear:both;
	background-image:url(images/cdem-header-new.gif);
}

h1{
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #003366;
	margin:0px;
	padding:10px 0px 5px 0px;
}

h2{
	font-size: 18px;
	line-height: 20px;
	color:#CC0000;
}

p{
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}

ul {
	line-height: 15px;
	list-style-type: square;
	margin:0px;
	margin-left: 15px;
	padding-left: 0px;
}
li {
	color: #000000;
	font-size:11px;
	line-height: 14px;
}

hr{
	padding-top: 5px;
	padding-bottom: 5px;
}

.quote{
	color:#003366;
	text-align:center;
}

.line{
	color:#99ccff;
}

/* ***************
	content
*************** */
#content{
	width:764px;
	background-image:url(images/home-sides.gif);
	min-height:400px;
	height:100%;
}

#main{
	width:352px;
	margin:0px 0px 0px 164px;
	padding:0px 0px 0px 14px;
}

/* single for headings with one line,
double for two line headings */
#extraSingle{
	width:178px;
	margin:-28px 25px 0px 0px;
	float:right;
}

#extraDouble{
	width:178px;
	margin:-41px 25px 0px 0px;
	float:right;	
}

.extraText{
	padding:0px 10px 0px 10px;
	margin:0px;
	background-image:url(images/section-box-back.gif);
}

#clear{
	clear:both;
	width:764px;
}

.boxFooter{
	margin-bottom:10px;
}

/* ***************
	navigation
*************** */
#nav{
	width:164px;
	list-style:none;
	float:left;
	color:#003366;
}

#nav ul{
	font-size:12px;
	list-style-type:none;
}

#nav a{
	text-decoration:none;
	padding:10px;
	display:block;
}

#nav li{
	/*border-bottom:1px solid #99ccff;*/ /* light blue */
	border-bottom:1px solid #ffffb5; /* yellow */
	display:block;
}

#nav a:active{
	color:#ffffff;
	background-color:#003366;
}

#nav a:hover{
	color:#ffffff;
	background-color:#003366;
}

#nav a{
	color:#003366;
	background-color:#ffffff;
}

#current a{
	/*background-color:#99ccff;*/ /* light blue */
	background-color:#ffffb5; /* yellow */
}

/* ***************
	Tag box
*************** */
#tag{
	float:left;
	margin-top:-180px;
	padding-left:15px;
	bottom:0px;
	clear:both;
}

.tagP{
	padding-left:10px;
	color: #003366;
}

/* ***************
	footer
*************** */
#footer{
	clear:both;
	height:37px;
	background-image:url(images/footer-back.gif);
}

#footerRight{
	float: right;
}

#footerLeft{
	float: left;
}

#footerLinks{
	margin: 0px auto 0px auto;
	padding-top: 12px;
	width: 700px;
	text-align:center;
}

.footer-links {
	font-size: 12px;
	color: #FFFFFF;
}
a.footer-links {
	text-decoration: none;
}
a.footer-links:hover {
	text-decoration: underline;
}