@charset "utf-8";
body {
	margin : 0px;
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
	color: #4a4a4a;
	background-color: #fff;
}

/*BANNER CONSTRUCTION*/

#header_container_div {
	width: 100%;
	height: 233px;
	margin:0 auto;
	background-color:#00539c;
	background-image: url(images/stripes-back.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top:2px;
}

#header_div {
	width: 932px;
	height: 223px;
	margin:0 auto;
	background-color: #FFF;
	border-top-left-radius: 20px; 
	border-top-right-radius: 20px; 
}



/*BODY CONSTRUCTION ETC.*/

#container_div {
	width: 931px;
	margin:0 auto;
	border-left:#00539c solid 1px;
	border-right:#00539c solid 1px;
	border-bottom:#fbb725 solid 3px;
	color: #333;
	overflow:hidden;
	min-height:400px;
}

#full_content_div {
	margin:0 auto;
	width: 90%;
	font-size:16px;
}

#left_content_block_div{
	width: 43%;
	margin-left:50px;
	float:left;
}

#right_content_block_div{
	width: 43%;
	padding-left:30px;
	float:left;
}

h1{
	font-size:28px;
	color:#00539c;
	margin-top:0px;
	margin-bottom:0px;
}

h2{
	font-size:20px;
	color:#00539c;
	margin-top:0px;
	margin-bottom:0px;
}



/* Links for Site if no class exists */
A:LINK {
color: #00539c;
font-weight: normal;
text-decoration : underline;
}

A:VISITED {
color: #00539c;
font-weight: normal;
text-decoration : underline;
}

A:HOVER {
color: #00539c;
font-weight: normal;
text-decoration : none;
}


#footer_div {
	width: 931px;
	height: 110px;
	margin: 0 auto;
	padding-top:10px;
	background-color: #00539c;
	border-top: #fff solid 1px;
	border-left:#00539c solid 1px;
	border-right:#00539c solid 1px;
	border-bottom-left-radius: 20px; 
	border-bottom-right-radius: 20px; 
	font-size: 14px;
	color: #fff;
}
#footer_div a{
	color:#fff;
	text-decoration: none;
}
#footer_div a:hover{
	text-decoration: underline;
}


#footer_shadow_div {
	width: 931px;
	margin: 0 auto;
}


#leftFooter{
	float: left;
	width: 560px;
	margin-left: 20px;
	padding-top: 45px;
	line-height:20px
}

#rightFooter{
	float: left;
	padding-top: 10px;
	line-height: 20px;
}


/* START HERE */


.spiritteam {
	margin-left: 30px;
	font-size:20px;
	border-bottom: #fbb725 solid 1px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.textlabel {
	font-size:18px;
}

.textbox {
	font-size:16px;
	color: #333;
	border: #999 solid 1px;
	border-radius: 3px;
	height: 20px;
	padding: 3px;
}

.button{
	margin-top: 6px;
	padding-left: 16px;
	padding-top: 5px;
	padding-right: 38px;
	border: 1px #7e060a 00539c;
	border-radius: 3px;
	background-image:url(images/button_background.png);
	background-position: right;
	white-space:nowrap;
	color: white !important;
	font-family:Verdana;
	font-size: 18px;
	height: 29px;
	text-decoration:none !important;
	display:inline-block;
}
.button[type=submit]{
	padding-top: 1px;
	height: 36px;
}