/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: #3a90b2;
	}

/* Layout Structure                                        */
/* Should all be IDs, as there should be only one per page */

#wrapper {
	/* min-width: 500px;
	max-width: 2000px; */
	margin: 0 auto;
	width: 800px;
	/* background: url(../images/usshs-wrap-bg_new.jpg) repeat-y; */
	background-color:#ffffff;
	}
  
#header {
	/* border-bottom: 3px inset #8EC5A8; */
	width: 800px;
	float: left;
	height: 130px;
	background: url(../images/usshs-wrap-bg_new.jpg) repeat-y;
	}

#header img	{
	border:0;
	margin-left: 10px;
	margin-top: 10px;
	text-decoration:none;
	}
 	 
#sidebar {
	float: left;
	width: 160px;
	/* background:url(../images/usshs-menuwrap-bg_new.gif) repeat-y; */
	}
 
#content {
	float: right;
	width: 635px;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #000000;
	background-color:#ffffff;
	}
  
#footer {
	clear: both;
	margin: 0;
	padding: 10px 3px;
	text-align:left;
	font-size:0.7em;
	color: #CCCCCC;
	background: #000033 url(../images/test-sidebar_bg_rdlrcorner.gif) no-repeat bottom right;
	/*  padding-right:15px; */
	}

#footer a {
	color: #CCCCCC;
	/*  padding-right:15px; */
	}
	
/* header */

/* message row */
#register	{
	float: left;
	width: 800px;
	margin:0;
	padding:0;
	list-style:none;
	color:#336699;
	background:url(../images/usshs-wrap-bg_new_sm.gif) repeat-y left;
	}
	
#register a	{
	text-decoration:none;
	color:#336699;
	}

#reg	{
	float:left;
	margin:0;
	font-size: 85%;
	color: #C91A3B;
	padding:8px 14px;
	}
	
#find	{
	float: right;
	margin:0;
	padding:8px 14px;
	font-size: 85%;
	font-weight:bold;
	color:#FFFFFF;
	}

#find ul li	{
	list-style:none;
	}
	
#find ul li	a {
	text-decoration: none;
	color:#FFFFFF;
	}

#bcrumb {
	float:left;
	margin:0;
	font-size: 85%;
	color: #C91A3B;
	padding:8px 14px;
  }

#bcrumb a	{
	text-decoration:none;
	color:#336699;

	}  
#bcrumb strong {
	padding: 0 0 0 28px;
	}

#endcrumb	{
	color:#727272;
	font-style:italic;
	}
	
#search	{
	vertical-align:top;

	}

#search-text	{
	font-size: 95%;
	color: #000000;
	background-color:#CCCCCC;
	text-align: left;
	}
  
/* gutters */

#content .gutter {
	padding: 5px 5px 5px 5px;
	}
#sidebar .gutter {
	padding: 2px;
	}
  
#search .gutter	{
	padding: 2px;

  }
  
/* Content Styles                                                */
/* Should all be classes, as there may be more than one per page */

#content search	{
  }

#content h1 {
	margin: 5px 0px 3px 0px;
	padding: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight:bold;
	/* color: #C91A3B;  } */
	color:#000033;
	background-color:#8bc4a6;
	}

#content h2 {
	margin: 0.5em 0 0.1em 0;
	padding: 0.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color:#000033;
	background-color:#8bc4a6;
	}
  
#content h3 {
	margin: 0 0 0 1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	font-style:italic;
	color:#000033;
	background-color:#8bc4a6;
	}

/* sidebars */

.box {
	clear:both;
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.2em;
	color: #333366;
	/* background: #000033 url(../images/test-sidebar_bg_rdlrcorner.gif) no-repeat bottom right; */
	}

.box-gutter	{
	margin:2px;
	padding: 3px 3px;
	font-size: 90%;
	line-height: 1em;
	color: #000000;
  }

.box-img	{
	float: left;
	margin-right:3px;
	margin-bottom:2px;
	} 

.box img, a img	{
	clear:both;
	float: left;
	margin-right:3px;
	margin-bottom:2px;
	} 


