/* CSS Document */

@media only screen and (max-device-width: 480px)
{
	*
	{
		font: 120% !important;
	}
	
	#invest
	{
		display: none;
	}

	#dept_logo
	{
		display: inline;
		clear: both !important;
	}
	
	#nav
	{
		display: inline;
		clear: both;
		margin: 0px !important;
	}
	
	#outer-wrapper
	{
		margin: 0px !important;
	}
	
	#inner-wrapper
	{
		margin: 0px !important;
	}
}

* {
	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:#ebe8cd;
}

#mission_statement {
/* background-color:#d0e4b0;*/
 margin: 0px;
 width: 440px;
}

#mission_statement p {
/*	color: #006600;*/
/*	font-size: 13px;*/
	font-style: italic;
/*	font-weight:bold;*/
}

	
/*#body_wrap {
	background:transparent url('../images/body_bg.gif') repeat-x;
}
*/

#outer-wrapper {
	text-align: left;
	width: 794px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background:transparent url('../images/wrapper_bg.gif') repeat-y ;
}
#inner-wrapper {
	text-align: left;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
#masthead {
	height:30px;
	margin:0pt auto;
	overflow:hidden;
	text-align:left;
	padding-left:20px;
	background:#557c28 url('../images/hsu_mark_bg.gif') repeat-x left;
}

#logowrapper {
	height:30px;
	margin:0pt;
	padding:6px 0pt 0pt 0px;
}

.hidden {
	position:absolute;
	top:-999em;
}

.instructions
{
	text-align: center;
	padding: 5px !important;	
	border: 1px solid green;
	background: #ebe8cd;
}

#logo {
	background:transparent url(../images/hsu_mark.gif) no-repeat scroll left top;
	border:0 none;
	display:block;
	height:17px;
	overflow:visible;
	padding:0;
	width:349px;
}


#dept_banner {
	background-color:#d0e4b0;
	height:1%;
	overflow:hidden;
}

#dept_logo {
	background:transparent url('../images/finaid_mark.gif') no-repeat scroll;
	border:0;
	display:block;
	height:80px;
	width:241px;
	overflow:visible;
	position:relative;
	top:15px;
	left:20px;
}

#invest {
	width:780px;
	height:254px;
}

#section_id {
	border-top:solid 1px #fff;
	padding:0px;
	background:#84ae40 url('../images/section_bg.gif') repeat-y left top;
	height:1%;
	width:780px;		
}
#intro_content {
	margin:0 374px 0 0;
	height:154px;
	width:401px;
}

#contentwrapper {
	background:transparent url('../images/color_bar2.gif') no-repeat;
	margin:0;
	padding:15px 20px 20px 20px;
	clear:both;
}
#two_col #content {
	margin:0 210px 0 0;
}
#content {
	margin:0;
	padding:0;
/*	border:solid 1px red;
	border-width:0px 1px;*/
}

#content .inner {
	margin: 0;
}

#side {
	float: right;
	clear:both;
	width: 200px;
 	margin: 15px 0 0 0;
}

#side .inner {
	padding-top: 1px;
	margin: 0 0px 10px 10px;
}

#footer {
	margin-top: 10px;
	clear: both;
	color:#fff;
	font-size:90%;
	background:#557c28 url('../images/color_bar.gif') no-repeat top;
}

#footer .inner {
	padding:10px 10px;
}
#hours {
	float:right;
	font-weight:bold;
}
.vcard {
	margin-right:98px;
}
#latest_news {
	background:#b5cb93 url(../images/news_bg.gif) repeat-x left top;
	border:solid 1px #557c28;
	padding:15px;
	margin-top: 18px;
/*	float:left;
	width:60%;*/
}
#feature_content {
/*	float:left;*/
	margin:10px 0 5px 0px;
}

.callout {
	width:220px;
	min-height:130px;
	padding:5px;
	float:left;
	background:#d3e4b0 url(../images/callout_bg.gif) repeat-x left top;
	border:solid 1px #557c28;
	font-size:90%;
}
.space {
	margin-right:20px;
}
.callout:hover {
	background-color:#d0e4b0;
}
.clear {
	clear:both;
	margin:0;
	padding:0;
}
#map {
	background:transparent url('../images/map.jpg') no-repeat left top;
	clear:left;
	float:right;
	width:300px;
	height:281px;
	margin:0 0 20px 0;
	
}
a:hover#map {
	background:transparent url('../images/bubble.gif') no-repeat ;

}
/* =================== */
/* = navigation = */
/* =================== */
#nav {
	margin:25px 0px;
	height: 30px;
	float:right;
