@charset "utf-8";
/* CSS Document */
/* Firefox reads important IE ignores it */
body {
	background: #fff;
	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
	margin: 0;
	padding: 30px 0 30px 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #0f5b6e;
	text-align:justify;
}
h1,h2 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 22px; /*line-height: 23px;*/ text-align: left; color: #9c7224; padding: 0 0 0 0;
}
h2 {
	font-size: 17px; line-height: 24px; color: #a73108; padding-top: 15px;
}
/*h3 {
	font: bold 20px; color: #202020; margin: 5px 0;
}
h4 {
	font: normal 17px/14px; color: #919a69;
}
h5 {
	font: bold 13px/15px; color: #282828; text-align: center;
}*/
form {
	display: inline;
}
input { /*width of text boxes. IE6 does not understand this attribute*/
	font: bold 12px Arial, Helvetica, sans-serif;
	height: 18px;
	border: 1px solid #285564;
	color: #285564;
	margin: 0 0 0 0;
	padding: 0;
}
.searchBox {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #F0C76E;
	height: 15px;
	border: 1px solid #c5beab;
}
.btnSearch {
	width: 48px; height: 17px;
}
.imagePad{
	padding:0 0 15px 25px;
}
.imagePadAds{padding:0 10px;}
.arialSmall {
	font: bold 8px Arial, Helvetica, sans-serif; color: #82adb8;
}
.arialMedium {
	font: 10px Arial, Helvetica, sans-serif; color: #82adb8;
}
.arialItalic {
	font: italic normal 10px/14px Arial, Helvetica, sans-serif; color: #7f7f7f;
}
.georgia12 {
	font: 12px/ 16px Georgia, "Times New Roman", Times, serif; color: #5e5e5e;
}
.bold {
	font-weight: bold;
	color: Black;
}
.searchInput {
	font: 11px Arial, Helvetica, sans-serif;
	color: #991318;
	width: 248px;
	height: 16px;
	background-color: #F0F3D5;
	border: 1px solid #B0C10E;
	margin: 0;
	padding: 0;
}
.columnHeadings{
	font: bold 10px Arial, Helvetica, sans-serif; text-transform:uppercase; color:#fff; margin-left:5px;
}
.businessName{
	font: bold 13px Arial, Helvetica, sans-serif; color:#3a8799; text-transform: uppercase;
}
.businessInfo{
	color:#000; text-transform: capitalize;
}

/*\/\/\/\/\/\/\/\/\/\DIVS/\/\/\/\/\/\/\/\/\DIVS/\/\/\/\/\/\/\/\/\DIVS/\/\/\/\/\/\/\/\/\DIVS/\/\/\/\/\/\/\/\/\DIVS/\/\/\/\/\/\/\/\/\*/

/* GLOBAL COMMON DIVS */
#container {
	width: 875px;
	background: #FFFFFF url(../images/bgContainer.gif) repeat-x bottom;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 20px 0 30px 25px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#homePhotos{
	width:900px;
	margin: 0 auto;
}
#homeLeft{
	text-align:justify;
	width:435px;
	float:left;
	line-height:20px;
	padding-top:15px;
	padding-right:15px;
}
#homePromoContainer{
	width:435px;
	margin-top:30px;
}
#textPromotion{
	width:190px;
	font-size:15px;
	text-align:center;
	float:left;
}
#newsletterSignup{
	width:215px;
	font-size:15px;
	float:right;
}
#homeRight{
	width:425px;
	text-align:center;
	float:right;
	padding:1px 0 0 0;
}
#homeRightText{
	font-size:8px;
	letter-spacing:1px;
	padding-top:25px;
}
#search {
	clear: right;
	float: right;
	height: 10px;
	width: 155px;
	margin-bottom: 25px;
	#margin-bottom: 0;
}
#headerHome {
	width:860px;
	height:152px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0 0 43px;
	background: #ddedf1 url(../images/headerBg.gif) repeat-x;
} 
#header {
	width:860px;
	height:196px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0 0 43px;
	background: #ddedf1 url(../images/headerBg.gif) repeat-x;
} 
#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 5px 0;
}
#headerLogo{
	/*width:360px;*/
	float:left;
}
#headerMenu{
	float:right;
	text-align: right;
	padding-top:130px;
	
}
.mainMenuPad {
	margin: 0;
	padding: 0;
	height: 37px;
}
#abcBar{
	padding:5px 0;
	text-align:center;
	background-color:#deedf2;
}

