body {
	background-color: #990000;
	background-image: url(../images/pagebg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin-top: 0px;
}
.picsright {
	float: right;
	margin-left: 4px;
}

div#container{
	text-align:left;
	width:900px;
	margin:auto;
	background-image: url(../images/homebg.jpg);
	background-repeat: no-repeat;
	z-index: 100;
}

div#container2 {
	text-align:left;
	width:900px;
	margin:auto;
	background-image: url(../images/homebg2.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 440px;
}

#header {
	width: 870px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 36px;
	color: #FFFFFF;
	height: 30px;
}
.headings {
	font-size: 16px;
}
div#wrapper{
	clear: both;
	float: left;
	width: 900px;
	margin-top: 350px;
}

div#wrapper2 {
	clear: both;
	float: left;
	width: 900px;
	margin-top: 30px;
}
.wrapper3 {
	clear: both;
	float: left;
	width: 900px;
}

#textbox {
	width: 350px;
	border: 1px solid #000000;
	position: absolute;
	left: 510px;
	top: 60px;
	background-color: #FFFFFF;
	background-image: url(../images/sharpthornebg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 170px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 20px;
}
.titles {
	font-size: 14px;
	color: #003300;
	margin: 2px;
	padding: 1px 3px;
	border: 1px solid #336600;
	width: 180px;
	text-align: center;
}
div#middle{
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 300px;
	margin-left: 228px;
	padding-top: 60px;
	padding-bottom: 4px;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
div#middle2{
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 300px;
	margin-left: 35px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
div#mainmenu{
	float:left;
	width:228px;
	margin-right: 8px;
	padding-bottom: 17px;
	margin-top: 20px;
}
#hometextbox {
	width: 270px;
	margin: 0px;
	padding-bottom: 20px;
	float: right;
}
.whitetype {
	color: #FFFFFF;
}
a.whitetype:link, a.whitetype:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a.whitetype:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
div#menu {
	margin-top: 79px;
	margin-bottom: 0;
	margin-left: 36px;
	padding-bottom: 4px;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
.mceContentBody { background-image: none; background-color: White; color: Black; } /*SnippetMaster editor bg color*/.yellowtype {
	color: #FDCC00;
}
.newsbox {
	padding: 6px;
	border: 1px dotted #FECC00;
	clear: none;
}
.clearer {
font-size: 0px;
height: 0px;
width: 100%;
display: block;
clear: both;
}

#nav {
margin: 0px;
padding: 0px;
list-style: none;
list-style-image: none;
}
#nav li {
margin: 0px;
padding: 0px;
display: inline;
}
#nav li a:link, #nav li a:visited, #nav li a:active {
text-decoration: none;
display: block;
}
#nav li a:hover {
text-decoration: none;
}

/* RED BUTTONS TOP*/
.smallbuttonmenu{ /*container that holds a row of aero buttons*/
	overflow: visible;
	padding: 8px 0px 0px 12px;
	float: left;
	width: 900px;
	clear: left;
	height: 25px;
}

.smallbuttonmenu a.small{ /*aero button CSS*/
	background: transparent url('../images/aeroleftsm.gif') no-repeat top left;
	font: 11px/13px Verdana, Arial, Helvetica, sans-serif; /* This value + 8px should equal height of button background (default is 31px) */
	height: 24px; /* Width of left menu image */
	text-decoration: none; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons before hover*/
	opacity: 1;
-moz-opacity: 0.99;
	margin-bottom: 0px;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 8px;
	padding-right: 0px;
	margin-left: 0px;
	float: left;
	display: block;
}

.smallbuttonmenu a.small:link, .smallbuttonmenu a.small:visited, .smallbuttonmenu a:active{
color: #FFFF00; /*button text color*/
}

.smallbuttonmenu a.small span{
	background: transparent url('../images/aerorightsm.gif') no-repeat top right;
	display: block;
	padding: 4px 12px 0px 0px;
	height: 24px;
}

.smallbuttonmenu a.small:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /*this and next two rules control opacity of buttons during hover*/
opacity: 0.7;
-moz-opacity: 0.7;
}

.smallbuttonmenu a.small:hover span{ /* Hover state CSS (for text) */
color: #FFFFFF;
}

.smallbuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.smallbuttonmenu .rightsection a{
color: #FFFFFF;
}

/* BLUE BUTTONS*/
.smallbuttonmenu a.small2{ /*aero button CSS*/
	background: transparent url('../images/aeroleftblue.gif') no-repeat top left;
	font: 11px/13px Verdana, Arial, Helvetica, sans-serif; /* This value + 8px should equal height of button background (default is 31px) */
	height: 24px; /* Width of left menu image */
	text-decoration: none; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons before hover*/
	opacity: 1;
-moz-opacity: 0.99;
	margin-bottom: 0px;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 8px;
	padding-right: 0px;
	margin-left: 0px;
	float: left;
	display: block;
}

.smallbuttonmenu a.small2 span{
	background: transparent url('../images/aerorightblue.gif') no-repeat top right;
	display: block;
	padding: 4px 12px 0px 0px;
	height: 24px;
}

.smallbuttonmenu a.small2:link, .smallbuttonmenu a.small2:visited, .smallbuttonmenu a:active{
color: #FFFF00; /*button text color*/
}

.smallbuttonmenu a.small2 span{
	background: transparent url('../images/aerorightblue.gif') no-repeat top right;
	display: block;
	padding: 4px 12px 0px 0px;
	height: 24px;
}

.smallbuttonmenu a.small2:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /*this and next two rules control opacity of buttons during hover*/
opacity: 0.7;
-moz-opacity: 0.7;
}

.smallbuttonmenu a.small2:hover span{ /* Hover state CSS (for text) */
color: #FFFFFF;
}

/* RED SERVICES BUTTONS SIDE*/
.servicebuttonmenu{ /*container that holds a row of aero buttons*/
	overflow: visible;
	padding: 0px 2px 0px 0px;
	float: left;
	width: 200px;
	clear: right;
	height: 25px;
}

.servicebuttonmenu a.small{ /*aero button CSS*/
	background: transparent url('../images/aeroleftsm.gif') no-repeat top left;
	font: 11px/13px Verdana, Arial, Helvetica, sans-serif; /* This value + 8px should equal height of button background (default is 31px) */
	height: 24px; /* Width of left menu image */
	text-decoration: none; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons before hover*/
	opacity: 1;
-moz-opacity: 0.99;
	margin-bottom: 0px;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin-left: 0px;
	float: right;
	display: block;
	width: 190px;
}

.servicebuttonmenu a.small:link, .servicebuttonmenu a.small:visited, .servicebuttonmenu a:active{
color: #FFFF00; /*button text color*/
}

.servicebuttonmenu a.small span{
	background: transparent url('../images/aerorightsm.gif') no-repeat top right;
	display: block;
	padding: 4px 12px 0px 0px;
	height: 24px;
}

.servicebuttonmenu a.small:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /*this and next two rules control opacity of buttons during hover*/
opacity: 0.7;
-moz-opacity: 0.7;
}

.servicebuttonmenu a.small:hover span{ /* Hover state CSS (for text) */
color: #FFFFFF;
}

.servicebuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.servicebuttonmenu .rightsection a{
color: #FFFFFF;
}
.clearer6 {
	font-size: 0px;
	height: 6px;
	width: 100%;
	display: block;
	clear: both;
}

