@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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-image: url(bag.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #container {
	width: 835px;
	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;
} 
h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 20px;
	color: #B14B3F;
}
#subhead {
	font-family: "Trebuchet MS", Arial;
	font-size: 20px;
	color: #B14B3F;
}
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#header #headleft {
	width: 294px;
	float: left;
}
#header #headright {
	float: left;
	width: 541px;
}
#headleft #logo {
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: bottom;
	padding-top: 110px;
	padding-bottom: 13px;
	font-weight: bold;
}
#header #headright {
	background-image: url(mainimage-sta.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 381px;
}
#header #headright1 {
	background-repeat: no-repeat;
	background-image: url(mainimage-blk.jpg);
	background-position: right top;
	height: 321px;
	float: left;
	width: 541px;
	padding-top: 60px;
	text-align: right;
}
#header #headright2 {
	background-image: url(mainimage-comm.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 381px;
}
#header #headright3 {
	background-image: url(mainimage-sta.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 381px;
}
#header #menu {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	height: 36px;
	padding-top: 10px;
}
#header #menu a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
}
#header #menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 282px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 15px;
	padding-left: 6px;
}
#sidebox #maroonhead {
	background-image: url(maroonbag.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 7px;
}
#sidebox #sidemenu {
	background-image: url(greyshadow.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 255px;
	padding: 5px;
}
#sidebox #sidemenu a {
	display: block;
	background-image: url(greyarrow.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
}
#sidebar1 #phonebox {
	background-image: url(contactbox.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 115px;
	margin-top: 10px;
}
#phonebox #cont {
	padding-top: 50px;
	padding-left: 90px;
	font-weight: bold;
}
#mainContent #topcontent {
	background-color: #EEEEEE;
	background-image: url(maincontentbag.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	height: 182px;
	padding: 10px;
}


#sidebox #sidemenu a:hover {
	text-decoration: underline;
}

#sidebar1 #sidebox {
	border: 1px solid #DBDBDB;
	padding: 9px;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 10;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
} 
#mainContent #leftbox {
	float: left;
	width: 47%;
	padding: 5px;
}
#mainContent #bottomcontents {
	padding-top: 20px;
}
#readmore {
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	padding: 5px;
}
#footer a {
	font-weight: bold;
	color: #FFFFFF;
}


#mainContent #rightbox{
	float: left;
	width: 47%;
	padding: 5px;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	font-size: 11px;
	color: #FFFFFF;
} 
.twoColFixLtHdr #footerbag {
	background-image: url(footer.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.twoColFixLtHdr #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 */
}
.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;
}
