/* CSS Document */
/* Main Colors: Blue:#138ea9, Green:#9fc15b , lime:#d4e38d, Black:#231f20, KeyLine Green:#45823d 
*/
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	text-align: center;
	min-width: 760px;
	padding: 0;
	margin: 0;
	font:75% "Lucida Grande",Arial,Helvetica,sans-serif;
	background-color:#9fc15b;
	color:#231f20;
}
#body_wrap {
	background:#fff url('../images/body_bg.gif') repeat-x top center;
}
#body_wrap2 {
	background:transparent url('../images/texture.jpg') no-repeat center 31px;
}
#wrapper {
	text-align: left;
	width: 790px;
	margin:0 auto;
	padding: 0;
/*	border:dashed 1px #666;*/
}
#masthead {
	height:30px;
	margin:0pt auto;
	overflow:hidden;
	text-align:left;
	background-color:#9fc15b;
}

#logowrapper {
	height:30px;
	margin:0;
	padding:0;
}

.hidden {
	position:absolute;
	top:-999em;
}

#logo {
	background:#9fc15b url(../images/hsu_mark.gif) no-repeat scroll left top;
	border:0 none;
	display:block;
	height:30px;
	overflow:visible;
	padding:0;
	width:372px;
}

#dept_banner {
	padding:10px 0 0 0;
/*	height:75px;*/
	
}

#dept_logo {
/*	float:left;*/
	background:transparent url('../images/cahss_mark.gif') no-repeat scroll left top;
	border:0;
	display:block;
	height:55px;
	overflow:visible;
	padding:0;
	margin:0;
	width:348px;
}
.feature_img {
	background:transparent url('../images/img1.jpg') no-repeat top left;
	margin:10px 0 10px 0;
	width:790px;
	height:240px;
}

#contentwrapper {
	padding:18px 0 18px 0;
	overflow:auto;
	margin:0;
	clear:both;
}

#home #content {
	margin: 0px 390px 0 0;
	width:390px;
	padding:0;
	min-height:400px;
}
#interior #content {
	margin: 0px 260px 0 0;
	width:520px;	
}
#content .inner {
	margin: 0;
}

#side {
	float: right;
	width: 390px;
 	margin: 0 0 0 0px;
	padding-top:18px;
}
#interior #side {
	width:220px;
	margin:0 0 0 40px;
}
#side .inner {
	padding:0;
	margin: 0 0px 0px 0px;
}

#footer {
	margin-top: 10px;
	clear: both;
	border-top:solid 3px #fff;
	color:#fff;
	font-size:85%;
	background-color:#9fc15b;
}

#footerwrapper {
	width:800px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;	
}
#footer .inner {
	padding:0 0 0 0;
}
.vcard {
	float:right;
	text-align:right;
}
#stories {
	overflow:auto;
	margin:-15px 0 20px;
}
#stories .story_container {
	clear:both;
	margin-top:18px;
	overflow:auto;
}
.left {
	float:left;
	width:190px;
}
.right {
	float:right;
	width:190px;
	
}
.clear {
	clear:both;
	margin:0;
	padding:0;
	line-height:0;
}
.duties {
	border-bottom:solid 1px #88c2cf;
}
/* =================== */
/* = navigation = */
/* =================== */
#nav {
	margin:-285px 35px 0 0;
	float:right;
	width:192px;
	height:235px;
	background:transparent url('../images/nav_bg.png') no-repeat;
	font-size: 120%;
}

#nav ul {
	list-style:none;
	margin:10px;
}

#nav li {
	padding:3px 10px;
	margin:9px 0;
}
#nav span {
	font-size:75%;
	display:block;
	font-weight:normal;
}

/* =============== */
/* = link styles = */
/* =============== */
#nav a:link, #nav a:visited {
	color:#4D4447;
	font-weight:bold;
	text-decoration:none;
/*	padding:3px;*/
	
	display:block;
}
#nav a:hover, #nav a:active {
	color:#138ea9;
}
a:link, a:visited {
	color:#003768;
}
a:hover, a:active {
	text-decoration:none;
}
#stories a:link, #stories a:visited {
	color:#333 !important;
	text-decoration: none;
}
#stories a:hover, #stories a:active {
	color:#138ea9 !important;
}
#content a:link, #content a:visited, #content a:link, #content a:visited {
	color:#138ea9;
}
#content a:hover, #content a:active {
	text-decoration:none;
	
}