/*	font-size:100%;*/
/*	width:380px;*/
/*	border-left:solid 1px red;*/	
}

#nav ul {
	list-style:none;
}

#nav li {
	float:left;
	padding:0 5px 0 1px;
}
#secondary_nav {
	width:374px;
	padding-top:10px;
	float:right;
	clear:both;
}
#secondary_nav ul {
	list-style:none;
}

#secondary_nav li {
	padding:5px 20px;
}
#right_list {
	float:right;
}
#left_list {
	float:left;

}
#todo_nav {
	background-color:#84ae40;
	border:solid 1px #252525;
	color:#fff;
	overflow:auto;
	padding:0 0 1.4em 0;
	height:1%;
	float:left;
	width:730px;
}
#todo_nav .left {
	float:left;
	width:340px;
}
#todo_nav .right {
	float:right;
	width:340px;
}
/* =============== */
/* = link styles = */
/* =============== */
a
{
	font-weight: bold;
}
#todo_nav a:link, #todo_nav a:visited
{
	color:#fff !important;
}
#nav a:link, #nav a:visited {
	color:#fff;
	text-decoration:none;
/*	background:#d3e4b0 url(../images/callout_bg.gif) repeat-x left top;*/
	background-color: #678F2E;
	padding:5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 1px #666;
	border-width: 0 2px 2px 0;
	display:block;
}
#nav a:hover, #nav a:active {
	color:#252525;
/*	background-color:#ecf4df;*/
	
}

/*selected link sytles for main nav */
.prospective_land #nav_prospective a, .parents_land #nav_parents a, 
.current_land #nav_current a {
	color:#252525;
	background-color:#ecf4df;
}

#content a:link, #content a:visited {
	color:#557c28;
}
#content a:hover, #content a:active {
	text-decoration:none;
}
#side a:link, #side a:visited {
	color:#5d9e10;
}
#side a:hover, #side a:active {
	text-decoration:none;
}
#secondary_nav a:link, #secondary_nav a:visited {
	color:#000;
	padding:2px 5px;
}
#secondary_nav a:hover, #secondary_nav a:active {
	text-decoration:none;
	background-color:#fff;
}

#footer a:link, #footer a:visited {
	color:#fff;
}
#footer a:hover, #footer a:active {
	text-decoration:none;
}
a.back_top {
	text-decoration:none;
	color:#000 !important;
	font-size:120%;
}

/* ============== */
/* = lists = */
/* ============== */

ul.arrow li, ol.arrow li {
	list-style-image:url(../images/arrow.gif);
}

#content ul, #side ul {
	margin:0em 5px 0 20px;
}

#content li, #side li {
	line-height:1.4em;
	padding:3px 0;
}

#content ol {
	list-style-position:inside;
}

#todo_nav ul {
	list-style-type:none;
}
#todo_nav li {
	list-style-image:none;
}

#side ul {
	list-style:none;
	margin:1em 0 0 25px;
	background-color:#d0e4b0;
	padding:5px;
	border:dotted 1px #84ae40;
	border-width:1px 0;
}
#content li, #side li {
	line-height:1.4em;
	padding:3px 0;
}

/* ============== */
/* = typography = */
/* ============== */
.callout h3, #latest_news h3 {
	margin-top:-28px;
	font-size:60%;
}
p, h3, h4, h5, h6 {
	line-height:1.4em;
	margin-top:1em;
}


/*#feature_content h3 {
	font-size:100% !important;
}*/
.interior_nav h5 {
	font-size:110%;
	padding:5px;
	color:#fff;
}

#content h2 {
	color:#5d9e10;
	font-size:175%;
}
#content h3 {
	color:#84ae40;
	font-size:150%;
}
#content h4 {
	font-size:125%;
	color:#000000;
}
#content h5 {
	font-size:110%;
	color:#252525;
}
#content h6 {
	font-size:100%;
	color:#333333;
}

