@charset "UTF-8";
/* --- CSS Document by CoyoteWorks Technologies, Inc --- */

body {
	margin: 0px;
	min-width: 1024px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-align: center;
}

h1 {
	color: #252B9D;
	font-size: 18px;
	margin: 3px 0px 15px 0px;
}
h2 {
	color: #2a30a2;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
h3 {
	color: #2a30a2;
	/*font-style:italic;*/
	margin-top: 12px;
	margin-bottom: 0px;
}
h4 {
	color: #5f6a70;
	font-style:italic;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	color:#505f7e;
}
ul{
		margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	color:#505f7e;
}
a          {
	color: #36C;
}
a:visited  { color: black; }
a:hover    { color: #5872f4; }
.contactform{
	width: 55%;
	position: relative;
	float: left;
	padding-bottom: 15px;
}
.contactmap{
	width: 40%;
	position: relative;
	float: left;
	padding-bottom: 15px;
	padding-right: 30px;
}
.contactform p{
	font-size: 12px;
}
.container {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

.linkpicture {
	padding: 15px;
	border: none;
}

/* BANNER AREA */
.bannerArea {
	width: 100%;
	height: 83px;
	background-color: #ffffff;
}

.bannerArea .container {
	height:83px;
}

.bannernav {
	padding-top: 7px;
	float: left;
	width: 100%;
	text-align: center;
	color: #112c4c;
	font-size: 10px;
	font-family: sans-serif;
	position: absolute;
}

.bannernav a {
	color: #00F;
	text-decoration: none;
}
.bannernav a:visited {
	color: #00F;
}
.bannernav a:hover { color: #112c4c; text-decoration: none; }

.toprightlogo {
	padding-right: 30px;
	padding-top: 15px;
	float: right;
}
.topleftlogo{
	padding-left: 30px;
	padding-top: 15px;
	float: left;
}

.bottomlogo {
	padding-right: 30px;
	padding-top: 7px;
	float: right;
}

.bannermessage {
	padding-top: 30px;
	text-align: center;
	float: left;
	width: 100%;
	position: absolute;
	color: #244669;
	font-size: 14px;
	font-family: sans-serif;
}

/* TOP NAVIGATION AREA */
.topnavigationArea {
	width: 100%;
	/*background-color: #7f7f7f;*/
}

.topnavigationgroup {
	margin: 0px;
	width: 1024px;
	float: left;
	padding-left: 21%;
	background-image: url(../images/menu_bar_left.png);
	background-repeat: no-repeat;
}


.topnavigationgroup ul {
	margin: 0px;
}

.topnavigationitem {
	max-width: 167px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: none;
	border-right-width: 1px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-family: sans-serif;
	float: left;
}

/* CONTENT AREA */
.contentArea {
	width: 100%;
	background-color: #ffffff;
}


.contentArea .container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.contentbody {
	padding: 30px;
	float: left;
	/*width:56%;
	left:102%;*/
	width: 65%;
	min-width: 25em;
	min-height: 25em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bebebe;
}

.contentsidebar {
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 30px;
	float: left;
	/*width:21%;
	left:31%;*/
	width:21%;
	text-align: center;
}

.imageright {
	margin-left: 0px;
	float: none;
	border: 2px solid #151B8D;
}


/* FOOTER AREA */
.footerArea {
	width: 100%;
	
}

.footerArea .container {
	height: 77px;
}

.copyright {
	float: left;
	padding-left: 40px;
	padding-top: 30px;
	color: #666666;
	font-size: 10px;
	font-family: sans-serif;
}
.footerArea .container .bannernav {
	float: left;
}
