/* CSS Document */

body {
	background: #2e4e70 url('../images/bkgrnd.jpg') repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

/** General Styles **/

.titlew {
	color : #FFFFFF;
	font-size : 0.9em;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #576380;
}

.leftcontent h2 {
	margin: 10px 0 0 5px;	
}

h3 {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-size: 0.8em;
	color: #5C91AF;
}

h3 a {
	color: #5C91AF;
	text-decoration: underline;
}

p {
	color : #647484;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-right : 10px;
	font-size : 11px;
	font-weight: normal;
}

p a {
	color : #294A7B;
}
p a:hover {
	color : #000000;
}

ul {
	padding-top: 0;
	margin-top: 0;
	color : #647484;
	font-size : 11px;
	font-weight: normal;
}

li a {
	color : #294A7B;
}

li a:hover {
	color : #000000;
}

a#skipnav, a:visited#skipnav, a:hover#skipnav {/* Hide a skip nav link for screen readers*/
	position: absolute;
	display: block;
	height: 1px;
	overflow: hidden;
	top: 0;
	left: 0;
	text-indent: -9000px;
}

.greybar {
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 20px;
}

.left {
	color : #FFFFFF;
	margin-top : 0px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-weight: normal;
}
.left a {
	color : #FFFFFF;
}
.left a:hover {
	color : #000000;
}

.slideshow {
	margin-bottom: 10px;
}

.slideshowL {
	margin: 10px 0 0 0;
	width: 300px;
	height: 225px;
	float: left;
}

.slideshowR {
	margin: 10px 15px 0 0;
	width: 300px;
	height: 225px;
	float: right;
}

.photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/** End General Styles **/

/** List Styles **/

div.twocolumn {
	margin: .3em 0 1.7em 0;
	z-index: 1;
}

div.twocolumn h3 {
	float: left;
	margin-left: 15px;
	padding: 0;
	padding-bottom: 10px;
}

div.twocolumn ul {
	float: left;
	margin-left: 15px;
	padding: 0;
	list-style-type: none;
	width: 40%;
}

div.twocolumn li {
	color: #647484;
	padding-bottom: 5px;
}

div.twocolumn li a {
	color : #294A7B;
}

div.twocolumn li a:hover {
	color: #000;
}

dl {
	color : #647484;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-right : 10px;
	font-size : 11px;
	font-weight: normal;
}

dd {
	margin-bottom: 10px;
}

/** End List Styles **/

/** Table Styles **/

table {
	margin-top: 20px;
	color: #647484;
	font-size: 0.8em;
}

th {
	font-weight: bold;
	text-align: left;
	padding-right: 15px;
}

/** End Table Styles **/

#container {
	margin: auto;
	margin-top: 20px;
	width: 900px;
	background-color: #fff;
}

#header {
	width: 900px;
	height: 100px;
	margin: 0;
	padding: 0;
	background-image: url(../images/ncapec_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#logo {
	float: left;
	margin: 0;
}

/** Main Navigation **/

#mainnav {
	margin-top: 72px;
	width: 680px;
	height: 23px;
	float: right;
	text-align: center;
}

#nav, #nav ul {	
	margin: 0;
	padding: 0;
	z-index: 100;
}
	
#nav li {	
	float: left;
	list-style: none;
	fon-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 95px;
}

#nav li a {
	display: block;
	padding: 9px 12px 7px 12px;
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
	font-weight: bold;
}

#nav li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	text-align: left;
}
		
#nav li ul li {
	float: none;
	display: inline;
}
		
#nav li ul li a {
	color: #3061A6;
	background: #D9F5FF;
	width: 140px;
}
		
#nav li ul li a:hover {
	color: #3061A6;
	background-color: #FFFFFF;
	text-decoration: underline;
}
		
#nav li.members a {
	background-image: url(../images/membernavBg.jpg);
	background-repeat: no-repeat;
}


/** End Main Navigation **/

/** Set Main Content Area **/

.contentmain {
	width: 660px;
	background-color: #fff;
	font-size: 0.9em;
	margin-left: 230px;
	margin-top: 10px;
}

