/* Overall */

* { outline:none; }

body {
	margin: 0;
	padding:0;
	background: #44502B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #222;
	text-align:center;
	}

form {
	display: inline;
	margin: 0;
	padding: 0;
	}

iframe { width: 100%; height:500px; }
	
a img { border:0px; }

a:link, a:visited {
	text-decoration: underline;
	color: #44502B;
	}

a:hover { color: #bdc266; }

.content {
	width: 780px;
	margin: 0 auto;
	text-align:left;
	}
	
small {font-size:10px;color:#555;}


/*  menu */

.navcontainer {
	width:60em;
	margin: 0 auto;
	text-align:left;
	}

#menucontainer {
	background: url(img/menubg.jpg) repeat-x;
	height: 180px;
	}

#menucontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menucontainer ul li {
	display: block;
	position: relative;
	float: left;
	}

#menucontainer ul li span a {
	text-indent: -999999px;
	background: url(img/logo.png) no-repeat 50% 50% !important;
	background: url(img/logo.gif) no-repeat 50% 50%;
	width: 225px;
	}

#menucontainer ul li.current_page_item span a:link, #menucontainer ul li.current_page_item span a:visited, #menucontainer ul li span a:hover {
	text-indent: -999999px;
	background: url(img/logo.png) no-repeat 50% 50% !important;
	background: url(img/logo.gif) no-repeat 50% 50%;
	width: 225px;
	border: none;
	border-bottom: 5px solid #bdc266;
	}

#menucontainer ul li span a:hover {
	padding: 110px 16px 20px;
	}

#menucontainer ul li a:link, #menucontainer ul li a:visited {
	display: block;
	position: relative;
	float: left;
	padding: 110px 16px 20px 16px;
	font-size: 11px;
	line-height: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #bdc266;
	text-decoration: none;
	}

#menucontainer ul li a:hover {
	background-image: url(img/menubghover.jpg);
	padding: 110px 15px 20px;
	border-left: 1px solid #bdc266;
	border-right: 1px solid #bdc266;
	border-bottom: 5px solid #bdc266;
	color: #fff;
	}

#menucontainer ul .current_page_item a:link, #menucontainer ul .current_page_item a:visited {
	background-image: url(img/menubghover.jpg);
	border-bottom: 5px solid #bdc266;
	color: #eee;
	text-shadow:#000 2px 2px 4px;
	}


#menucontainer ul .current_page_item a:hover {
	border-left: 0;
	border-right: 0;
	padding: 110px 16px 20px;
	color: #eee;
	}




/* Main content */

#maincontainer {
	background-color: #fff;
	font-size:95%;
	margin: 0 auto;
	}
	
#maincontainer * a {}
#maincontainer * a:hover {}
#maincontainer h2 * {}



/* SIDEBAR */

#maincontainer #sidebar {
	float:right;
	width:190px;
	margin: 20px 0 0;
	padding:0;
	}
#maincontainer #sidebar h2 {
	padding:0.5em 0 0.2em;
	font-size:1.5em;
	}
	
#maincontainer #sidebar .subpage h2 {}
	
#maincontainer #sidebar ul { width:190px;list-style:none;margin:0 0 1.5em;padding:0;border-bottom: 5px solid #bdc266; }	
#maincontainer #sidebar ul li { padding:0;margin:0; }
#maincontainer #sidebar ul li a {
	display:block;
	width:180px;
	padding:8px 2px 8px 8px;
	font-size:110%;
	letter-spacing:1px;
	color:#ffc;
	text-decoration:none;
	border-bottom:1px solid #fff;
	background:url(img/bg_subpage.jpg) no-repeat left center;
	}

#maincontainer #sidebar ul li a:hover {
	color:#000;
	background:url(img/bg_subpage.jpg) no-repeat left center;
	}
	
#maincontainer #sidebar ul li ul {
	margin-bottom:1px;
	border-bottom:0;
	}
	
#maincontainer #sidebar ul li ul li a {
	font-size:90%;
	border:0;
	border-left:10px solid #fff;
	width:170px;
	margin:0;
	background:#444 none;
	color:#ffc;
	}
#maincontainer #sidebar ul li ul li a:hover {
	background:#222 none;
	color:#fff;
	border-color:#999;
	}
	





#maincontainer #sidebar ul#meta { font-size:70%;text-transform:uppercase; }

/* Meta list */
#maincontainer #sidebar ul#meta li a {
   background:#787C32 url(img/bg_subpage.jpg) no-repeat right center;
   color:#fff;
   letter-spacing:1px;
   padding:5px 2px 5px 8px;
   }
