@charset "utf-8";


body {
	font-family: "Arial", "Trebuchet MS", "Century Gothic", sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	color: #666666;
	background-color:#FFFFFF;
}

#page {
	width: 889px;
	margin:0 auto;
	padding:0;
	background:#990000 url(../images/main_background.png) repeat-y center top;
	text-align:left;
	overflow: auto;
}

/*General Heading Settings */
h1, h2, h3, h4 {
	font-weight: normal;
	font-family: "Arial", "Century Gothic", "Trebuchet MS", Arial, sans-serif;
}
h1.secondary, h1.primary {
	color: #95C10E;
	font-size: 140%;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#990000;
	margin: 0px;
	padding-bottom:10px;
	padding-top:15px;
}

h2.primary {
font-size: 120%;
}

h2.secondary {
color: #81A921;
font-size: 120%;
}

p {
padding-top:5px;
}

dt {
padding-top:15px;
padding-bottom:10px;
}

#maincontent {
	width: 439px;
	float: right;
	background-color:#FFFFFF;
	padding-top: 20px;
	padding-right: 70px;
	padding-bottom: 40px;
	padding-left: 40px;
	display: block;
	text-align: left;
	margin: 0px;
}

#header {
 height: 230px;
 background:#990000 url(../images/header_background.jpg) no-repeat center top;
}

/*menu bar info*/

#menu{
	position:relative;
	margin-top:0px;
	height:73px;
	background-image:url(../images/menu_background.png);
	background-repeat: no-repeat;
}

#menu a{
	height: 2em;
	float: left;
	margin-left:45px;
	padding-top:17px;
	width:auto;
	font-weight:bold;
	text-decoration: none;
	color:#FFFFFF;
}

#menu li{
	padding-top:20px;
	list-style-type: none;
	display:inline;
	}

#menu ul{
padding:0;
margin:0;
}
	
#menu .inactive{
	color:#999999;
	height: 2em;
	float: left;
	margin-left:45px;
	width:auto;
	font-weight:bold;
	text-decoration: none;
}

#menu a:hover{
color:#669900;
font-weight:bold;
}

td img {display: block;
}

#content-secondary {
	float: left;
	width: 245px;
	padding: 30px 25px 10px 11px;
	text-align:justify;
}
#content-primary {
	float: left;
	width: 500px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 4px;
	display: block;
	text-align: justify;
	margin-left: 55px;
}

#content-primary ul, #content-secondary ul{
padding-left:20px;
}

.portfolio {
border-bottom:1px solid #990000;
padding-bottom:10px;
}

/* Tabbed Blocks */
.tab { 
	font-family: verdana,sans-serif; 
	font-size: 14px;
	width: 100px;
	white-space: nowrap;
	text-align: center;
	border-style: solid;
	border-color: black;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	}
.tabhold { 
	background-color: white;
	color: black;
	}
.tabfocus { 
	background-color: black;
	color: white;
	}
.tabcontent { 
	font-family: sans-serif; 
	font-size: 14px;
	width: 400px;
	height: 275px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	}
	
/*Quote Form*/

#quotequestions dd textarea {
width:100%;
overflow:auto;
}

/* Footer */

#footer {
	display: block;
	clear: both;
	height: 183px;
	background-image:url(../images/footer_background.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	}

#footer, #footer a:link, #footer a:visited{
	font-weight:bold;
	font-size: 90%;
	text-decoration:none;
	color:#fff;
}

#footer a:hover {
	font-size:90%;
	text-decoration:none;
	color:#CCCCCC;
}

#footer p.links {
padding-top:50px;
margin-bottom:5px;
}

.copyright{
padding-top:3em;
margin-bottom:0;
font-size:0.8em;
}

.clear {
 clear: both;
}
