/***********************

STUDENT REACH 
whatdoyouhopefor.com CSS 2009
(C) 2009 STUDENT REACH INTERNATIONAL
ALL RIGHTS RESERVED

************************/

/* Basic page styles */
body {
	margin: 0;
	background: #fff;
	padding: 0;
	font-size: 62.5%;
	font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma, Helvetica, Verdana, sans-serif;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {line-height: 1.2em;}

h1 {font-family: Helvetica, Arial, sans-serif;font-size: 2.0em;letter-spacing: -1px;color: #8a0200;font-weight: normal;margin-bottom: 0.4em;margin-top: 1em;}
h1 a:active, h1 a:link, h1 a:visited {color: #8a0200;}

h2 {font-family: Helvetica, Arial, sans-serif;font-size: 1.7em;letter-spacing: -1px;color: #272727;font-weight: normal;margin-bottom: 0.4em;margin-top: 0.7em;}
h2 a:active, h2 a:link, h2 a:visited {color: #272727;}

h3 {color:#00688a;margin-top: 0.5em;margin-bottom: 0.4em;font-size: 1.3em;}
h3 a:active, h3 a:link, h3 a:visited {color: #00688a;}

h4 {border-bottom: #3b3b3b 1px solid; margin: 0.4em 0 0.4em 0; padding-bottom: 0.1em; color: #3b3b3b;font-size: 1.4em; width: 70%;}
h4 a:active, h4 a:link, h4 a:visited {color: #3b3b3b;}
h4 a:hover {color: #8a0200;text-decoration: none;}

h5 {border-bottom: #545454 1px solid; margin: 0.4em 0 0.4em 0; padding-bottom: 0.1em; color: #545454;font-size: 1.4em; width: 60%;}
h5 a:active, h5 a:link, h5 a:visited {color: #545454;}
h5 a:hover {color: #8a0200;text-decoration: none;}

h6 {font-size: 1.3em; color:#555;margin-top: 0.3em;font-weight: normal;margin-bottom: 0.4em;}
h6 a:active, h6 a:link, h6 a:visited {color: #555;}

/* link styles */
a:active, a:link, a:visited {color: #cb0500;text-decoration: none;font-size:1.0em;}
a:hover {color: #8a0200;text-decoration: underline;font-size:1.0em;}

/* floats */
.left {float: left;}
.right {float: right;}
.img_left {float: left;margin: 0 10px 0 0;}
.img_right {float: right;margin: 0 0 0 10px;}
.img_left_margin {float: left;margin: 10px 10px 10px 0;}
.img_right_margin {float: right;margin: 10px 0 10px 10px;}

/* form styles */
input {
	border: 1px solid #8f0a00;
	font-size: 1.5em;
	color: #8f0a00;
	background: #fff;
}

/* DIV styles by ID */
#container { /* link font size set to 1.0 em of body/100% of body. Body font size set to 10px or 62.5% of default 16px font */
	height: 100%;
	width: 1015px;
	height: 680px;
	font-size: 1.0em;
	background: url(../images/srh_bg.jpg) no-repeat top center;
	margin: 0 auto;
}

#sr_form {
	width: 411px;
	height: 500px;
	float: left;
	position: relative;
	top: 116px;
	left: 13px;
}

#footer {
	background: #;
	color: #000;
	font-size: 11px;
	text-align: left;
	clear: both;
}


.spacer {
	clear: both;
}

/* SR Standard footer */

.sr_footer {
	background: #fff url(../images/sr_footer_rep.jpg) repeat-x;
	height: 97px;
	font-size: 8pt
}

.sr_footer_inner {
	background: #fff url(../images/sr_footer_nonrep.jpg) no-repeat top center;
	height: 97px;
	width: 1000px;
	margin: 0 auto;
}

.sr_footer_text {
	width: 600px;
	float: right;
	text-align: right;
	margin-top: 33px;
	margin-right: 40px;
}

.sr_copyright {font-size: 10pt; color: #2F2F2F;}
