@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	margin-bottom: 0px;
	top: 0px;
	border: 1px solid #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 85px;
	padding-left: 0px;
}
#content {
	background-color: #FFFFFF;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 65px;
}
.shiftcontainer{
position: relative;
left: 7px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
	width: 740px;
	background-color: transparent;
	background-image: url(images/bigshadow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.shadowcontainer .innerdiv{
	/* Add container height here if desired */
background-color: white;
	border: 1px solid gray;
	padding: 0px;
	position: relative;
	left: -7px; /*shadow depth*/
	top: -7px;
}
#greenheaderbar {
	background-color: #73A534;
	height: 10px;
	width: 738px;
}
#navbar {
	float: right;
	height: 31px;
	width: 415px;
	margin-top: 18px;
	margin-right: 30px;
}
#navbarwrapper {
	width: 735px;
	height: 110px;
}

#tagline {
	float: right;
	height: 16px;
	width: 345px;
	margin-top: 20px;
	margin-right: 10px;
	text-align: right;
}
#logo {
	float: left;
	height: 94px;
	width: 204px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	margin-top: 12px;
	margin-left: 30px;
}
#mainimage {
	height: 204px;
	width: 701px;
	margin-left: 20px;
	margin-top: 10px;
}
#hometext {
	height: 160px;
	width: 400px;
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
}
#textwrapper {
	width: 735px;
}

#text {
	width: 695px;
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.green {
	color: #73A534;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #73A534;
	margin: 0px;
	padding-bottom: 5px;
}
#servicesbox {
	float: right;
	height: 185px;
	width: 248px;
	margin-top: 5px;
	background-image: url(images/servicesbox.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 8px;
	padding-left: 10px;
	line-height: 16px;
	margin-left: 15px;
	margin-right: 5px;
}
#boxes {
	float: right;
	width: 250px;
	margin-top: 15px;
	margin-right: 25px;
}
#footer {
	background-color: #73A534;
	height: 23px;
	width: 731px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
	padding-top: 7px;
	padding-right: 7px;
}
#redrooster{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	float: left;
	width: 300px;
	margin-left: 7px;
	text-align: left;
}
#redrooster a:link, #redrooster a:visited, #redrooster a:hover, #redrooster a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.headerbar{
	color: white;
	margin-bottom: 10px;
	padding: 4px 0 4px 10px;
	background-position: left center;
	background-color: #6D6E71;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.headerbar a:link, .headerbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.arrowlistmenu ul{
	list-style-type: none;
	padding: 0;
	margin-bottom: 15px; /*bottom spacing between each UL and rest of content*/
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

.arrowlistmenu ul li{
	padding-bottom: 3px; /*bottom spacing between menu items*/
	color: #000000; /*custom bullet list image*/
	display: block;
	padding-left: 25px; /*link text is indented 19px*/
	text-decoration: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 15px 7px;
	padding-top: 3px;
	padding-right: 0;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
#indent {
	padding-left: 10px;
	color: #263E58;
	line-height: 17px;
}
#wrapper #content .shiftcontainer .shadowcontainer .innerdiv #navbarwrapper #bbb {
	float: right;
	height: 40px;
	width: 100px;
	overflow: hidden;
	margin-right: 30px;
	padding-top: 20px;
}