.box-alt {
	/* Need to clear: both to prevent bleeding of background into adjacent <div box> boxes */
	clear:both;
	margin: 0;
	padding: 10px 0px 0px 0px;
	font-size: 90%;
	line-height: 1.2em;
	color: #333366;
	background: #000033 url(../images/test-sidebar_bg_rdlrcorner.gif) no-repeat bottom right;
  }
  
.sidebar-head {
	margin: 5px 0px 5px 2px;
	padding: 12px 12px 0px 12px;
	font-family: Georgia, serif;
	font-size: 110%;
	font-weight: bold;
	color: #333366;
	}  
  
.box p	{
	margin: 0;
	padding: 0 12px;
	}
  
/* Adapted from Nick Rigby, A List Apart: http://www.alistapart.com/articles/horizdropdowns/ */
/* May need to adjust this based on sidebar-head above */  
#nav	{
	/* background-color:#000033; */
	color:#FFFFFF;
  	background: #000033 url(../images/test-sidebar_bg_rdlrcorner.gif) no-repeat bottom right;
	}

.box ul	{
	margin: 0;
	padding: 0;
	list-style:none;
	width:100%;
 	}  
  
.box ul li {
	position:relative;
	font-size: 100%;
	font-weight: bold;
	}
  
.box li ul {
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
	}

/* Styling of boxes */
.box ul li a {
	display: block;
	text-decoration: none;
	/* color:#FFFFFF;
  	background: #000033 url(../images/test-sidebar_bg_rdlrcorner.gif) no-repeat bottom right; */
	padding: 5px;
	/* border: 1px solid #330066; */
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

.box li:hover ul, li.over ul { 
	display: block; 
	color:#FFFFFF;
  	background: #000033 url(../images/test-sidebar_bg_rdlrcorner.gif) no-repeat bottom right;
	}

.box a {
	color: #FFFFFF;
	}

.sponsor-box {
	margin: 0 0 0px 0;
	padding: 0 0 10px 0;
	}
 
.sponsor-box-gutter	{
	font-size: 70%;
	line-height: 1em;
	color: #FFFFFF;
	}

.sponsor-box img	{
	float: left;
	margin-right:3px;
	margin-bottom:2px;
	} 

/* other IDs, classes */
.board_member	{
	padding: 0.5em 0 0 1.5em ;	
	}
	
.contact_us {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:3em;
	}
	
.coordinator {
	margin-left: 2.0em;
	padding: 0.5em 0 0.5em 0;
	}
	
#coordinator-contact	{
	margin: 1em 4em 0 4em;
	border-color: #C9521A;
	border-style: double;
	color: #000000;
	}

.program-name {
	font-weight:bold; font-style:italic;
	}

.program-def {
	padding:0 0 8px 0;
	}

.staff-admin {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:1.0em;
	}

.staff-para {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:95%;
	padding-left:1.0em;
	}

.resource_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight:bold;
	margin-left:5pt;
	}
	
.resource_url {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:bold;
	margin-left:10pt;
	}
	
.resource_desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:normal;
	margin-left:12pt;
	text-indent:-2pt;
	}
	
.employment_header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
		
.employment_header_text {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:10px;
	}	
		
table	{
	margin-bottom: 2.0em;
	}	

th	{
	background-color:#CCCCCC;
	}
	
td	{
	font-size:90%;
	}
	
caption {
	display:block;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	margin:1em 0 1em 1em; text-align:left}
	
/* FORMS layout */
form	{
	font-size:85%;
	}
	
#info-submit	{
	/* display: block; */
	font: Verdana, Arial, Helvetica, sans-serif;
	border-color: #C91A92;
	border-style: ridge;
	border-width: thick;
	background: #CCCCCC;
	padding: 1em 2em 3em 2em;
	}
	
#info-submit-text	{
	width: 95%;
	}

#info-submit-text input	{
	float: right;
	font-weight:bold;
	}

#info-submit-text P	{
	display: block;
	clear: both;
	margin-left: 3em;
	}

#info-submit-text span	{
	float: left;
	margin-left: -3em;
	}
	
.info-submit-checkboxes	{

	}

/* Miscellaneous stylings */
h1 a	{
	text-decoration: none;
	margin: inherit;
	padding: inherit;
	}
	
#adobe_reader	{
	vertical-align:middle;
	}

#adobe_reader img	{
	margin-right: 5px;
	vertical-align:middle;
	}