/* defaults, globals, and miscellaneous
==============================================================================*/
* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; /* 62.5% sets the stage for using ems */
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	background-image: url(../images/bg-header.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	line-height: 140%;
}
hr {
	display: none;
}
a {
	text-decoration: none;
	color: #3e9fbd;
	/*font-weight: bold;*/
	/*text-decoration: underline;*/
}
a:visited {
	color: #3e9fbd;
	/*text-decoration: underline;*/
}
a:hover {
	color: #555555;
	/*text-decoration: underline;*/
}
a:active {
	color: #555555;
}
.clearHack {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
.skipLink {
	display: none;
}
.smallText {
	font-size: 9px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* inline images
==============================================================================*/
img {
	border: 0; /* removes border in case images have anchor around them */
}
.inlineImage {
	text-align: center;
	font-weight: bold;
	color: #FFF;
	margin-left: 8px;
}
.inlineImage img {
	padding: 3px;
	border: 1px solid #cccccc;
}
.noStyle img {
	padding: 0px;
	border: 0px;
}
.right {
	float: right;
	margin: 1.3em 0 0 2em;
}
.left {
	float: left;
	margin: 1.3em 2em 0 0;
}
.center {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}


/* site id
==============================================================================*/
#logo {
	height: 100px;
	display: block;
	overflow: hidden;
	background-image: url(../images/bg-header.gif);
	background-repeat: repeat-x;
	background-color: #3e9fbd;
}


/* layout setup
==============================================================================*/
#container {
	background-color: #ffffff;
}
		
#container,
#wrapper {
	text-align: left;
	position: relative;
	margin: auto;
	width: 994px;
}
#content {
	text-align: left;
	position: relative;
	float: left;
	width: 555px;
	padding: 0px 15px 0px 15px;
	margin: 10px 0px 25px 0px;
	font-size: 11px;
}
#header {
	background-color: #3e9fbd;
	height: 153px;
	overflow: hidden;
}
#contentHome {
	text-align: left;
	position: relative;
	float: left;
	width: 962px;
	padding: 0px 15px 0px 15px;
	margin: 10px 0px 25px 0px;
}
#homeContent {
	clear: both;
	font-size: 12px;
}
#homeRight, #newsHighlights {
	font-weight: normal;
	font-size: 11px;
}
#newsHighlights {
	padding-right: 10px;
}
#homeRight {
	padding-left: 10px;
}
#sidebar {
	position: relative;
	float: right;
	width: 250px;
	margin: 10px 0px 25px 0px;
	background-color: #d1e0b2;
	border-left: 0px solid #aaaaaa;
	font-size: 10px;
	height: 800px;
}

#sidebar1 {
	position: relative;
	float: right;
	width: 250px;
	margin: 10px 0px 25px 0px;
	background-color: #d1e0b2;
	border-left: 0px solid #aaaaaa;
	font-size: 10px;
	height: 700px;
}

#sidebar2 {
	position: relative;
	float: right;
	width: 250px;
	margin: 10px 0px 25px 0px;
	background-color: #d1e0b2;
	border-left: 0px solid #aaaaaa;
	font-size: 10px;
	height: 600px;
}

#sidebar3 {
	position: relative;
	float: right;
	width: 250px;
	margin: 10px 0px 25px 0px;
	background-color: #d1e0b2;
	border-left: 0px solid #aaaaaa;
	font-size: 10px;
	height: 500px;
}

#sidebar4 {
	position: relative;
	float: right;
	width: 250px;
	margin: 10px 0px 25px 0px;
	background-color: #d1e0b2;
	border-left: 0px solid #aaaaaa;
	font-size: 10px;
	height: 400px;
}

#sidebar5 {
	position: relative;
	float: right;
	width: 250px;
	margin: 10px 0px 25px 0px;
	background-color: #d1e0b2;
	border-left: 0px solid #aaaaaa;
	font-size: 10px;
	height: 1000px;
}

#sidebar25 {
	position: relative;
	float: right;
	width: 250px;
	margin: 10px 0px 25px 0px;
	background-color: #d1e0b2;
	border-left: 0px solid #aaaaaa;
	font-size: 10px;
	height: 1200px;
}

