@charset "utf-8";
/* CSS Document */

body {
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px auto;
	padding:0px;
	background-color: #999999;
	background-image: url(/images/PageGraphics/HeaderBackground.gif);
	background-repeat: repeat-x;
	background-position: top; 
	text-align:center;
}

.page {
	margin:0px auto; padding:0px; text-align:center; width:880px; overflow:hidden;
}

.headerLogo {
	width:880px; height:100px;
	background-image:url(/images/PageGraphics/Header.jpg);
	background-position:center; 
	display:inline-block; clear:both;
}

#topMenu {
  	display:table;
  	padding:10px 0px; 
  	margin:0px auto;
  	list-style-type:none;
}
*html #topMenu {
	margin-left:20px;
}
#topMenu li {
  	display:table-cell; 
	float:left; 
	text-align:center;
}

#topMenu a {
  	display:block; color:#003366; text-decoration:none; font-weight:bold; font-size:11px;
}

#topMenu a:hover {
	color:#91A7C1
}

.menuContainer {
	clear:both;
	float:right; width:511px; height:30px;
	margin-top:70px; margin-right:10px;
	background-image:url(/images/PageGraphics/topMenuBackground.gif); 
	background-repeat:no-repeat;
	display:inline-block;
}

.sectionHeader {
	height:110px; width:880px;
}
.sectionHeader.Golf { background-image:url(/images/PageGraphics/header_Golf.jpg)}
.sectionHeader.Weather { background-image:url(/images/PageGraphics/header_Weather.jpg)}
.sectionHeader.Turf { background-image:url(/images/PageGraphics/header_Turf.jpg)}
.sectionHeader.AboutUs { background-image:url(/images/PageGraphics/header_AboutUs.jpg)}
.sectionHeader.ContactUs { background-image:url(/images/PageGraphics/header_ContactUs.jpg)}
.sectionHeader.Employment { background-image:url(/images/PageGraphics/Employment.jpg)}
.sectionHeader.Support { background-image:url(/images/PageGraphics/header_Support.jpg)}
.sectionHeader.SiteReferences { background-image:url(/images/PageGraphics/header_SiteReferences.jpg)}
.sectionHeader.Dist { background-image:url(/images/PageGraphics/header_Dist.jpg)}
.sectionHeader.USADist { background-image:url(/images/PageGraphics/header_USADist.jpg)}
.sectionHeader.Shop { background-image:url(/images/PageGraphics/header_Shop.jpg)}
.sectionHeader.Vehicles { background-image:url(/images/PageGraphics/header_Vehicles.jpg)}
.sectionHeader.News { background-image:url(/images/PageGraphics/header_News.jpg)}

.contentArea {
	width:880px;
	background-color:#FFFFFF; 
	text-align:left;
}
.contentArea.main {
	padding:0px 0px 10px 10px; overflow:hidden;
}
.contentAreaFrame {
	background-color:#FFFFFF; 
	text-align:left;
}

.contentTableHeader { 
	clear:both;
	padding:6px 5px 0px 5px; margin:20px 0px;
	background-image:url(/images/PageGraphics/contentSectionHeader.gif); 
	background-repeat:repeat-x; 
	background-position:top;
	font-size:14px; font-weight:bold; 
	color:#233461;
}
.contentTableText {
	padding:0px 5px 5px 5px; margin:0px; font-size:11px;
}

ul.contentTableItems { margin:10px; padding-left:0px; }
ul.contentTableItems li{
	margin:0px; padding:4px 4px 4px 0px; list-style:none; text-align:left;
}
ul.contentTableItems a{ text-decoration:none; color:#003366; }
ul.contentTableItems a:hover{ color:#91A7C1 }

/* LIST BOXES USED FOR SIDE NAVIGATION AND GENERIC BOXES WITH ITEMS */

#column2 {
	float:right; clear:right; width:240px; padding-right:20px; height:auto;
}
*html #column2 {padding-right:10px;}

.listBox {
	border:solid 1px #CCCCCC; 
	margin-top:10px;
}

.listBoxHeader {
	color:#FFFFFF; font-weight:bold; font-size:12px;
	padding:5px;
	background-image:url(/images/PageGraphics/tableTitleBoldBlue.gif);
	background-repeat:repeat-x;
	border-bottom: solid 3px #999999;
}

ul.listBoxItems {
	float:left; clear:both; margin:0px; padding:4px 0px 4px 0px; list-style:none; text-align:left;
}
ul.listBoxItems li{
	font-weight:bold; padding:4px 2px 2px 2px;
}
ul.listBoxItems a{ text-decoration:none; color:#003366; }
ul.listBoxItems a:hover{ color:#91A7C1; }
/* ul.listBoxItems a:visited{ color:#557EA8; } */

/* TABLE FORMATTING */
.shadedRow {background-color:#BAD1DC}
.shadedRowLite {background-color:#D2E1E8}
.shadedCol {background-color:#999999}
.shadedColLite {background-color:#CCCCCC}
.rowDivider { border-bottom:solid 1px #CCCCCC; }

.dataTable {border:solid 1px #006699; font-size:12px;}
.dataTable th{ 
	font-size:11px; font-weight:bold; 
	background-color:#AFCCE4; background-image:url(../images/dataTableHeaderBkg.gif) ;
	background-position:bottom; background-repeat:repeat-x;
}


/* TEXT FORMATTING */
a {color:#003366 }
a:hover { color:#91A7C1 }

.breadcrumbs { font-size:11px; margin-top:10px; color:#003366; }
.breadcrumbs a{color:#003366; }
.breadcrumbs a:hover{ color:#91A7C1; }
.breadcrumbs a:visited{ color:#557EA8; }

h1 {font-size:18px; font-weight:bold; color:#233461;}
h2 {font-size:16px; font-weight:bold; color:#233461; margin-bottom:0px;}
h3 {font-size:14px; font-weight:bold; color:#233461;}
h4 {font-size:12px; font-weight:bold; color:#233461;}

.standardText {font-size:12px;}
.smallText { font-size:11px; }
.verySmallText {font-size:10px; }

/* CONTROLS AND BUTTONS */
.standardBtn {
	height: 24px;
	background-image:  url(/images/SCSShinyBtnBkg.png);
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	color: #fff;
	border-top-color: #C8D9E1;
	border-right-color: #29424E;
	border-bottom-color: #29424E;
	border-left-color: #C8D9E1;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	background-repeat: no-repeat;
	background-position: left middle;
	background-color: #003366;
}
