/*USED BY ALL PAGES*/

* {
	padding: 0;
	border: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	outline: none;
	font-weight: normal;
}
Body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #515050;
	font-size: 14px;
}
Form {
	display:inline;
}
H1 {
	color: #fb6e03;
	font-size: 18px;
	padding-bottom: 20px;
}
H2 {
	color: #00558f;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}
H3 {
	color: #00558f;
	font-size: 14px;
}
H4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
P {
	padding-bottom: 10px;
}
Strong {
	font-weight: bold;
}
#banner {
	background-image: url(../images/bannerimgs/pagesbanner.jpg);
	background-repeat: no-repeat;
	height: 121px;
	position: relative;
}
#body {
	background-color: #eaeaea;
	height: 100%;/*IE 6 Fix*/
	margin: 0px;
	padding: 0px;
}
#bodycontentleft {
	width: 603px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
}
#bodycontentright {
	width: 219px;
	float: right;
	padding-right: 17px;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-image: url(../images/footerimgs/footerbg.png);
	background-repeat: repeat-x;
	height: 17px;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 20px;
}
#footer A {
	color: #FFFFFF;
}
#footer P {
	margin: 0px;
	padding: 0px;

}
#headerlink {
	background-color: transparent;
	height:100px;
	position: absolute;
	width: 226px;
	margin-left: 20px;
}

#p-home A {
	width: 77px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 42px;
}
#p-services A {
	width: 102px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 42px;
}
#p-products A {
	width: 106px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 40px;
}
#p-resources A {
	width: 114px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 42px;
}
#p-links A {
	width: 132px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 42px;
}
#p-contact A {
	width: 118px;
	padding-left: 38px;
}
#primarynav UL {
	background-image: url(../images/navimgs/navbg.png);
	background-repeat: repeat-x;
	height: 28px;
}
#primarynav A {
	color: #FFFFFF;
	display: block;
	height: 19px;
	font-weight: bold;
	font-size: 10px;
	padding-top: 8px;
}
#primarynav A:HOVER {
	background-color: #fb7515;
}
#searchtopofpage {
	background-image: url(../images/bannerimgs/searchbg.png);
	background-position: right;
	background-repeat: no-repeat;
	height: 27px;
	padding-top: 8px;
	padding-right: 10px;
}
#searchtopofpagebox {
	border: 1px solid #999999;
}
#searchtopofpagebutton {
	vertical-align:middle;
}
.quoteboxinner  {
	background-image: url(../images/maincontentimgs/boxesbottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 11px;
	padding-left: 16px;
	color: #00558f;
}
.quoteboxinner A {
	color: #00558f;
}
.quoteboxinner A:hover {
	color: #00558f;
	text-decoration: underline;
}


.quoteboxoutter {
	background-image: url(../images/maincontentimgs/quoteboxtop.png);
	background-repeat: no-repeat;
	width: 219px;
	padding-top: 35px;
	margin-bottom: 14px;
	margin-top: 20px;
}
.specialsboxinner {
	background-image: url(../images/maincontentimgs/boxesbottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 16px;
	color: #00558f;
	font-size: 20px;
}
.specialsboxoutter {
	background-image: url(../images/maincontentimgs/specialsboxtop.png);
	background-repeat: no-repeat;
	width: 219px;
	padding-top: 35px;
	margin-bottom: 14px;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}

/*HOME PAGE SPECIFIC*/

#homebanner {
	height: 300px;
}
#homepageimg {
	margin-bottom: 20px;
}

/*RESOURCE PAGE SPECIFIC*/

.faqlinks {
	color: #00558f;
	text-decoration: underline;
}
.resourcesul {
	margin-bottom: 20px;
}
.resourcesul A {
	color: #00558f;
	text-decoration: underline;
}
.resourcesul A:HOVER {
	color: #fb6e03;
	text-decoration: underline;
}
.resourcesul LI {
	margin-bottom: 4px;
}
.question {
	color: #00558f;
	margin-bottom: 5px;
}
.answer {
	margin-bottom: 30px;
}
.linksul {
	margin-left: 20px;
	float: right;
	margin-bottom: 20px;
	width: 500px;
}

/*USEFUL LINKS PAGE SPECIFIC*/

.linksul  A {
	color: #00558f;
	text-decoration: underline;
}

/*PRODUCTS PAGE SPECIFIC*/

#productsleft {
	width:860px;
	padding-left: 20px;
	padding-top: 20px;
}
.productsulleft {
	margin-bottom: 20px;
	float: left;
	width: 410px;
}
.productsulleftclear {
	margin-bottom: 20px;
	float: left;
	width: 410px;
	clear: both;
}

.productsulright {
	margin-bottom: 20px;
	float: right;
	width: 410px;
}


/*SERVICES PAGE SPECIFIC*/

#bodycontentservices {
	width: 598px;
	padding: 20px;
}
#servicesimgs  {
	margin-top: 42px;
	padding-right: 20px;
}
.contactemail /*CONTACT PAGE SPECIFIC*/

{
	color: #515050;
	
}
.contactemail:hover {
	color: #515050;
	text-decoration: underline;	
}
#contactleft {
	width: 410px;
	padding: 20px;
}
#contactright {
	width: 430px;
	background-color: #dadada;
	padding-left: 20px;
	font-size: 12px;
	padding-top: 20px;
}
.contactform   {
	background-color: #DADADA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #838383;
	border-right-color: #BEBEBE;
	border-bottom-color: #BEBEBE;
	border-left-color: #838383;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	width: 240px;
}
.contactformtextarea {
	background-color: #DADADA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #838383;
	border-right-color: #BEBEBE;
	border-bottom-color: #BEBEBE;
	border-left-color: #838383;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	width: 240px;
	height: 100px;
}

#contactright LABEL {
	display: block;
	float: left;
	width: 150px;
	height: 25px;
	padding-top: 4px;
	font-weight: bold;
	font-size: 12px;
}
#contacttable {
	border-collapse:collapse;
}
#contacttable TD {
	vertical-align:top;
}
#contactrighttd {
	background-color: #DADADA;
}
#googlemap {
	border: 1px solid #000000;
}
/* SEARCH PAGE SPECIFIC */

#searchpage {
	padding-left: 50px;
	padding-top: 20px;
}