#side a:link, #side a:visited {
	color:#231f20;
}
#side a:hover, #side a:active {
	text-decoration:none;
	color:#252525;
}
#footer a:link, #footer a:visited {
	color:#fff;
}
#footer a:hover, #footer a:active {
	text-decoration:none;
}	
table a:link {
	color:#bf2e1a;
}
table a:visited {
	color:#666;
}
table a:hover, table a:active {
	text-decoration:none;
}
/* ============== */
/* = typography = */
/* ============== */
h2, h3, h4, h5, h6 {
	line-height:24px;
	margin:18px 0 9px 0;
	font-weight:normal;
	font-family:Georgia, Times, "Times New Roman", serif;
}
p {
	line-height:18px;
	margin:9px 0;
} 
div.feature {
	border-bottom:solid 1px #ccc;
	padding-bottom:20px;
	margin-bottom:10px;
	overflow:auto;
}
#content #springboard h2, #content #springboard p {
	margin:2px 0;
	padding:0;
	color:#fff;
}
#content h2 {
	font-size:170%;
}
#success h2 {
	font-size:125%;
/*	margin:0;*/
}
#content h3 {
	font-size:150%;
}
#content h4 {
	font-size:130%;
}
#content h5 {
	font-size:110%;
}
#content h6 {
	font-size:90%;
}
#content ul, #content ol {
	margin:9px 0;
	list-style:none;
}
#content ol {
	list-style:decimal;
}
#side ul {
	list-style:none;
	margin-bottom:9px;
}

#content li, #side li {
/*	list-style:disc inside;*/
	background:transparent url('../images/bullet.gif') no-repeat 0 1px;
	padding-left:20px;
	margin:9px 0;
}
#content ol {
	list-style-position:inside;
}
dl {
	line-height:18px;
	margin-top:9px;
}
dt {
	line-height:18px;
	margin-top:9px;
	font-weight:bold;
	font-size:115%;
}
dd {

}
#side .quote {
	font-size:90%;
}
#footer p {
	margin:0;
	padding:0;
}
.category {
	color:#bf2e1a;
}
.caption {
/*	border:dashed 1px black;*/
	clear:left;
}
.story_container h3 {
	margin-top:0;
}
.story_container p {
	width:255px;
	float:right;
	
}

/* ====================== */
/* = Graphical Headings = */
/* ====================== */
h2#where {
width: 233px;
height: 53px;
position: relative;
}
h2#where span {
background: url('../images/questions.gif') no-repeat;
position: absolute;
width: 100%;
height: 100%;
}
/* ================ */
/* = image styles = */
/* ================ */
.story_container img {
	float:left;
	margin:0px 10px 0 0;
	border:solid 1px #9fc15b;
}
img.right_col {
	float:right;
	margin:0 0 0 10px;
}
img.left_col {
	float:left; 
	margin:0 10px 0 0;
}
img.border {
	border:solid 1px #999;
	padding:1px;
}
/* ========== */
/* = tables = */
/* ========== */
table {
	padding:5px;
	margin:9px 0;
	background-color:#f3f3f3;
	border:solid 1px #2bbed8;
	border-width:1px 0;
	width:80%;
}
td {
	padding:5px 25px 0 0;
/*	border:solid 4px white;
	background-color:white;*/
}

/* ========= */
/* = forms = */
/* ========= */
#search {
	float:right;
	margin:8px 98px 0 0;	
}
.submit {
	border:solid 1px #333;
	height:20px;
	width:25px;
	background-color:#fff;	
	font:100% 'Lucida Grande', Arial,Helvetica,sans-serif;
}

.text_input {
	height:16px;
	font:100% 'Lucida Grande', Arial,Helvetica,sans-serif;
}
/* ======================= */
/* = Random Image Styles = */
/* ======================= */
#theimage {
	background:transparent url('../images/pic1.jpg') no-repeat top left;
	width:800px;
	height:299px;
}#interior #body_wrap #body_wrap2 #footer #footerwrapper .inner {
	color: #000;
}
