/* CSS Document */

/* reset styles */
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 0px 0px 8px 0px;
}
/* =General
-----------------------------------------------------------------------------*/

html{ height: 100%; }

body {
background:url(images/grad.jpg) top left repeat-x;
height: 100%;
}



/* =layout
-----------------------------------------------------------------------------*/

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -334px; /* the bottom margin is the negative value of the footer's height */
width: 1200px;
text-align: left;
background:#EAEFF1 url(images/sky2.jpg) top no-repeat;
}

.footer, .push {
height: 334px; /* .push must be the same height as .footer */
clear:both;
}

.footer {
width: 100%;
margin: 0px;
background:url(images/hill2.png) top repeat-x ;
clear:both;
position:relative;
}

.footerDetails {
	width: 100%;
	margin: 0 auto;
	height:20px;
	padding:0 0 20px 20px;
	background-color:#000000;
	position:absolute;
	bottom:0px;
	}

.footerDetails p {
	font: 12px Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
	color:#FFFFFF;
	}
	
.footerDetails a:link {
	font: 12px Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
	color:#FFFFFF;
	}
	
.footerDetails a:hover  {
	font: 12px Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
	color:#00B6DE;
	}
	

#sideBar {
width:200px;
margin:55px 0 0 25px;
float:left;
display:inline; /* fixes IE6 double float bug */
}

h1 a {
background:url(images/schofield_logo.png) top left no-repeat !important;
background:url(images/schofield_logo.gif) top left no-repeat ;
text-indent:-9999px;
display:block;
height:90px;
width:110px;
margin:0 0 35px 35px;
}

h1 a:hover {
background:url(images/schofield_logo.png) top right no-repeat !important;
background:url(images/schofield_logo.gif) top right no-repeat ;
}


#contentContainerTop {
width:745px;
margin:55px 0 20px 0;
float:left;
}

#content2 {
height:auto;
padding:20px;
}

#flash {
clear:both;
width:745px;
height:240px;
}


.floatRight {
float:right;
}

.floatLeft {
float:left;
}

#content img {
	margin-bottom:10px;
	}
	
.logos {
	float:left;
	margin:20px 10px 0 0;
	}



/* =typography
-----------------------------------------------------------------------------*/
	
a:link {
	font: 12px Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	color: #00B6DE;
	}
a:visited { 
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	color: #6D83AF;
	}
a:hover, a:active { 
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #003D79;
	text-decoration: underline;
	}

p {
	padding: 0 0 0 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	text-align: left;
	color: #003D79;
	}
	
p.small {
	padding: 0 0 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height:12px;
	text-align: left;
	color: #003D79;
	}

.list  li{
	padding: 0 0 0 0;
	margin-bottom:2px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	text-align: left;
	color: #6D83AF;
	list-style: disc inside;
	}
	

h2 {
	font: 22px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #6D83AF;
	border-bottom:1px dashed #6D83AF;
	}

	
/* =navigation
-----------------------------------------------------------------------------*/

#navigation {
	margin:10px 0px 10px 0px;
	width:745px;
	height:70px;
	}

#navigation ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}

#navigation ul a{
	display:block;
	float:left;
	width:126px;
	text-decoration:none;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#003D79;
	padding:20px 0 0 20px;
	margin-right:38px;
}

#nav li a:hover {
	color:#00B6DE;
	}
	
#nav li span {
	color:#6D83AF;
	font-size: 10px;
	line-height: 12px;
	}
	
#navigation li {
	display:inline; /* :KLUDGE: Removes large gaps in IE/Win */
	}
	
	/* =side navigation
-----------------------------------------------------------------------------*/

/* IE6 Only */
* html #mydiv {
}

.topNav {
	width:200px;
	height:10px;
	background:url(images/side_top.png) bottom left no-repeat !important;
	background:url(images/side_top.gif) bottom left no-repeat ;
	margin:0;
	padding:0;
	}
	
.bottomNav {
	width:200px;
	height:10px;
	background:url(images/side_bottom.png) top left no-repeat !important;
	background:url(images/side_bottom.gif) top left no-repeat ;
	margin-bottom:10px;
	padding:0;
	}
	
#sideBar ul {
	padding:0;
	margin:0;
}
	
#sideBar h4 {
	padding:0px 30px 0px 0px;
	margin:0;
	text-align:right;
	color:#003D79;
	font: 18px Georgia, "Times New Roman", Times, serif;
	background:url(images/side_middle.png) top left repeat-y;
	}
	
#sideBar .mainList li {
	padding-right:30px;
	border-bottom:1px dashed #6D83AF;
	}
	
#sideBar .subList li {
	padding:5px 0 5px 0;
	border-bottom:none;
	color:#00B6DE;
	}
	
#sideBar ul li {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	padding:10px 0px 10px 30px;
	background:url(images/side_middle.png) top left repeat-y;
	}
	
#sideBar ul li a{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#003D79;
	}
	
#sideBar ul li a:hover{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#00B6DE;
	text-decoration:none;
	}

#subList {
	color:#00B6DE;
	padding:0;
	}
	