#sidebar100 {
	position: relative;
	float: right;
	width: 250px;
	margin: 10px 0px 25px;
	background-color: #d1e0b2;
	border-left: 0px solid #aaaaaa;
	font-size: 10px;
	height: 2500px;
}
/* main navigation
==============================================================================*/
#nav {
	height: 28px;
	margin-bottom: 7px;
	list-style: none;
	padding-bottom: 25px;
	padding-left: 6px;
	background-color: #3e9fbd;
	float: right;
}
#nav li {
	float: left;
	margin-right: 1px;
	height: 28px;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */
	text-align: center;
}
#nav li a,
#nav li a:hover {
	display: block;
	background-image: url(../images/tab.gif);
	background-repeat: no-repeat;
	color: #669900;
	width: 120px;
	height: 30px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding-top: 9px;
	margin-right: 2px;
}
#nav li a.selected,
#nav li a.selected:hover {
	background-image: url(../images/tab_current.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	width: 121px;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 9px;
	margin-right: 2px;
	text-decoration: none;
}

#subNavLeft,
#subNavRight {
	list-style: none;
	height: 24px;
	margin-top: -32px;
	background-color: #669900;
	padding-top: 1px;
	width: 100%;
}
#subNavLeft li,
#subNavRight li {
	padding: 3px 10px 5px 10px;
	display: inline;
	border-right: 1px solid #FFFFFF;
}
#subNavLeft,
#subNavLeft li {
	float: left;
	text-align: left;
}
#subNavRight,
#subNavRight li {
	float: right;
	text-align: right;
}
#subNavLeft .last,
#subNavRight .last {
	border: 0px;
}
#subNavLeft li a,
#subNavRight li a{
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#subNavLeft li a:hover,
#subNavRight li a:hover {
	color: #FFFFFF;
	/*text-decoration: underline;*/
}

#subNavLeft li a.selected,
#subNavRight li a.selected{
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/submenu_arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 6px;
}


/* content header & navigation
==============================================================================*/
#contentHeader {
	position: relative;
	float: left;
	width: 660px;
	height: 70px;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 10px;
	background-color: #FCF7F4;
	background-image: url(http://newdiaspora.com/services/nphd/corporate_v1/images/sec-header-placeholder.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
	
#contentHeader h2 {
	margin: 10px 5px 5px 95px;
	font-weight: bold;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #669900;
}

#contentHeader p {
	clear: both;
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	margin: 0px 0px 3px 85px;
	padding: 0 10px;
}

#sectionNav {
	margin: 0px 0px 3px 88px;
}

#sectionNav li {

/* Replace this when adding links
	list-style: none;
	overflow: visible;
	display: inline;
	}	
*/	

/* Remove this section and replace with previous section when linking to content in the section_nav.php file */
	list-style: none;
	overflow: visible;
	display: inline;
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

#sectionNav li:before { content: "|";
/* Remove when links are added */
	padding: 0 7px;
}
/* To here */

#sectionNav li:first-child:before { content: ""; }


#sectionNav li a{
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding: 0 7px;
}
#sectionNav .first {

/* Negative values not allowed for padding-left, so this class is useless for now
	padding-left: -5px; */
}

	
#sectionNav li a:hover {
	color: #669900;
	/*text-decoration: underline;*/
}
	
/*IE workaround*/
/*All IE browsers*/
* html #sectionNav li {
	border-left: 1px solid black;
	padding: 0 0.4em 0 0.4em;
	margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #sectionNav { height: 1%; }

* html #sectionNav li {
	display: block;
	float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #sectionNav li:first-child { border-left: 0; }


/* content headers
==============================================================================*/
#contentBody h3, 
#news h3,
#events h3,
#workshops h3,
#articleBox h3,
h3 {
	clear: none;
	padding-bottom: 3px;
	font-weight: bold ;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #669900;
	border-bottom: 1px solid #AAAAAA;
	margin-bottom: 10px;
}

#contentBody h5, 
#news h5,
#events h5,
#workshops h5,
#articleBox h5,
h5 {
	clear: none;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #398197;
	border-bottom: 0px solid #AAAAAA;
	margin-bottom: 10px;
}

	

