@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #FFFFFF;
	font-size: 10pt;
}
.twoColFixLtHdr #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 

.twoColFixLtHdr #mainContenthome {
	margin: 0 0 0 20px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
} 

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	padding-bottom: 10px;
	color: #df4e17;
	font-weight: bold;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 8px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#topnav {
	background-image: url(images/topnav_03.gif);
	width: 820px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #df4e17;
	text-align: center;
	padding-top: 10px;
	background-repeat: no-repeat;
	vertical-align: top;
	margin-bottom: 0px;
	background-position: center;
	font-weight: normal;
}

#logo {
	margin-left: 20px;
	margin-bottom: 20px;
	vertical-align: middle;
}

a.topbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #df4e17;
	text-decoration:none;
	font-weight: normal;
}

a.topbar:hover {
	text-decoration: underline;
	color: #ffffff;
	font-weight: normal;
	font-size: 16px;
	margin-top: 8px;
}

a.topbar:visited {
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	margin-top: 8px;
	color: #df4e17;
}

.mobilelogo {
	margin-right: 80px;
}

h1 {

}

#apDiv1 {
	position:absolute;
	left:354px;
	top:79px;
	width:277px;
	height:46px;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	padding-left: 0px;
	padding-top: 30px;
	margin-right: 100px;
	padding-right: 300px;
	margin-left: 200px;
	float: left;
}

a.footer {
	color: #df4e17;
	text-decoration: none;
}

a.footer:visited {
	color: #df4e17;
	text-decoration: none;
}

a.footer:hover {
	color: #ffffff;
	text-decoration: underline;
}

li {
	list-style-image: url(images/PageTwo_15.gif);
	font-size: 10pt;
	padding-bottom: 4px;
}

li.select {
	list-style-image: url(images/PageTwo_15.gif);
	font-size: 10pt;
	padding-bottom: 4px;
	color: #df4e17;
}

a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #df4e17;
	text-decoration: underline;
	font-weight: bold;
}

h2 {
	color: #df4e17;
	font-size: 12pt;
} 

li.text {
	list-style-image: url(images/PageTwo_15.gif);
	font-size: 10pt;
	padding-bottom: 6px;
}

#apDiv2 {
	position:absolute;
	left:555px;
	top:146px;
	width:300px;
	height:50px;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	padding-left: 70px;
	padding-top: 10px;
}

.home1 {
	float: left;
}

.home2 {
	float: left;
}

img.pad {
	padding-right: 12px;
}

img.padbor {
	padding-right: 0px;
	border-top-color: #df4e17;
	border-right-color: #df4e17;
	border-left-color: #df4e17;
	border-bottom-color: #df4e17;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-right: 12px;
}

.homefeature1 {
	border-color: #df4e17;
	border-style: solid;
	border-width: 1px;
	width: 200px;
	float: left;
	margin-top: 20px;
	padding: 6px;
	height: 200px;
	margin-bottom: 10px;
	margin-left: 30px;
}

.homefeature2 {
	border-color: #df4e17;
	border-style: solid;
	border-width: 1px;
	width: 200px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	padding: 6px;
	height: 200px;
	margin-bottom: 10px;
}

.homefeature3 {
	border-color: #df4e17;
	border-style: solid;
	border-width: 1px;
	width: 200px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	padding: 6px;
	height: 200px;
}

.title {
	vertical-align: top;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-left: 20px;
}


img.morepic {
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
} 
