@media all{
body { 
	font: 100% Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: normal;
}
a {
	color: #0C5449;
	text-decoration: underline;
}
a:visited {}
a:hover {
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.clearboth { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }

/* Containers */
#container{
	width: 100%;
	background: #EBF0F0;
}
div.c{
	margin: 0px auto;
	width: 960px;
}
#container .c{
	background: url(../images/main-bg.gif) top left repeat-y;
	padding: 0 3px 0 4px;
}	

/* Header */
#header{
	background: #212D6C;
	padding: 5px;
}
#header h1 a{
	color: #FFF;
	font-family: Georgia;
	font-weight: normal;
	text-decoration: none;
}
#header .c{
	background: none;
}

/* Header - Search */
#header #search-bar{
	float: right;
	padding-top: 10px;
	position: relative;
	padding-right: 5px;
}
#header #search-bar #site-q{
	margin-right: 23px;
	border: 1px solid #E3E7ED;
	padding:3px;
}
#header #search-bar #s{
	float:right;
	margin-top:12px;
	position:absolute;
	right:0;
	top:0px;
}

/* Featured Students */
#featured-students h2{
	text-align:center;
	color: #212D6C;
	font-size: 1.4em;
	font-weight: normal;
	margin:5px 0 0 0px;
	padding-bottom: 10px;
	font-family: Georgia;
}
#student{ 
	background:#fbfcfc url(../images/txt.png) bottom left repeat-x; 	
	font-size: 0.8em; 
	border: 1px solid #e2e9e8;
	padding-bottom: 20px;
}
#student p{
	text-align: center;
	padding: 0 15px;
}
#student strong{
	color: #212D6C;
	font-weight: normal;
	font-size: 1.2em;
	font-family: Georgia;
}
#student img{ margin: 15px 0 0 40px; }
#student a.more{
	text-align: right;
	margin: 0 0 0 190px;
}

/* Menu */	
#menu{
	float: left;
	width: 210px;	
	background: #e2e9e8;
	margin-bottom: 50px;
}
#menu ul{
	background-color: #e2e9e8;
	margin: 0;
	padding: 15px 0 30px;
	z-index: 1;
}
#menu ul li{
	list-style: none;
	z-index: 1;
}
#menu ul li li a{
	background-color: #d6e1df;
}
#menu ul li a{
	display: block;
	width: 176px;
	padding: 7px 17px;
	text-decoration: none;
	font-family: Georgia;
	font-size: 1.05em;
	color: #000000;
	background-color: #e2e9e8;
	z-index: 1;
}
#menu ul li a:hover, #menu ul .selected a{
	background-color: #d6e1df;
}
#menu .selected ul a, #menu .parent-selected a{
	background-color: #d6e1df;
}
/* Second Level */
#menu ul ul, #menu ul ul ul {
	display:none;
	margin:0;
	padding:5px 10px 5px 0;
	background: #d6e1df;
}
#menu .parent-selected ul, #menu ul li.selected ul {
	display:block;
}
#menu .parent-selected ul ul, #menu .parent-selected ul .parent-selected ul, #menu ul .parent-selected ul .selected ul, #menu ul li.selected ul ul{
	display: none;
}
#menu ul li li {
	padding-left: 20px;
	width:190px;
}
#menu ul li li a{
	font-size: 0.9em;
	background: #d6e1df;
	padding: 4px 17px 4px 12px;
	width: auto;
}
#menu ul li li a:hover, #menu ul ul .selected a, #menu .parent-selected .parent-selected a{
	color: #008673;
}

/* Content */
#content{
	font-size: 0.85em;
	padding: 20px 40px 55px 32px;
	width:677px;
	float: left;
	line-height: 1.6em;
	color: #39403f;
}
#content h1{
	color: #1C5850;
	font-family: Georgia;
	font-size: 1.5em;
}
#content h2{
	padding: 10px 0 0 0;
	color: #212D6C;
	font-size: 1.2em;
}
#content h3{
	color: #212D6C;
}
#content h4{
	font-weight: bold;
}
#content a[href $='.doc'] {
   padding-right: 22px;
   background: url(images/word_icon.gif) no-repeat center right;
}
#content a[href $='.docx'] {
   padding-right: 22px;
   background: url(images/word_icon.gif) no-repeat center right;
}


/* Meeting Minutes */
#content .meeting{
	width: 220px;
	float: left;
}

/* Homepage - Left Column */
#homepage #left-column{
	width:244px;
	float: left;
	padding-bottom: 60px;
}

/* Homepage - Menu */
#homepage #menu{
 	border: none;
 	width: 244px;	
	margin-bottom: 0px;
}
#homepage #menu ul{
 	background: none;
}
#homepage #menu ul li a{
	width: 209px;
	background: none
}
#homepage #menu ul li a:hover{
	background: #d6e1df;
}

/* Homepage - Meeting Time */
#homepage #meeting{
	float: left;
	width:180px;
	color: #919191;
	padding: 10px 0 27px 10px;
	margin-left: 10px;
	border-bottom: 1px dashed #b5b5b5;
}
#homepage #meeting h2{
    color: #676767;
    font-family: Georgia;
    font-size: 1.75em;
    line-height: 0.8em;
    padding: 20px 50px 20px 0;
    text-transform: uppercase;
}

/* Homepage - News */
#homepage #news{
	float: left;
	width:180px;
	color: #b5b5b5;
	padding: 10px 0 27px 10px;
	margin-left: 10px;
}
#homepage #news h2{
    color: #676767;
    font-family: Georgia;
    font-size: 1.75em;
    line-height: 0.8em;
    padding: 20px 50px 20px 0;
    text-transform: uppercase;
}
#homepage #news dl{
	margin: 0;
	padding: 0;
}
#homepage #news dl dt a{
	display: block;
	font-size: 0.75em;
	padding: 6px 0;
}


