/* CSS Document */

body {
	background: #2e4e70 url('../images/bkgrnd.jpg') repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body.bio {
	background-color: #fff;
	background-image: none;
}

/** General Styles **/

.titlew {
	color : #FFFFFF;
	font-size : 0.9em;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 15px;
}

h1 {
	font-size: 1.2em;
	color: #576380;
}

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;
}

.highlight {
	margin-bottom: 20px;
	background-color: #CCC;		
}

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;
}

.bio {
	float: right;
	margin-left: 10px;
	margin-right: 20px;
	background-color: #fff;
}

.photoR {/* Style for a photo floated to the right, p tag for caption */
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.photoR p {
	font-size: 0.6em;
	color: #666666;
}

.photoL {/* Style for a photo floated to the left, p tag for caption */
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

.photoL p {
	font-size: 0.6em;
	color: #666666;
}

/** End General Styles **/

/** List Styles **/

div.twocolumn {
	margin: .3em 0 1.7em 0;
	z-index: 1;
}

/** quick table to line up column headings **/
table.twocolumn {
	margin-left: 10px;
	color: #5C91AF;	
}

/** original code for twocol h3 tag
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;
}

td {
	vertical-align: top;
}

table.board {
	margin-top: 20px;
	color: #647484;
	font-size: 0.8em;
}

table.board th {
	font-weight: bold;
	text-align: left;
	padding-right: 15px;
}

table.board td {
	vertical-align: top;
	border: 1px solid #CCCCCC;
}

/** End Table Styles **/

#container {
	margin: auto;
	margin-top: 20px;
	width: 900px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
}

#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;
	padding: 0;
}


/** Multimedia video styles **/

.video-library{background:url(../resources/multimedia/imgs/vid-box.gif) no-repeat scroll left top transparent;height:408px;overflow:hidden;margin-top:10px;font-size:13px;line-height:18px;}
	div.vid_body{padding-top:15px; margin-right: 10px; float: right; width: 210px;}
	
	#mediaplayer {float:left;padding:15px 0 0 15px; width: 425px;}
	
	table#videos td {background:url(../resources/multimedia/imgs/vid-table-bg.jpg) no-repeat scroll 0 0 transparent;padding:10px;height:185px;width:180px;vertical-align:top;}
	
	table#videos p { padding-right: 5px;}

/** End multimedia video styles **/

/** End Main Content Set **/

/** Left Content **/

#leftcol {
	float: left;
	margin: 0;
	padding: 0;
}

#lefttop {
	width: 220px;
	background-color: #ededec;
	background-image: url(../images/left_top.jpg);
	background-repeat: repeat-x;
	padding-bottom: 10px;
}

#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;
}

#leftbottom {
	width: 220px;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-image: url(../images/bar1.jpg);
	background-repeat: repeat-x;
}

#memberlogos {
	float: left;
	width: 200px;
	line-height: 60px;
	margin-left: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#memberlogos img {
	background-color: #fff;
	line-height: 60px;
}

/** 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 {
	margin: 10px;
	width: 180px;
	white-space: normal;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
	
#twitter_update_list li {
	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 {
	color: #5C91AF;
	margin-right: 10px;
	}
	
#twitter_update_list a {
	color: #294A7B;
	}

/** end Twitter code **/

/** End Left Content **/


/** Footer **/

#footer {
	background-color: #FFFFFF;
	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;
}