#side .quote {
	font-size:90%;
}
.more {
text-align:right;
font-weight:bold;
}
.question {
	background-color:#d0e4b0;
	font-weight:bold;
	padding:5px 0 0 5px;
	border:dotted 1px #84ae40;

}
/* ===================== */
/* = image replacement = */
/* ===================== */
#applying {
	width: 352px;
	height: 43px;
	position: relative;
	font-size:60%;
}
#applying span {
 	background:transparent url('../images/applying.gif') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#budget {
	width: 181px;
	height: 19px;
	position: relative;
}
#budget span {
 	background:transparent url('../images/budget_heading.gif') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#money {
	width: 181px;
	height: 19px;
	position: relative;
}
#money span {
 	background:transparent url('../images/money_heading.gif') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#types {
	width: 181px;
	height: 19px;
	position: relative;
}
#types span {
 	background:transparent url('../images/types_heading.gif') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#forms {
	width: 181px;
	height: 19px;
	position: relative;
}
#forms span {
 	background:transparent url('../images/forms_heading.gif') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#accept {
	width: 181px;
	height: 19px;
	position: relative;
}
#accept span {
 	background:transparent url('../images/accept_heading.gif') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#latest_heading {
	width: 181px;
	height: 19px;
	position: relative;
}
#latest_heading span {
 	background:transparent url('../images/latest_news.gif') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#prospective {
	width: 181px;
	height: 19px;
	position: relative;
}

#prospective span {
 	background:transparent url('../images/prospective_heading.gif') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#parents {
	width: 181px;
	height: 19px;
	position: relative;
}
#parents span {
 	background:transparent url('../images/parent_heading.gif') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#current {
	width: 181px;
	height: 19px;
	position: relative;
}
#current span {
 	background:transparent url('../images/current_heading.gif') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#todo {
	width: 181px;
	height: 19px;
	position: relative;
}
#todo span {
 	background:transparent url('../images/todo_heading.gif') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#cost {
	width: 181px;
	height: 19px;
	position: relative;
}
#cost span {
 	background:transparent url('../images/cost_heading.gif') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#scholarship {
	width: 181px;
	height: 19px;
	position: relative;
}
#scholarship span {
 	background:transparent url('../images/scholarship_heading.gif') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
/* ================ */
/* = image styles = */
/* ================ */
img.right {
	float:right;
	margin:2.4em 1em;
	border:solid 1px #5d9e10;
}
img.border {
	margin:1.4em;
	border:double 4px #252525;
}

/* ========= */
/* = tables = */
/* ========= */
table {
	border:dotted 1px #84ae40;
	margin: 1.4em 0;
}
th.first {
	background-color:#d0e4b0;
}
.odd {
	background-color:#ecf4df;
}

table.border td
{
	border: 1px solid gray;
}

table.striped tr
{
	background-color: #fff;
}

table.striped tr:nth-child(even)
{
	background-color: #ecf4df;
}

td, th {
	padding:5px;
}

table.glossary td:first-child 
{
	white-space: nowrap;
}

/* ========= */
/* = forms = */
/* ========= */
fieldset {
	padding:5px 0 5px 10px;
	margin:5px;
}
fieldset label {
	display:block;
}
#search {
	float:right;
	margin:31px 10px 31px 0;	
}
.submit {
	height:21px;
	width:60px;
}

.text_input {
	float:left;
	margin:1px 5px 0 0;
	font:100% 'Lucida Grande', Arial,Helvetica,sans-serif;
}
/*New homepage styles added 4/13/2011 Matt Hodgson*/
#tools {
/*	clear: both;*/
	float: right;

}
#tools ul {
	list-style-type: none;
	margin: 0;
}
#tools ul li {
	list-style-image: none;
}
#tools ul li a {
	display: block;
	text-decoration: none;
	width:200px;
	margin: 5px 0;
	padding:10px;
	background:#d3e4b0 url(../images/callout_bg.gif) repeat-x left bottom;
	border:solid 1px #557c28;
	font-size:90%;
}

div.social-media-button 
{
	float: right;
	border: solid 1px #ddd;
	border-bottom-color: #999;
	border-right-color: #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin-top: 5px;
	width: 180px;
}

#facebook{
	margin-top:50px ;
}

#twitter{
	/* No styles defined yet */
}
#content #facebook a {
	background: transparent url(../images/facebook_32.png) no-repeat top left;
	padding:10px 0 5px 36px;
	text-decoration: none;
/*	height: 32px;*/
	display: block;
	color: #3e63a2;
		
}