#maincontainer #sidebar ul#meta li a:hover {	
	background:#787C32 url(img/bg_subpage.jpg) no-repeat left center;
	color:#000;
    }
	
/* Education blog tab */
#maincontainer #sidebar ul li.dark a {	
   background:url(img/bg_subpage_drk.jpg) no-repeat left center;
   color:#222;
   }
  #maincontainer #sidebar ul li.dark a:hover {
  	background:url(img/bg_subpage_drk.jpg) no-repeat right center;
	}
/* --- */
	
#maincontainer #sidebar p.address {
	line-height:140%;
	}
	
/* ------------------------------- */

#postone {
	float: left;
	width: 500px !important;
	width: 540px;
	margin: 20px 0 20px 60px !important;
	margin:20px 0 20px 0;
	border-right:1px solid #877452;
	}

/* 
#posttwo {
    float:right;
	width: 500px;
}
*/


#pagepost {
	float: left;
	width: 500px !important;
	width: 540px;
	margin: 20px 0 20px 60px !important;
	margin:20px 0 20px 0;
	border-right:1px solid #877452;
	}

#postone img, #posttwo img, #pagepost img {
	float: left;
	margin: 0 1.2em 0.2em 0;
	padding: 4px;
	background:#fff;
	}

#maincontainer h2 {
	color: #000;
	font-size: 2.25em;
	margin: 0;
	letter-spacing: normal;
	font-weight: normal;
	}

#maincontainer .post em {
	color: #555;
	}
	
#maincontainer .post ul li {
	list-style:outside url(img/bullet.gif);
	border-bottom:1px solid #ddd;
	margin:0 0 1em 0 !important;
	margin:0 0 1em 2em;
	padding-bottom:0.5em;
	}
#maincontainer .post ol li {
	border-bottom:1px solid #ddd;
	margin:0 0 1em 0 !important;
	margin:0 0 1em 2em;	
	padding-bottom:0.5em;
	}


#maincontainer .post p, #maincontainer .post ul, #maincontainer .post ol, #maincontainer .post dl {
	color: #222;
	font-size: 1.1em;
	line-height: 170%;
	margin:0.2em 2em 1.25em 0.5em;
	text-align:justify;
	}
	
#maincontainer .post dl {
	margin:1em 2em 2em;
	font-size:1.2em;
	color:#787c32;
	}
	
#maincontainer .post dt {
	color:#222;
	font-size:1.25em;
	border-bottom:1px solid #877452;
	margin:8px 0 5px;
	}
	
#maincontainer .post dd {
	line-height:160%;
	}

#maincontainer .post blockquote {
	font-style: italic;
	border-left: 3px solid #ccc;
	margin-left: 27px;
	padding-left: 10px;
	}

#maincontainer .post .postdata {
	color: #aaa;
	font-size: 10px;
	font-style: italic;
	margin: -10px 0 0 0;
	}

#maincontainer .post h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.75em;
	margin: 0 0 5px 0;
	letter-spacing: 1px;
	font-weight: normal;
	}

#maincontainer .post h2 {
	color: #877452;
	font-size: 2.1em;
	text-transform:uppercase;
	margin: 1em 0.5em 0.5em 0;
	letter-spacing: 1px;
	font-weight: normal;
	clear:both;
	}

#maincontainer .post h3 {
	color: #222;
	text-transform:capitalize;
	border-bottom:1px solid #877452;
	font-size: 1.75em;
	padding:6px 0px 4px;
	margin: 1.25em 0.5em 0.75em 0;
	font-weight: normal;
	display:block;
	}
	
#maincontainer .post h4 {
	font-size:1.25em;
	margin:0 0.8em 1em;
	}

	
/* ------ HOMEPAGE SPECIFIC CSS ------- */	

#maincontainer .post_h { margin-top:0; }

#maincontainer .post_h p,
#maincontainer .post_h li,
#maincontainer .post_h dd
	{
	color: #222;
	font-size: 1.1em;
	line-height: 170%;
	margin:0em 3em 1.25em 2em;
	text-align:justify;
	}
	
#maincontainer .post_h ul li {
	list-style-image:url(img/bullet.gif);
	border-bottom:1px solid #ddd;
	margin:0 3em 1em 0 !important;
	margin:0 3em 1em 2em;	
	padding-bottom:0.5em;
	}
#maincontainer .post_h ol li {
	border-bottom:1px solid #ddd;
	margin:0 3em 1em 0 !important;
	margin:0 3em 1em 2em;	
	padding-bottom:0.5em;
	}