/* content body1
==============================================================================*/
#contentBody1 {
	position: relative;
	float: left;
	margin-top: 10px;
	width: 630px;
	text-align: left;
}

#contentBody1 h4 {
	position: relative;
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #398197;
}
#contentBody1 h4 span {
	font-size: 9px;
	color: #999999;
}
#contentBody1 h2 {
	position: relative;
	margin: 0px;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}
#contentBody1 p {
	margin: 0 0 1.1em 0;
	font-weight: normal;
	font-size: 12px;
	line-height: 175%;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
#contentBody1 a {
	color: #3e9fbd;
	font-style: normal;
}
#contentBody1 a:hover {
	text-decoration: underline;
	color: #3EA0BC;
}
#contentBody1 a img {
	padding: 3px;
	border: 1px solid #cccccc;
	float: left;
	margin: 0px 20px 10px 0px;
}
#contentBody1 a:hover img {
	background: #FFCD9B;
	border: 1px solid #3F9FBC;
}

#contentBody1 img.cornerLeft { float: left;	margin: 0em 1em 0 0; }
#contentBody1 img.cornerRight { float: right;	margin: 0em 0 0 1em; }
#contentBody1 img.inlineLeft { float: left;	margin: .5em 1em 0 0; }
#contentBody1 img.inlineRight { float: right;	margin: .5em 0 0 1em; }
#contentBody1 img.role { float: left; padding: 5px; margin-right: 10px; border: 1px solid #CCCCCC; }

#contentBody1 li {
	margin: 0 0 0 3.5em;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	/*list-style: none;*/
	font-family: Arial, Helvetica, sans-serif;
	line-height: 175%;
}
#contentBody1 li#listTop {
	margin-top: 0px;
}
#contentBody1 li#listBottom {
	margin-bottom: 0px;
}
#contentBody1 li ul {
	margin: 0 0 0.63em;
}
#contentBody1 li ul li {
	position: relative;
	margin: 0px;
	padding-left: 11px;
	font-weight: normal;
}

#contentBody1 .supporters {
	padding: 10px;
	border: 5px solid #b2cc7f;
}

/* content body
==============================================================================*/
#contentBody {
	position: relative;
	float: def;
	margin-top: 10px;
	text-align: left;
	margin-left:1.25in
}

#contentBody h4 {
	position: relative;
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #398197;
}
#contentBody h4 span {
	font-size: 9px;
	color: #999999;
}
#contentBody h2 {
	position: relative;
	margin: 0px;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}
#contentBody p {
	margin: 0 0 1.1em 0;
	font-weight: normal;
	font-size: 12px;
	line-height: 175%;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
#contentBody a {
	color: #3e9fbd;
	font-style: normal;
}
#contentBody a:hover {
	text-decoration: underline;
	color: #3EA0BC;
}
#contentBody a img {
	padding: 3px;
	border: 1px solid #cccccc;
	float: left;
	margin: 0px 20px 10px 0px;
}
#contentBody a:hover img {
	background: #FFCD9B;
	border: 1px solid #3F9FBC;
}

#contentBody img.cornerLeft { float: left;	margin: 0em 1em 0 0; }
#contentBody img.cornerRight { float: right;	margin: 0em 0 0 1em; }
#contentBody img.inlineLeft { float: left;	margin: .5em 1em 0 0; }
#contentBody img.inlineRight { float: right;	margin: .5em 0 0 1em; }
#contentBody img.role { float: left; padding: 5px; margin-right: 10px; border: 1px solid #CCCCCC; }

#contentBody li {
	margin: 0 0 0 3.5em;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	/*list-style: none;*/
	font-family: Arial, Helvetica, sans-serif;
	line-height: 175%;
}
#contentBody li#listTop {
	margin-top: 0px;
}
#contentBody li#listBottom {
	margin-bottom: 0px;
}
#contentBody li ul {
	margin: 0 0 0.63em;
}
#contentBody li ul li {
	position: relative;
	margin: 0px;
	padding-left: 11px;
	font-weight: normal;
}

#contentBody .supporters {
	padding: 10px;
	border: 5px solid #b2cc7f;
}