/** End Main Content Set **/

/** Upper Content **/

#top {
	margin: 0;
	padding: 0;
	width: 900px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
}

#lefttop {
	width: 220px;
	padding-bottom: 10px;
	background-color: #ededec;
	float: left;
	background-image: url(../images/left_top.jpg);
	background-repeat: repeat-x;
}

#search {
	height: 75px;
}

form.search {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding-top: 20px;
	margin-left: 10px;
	padding-bottom: 20px;
}

#cse-search-box input.stext,
input.stext {
background-image:none !important;
}

.leftcontent {
	margin-left: 10px;
	font-size: 0.9em;
}

#member {
	width: 220px;
	background-image: none;	
}
#memberlogos {
	float: left;
	width: 175px;
	line-height: 60px;
	margin-left: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#memberlogos img {
	background-color: #fff;
	height: 60px;
}

/** End Upper Content **/

/** Slideshow placeholder styles for two column rotating slideshow **/

.slideshow {
	margin: 10px 0 10px 0;
	width: 600px;
	height: 225px;
	background-color: #CCC;
}

/** End slideshow styles **/

/** Bottom Content **/

#bottom {
	margin: 0;
	padding: 0;
	width: 900px;
}

#leftbottom {
	float: left;
	width: 220px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bar1b.jpg);
	background-repeat: repeat-x;
}

#midboxL {
	float: left;
	width: 339px;
	background-image: url(../images/greybar.jpg);
	background-repeat: repeat-x;
	border-right: 1px solid #000;
}

#midboxL p {
	margin-left: 10px;
}

#midboxR {
	float: right;
	width: 339px;
	background-image: url(../images/greybar.jpg);
	background-repeat: repeat-x;
	border-left: 1px solid #fff;
}

#midboxR p {
	margin-left: 10px;
}

#midboxbottom {
	float: left;
	width: 220px;
	height: 85px;
	background-color: #ededec;
}

#midboxbottomL {
	float: left;
	width: 339px;
	background-image: url(../images/bar3.jpg);
	background-repeat: repeat-x;
	height: 85px;
	border-right: 1px solid #000;
}

#midboxbottomR {
	float: right;
	width: 339px;
	background-image: url(../images/bar3.jpg);
	background-repeat: repeat-x;
	height: 85px;
	border-left: 1px solid #fff;
}

/** code for the quote rotator in the left col **/

#quoterotator {
	margin: 10px 10px 0 10px;
	width: 180px;
	font-size: 0.8em;
	color : #647484;
}

#quoterotator p {
	font-size: 0.8em;
	color : #647484;
}

#quoterotator span {
	margin-left: 10px;
	color : #647484;
}

/** code for Twitter feed **/

#twitter_feed {
	width: 200px;
	background-color: #ededec;
	margin-top: 10px;
	margin-bottom: 10px;
}
	
#twitter_feed h2 {
	padding-top: 10px;
	margin-left: 10px;	
}

#twitter_feed h3 {
	margin-top: 10px; 
	margin-right: 10px; 
	text-align: right;
}
	
#twitter_update_list {
	width: 180px;
	margin: 10px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
	
#twitter_update_list li {
	width: 180px;
	background: url('../images/twitter-divider.gif') bottom left repeat-x;
	padding-bottom: 7px;
	margin-bottom: 9px;
	}
	
#twitter_update_list span, {
	color: #647484;
	text-decoration: none;
	}
	
#twitter_update_list span a {
	width: 180px;
	color: #5C91AF;
	margin-right: 10px;
	}
	
#twitter_update_list a {
	width: 180px;
	color: #294A7B;
	}

/** end Twitter code **/

/** End Bottom Content **/

/** Footer **/

#footer {
	background-color: #FFFFFF;
	float: left;
	width: 880px;
	font-size: 10px;
	padding-top: 10px;
	height: 30px;
	color: #666666;
	text-align: right;
	padding-right: 20px;
	margin: 0px;
}

#footer a {
	color: #666666;
}

/** End Footer **/

.clear {
	clear: both;
}
