
/* CSS Document */

html, body{
	height: 100%;
	margin: 0;
	background: #FFF url('images/back.jpg') top left repeat-x;
}

#container{
	width: 960px;
	margin: 0 auto;
}

#header{
	background: transparent url('images/headerNoText.jpg') top center no-repeat;
	height: 165px;
}

#subtext{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	
	margin-top: -20px;
}
#subtext h1, #subtext h3{
	color: #3946cb;
	margin: 0;
}
#subtext p{
	font-weight: bold;
	margin: 0;
	color: #1D2772;
}

#navbar{
	float: left;
	width: 180px;
	margin: 57px 25px 0 0;
}

#navbar ul{
	margin: 0;
	padding: 0;
}
#navbar ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	list-style-type: none;
	text-decoration: none;
	height: 21px;
	
	color: #FFF;
	background: #007100 url('images/listcap.jpg') right no-repeat;
	
	margin-bottom: 10px;
	padding-left: 5px;
}
#navbar ul li a{
	display: block;
	color: #FFF;
	text-decoration: none;
}
#navbar ul li a:hover{
	/*text-decoration: underline;*/
	color: #FFFF33;
}
#navbar img{
	margin: 20px auto 20px auto; 
}

#content{
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px;
	margin-top: 25px;
	min-height: 414px;
	height:auto !important;
	height: 414px;
	margin-left: 195px;
	margin-top: 40px;	
}

#content a
{
	color: #006600;
}

#content a:hover
{
	text-decoration: underline;
	color:#00CC00
}

#content ul#list{
	list-style-type:none;
}
	#content ul#list > li{
		list-style-type:none;
		float:left;
		padding:0 20px;
		width:275px;
		height:100px;
	}

.small {
	font-size: 75%;
}

#button{
	background: url('images/apply_button.png') no-repeat left top;
	border: none;
	display: block;
	height: 50px;
	overflow: hidden;
	padding-top: 52px;
	text-decoration: none;
	width: 204px;
	margin:190px 0 0 0;
	position:relative;
	left:20px;
}
	#button:hover{
		background-position: left -152px;
		text-decoration:none !important;
	}

.centered{
	text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

#footer
{
	clear: both;
	width: 100%;
	margin-right: 12px;
	height: 100px;
	background-color: #007100;
	margin: 0 auto;
}

#footer ul
{

	list-style: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	size: 1em;
	margin: 0;
	padding: 5px 0 0 0;
} 
#footer ul li 
{
	margin-top: 10px;
	text-align: center;
}