/* Homepage - Right Column */
#homepage #right-column{
	float: right;
	width: 716px;
	padding-bottom: 50px;
}

/* Homepage - Content */
#homepage #content{
	padding: 35px 10px 40px 10px;
	width:483px;
}


/* Homepage - Promo Buttons */
#homepage #buttons{
	float: left;
	width: 170px;
	padding:5px 0 25px 10px;
	margin-left: 8px;
}
#homepage #buttons a{
	display: block;
	padding-bottom: 10px;
}

/* Homepage Main Promo */
#homepage #main-promotion{
	padding: 0;
	float: right;
	overflow: hidden;
	height: 272px;
	width: 716px;
	position: relative;
	border-left: 1px solid #E2E9E8;
	border-bottom: 1px solid #E2E9E8;
}

/* Footer */
#footer {
    background: #1c5850;
    color: #FFFFFF;
    text-align: center;
}
#footer p {
	margin:0;
}
#footer .title {
    font-family: Helvetica;
    font-size: 0.9em;
    font-weight: bold;
    padding-top: 20px;
    text-transform: uppercase;
}
#footer .info {
    font-size: 0.75em;
    padding: 10px 0 22px 0;
}
#footer .info a{
	color: #FFFFFF;
}


/* Form Stuff */
fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
fieldset legend {
	display: none;
}
fieldset div {
	margin: 2px 0px;
}
fieldset div.error {
	margin-left: 135px;
	border: 0px;
	font-size: 0.8em;
	background-color: #FFF7CF;
}
fieldset div.error p, li.error {
	margin: 0px;
	padding: 2px;
	font-style: italic;
}
li.error {
	font-size: 0.9em;
	color: #8B2145;
}
fieldset div.error div.checkbox {
	margin-left: 135px;
}
fieldset div.checkbox, fieldset div.radio {
	float: left;
	border: 0px;
	padding: 3px 0px;
}
fieldset div.checkbox div, fieldset div.radio div {
	border: 0px;
}
fieldset div.checkbox label, fieldset div.radio label {
	float: none;
	margin-left: 5px;
}
fieldset .example {
	margin-left: 15px;
	border: 1px solid #CCC;
	display: inline;
	padding: 5px 15px 1px 10px;
	font-size: 0.9em;
}
fieldset .example p {
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-style: italic;
	color: #333;
}
.content input, .content textarea, .content select {
	border: 1px solid #CCC;
	padding: 3px;
	margin: 2px 0px;
}
body fieldset textarea {
	width: 350px;	
}
.content select {
	padding: 1px;
}
input.submit {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.1em 0.25em;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
input:focus, select:focus { 
	background-color: #fff9e6;
	border-color: #999999;
}
label {
	float: left;
	width: 130px;
	text-align: right;
	margin: 4px 5px 2px 0px;
}
label em {
	font-weight: bold;
	margin-right: 4px;
	color: #FF0000;
}
fieldset.submit {
	margin: 0px;
	padding: 0px;
}
div.submit {
	padding: 2px 0px;
	border-bottom: 0px;
	border-top: 1px solid #CCC;
	background-color: #CEDDDB;
}
div.formSuccess {
	margin: 0px 10%;
	text-align: center;
	background-color: #D1E1E3;
	font-style: italic;
	font-weight: bold;
	color: #185C52;
	margin-bottom: 10px;
}
div.formError {
	margin: 0px 10%;
	text-align: center;
	background-color: #E7C57B;
	font-style: italic;
	font-weight: bold;
	color: #8B2145;
	margin-bottom: 10px;
}
div.formSuccess p, div.formError p {
	display: inline;
	padding: 3px 0px 3px 25px;
	margin: 0px auto;
}
div.formSuccess a, div.formError a {
	font-style: normal;
	font-size: 0.9em;
	margin: 0px 0px 0px 15px;
}

/* Contact Form */
#question_form label{
	float: none;
	display: block;
	text-align: left;
}
#question_form input{
	clear: both;
	border: 1px solid #777;
	padding: 3px;
}
#question_form fieldset div.error{
	margin-left: 0;
}
/* CMS News pages */
#content #return{
	float: right;
}
#content .news dd{
	margin-left: 0;
	padding-bottom: 10px;
}


/* CMS Gallery  */
#gallery_list {
	text-align: left;
	margin: 0px 0px 5px 0px;
}
#gallery_list select{
	margin: 5px 0px 0px 0px;
}
#image_nav {
	padding: 4px 10px;
	background-color: #D3E8E5;
	margin: 0px auto;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #505050;
}
.image {
	padding: 2px;
	margin: 6px;
	float: left;
	width: 120px;
	text-align: center;
}
.images .image {
	float: left;
	height: 115px;
}
.images .image img{
	margin: 3px;
	padding: 3px;
	border: 1px solid #EEE;
}
.fullImage {
	margin: 5px auto;
	text-align: center;
}
.fullImage img {
	padding: 5px;
	border: 1px solid #EEE;
}
.fullImage ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.fullImage li {
	display: inline;
	padding: 3px 10px;
}

}
@media handheld{
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	background-color: #FFFFFF;
	width: 100%;
}
#container {
	width: 100%;
}

}
@media print{
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	background-color: #FFFFFF;
	width: 100%;
}
#container {
	width: 100%;
}
}