#maincontainer .post_h h2 {
	color: #877452;
	text-transform:uppercase;
	font-size: 2.1em;
	margin: 0 0.9em 0.5em;
	letter-spacing: 1px;
	font-weight: normal;
	}

#maincontainer .post_h img {
	border:1px solid #877452;
	padding:2px;
	}
	
#maincontainer .post_h img.h_left {
	float:left;
	margin:0 1em 2px 0;
	}

#maincontainer .post_h .box {
	float:left;
	width:200px;
	padding:0 25px;
	margin:0;
	border-right:1px solid #877452;
	}
	
#maincontainer .post_h .box p {
	font-size:1.1em;
	margin: 1em 0 1em;
	padding:0;
	line-height:150%;
	}
	
#maincontainer .post_h .box h2 {
	color:#222;
	font-variant:normal;
	font-size:2.25em;
	letter-spacing:normal;
	margin:auto;
	}
	
.spacer {
	height:1px;
	border-top:1px solid #877452;
	margin:15px 0;
	clear:both;
	}
	
/* --------------------- */


/* Comments */

.commentodd {
	background-color: #e5e5e5;
	border-left: 3px solid #877452;
	}

.commentodd, .commenteven {
	position: relative;
	width: 400px;
	}

.commentcontent {
	padding: 5px 15px 5px 15px;
	}

.commentcontent p {
	font-size: 1em;
	line-height: 1.6em;
	color: #000;
	}

.commentcontent .commentinfo {
	color: #999;
	}

.commentcontent blockquote {
	font-style: italic;
	border-left: 3px solid #877452;
	margin-left: 17px;
	padding-left: 10px;
	}

.commentcontent ul, .commentcontent ol {
	margin-left: 15px;
	}

#comment {
	width: 450px;
	}
	
	
	

/* Bottom content */

#bottomcontainer {
	clear: both;
	background-image: url(img/bottombg.gif);
	background-repeat: repeat-x;
	background-color: #44502B;
	margin-top:30px !important;
	margin-top:60px;
	}
	
#bottomcontainer a {text-decoration:none;}

#bottomcontainer .content {
	padding-top: 50px;
	}

#bottomcontainer h2 {
	color: #bdc266;
	text-transform: uppercase;
	font-size: 13px;
	margin: 0 0 8px 0;
	letter-spacing: 3px;
	font-weight: normal;
	}

#bottomcontainer ul {
	list-style: none;
	margin:0 0 30px;
	padding: 0;
	border-bottom: 3px solid #bdc266;
	}

#bottomcontainer ul li {
	display: block;
	position: relative;
	}

#bottomcontainer ul li a {
	display:block;
	color: #fff;
	padding: 2px 10px;
	margin:0;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 20px;
	height:20px;
	border-bottom: 1px solid #666;
	color: #fff;
	text-decoration: none;
	}

#bottomcontainer ul li a:hover {
	color: #bdc266;
	background:#59633A;
	}
	
#column1,#column2,#column3 { color:#ccc;padding-top:1em; }

#column3 p a { color:#bdc266;border-bottom:1px solid #666;padding-bottom:1px; }
#column3 p a:hover { color:#fff;border-bottom:2px solid #bdc266;padding-bottom:0; }

#column1 {
	position: relative;
	float: left;
	width: 235px;
	}

#column1 img {
	border: 0;
	}

#column2 {
	float: left;
	margin-left: 30px;
	width: 235px;
	}

#column3 {
	position: relative;
	float: right;
	width: 235px;
	}

.bottomsmallright a:link, .bottomsmallright a:visited, .bottomsmallleft a:link, .bottomsmallleft a:visited { color: #eee; }

.bottomsmallright a:hover, .bottomsmallleft a:hover { color: #ADC32A; }

.bottomsmallright {
	height: 25px;
	font-size: 12px;
	text-align: right;
	margin-right: 20px;
	line-height: 25px;
	padding-bottom: 30px;
	}

.bottomsmallleft {
	height: 25px;
	font-size: 12px;
	text-align: left;
	margin-left: 10px;
	line-height: 25px;
	padding-bottom: 30px;
	}

.bottomsmallcenter {
	height: 20px;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	}

.bottomsmallcenter {
	padding-bottom: 30px;
	}

html>body .bottomsmallcenter {
	padding-bottom: 35px;
	}

#s {
	background-color: #222;
	color: #EEEEEE;
	border: 0;
	text-align: center;
	height: 20px;
	}

#ssubmit {
	height: 35px;
	width: 35px;
	line-height: 20px;
	vertical-align: middle;
	margin-left:-10px;
	}