@charset "utf-8";
/* CSS Document */

/* OVERRIDES */
* {
	padding: 0;
	margin: 0;
}

body {
	font-family:  Arial, Helvetica, sans-serif;
	background-color: #fff;
	text-align:center;
	background-image: url(../images/sky.jpg);
	background-repeat: repeat;
	height: 100%;
}

h1 {
	font-size:14px;
	color: #46A8C1;
}
h2 {
	font-size:12px;
	color: #31135B;
	text-align: left;
	padding-left: 0px;
}
h3 {
	font-size:85%;
	color: #31135B;
	text-align: left;
	padding-left: 20px;
	padding-right: 15px;
}
p {
	font-size:80%;
	color: #000;
}

img {
		border: 0;
}

/* MAIN LAYOUT DIVS */

#container {
	width:1170px;
	min-height:650px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
}

#container a:link, #container a:visited {
	color:#3A98AF;
	text-decoration:none;
}

#container a:hover {
	color:#44246F;

}

#header {
	height: 170px;
}

#nav {
	margin-top:0px;
	padding-top: 137px;
}

#nav ul {
	margin-right:10px;
	display:inline;
	color:#FFF;
	background-color: #46A8C1;
}

#nav li {
	display:inline;
	color:#FFF;
	padding-left:10px;
	padding-right:10px;
	font-size: 93%;
}

#nav a:link, #nav a:visited {
	color:#FFF;
	text-decoration:none;
}

#nav a:hover {
	list-style-type: circle;
}

#subnav {
	width: 500px;
	float:right;
}

#subnav ul {
	list-style-type:none;
}

#subnav li {
	list-style-type:none;
	font-size: 12px;
	font-weight: bold;
	float:left;
}

#subnav a:link, #subnav a:visited {
	display:block;
	background-image:url(../images/star.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:25px;
	text-decoration:none;
	padding-right: 20px;
	list-style-type:none;
}

#subnav a:hover {
background-image:url(../images/star_over.gif);
background-position:left;
background-repeat:no-repeat;
color:#31135B;
list-style-type:none;
}


#mainContent {
	width: 818px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: 155px;
	margin-top: 18px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	height: auto;
	float: left;
}


#banner {
	height: 230px;
	background-image: url(../images/swimming-girl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#hillswrapper {
	background-repeat:repeat-x;
	background-position:bottom;
	background-image: url(../images/hillsbg.jpg);
	clear:both;
	padding-top: 25px;
}

#hills {
	background-image: url(../images/hills.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 125px;
}

#footer {
	background-color: #417622;
	height: 500px;
}

#footer p {
	color:#ccc;
	font-size: 10px;
}

#sitemap {
	padding-top:30px;
	color:#fff;
	font-size: 12px;
}

/* blocks and styling */

#infoboxWrapper {
	width:858px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
}

#infobox1 {
	width:425px;
	height: 225px;
	background-color: #FFFFFF;
	margin-top:10px;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#infobox2 {
	width:425px;
	height: 225px;
	background-color: #FFFFFF;
	margin-top:10px;
	float: right;
	padding-left:0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
}

#infobox1 h1 {
	color:#FFFFFF;
	background-color: #46a8c1;
	line-height: 32px;
	text-align: left;
	padding-left: 15px;
	font-weight: bold;
	font-size: 100%;
}
#infobox2 h1 {
	font-size:100%;
	color:#FFFFFF;
	background-color: #46a8c1;
	line-height: 32px;
	text-align: left;
	padding-left: 15px;
	font-weight: normal;
}

#infobox1 p {
	text-align:left;
	padding-left:20px;
	padding-right: 20px;
}


#infobox2 p {
	text-align:left;
	padding-left:10px;
	padding-top: 10px;
	font-size: 95%;
	padding-right: 15px;
	font-weight: bold;
}

#infobox2 img {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#banner h1 {
	font-size:24px;
	text-align:right;
	padding-right: 5px;
	padding-top: 10px;
}

#banner p {
font-size:12px;
}	

#banner .psa {
	font-size:14px;
	color:#31135B;
	font-weight: bold;
}


#container #mainContent #banner img {
	padding-left: 0px;
	float: left;
}

.bullets {
	list-style-type:disc;
	list-style-position:outside;
	margin-left:20px;
	padding-right:20px;
	font-size: 85%;
}

.sspgif {
	float:right;
	padding-right:20px;
	padding-bottom:0px;
	padding-left: 20px;
}

.skiplink {display:none}

#FAQ {
	width:64%;
	text-align: left;
	float: left;
}

#guidance {
	width:30%;
	text-align: left;
	padding-left: 10px;
	border: thin dashed #EAEAEA;
	float: right;
	background-color: #FDFDFD;
}

#FAQ ol {
	margin-left:30px;
	list-style-position: outside;
	font-size: 90%;
}

#FAQ li {
	padding-top:5px;
	padding-bottom:5px;
	font-size: 75%;
}

#FAQ a:link, #FAQ a:visited {
	color:#31135B;
}

#FAQ a:hover {
	text-decoration:underline;
}

.new {
color:#FF3300;
}
