@import url("reset.css");
body {
	padding: 0 10px 30px;
	text-align: center;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color: #666;
	background: #fcf8e9;
	border-top: 10px solid #c1ba9f;
}
p {
	margin: 0 0 1em;
	line-height: 1.4em;
}
h2 {
	margin: 0 0 18px;
	padding: 10px 0 5px 10px;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #9f9985;
	background: url(../img/dot_horizontal.gif) repeat-x bottom;
}
h3 {
	margin: 0 0 .1em;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #00afa0;
}
h4 {
	margin: 0 0 .4em;
	font-size: 13px;
}
ul {
	margin: 0 0 1em;
	list-style-type: none;
}
ul li {
	padding: 0 0 0 11px;
	margin-bottom: .3em;
	line-height: 1.3em;
	background: url(../img/bullet.gif) no-repeat 0 8px;
}
ul ul {
	margin: 1em 0 0 1em;
}
ul ul li {
	background: url(../img/bullet_nested.gif) no-repeat 0 8px;
}
ol li {
	margin-bottom: .7em;
	line-height: 1.4em;
}
dl {
	margin: 0 0 1em;
}
dt {
	margin: 0 0 .4em;
	font-weight: bold;
}
dd {
	margin: 0 0 1em;
	line-height: 1.4em;
}	
a {
	text-decoration: none;
	color: #3275a3;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
	color: #625f54;
}
table {
	margin: 0 0 1em;
}
td {
	padding: 3px;
}

/* page
******************************************************************/
#page {
	margin: 0 auto;
	text-align: left;
	width: 900px;
}

/* header
******************************************************************/
#header {
	margin: 0 0 3px;
	background: url(../img/header.jpg) no-repeat;
	height: 131px;
	position: relative;
}
#header h1 a {
	position: absolute;
	top: 30px;
	left: 15px;
	width: 400px;
	height: 75px;
	text-indent: -9000px;
}
ul#topnav {
	position: absolute;
	right: 15px;
	list-style-type: none;
}
ul#topnav li {
	margin: 0;
	padding: 0;
	float: left;
	background: none;
}
ul#topnav a {
	height: 23px;
	display: block;
	margin-left: 6px;
	text-decoration: none;
	text-indent: -9000px;
}
li#tnav1 a {
	width: 127px;
	background: url(../img/nav_login.png) no-repeat;
}

li#tnav2 a {
	width: 130px;
	background: url(../img/nav_advisorlogin.png) no-repeat;
}

li#tnav3 a {
	width: 167px;
	background: url(../img/nav_admissionlogin.png) no-repeat;
}

form#form_search {
	margin: 0;
	position: absolute;
	bottom: 15px;
	right: 30px;
}
form#form_search #input_search {
	position: relative;
	right: 15px;
	width: 120px;
}


#AccessMenu {
	margin: 0;
	position: absolute;
	display: none;
	height: 0px;
}

#AccessMenu li {
	list-style:none;
}

#AccessMenu a {
	position: absolute;
	text-indent: -9000px;
}

/* nav
******************************************************************/
#nav {
	margin: 0;
	height: 38px;
	background: url(../img/nav_bg.jpg) no-repeat;
}
#nav ul {
	margin: 0;
	padding: 0 0 0 112px;
	list-style-type: none;
}
#nav li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	background: none;
}
#nav li#nav3 {
	margin: 0 75px 0 -3px;
}
#nav li#nav8 {
	margin: 0;
}
#nav a {
	height: 38px;
	display: block;
	text-decoration: none;
	text-indent: -9000px;
}
li#nav1 a {
	width: 80px;
	background-image: url(../img/nav1.jpg);
}
li#nav2 a {
	width: 66px;
	background-image: url(../img/nav2.jpg);
}
li#nav3 a {
	width: 98px;
	background-image: url(../img/nav3.jpg);
}
li#nav4 a {
	width: 116px;
	background-image: url(../img/nav4.jpg);
}
li#nav5 a {
	width: 94px;
	background-image: url(../img/nav5.jpg);
}
li#nav6 a {
	width: 118px;
	background-image: url(../img/nav6.jpg);
}
li#nav7 a {
	width: 80px;
	background-image: url(../img/nav7.jpg);
}
/* nav rollover effect */
#nav a:hover {
	background-position: 0 -38px;	
}
/* nav 'you are here' effect */
#section1 li#nav1 a, #section2 li#nav2 a, #section3 li#nav3 a,
#section4 li#nav4 a, #section5 li#nav5 a, #section6 li#nav6 a, #section7 li#nav7 a {
	background-position: 0 -38px;	
}

