@charset "utf-8";
body {
	font-family: "Lucida Sans Regular", Geneva, Arial, Verdana, Helvetica, "sans serif";
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #404040;
	background-color: #FFF;
	background-image: url(images/left-bg.jpg);
	background-repeat: repeat-x;
}

h1 {
	font-size: 22px;
	margin:0;
	padding: 0;
	color: #009933;
}

h2 {font-size: 18px; margin:0; padding: 0;	color: #009933;}

p {margin: 0; padding: 0}


.oneColFixCtrHdr #container {
	width: 959px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
    height: 557px;
	background: #FFFFFF; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#navcontainer {height: 30px; width: 959px; float: left;}
.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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width: 958px;
	float: left;
	border-right: 1px dotted #6EB221;
}

#mainContent-homeTop {width: 959px; height: 290px; float: left; background-image:url(images/argus-green_10.jpg); background-repeat:no-repeat; line-height: normal;}

#tabcontainer {
	position: relative;
	width: 959px;
	float: left;
	background-image:url(images/tabtext-bg.jpg);
	background-color: #77C523;
	background-repeat: no-repeat;
	background-position: bottom;
}

#sidephoto {
	position:absolute;
	width:132px;
	height:136px;
	z-index:1;
	left: 32px;
	top: 127px;
}

#sidephoto2 {
	position:absolute;
	width:132px;
	height:136px;
	z-index:1;
	left: 32px;
	top: 127px;
	visibility: hidden;
}
#sidephoto3 {
	position:absolute;
	width:132px;
	height:136px;
	z-index:1;
	left: 32px;
	top: 127px;
	visibility: hidden;
}
#sidephoto4 {
	position:absolute;
	width:132px;
	height:136px;
	z-index:1;
	left: 32px;
	top: 127px;
	visibility: hidden;
}


#sidephoto5 {
	position:absolute;
	width:132px;
	height:136px;
	z-index:1;
	left: 32px;
	top: 127px;
	visibility: hidden;
}

#sidephoto6 {
	position:absolute;
	width:132px;
	height:136px;
	z-index:1;
	left: 32px;
	top: 127px;
	visibility: hidden;
}

#sidephoto7 {
	position:absolute;
	width:132px;
	height:136px;
	z-index:1;
	left: 32px;
	top: 127px;
	visibility: hidden;
}

#sidephoto8 {
	position:absolute;
	width:132px;
	height:136px;
	z-index:1;
	left: 32px;
	top: 127px;
	visibility: hidden;
}


#tabnav {width:959px; float: left; height: 63px; background-color: #FFF;}
#tabtext {width: 700px; margin-left: 185px; float: left; margin-top: 35px}

.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	width: 959px; height: 131px; float:left;
}
.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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#tabtext {width: 700px; margin-left: 185px; float: left; margin-top: 35px; padding-bottom: 20px; font-size: 13px; color: #FFF; line-height: 20px;}

#tabtext h2 {margin:0; padding: 0; text-transform: uppercase; color: #404040; font-size: 14px;}
#tabtext p {margin:0; padding: 0}

#bottom-nav {height: 39px; width: 959px; float: left; text-transform: uppercase; font-size: 10px; text-align: center;}

#bottom-nav a { color: #404040; text-decoration: none }

#copyHolder {
	width: 859px;
	margin: 20px 50px 20px 50px;
	float: left;
	background-image: url(images/foot.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#copyHolder p { margin-bottom: 10px; margin-top: 0px;}