/*LEFT COLUMN*/
#leftCol {
	width: 172px;
	float: left;
}
#logoArea {
	padding: 0 0 10px 0;
	margin: 0;
}
#statistic {
	font:  bold 20px  Garamond, "Times New Roman", Times, serif;
	#font:  oblique bold 20px  Garamond, "Times New Roman", Times, serif;
	color: #867c6d;
	height: 160px;
	text-align: right;
	padding: 10px 0;
}
#subNavBox {
	padding-top: 15px;
	margin: 0;
	width: 175px;
}
#textSize {
	padding: 0 16px 16px 0;
	margin: 0;
	text-align:right;
}
.linkBox{padding: 0 0 30px 1px;}
/*END LEFT COLUMN*/

/*RIGHT COLUMN*/
#rightCol {
	width: 770px;
	float: right;
}
#heroShot{
	width:623px;
	float:left;
}
#secondaryBody{
	width:537px;
	float:left;
	margin: 0 20px 50px 30px;
}

/*END RIGHT COLUMN*/
#secondaryMenu {
	background-color: #ffffff;
	width: 914px;
	margin: 0 25px;
	padding: 15px 0;
	text-align: center;
}
#footerMenu {
	margin: 30px 0 12px 0;
	padding: 0;
	text-align: center;
} 
#footer {
	margin: 0;
	padding: 0;
	text-align: center;
	padding-top:10px;
} 
#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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footerDividers {
	font: normal 9px Arial, Helvetica, sans-serif;
	color: #665b49; text-decoration: none; padding: 0 15px;
}
.fltrt {
	float: right;
	margin: 0 0 0 12px;
}
.fltlft {
	float: left;
	margin: 0 8px 0 0;
}
.clearRight {clear:left;}
.clearRight {clear:right;}
.clearBoth{clear:both;}
.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;
}
ol {
	margin: 10px 7px 5px 17px;
	padding: 0;
}
li {
	margin: 10px 7px 5px 17px;
	padding: 0;
}

/*\/\/\/\/\/\/\/\/\/\LINKS/\/\/\/\/\/\/\/\/\LINKS/\/\/\/\/\/\/\/\/\LINKS/\/\/\/\/\/\/\/\/\LINKS/\/\/\/\/\/\/\/\/\LINKS/\/\/\/\/\/\/\/\/\*/

a:link,
a:visited{
	color: #a6822a; text-decoration: underline;
}
a:hover {
	color: #8BBAC7; text-decoration: none;
}
/* Bold Body Links */
a.boldBodylink:link {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #3b7d93; text-decoration: underline;
}
a.boldBodylink:visited {
	font: bold 11px Arial, Helvetica, sans-serif;
 	color: #3b7d93; text-decoration: underline;
}
a.boldBodylink:hover {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #9ebac4; text-decoration: none;
}

a.mainMenu:link, a.mainMenu:visited {
	padding: 0 10px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #0f5b6e; text-decoration: none;
	vertical-align:middle;
}
a.mainMenu:hover {
	color: #a37726; text-decoration: none;
}
.mainMenuText {
	left: -25px;
	#left: 0px;
	position: relative;
}

a.mainMenuOn:link, a.mainMenuOn:visited, a.mainMenuOn:active {
	width: 147px; height: 38px;
	display: block;
	padding-top: 10px;
	padding-left: 10px;
	position: relative;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #a73108; text-decoration: none; 
}

a.abcMenu:link, a.abcMenu:visited{
	height:25px;
	padding: 0 12px; vertical-align:middle;
	font: bold 12px Arial, Helvetica, sans-serif; text-transform:uppercase;
	color: #005470; text-decoration: none; 
}

a.abcMenu:hover {
	color: #a6822a; text-decoration: none; 
}

a.siteMapLink:link,a.siteMapLink:visited {
	padding: 0 10px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #a6822a; text-decoration: none;
	vertical-align:middle;
}
a.siteMapLink:hover {
	color: #8bbac7; text-decoration: none;
}

a.footerMenu:link,a.footerMenu:visited {
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: #848484; text-decoration: none; padding: 0 15px;
}
a.footerMenu:hover {
	color: #333; text-decoration: none;
}
.footerLinksOn {
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: #333; text-decoration: none; padding: 0 15px;
}
