@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-image: url(../images/bk.jpg);
	background-repeat: repeat-x;
	font-family: Calibri, Arial, sans-serif;
	font-size: 100%;
	background-color: #202020;
}
#mainContent img.adobe {
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.oneColFixCtrHdr #container {
	width: 759px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #363535;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 334px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
}
.oneColFixCtrHdr #navbar {
	background-image: url(../images/navbar_area.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 52px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
}
.oneColFixCtrHdr #navigation {
	height: 52px;
	width:730px;
	text-align:center;
}
#navbar ul{
	margin:0;
	padding:0;
	list-style:none;
	width:762px;
	float:left;
	text-align: center;
	font-size: 1.5em;
}
#navbar ul li{
	float:left;
	padding-top: 10px;
}
#navbar ul a{
	display: block;
	width:125px;
	height:25px;
	line-height:25px;
	color:#FFF;
	margin: 0 2px;
	padding: 0 5px;
}
#navbar li a {
	color: #FFF;
	text-decoration: none;
}

#navbar li a:hover {
	text-decoration: none;
	color:#203878;
}
h1, h2, h3 {
	margin-bottom: 1.5em;
}

h1 {
	font-size: 2em;
}
#mainContent  img.west {
	clear: both;
	float: right;
	position: absolute;
	left: 295px;
	top: 0px;
}


h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #363535;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #363535;
	border-right-color: #363535;
	border-bottom-color: #363535;
	border-left-color: #363535;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	position: Relative;
}
#mainContent h1 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 2em;
}
#mainContent a {
	text-decoration:none;	
	color:#FFFFFF;
}
#mainContent a:hover{
	text-decoration:none;
	color:#fe8d01;
}
#mainContent a:visited{
	text-decoration:none;
	color:#FFFFFF;
}
.oneColFixCtrHdr #footer {
	background-color: #141414;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	bottom: 0px;
	width: 100%;

}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#mainContent h3 {
	font-style: italic;
	font-weight: normal;
	font-size: 1em;
}
#mainContent h4 {
	font-style: italic;
	font-weight: normal;
	font-size: 1.5em;
	color: #76c6ff;
}
ul.territory  {
	margin:0;
	padding:0;
	list-style:none;
	
}
ul a{
	display: block;
	width:150px;
	height:25px;
	line-height:25px;
	color:#FFF;
}
li a {
	color: #8AC800;
	text-decoration: none;
}

li a:hover {
	text-decoration: none;
	color:#fe8d01;
}
#mainContent img.southwest {
	clear: both;
	float: right;
	position: absolute;
	left: 329px;
	top: 17px;
}
#mainContent img.southeast {
	clear: both;
	float: right;
	position: absolute;
	left: 354px;
	top: 7px;
}
#mainContent img.northeast {
	clear: both;
	float: right;
	position: absolute;
	left: 354px;
	top: 19px;
}
#mainContent img.midwest {
	clear: both;
	float: right;
	position: absolute;
	left: 329px;
	top: 17px;
}
