@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-color: #f6f2e5;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4a1809;
	font-weight: normal;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5D1F10;
	font-size: 18px;
}

h1 span {
	font-size: 13px;
	font-weight: bold;
}
h3 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4a1809;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0BF8C;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.text_small {
	font-size: 10px;
}
.text_small2 {
	font-size: 8px;
}

.color_grey {
	color: #666666;
}


.blank {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #491809;
	text-decoration: none;
}
a:visited {
	color: #491809;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.readmore:link {
	background-color: #E4DABC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-decoration: none;
}
a.readmore:visited {
	background-color: #E4DABC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-decoration: none;
}

a.readmore:hover {
	background-color: #C6BC9E;
}
hr {
	color: #CCCCCC;
}
.bottom_10 {
	padding-bottom: 10px;
}







#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	float: left;
	height: 120px;
	width: 960px;
}
#logo {
	float: left;
	padding-top: 40px;
	padding-left: 20px;
}

#navbox {
	float: left;
	height: 40px;
	width: 960px;
}
#banner {
	float: left;
	width: 960px;
	padding-top: 10px;
}
#content_wrapper {
	float: left;
	width: 960px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tricol_subdiv {
	float: left;
	width: 280px;
	background-color: #5F200F;
	border: 1px solid #C6BC9E;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tricol_subdiv span {
	font-size: 11px;
}


.content_div {
	float: left;
	width: 100%;
}

.tricol1 {
	float: left;
	width: 320px;
	background-color: #FFFFFF;
	height: 325px;
}
.tricol2 {
	float: left;
	width: 320px;
	background-color: #f2f3e8;
	height: 325px;
}
.tricol_head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #4a1809;
	float: left;
	width: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #e4dabc;
}
.tricol_head2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #4a1809;
	float: left;
	width: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #c6bc9e;
}

.tricol_content {
	float: left;
	width: 280px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#news {
	float: left;
	width: 320px;
	padding-bottom: 20px;
}
#news ul {
	margin: 0px;
	padding: 0px;
}
#news ul li {
	list-style-type: none;
	padding-bottom: 5px;
}
#news  ul  li  span  {
	font-size: 10px;
	color: #666666;
}
#news ul li a {
	text-decoration: none;
	color: #333333;
	float: left;
	width: 280px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#news ul li a:hover {
	background-color: #F1ECDC;
}
#clndr {
	float: left;
	width: 210px;
}
#clndr ul {
	margin: 0px;
	padding: 0px;
}
#clndr ul li {
	list-style-type: none;
	width: 185px;
	float: left;
	display: block;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 20px;
	background-image: url(../images/icon_calander2.png);
	background-repeat: no-repeat;
	background-position: 3px center;
}
#clndr ul li span {
	color: #4A1809;
	font-size: 9px;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 4px;
}

#clndr ul li a {
	color: #333333;
	float: left;
}
#clndr ul li a:hover {
	text-decoration: underline;
}

#clndr  ul  li.day  {
	background-color: #E4DABC;
	float: left;
	width: 198px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 10px;
	color: #4A1809;
	background-image: none;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}





#intro_div {
	padding: 20px;
	float: left;
	width: 920px;
}
#footer_wrapper {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#footer {
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#footer_content {
	float: left;
	width: 920px;
	background-image: url(../images/logo_watermark.jpg);
	background-repeat: no-repeat;
	background-position: 730px 20px;
}

.footnav_div {
	float: left;
	padding-right: 20px;
	width: 100px;
}
#footernav {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#footernav ul {
	margin: 0px;
	padding: 0px;
}
#footernav ul li {
	list-style-type: none;
}
#footernav ul li a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	font-family: calibri, Arial;
	padding-bottom: 2px;
	float: left;
	width: 100px;
}
#footernav ul li a:hover {
	text-decoration: underline;
}

#footernav ul ul li {
}
#footernav ul ul li a {
	font-weight: normal;
	color: #666666;
	font-size: 12px;
}
#affiliations {
	float: left;
	padding-left: 10px;
}
#copyright {
	float: left;
	font-size: 9px;
	color: #666666;
	padding-top: 130px;
	text-align: right;
	line-height: 14px;
}
#bott_col_wrapper {
	float: left;
	width: 960px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e4dabc;
}

.bott_col {
	float: left;
	width: 220px;
	padding-right: 10px;
	padding-left: 10px;
}
.bott_col_div {
	float: left;
	width: 220px;
	background-color: #E4DABC;
}
.bott_col_div_content {
	width: 200px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
}
.img_bott10px {
	float: left;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#at_a_glance {
	float: left;
	width: 280px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#at_a_glance ul {
	margin: 0px;
	padding: 0px;
}
#at_a_glance ul li {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/icon_tick.png);
	background-repeat: no-repeat;
	background-position: left 6px;
}
#at_a_glance_admission {
	float: left;
	width: 298px;
	text-align: center;
	background-color: #E4DABC;
	border: 1px solid #C6BC9E;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#leftCol {
	float: left;
	width: 160px;
	padding-right: 10px;
}
.leftColDiv {
	width: 160px;
	float: left;
}

#midCol {
	float: left;
	width: 548px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5DABC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E5DABC;
}
#rightCol {
	float: left;
	width: 210px;
	padding-left: 10px;
}
.rightColDiv {
	float: left;
	width: 210px;
}
.rightColDivhead {
	float: left;
	width: 200px;
	background-color: #5E210F;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
}


#subnav {
	float: left;
	width: 160px;
}
#subnav ul {
	margin: 0px;
	padding: 0px;
}
#subnav ul li {
	display: block;
	list-style-type: none;
}
#subnav ul li a {
	float: left;
	width: 160px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5DABC;
}
#subnav  ul  li  a:hover, #subnav ul li a.current_subnav {
	background-color: #E5DABC;
	text-decoration: none;
}
table {
	border-collapse:collapse;
}
table.table_general th {
	background-color: #EFE9D1;
}
table.table_general tr {
}
table.table_general tr:hover {
	background-color: #FFFFFF;
}
.spl_features {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #E4DABC;
	margin-top: 10px;
	color: #5F200F;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D0BF8C;
	border-right-color: #D0BF8C;
	border-bottom-color: #D0BF8C;
	border-left-color: #D0BF8C;
}
.top-82 {
	padding-top: 82px;
}
