/*
Theme Name: Mental Health Degrees Theme
Theme URI: http://wordpress.org/
Description: 
Version: 0.1
Author: 
Author URI: 
Tags: blue, custom header, fixed width, two columns, widgets
*/

/*****************  GLOBAL *****************/
body, html { font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif; margin: 0; padding: 0; background: #3A5D73; }
body { font-size: 83%; min-width: 996px; }
img { border: 0; }
h1 { color: #9CDF18; font-size: 1.5em; font-weight: normal; margin-top: 15px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; }
/* h2 { color: #9CDF18; font-size: 1.5em; font-weight: normal; margin-top: 15px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; } */
a { text-decoration: underline; color: #8FCE45; }
a:hover { text-decoration: none; }


/*****************  LAYOUT *****************/
#wrapper { width: 996px; margin: 0 auto; margin-top: 0px; border-width: 5px; border-color: red; }
	#colLeft { width: 250px;  float: left; padding: 0px; margin: 0px; background-color: #3A5D73; }
		#divlogo { height: 95px; border: 3px solid #FFFFFF; text-align: center; padding-top: 5px; font-size: x-large; }
		#Navigation { padding: 0px; margin-top: 15px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; width: 250px; }
	/*#colRight {  width: 475px; float: left; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 5px; }*/
	#colRight {  width: 741px; float: left; margin: 0px 0px 0px 5px; }
		#divBanner{ height: 140px; vertical-align: middle; text-align: right; border: 3px solid #FFFFFF; padding: 0px; margin: 0px 0px 0px 0px; }
		#divMainContent { padding-left: 20px; padding-right: 20px; background-color: #32556B; }
	#footer { width: 700px; height: 22px; color: #FFFFFF; text-align: right; padding-top: 3px; clear: both; }


/* t.r.b.l */
span.ain {
	color: #92D340;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #92D340;
}
span.web {
	color: #FFC605;
}
/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#Navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#Navigation li {
	display: block;
}

#Navigation ul li a  {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-size: 12px;
	background-color: #32556B;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #32556B;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin: 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #32556B;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3A5D73;
	background-image: url(images/icons/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#Navigation ul li a:hover,  #Navigation ul li  a.current {
	background-color: #365D7A;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #365D7A;
	color: #B4FF05;
}

.allpara {
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	color: #9DC1D9;
	margin: 0px;
}
/*
.smallSpacer {
	height: 600px;
	width: 5px;
	float: left;
}*/