/* job selector
==============================================================================*/
#jobSelector {
	float: left;
	width: 563px;
	height: 34px;
	background: url(../images/job-selector-bkgrnd.gif) no-repeat;
	border-bottom: 1px dashed #cccccc;
}
#jobSelector p {
	clear: none;
	padding-left: 45px;
	font-weight: bold;
	font-size: 11px;
	color: #EA7500;
}


/* featured services
==============================================================================*/
#banner {
	margin-bottom: 20px;
}
#featuredServices {
	width: 100%;
	background: #ffffff;
	padding: 0px;
	margin-bottom: 30px;
	border: 1px solid #AAAAAA;
	border-bottom: 0px;
}
#featuredServices a {
	text-decoration: none;
}
#featuredServices #pic {
	background-image: url(../images/banner1.jpg);
	background-repeat: no-repeat;
	height: 256px;
	border-bottom: 1px solid #FFF;
}
#servicesBar {
	height: 30px;
	background-color: #AAAAAA;
}
.service {
	float: left;
	padding: 3px 5px 0px 50px;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	color: #555555;
}
.serviceCurrent {
	float: left;
	padding: 3px 5px 0px 50px;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	color: #000000;
}
.serviceHighlight {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding-left: 50px;
	padding-top: 50px;
	line-height: 180%;
	width: 450px;
	float: left;
}

.serviceHighlight a {
	font-size: 12px;
	font-weight: bold;
	color: #3E9FBD;
}

.serviceHighlight .spacer {
	font-weight: normal;
}

/* news & announcements
==============================================================================*/
#news {
	position: relative;
	float: left;
	min-height: 280px;
	width: 250;
}
.newsItem {
	clear: both;
	text-align: left;
	margin-left:25px;
	margin-right: 10px;
	margin-top:10px
		
}
#news h4 {
	position: relative;
	margin-bottom: -.3em;
	font-weight: normal;
	font-size: 11px;
	color: #704426;
}
#news h4 span {
	font-size: 9px;
	color: #999999;
}

#news .newsItem p {
	margin: .5em 0 .5em 0;
	font-weight: normal;
	font-size: 11px;
	color: #555555;
}

#news .withThumb h4,
#news .withThumb p {
}

#news img.l {
}
#news img.r {
}

#news a {
	color: #3e9fbd;
}
#news a:hover {
	/*text-decoration: underline;*/
	color: #3EA0BC;
}
#news .newsItem h4 {
	font-weight: bold;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #669900;
	padding-bottom: 10px;
}
#news .newsItem a {
	text-decoration: none;
	color: #3EA0BC;
}
#news .newsItem a:hover {
	text-decoration: underline;
	color: #3EA0BC;
}

#news .newsItem .ad {
	border: 5px solid #b2cc7f;
	padding: 20px 10px 20px 10px;
	margin-bottom: 10px;
}

#news p.archiveLink {
	clear: both;
	margin: 10px 0px 10px 10px;
	border-top: 1px solid #cccccc;
}
#news .archiveLink {
	display: block;
	float: right;
	padding-right: 20px;
	color: #777777;
	font-weight: normal;
	font-size: 9px;
}
#news .archiveLink a {
	background: url(http://newdiaspora.com/services/nphd/corporate_v1/images/icon-document.gif) 100% 50% no-repeat;
}


#testimonial {
	border-bottom: 0px solid #AAAAAA;
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
}
#testimonial .newsItem h4 {
	font-weight: bold;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #669900;
	margin-bottom: 10px;
}
#testimonial .newsItem a:hover {
	text-decoration: underline;
	color: #3EA0BC;
}
.leftQuote {
	padding-right: 10px;
}
.rightQuote {
	padding-left: 5px;
}

.leftImage {
	padding-right: 10px;
}


