@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}
html {
	height:100%;
}

body {
	height: 100%;
	margin:0px;
	padding:0px;
	background-image:url('css-imgs/background-tile.jpg');
	background-repeat:repeat-y;
}

.background {
	background-image:url('css-imgs/background.jpg');
	background-repeat:no-repeat;
	position:absolute;
	width:100%;
	height:600px;
	z-index:-99;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -35px; /* the bottom margin is the negative value of the footer's height */
}

.header {
	height: 42px;
	background-color: #f37137;
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
}

.contact {
	width: 243px;
	float:left;
	margin-left:50px;
	margin-top:0px;
	position:absolute;
	left: 1px;
	top: -1px;
	height: 485px;
}

.mainbody {
	width:628px;
	height:100%;
	background-color: #ffffff;
	border: 1px solid #fdba33;
	float:left;
	position:absolute;
	margin-left: 315px;
	margin-top:-1px;
	overflow:inherit;
}

.rule {
	height:0.5em;
	border-bottom: 1px solid #fdba33;
	margin-left:15px;
	width:500px;
}


.homepagecontact {
	width: 190px;
	float:left;
	margin-left: 15px;
	margin-top:10px;
	position:relative;

}

.homepageintro {
	font-size:14px;
	font-family:'Gill Sans', Arial, Helvetica, sans-serif;
	text-align: left;
	color: #232f84;
	line-height: 125%;
	margin-left:15px;
	margin-top:430px;
	width:600px;
	position:static;
	border-bottom:1px #FDBA33 solid;
	padding-bottom:7px;
}

.middlecontact {
	width: 200px;
	min-height:130px;
	float:left;
	margin-top:10px;
	padding-left:10px;
	border-left:1px #FDBA33 solid;
	border-right:1px #FDBA33 solid;
	position:relative;

}

.contact-hometitles {
	font-size:14px;
	font-family:'Gill Sans', Arial, Helvetica, sans-serif;
	font-weight: 800;
	text-align: left;
	color: #232f84;
	line-height: 110%;
	margin-bottom:5px;
}

.push {
	height: 35px; /* .push must be the same height as .footer */
	width:100%;
	position:inherit;
	z-index:2;
}

.parent {
	float:left;
	clear:none;
	height:93%;
	position:absolute;
	z-index:1;
}

.footer {
	
	position:absolute;
	z-index:2;
}

#navnames a:hover { text-decoration: none; color: #ffffff;}
#navnames a:link { text-decoration: none; color: #ffffff;}
#navnames a:visited { text-decoration: none; color: #ffffff;}

#navnames {
	margin-top:9px;
	margin-bottom:0px;
	float:left;
	display:inline;
	font-size:18px;
	font-family:'Gill Sans', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #ffffff;
	line-height: 100%;
	padding-top:1px;
	padding-bottom:2px;
	padding-left:50px;
	
}

.contact-roman {
	font-size:14px;
	font-family:'Gill Sans', Arial, Helvetica, sans-serif;
	text-align: left;
	color: #232f84;
	line-height: 135%;

}

.contact-italic {
	font-size:14px;
	font-family:'Gill Sans', Arial, Helvetica, sans-serif;
	font-style:italic;
	text-align: left;
	color: #232f84;
	line-height: 135%;
}

.intro {
	font-size:20px;
	font-family:'Gill Sans', Arial, Helvetica, sans-serif;
	text-align: left;
	color: #f37137;
	line-height: 115%;
	margin-left:10px;
	width:220px;
	margin-bottom:7px;
	padding-bottom:7px;
	float:left;
	display:inline;
	border-bottom:  #fdba33 1px solid 

}
.intro2 {
	font-size:16px;
	font-family:'Gill Sans', Arial, Helvetica, sans-serif;
	text-align: left;
	color: #f37137;
	line-height: 125%;
	margin-left:10px;
	width:220px;
	margin-bottom:0px;
	float:left;
	display:inline;

}


h1 {
	font-size:26px;
	font-family:'Gill Sans', Arial, Helvetica, sans-serif;
	text-align: left;
	color: #232f84;
	line-height: 125%;
	margin-left:20px;
	margin-top:19px;
	margin-bottom:10px;
	width:582px;
}

h3 {
	font-size:17px;
	font-family:'Gill Sans', Arial, Helvetica, sans-serif;
	text-align: left;
	color: #232f84;
	line-height: 135%;
	margin-left:20px;
	margin-bottom:20px;
	width:560px;
	font-weight:normal;
}

h2 {
	font-size:16px;
	font-family:'Gill Sans', Arial, Helvetica, sans-serif;
	text-align: left;
	color: #f37137;
	line-height: 125%;
	margin-left:20px;
	margin-bottom:5px;
	margin-top:20px;
	width:570px;
}

p {
	font-size:14px;
	font-family:'Gill Sans', Arial, Helvetica, sans-serif;
	text-align: left;
	color: #232f84;
	line-height: 125%;
	margin-left:20px;
	margin-bottom:10px;
	width:560px;
}

p a:hover { text-decoration: none; color: #9999cc;}
p a:link { text-decoration: none; color: #232f84;}
p a:visited { text-decoration: none; color: #232f84;}

ul {
	margin-left: 35px;
	padding: 0;
}

li {
	font-size:14px;
	font-family:'Gill Sans', Arial, Helvetica, sans-serif;
	text-align: left;
	color: #232f84;
	line-height: 125%;
	/*margin-left:35px;*/
	margin-bottom:0px;
	width:582px;
	/*list-style:outside;*/
}

.footertxt {
	margin-left:60px;
	margin-top:9px;	
	margin-bottom:0px;
	float:left;
	display:inline;
	font-size:13px;
	font-family:'Gill Sans', Arial, Helvetica, sans-serif;
	text-align: left;
	color: #232f84;
	line-height: 130%;
	padding-top:1px;
	padding-bottom:2px;
	position:absolute;
}

#divBasicFooterNav {
    /* position: fixed;
     z-index: 9999;
     width: 100%;*/
     height: 49px;
     bottom: 0;
     left: 0;
}

#divBasicFooterNavBody {
    padding: 5px 5px 9px;
	height:35px;
	/*width:100%;*/
	background-color: #fdba33;
}

.customContent {
	float: left;
}

.customFooter {
	clear: both;
}

.divGoogleMaps {
	margin: 190px 0 0 465px;
}

.divImageMap {
	padding: 0 0 20px 15px;
}

.divPosition {
	position: absolute;
}

.divContact {
    height: 485px;
    margin-top: 5px;
    width: 243px;	
}

.divSidebarBody {
	margin: 15px 0 0 50px; 
	height: 300px;
}

.divSidebar {
	width: 326px;
}

div.divMain {
    background-color: #FFFFFF;
    border: 1px solid #FDBA33;
    float: left;
    width: 628px;
    min-height: 610px;
	/*margin-bottom: 15px;*/
}