@charset "UTF-8";

/* CSS Document */
/* edited: September 24, 2009 */

body {
	background: #b2c8e0 url(i/mainbg.jpg) repeat-x top center;
	margin:0; 
	text-align:center;
	font: 62.5% Arial, Helvetica, sans-serif;
}

/* ----------------------------  TEXT STYLES ----------------------------  */

@font-face {
font-family: GraublauWeb;
src: url("i/GraublauWeb.otf") format("opentype");
}

@font-face {
 font-family: Aller;
 src: url("Aller_Lt.eot") /* EOT file for IE */
}
@font-face {
 font-family: Aller;
 src: url("Aller_Lt.ttf") /* TTF file for CSS3 browsers */
}


p {
	margin: 0 0 10px 0;
	font-size: 1.2em;
	line-height: 1.4em;
}

h1 {
font-family: Aller, Helvetica, Verdana, Sans-Serif;
font-weight: lighter;
}


h3 {
	color: maroon;
	font-weight: bold;
	margin: 10px 0;
}

h4 {
	font-family: Aller, Arial, Sans-Serif;
	font-size: 1.8em;
	font-weight: lighter;
	margin: 30px 0px 5px 0px;
}

/* ----------------------------  LINKS ----------------------------  */

a img{
	border: none;
}

/* ------------------------- CONTENT ---------------------------  */

.content {
	clear: both;
	margin: 20px 0px;
}

.column1, .column2 {
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
}

.column3 {
	float: left;
	width: 300px;
	margin: 0;
}

/* ----------------------------  PAGE STYLES ----------------------------  */
.info-row {
	margin: 0 0 15px 0;
}

/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
.nav-wrap {width: 100%;overflow:hidden;}
.nav-left {background: url(i/nav_left.jpg) no-repeat top left; float: left; width: 5px; padding: 11px 0;}
.nav-right {background: url(i/nav_right.jpg) no-repeat top right; float: left; width: 5px; padding: 11px 0;}
div#nav{
	background: #4985c5;
	color: #fff;
	font: bold 1.2em Arial, sans-serif;
	height: 13px;
	margin: 0 auto 0px auto;
	padding: 11px 0px;
	text-align: left;
	float: left;
	width: 940px;
	_padding: 10px 0px;
}

div#nav a {
	color: #fff;
	text-decoration: none;
	text-align: left;
	padding: 0px 12px;
	margin: 0px;
}

div#nav a.current:link, div#nav a.current:visited {
	color: #fc0;
}

div#nav a:hover {
	color: #fc0;
}

/* ----------------------- FRONT PAGE MODULES --------------------- */

.apply-mod {
	background: url(i/teensearch.jpg) no-repeat top left;
	width: 290px;
	min-height: 250px;
	_height: 250px;
	position: relative;
	padding: 0px 0 0 10px;
}

.apply-mod p {
	padding: 45px 0 0 0;
	width: 150px;
	color: #fff;
	font-size: 1.1em;
}

.apply-button {
	position: absolute;
	bottom: 5px; left: 12px;
	font: bold 1.2em Arial, Sans-serif;
	color: #fff;
	text-transform: uppercase;
}

.apply-button a:link, .apply-button a:visited {
	color: #fff;
	text-decoration: none;
}