/* main
******************************************************************/
#main {
	padding: 15px 0 25px;
	margin: 0 0 20px;
	background: #ffffff;
	position: relative;
	overflow: hidden;
}
#main .top {
	clear: both;
	height: 6px;
	background: url(../img/main_top.jpg) no-repeat top;
}
#main .bottom {
	clear: both;
	height: 6px;
	background: url(../img/main_btm.jpg) no-repeat bottom;
}
#main.has_secnav {
	background: url(../img/main_with_secnav.jpg) repeat-y;
}
#main.has_secnav .bottom {
	clear: both;
	height: 18px;
	background: url(../img/main_with_secnav_btm.jpg) no-repeat bottom;
}

/* secnav
******************************************************************/
#secnav {
	padding: 0 30px 0 20px;
	width: 192px;
	float: left;
}
#secnav h2 {
	margin: 0 0 10px;
	padding-left: 0;
}
#secnav ul {
	list-style-type: none;
}
#secnav ul ul {
	margin: 5px 0 0 10px;
}
#secnav li {
	margin: 0;
	padding: 4px 0 4px 8px;
	background: none;
	font: bold 12px "Century Gothic", Arial, Helvetica, sans-serif;
}
#secnav a {
	color: #3275a3;
	text-decoration: none;
}
#secnav ul ul li {
	padding: 3px 0 2px;
	font: normal 11px "Century Gothic", Arial, Helvetica, sans-serif;
}
#secnav a:hover {
	text-decoration: underline;
}
#secnav li.active a {
	text-decoration: underline;
}

/* content
******************************************************************/
#content {
	padding: 0 15px 0 15px;
	margin: 0 15px 0 0;
	width: 555px;
	float: left;
	background: url(../img/dot_vertical.gif) repeat-y right;
}
#aside {
	width: 287px;
	float: left;
}
.has_secnav #content {
	padding-left: 0;
	width: 415px;
}
.has_secnav #aside {
	width: 200px;
}
#content p, #content ul,
#aside p, #aside ul {
	margin-left: 28px;
}
#content h3, #aside h3 {
	margin-left: 20px;
}

/* footer
******************************************************************/
#footer {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #888;
}
#footer ul {
	margin: 0;
	list-style-type: none;
	display: inline;
}
#footer li {
	margin: 0 0 0 13px;
	padding: 0;
	display: inline;
	background: none;
}
#footer a {
	color: #2599d4;
	text-decoration: underline;
}

/* forms
******************************************************************/
form {
	margin: 0 0 15px;
}
input, select, textarea {
	font-size: 11px;
	padding: 4px;
	background: #fff;
	border-left: 1px solid #a6a7a7;
	border-top: 1px solid #a6a7a7;
	border-right: 1px solid #D8D8CD;
	border-bottom: 1px solid #D8D8CD;
}
button.search {
	margin: 0;
	width: 74px;
	height: 25px;
	text-indent: -9000px;
	border: none;
	background: url(../img/btn_search.jpg) no-repeat;
	cursor: pointer;
}

/* home page
******************************************************************/
#home #callouts {
	margin: 0 0 9px;
	height: 222px;
	background: url(../img/home_callouts.jpg) no-repeat;
	position: relative;
}
#home #callouts ul {
	margin: 0;
	padding: 0;
}
#home #callouts li {
	margin: 0;
	padding: 0;
	background: none;
	float: left;
}
#home #callouts a {
	display: block;
	width: 300px;
	height: 222px;
	text-indent: -9000px;
}
#home .mailto {
	margin-left: 20px;
	padding-left: 90px;
	background: url(../img/envelope.png) no-repeat;
}

/* misc
******************************************************************/
.noindent {
	margin-left: 20px !important;
}
h3.alt {
	color: #535759;
}
img.left {
	margin: 0 15px 8px 0;
	float: left;
}
img.right {
	margin: 0 0 8px 15px;
	float: right;
}
ul.blanks li {
	padding-left: 0;
	background: none;
}
.small {
	font-size: 90%;
}
.hide {
	display: none;
}