/* workshop information
==============================================================================*/
#workshops {
	position: relative;
	float: left;
	width: 563px;
	min-height: 150px;
	height: auto;
}
#workshops p {
	clear: both;
	margin: 10px 0 10px 10px;
	color: #555555;
}
#workshops a {
	color: #3e9fbd;
	text-decoration: underline;
}
#workshops a:hover {
	text-decoration: underline;
	color: #3EA0BC;
}
#workshops li {
	margin: 0px 0px 5px 25px;
}
#workshops li#listTop {
	margin-top: 0;
}
#workshops li#listBottom {
	margin-bottom: 0;
}
#workshops li ul {
	margin: 0 0 .63em;
	list-style: none;
}
#workshops li ul li {
	position: relative;
	margin: 0;
	padding-left: 11px;
	font-weight: normal;
}
.workshop {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #AAAAAA;
}
.workshop a { 
	font-weight: normal;
}
.indent {
	padding: 0px 50px 0px 50px;
}

/* article boxes
==============================================================================*/
#articleBox {
	padding-left: 10px;
	border-left: 1px solid #AAAAAA;
	padding-right: 10px;
	border-right: 1px solid #AAAAAA;
}
#articleBox a {
	color: #3e9fbd;
	font-weight: bold;
	text-decoration: none;
	/*text-decoration: underline;*/
}
#articleBox a:hover {
	/*text-decoration: underline;*/
	color: #3EA0BC;
}
#articleBox a img {
	padding: 3px;
	border: 1px solid #cccccc;
	float: left;
	margin: 0 20px 10px 0;
}
#articleBox a:hover img {
	background: #FFCD9B;
	border: 1px solid #3F9FBC;
}
#articleBox p {
	font-size: 13px;
	line-height: 175%;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	
}
#articleBox h4 {
	color: #704426;
}
#articleBox h4 span {
	font-size: 9px;
	color: #999;
}
#articleBox .role { 
	padding: 5px; 
	margin-right: 10px; 
	border: 1px solid #CCCCCC;
}
#articleBox .welcome { 
	border: 5px solid #b2cc7f;
	padding: 5px 5px 0px 5px;
	margin-bottom: 10px;
}

/* footer
==============================================================================*/
#footer {
	position: relative;
	clear: both;
	padding: 3px;
	height: 150px;
	font-size: 10px;
}
#siteMap,
#copyright {
	margin-top: 0;
}
#siteMap {
	float: left;
	width: 497px;
}
#siteMap .column {
	float: left;
	width: 130px;
	margin-left: 20px;
}
#siteMap li {
	list-style: none;
	line-height: .5em;
}
#siteMap li a {
	display: block;
	padding: .36em 0em;
	font-size: 1.1em;
	line-height: 0.81em;
	font-weight: bold;
	color: #666;
}
#siteMap li li a {
	padding-left: 10px;
	font-size: 1em;
	line-height: .81em;
	font-weight: normal;
	color: #666666;
}
#siteMap li a:hover {
	text-decoration: underline;
	color: #704426;
}
#siteMap li li a:hover {
	text-decoration: underline;
	color: #704426;
}
#corpInfo {
	background: #FFFFFF;
	width: 994px;
	padding-top: 5px;
	color: #777777;
	font-size: 10px;
}
#corpInfoWrapper {
	clear: both;
	border-top: 1px solid #AAAAAA;
}
#corpInfo p {
	margin: 15px;
	color: #333333;
}
#corpInfo .corpName {
	font-size: 1.2em;
	font-weight: bold;
}
#corpInfo a {
	font-weight: bold;
}
#corpInfo a:hover {
	/*text-decoration: underline;*/
}

/* calendar
==============================================================================*/

.calendar {
	border: 1px solid #AAAAAA;
	font-size: 10px;
	color: #555555;
}
.calendar a {
	font-weight: bold;
}
.days {
	background-color: #AAAAAA;
	color: #FFFFFF;
	text-align: center;
}
.day {
	border-right: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	height: 95px;
	padding: 5px;
}
.dayEnd {
	border-top: 1px solid #AAAAAA;
	padding: 5px;
}
.monthSelected {
	font-size: 13px;
	font-weight: bold;
	color: #3e9fbd;
	cursor: pointer;
	text-decoration: underline;
}
.month {
	cursor: pointer;
}

#workshopInfo {
	position: absolute;
	border: 5px solid #AAAAAA;
	background-color: #FFFFFF;
	padding: 5px;
	width: 350px;
}
body table {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
