/*-----------------------------------------------------------------------------
site:       Teach Helena
author:     SRA Design Studios
date:       January 2008
-----------------------------------------------------------------------------*/


/* Color Scheme

Light Blue:    	#3366CC
Darker Blue:    #003366
Green:     		#003300
Tan:			#CCCC99
Black:			#000000

-----------------------------------------------------------------------------*/


/*  Positioning
-----------------------------------------------------------------------------*/
html {
    height: 100%;
}

body {
    height: 100%;
}

#nonFooter {
    position: relative;
    min-height: 100%;
}

* html #nonFooter {
    height: 100%;
}

#content {
    padding-bottom: 9em;
}

#footer {
    position: relative;
    margin-top: -7.5em;
}


* {
    margin:0px;
    padding:0px;
}

body {
	background: #CFDBC5;
	font-family:sans-serif;
    color:#3A1B01;
    font-size: 14px;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
}


.pad {
    margin: 5px;
    line-height:1.6em;
}

.footer {
    margin: 5px;
    font-size: 10px;
}

.stripe {
	background: #CFDBC5;
}

.imageRight {
	float:right;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom:10px;
	display: inline;
	position: relative;
	background-color: #CFDBC5;
	padding: 5px;
	text-align: center;
}

.frontImage {
	background: url(../images/teachHelenaGirl.jpg) no-repeat top left;
	margin-right: 
}



/* Headers
------------------------------------------------------------------------------*/

h1 {
    color:#3A1B01;
    font-size:24px;
     margin-bottom:10px;
     margin-left: 10px;
}

h2 {
    color:#000000;
    font-size:20px;
    margin-top:20px;
    margin-bottom:10px;
    margin-left: 10px;
    display: block;
}

/*- Top Right Banner--------------------------- */
#topright {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 125px;
	width: 125px;
	background: url(../images/interviewBtn.png) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

	
/*- Top Left Banner--------------------------- */
#topleft {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 125px;
	width: 125px;
	background: url(../images/applyBtn.png) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}


/* Text
------------------------------------------------------------------------------*/

p {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

a img {
    border: 0px;
}

.link {
	color:#575757;
}

a.link:link {color: #575757; text-decoration:none;}
a.link:visited {color: #57575;}
a.link:hover {color: #3A1B01; text-decoration:none;}
a.link:focus {color: #57575;}
a.link:active {color: #57575;}

/* Navigation Front
------------------------------------------------------------------------------*/
.navigation {
	font-size: 11px;
	color:#575757;
	margin-left: 10px;
	padding: 5px;}
}

a.navigation:link {color: #575757;}
a.navigation:visited {color: #57575;}
a.navigation:hover {    
    color: #57575; 
    background: #CFDBC5; 
    text-decoration:none;
}
a.navigation:focus {color: #57575;}
a.navigation:active {color: #57575;}


a.btn1 {
display: block;
width: 260px;
height: 120px;
 background: url("../images/btnHelena.png") 0 0 no-repeat;
text-decoration: none;
}

a:hover.btn1 {
    background-position: -260px 0;
}

a.btn2 {
display: block;
width: 260px;
height: 120px;
 background: url("../images/btnSchool.png") 0 0 no-repeat;
text-decoration: none;
}

a:hover.btn2 {
    background-position: -260px 0;
}


a.btn3 {
display: block;
width: 260px;
height: 120px;
 background: url("../images/btnSalary.png") 0 0 no-repeat;
text-decoration: none;
}

a:hover.btn3 {
    background-position: -260px 0;
}

a.btnInterview {
display: block;
width: 200px;
height: 200px;
 background: url("../images/btnInterview.png") 0 0 no-repeat;
text-decoration: none;
}

a:hover.btnInterview {
    background-position: -200px 0;
}




.frontBtn {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
}


.floatRight{
    float:right;
}

.floatLeft{
    float:left;
}

label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
background: #CFDBC5;
}

textarea{
width: 250px;
height: 150px;
background: #CFDBC5;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 300px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

/* Navigation 1
------------------------------------------------------------------------------*/

.navInternal1 {
    width: 100%;
    border: 0px;
    font-size:12px;
    color:#663300;
    padding-bottom: 3px;
    text-align: right;
}

