@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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #BEE3EF;
	background-color: #060E11;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
}
h1, h2, h3, h4, h5, p {
    padding: 0px;
	margin: 0px;
	
}
h1 {
	margin-bottom: 10px;
	padding-bottom:30px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 29px;
	font-weight: normal;
	color: #666666;
	padding-top: 15px;
}

h2 {
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 29px;
	font-weight: normal;
	color: #FFFFFF;
}

a {
	color: #E9B991;
}

A:link {
	COLOR: #BE9A68;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none
}
A:visited {
	COLOR: #BE9A68;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #93b159;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none
}

img {
	border: none;
}





#container  {
	background-image:url(../images/body_bg.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	width: 902px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	margin-bottom: 0px;
}
#logo {
	height: 120px;
	text-align: right;
	color: #999999;
	padding-top: 0px;
}
#logo a {
	color: #CCCCCC;
	text-decoration: none;
}
#logo a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#logo p {
	margin-top: 0px;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
}

#logo img {
	float: left;
}


.headerStrapline {
	DISPLAY: inline;
	FLOAT: right;
	MARGIN: 22px 30px 0px 0px;
	WIDTH: 140px;
	POSITION: relative
}

#breadcrump {
	color:#86A9C4;
	font-size:80%;
	overflow:hidden;
	height:25px;
	line-height:20px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-bottom: 0px solid #444C53;
	margin: 0px 13px 0px 13px;
	padding-top: 5px;
}

/*---------------------------FADE HEADER----------------------------*/


.fadeWrapper{
	background-color:#FFFFFF;
	position:relative;
	width:902px;
	height:256px;
	left:0px;
}

.imageHolder{
	width:902px;
	height:256px;
	position:absolute;

}


#main {
	PADDING-RIGHT: 20px;
	BACKGROUND-POSITION: left top;
	PADDING-LEFT: 20px;
	MIN-HEIGHT: 400px;
	FLOAT: left;
	BACKGROUND-IMAGE: url(../images/main_bg.jpg);
	PADDING-BOTTOM: 50px;
	MARGIN: 10px 0px 0px;
	WIDTH: 862px;
	PADDING-TOP: 12px;
	BACKGROUND-REPEAT: repeat-x;
	POSITION: relative
}

#main p {
	line-height: 20px;
	padding-bottom: 20px;
}

#main h1 {
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 27px;
	font-weight: normal;
	color: #FFFFFF;
}

#main h4 {
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	color: #FFFFFF;
}

#main .contentbox {
	padding-right: 15px;
	padding-left: 15px;
}


.phone {
	font-size: 23px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 40px;
}


#mainContent  {
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 20px;
}


#mainContent p {
	line-height: 20px;
	padding-bottom: 20px;
}
#mainContent h1 {
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 29px;
	font-weight: normal;
	color: #FFFFFF;
}
#mainContent h2 {
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom: 40px;
}
#mainContent h3 {
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 10px;
}


#mainContent .contentbox {
	padding-right: 15px;
	padding-left: 15px;
}
#mainContent .contentbtm {
	background-image: url(../images/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 13px;
}
#mainContent blockquote {
	margin: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #FFFFFF;
	line-height: 1.5em;
	background-color: #414950;
	border-bottom: solid 1px #505963;
	border-top: solid 1px #505963;
}
#main blockquote {
	margin: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #FFFFFF;
	line-height: 20px;
	background-color: #111E26;
	border-bottom: solid 0px #505963;
	border-top: solid 0px #505963;
}

#sidebar {
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E9E9E9;
	margin-top: 10px;
}
#sidebar form {
	margin-left: 10px;
}
#sidebar input {
	margin-bottom: 5px;
	background-image: url(../images/forminputbackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#sidebar #submit {
	background-color: #FFFFFF;
	background-image: url(../images/submitbutton.jpg);
	border: 1px solid #999999;
	background-repeat: repeat-x;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

ul  {
	margin-left: 0px;
	padding-left: 10px;
	margin-top: 10px;
	list-style-type: none;
}
li  {
	padding-left: 12px;
	padding-bottom: 5px;
}

.contentbox .contentboxp {
	width: 240px;
	padding-left: 22px;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 5px;
}

.arrow {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	padding-top: 0px;
}
#twocol {
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/content-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 20px;
}
#twocol p {
	font-size: 11px;
	color: #666666;
	padding-right: 10px;
	padding-bottom: 7px;
}
#twocol h3 {
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	padding-bottom: 10px;
}
#twocol strong {
	color: #666666;
}
#twocol .contentbox {
	background-image: url(../images/content-fill.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 0px;
	padding-left: 0px;
}
#twocol  .contentbtm {
	background-image: url(../images/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 13px;
}
#twocol .contentboxp {
	width: 358px;
	padding-left: 17px;
	font-size: 11px;
	color: #666666;
	padding-right: 5px;
}
#threecol {
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}

#threecol p {
	font-size: 12px;
	color: #CCCCCC;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 25px;
}
#threecol h1 {
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 25px;
}
#threecol h2 {
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom: 40px;
	padding-left: 25px;
}

#threecol h3 {
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	padding-bottom: 10px;
}



#threecol strong {
	color: #FFFFFF;
}



#threecol .contentbox {
	padding-right: 0px;
	padding-left: 0px;
}
#threecol .contentbtm {
	height: 13px;
}
#threecol .contentboxp {
	width: 270px;
	padding-left: 22px;
	font-size: 12px;
	color: #CCCCCC;
	padding-right: 5px;
}
/* End hide from IE-mac */
#fourcol {
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../images/content-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 20px;
}
#fourcol p {
	font-size: 11px;
	color: #666666;
	padding-right: 10px;
	padding-bottom: 7px;
}
#fourcol h3 {
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	padding-bottom: 10px;
}
#fourcol .contentbox {
	background-image: url(../images/content-fill.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 0px;
	padding-left: 0px;
}
#fourcol .contentbtm {
	background-image: url(../images/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 13px;
}

#fourcol .contentboxp {
	width: 165px;
	padding-left: 17px;
	font-size: 11px;
	color: #666666;
	padding-right: 5px;
}
.productwide {
	margin-right: 25px;
	margin-left: 25px;
	padding-bottom: 15px;
}
.productwide img {
	margin-right: 10px;
}
.productwide h3 {
	font-size: 16px;
	padding-bottom: 8px;
}
.productwide strong {
	color: #666666;
}
.productwide p {
	padding-top: 10px;
	padding-bottom: 10px;
}
.productwide td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.google728 {
	height: 90px;
	width: 728px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 26px;
}
.google468 {
	height: 60px;
	width: 468px;
	margin-bottom: 15px;
	margin-left: 25px;
	margin-top: 0px;
}



.boxbg1 {
	padding:15px 15px 15px 15px;
	margin-bottom:20px;
	background-color:#223544;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width: 96%;
	font-size: 11px;
	border: solid 1px #5A88AD;
	color: #8BABC5;
	line-height: 1.5em;
}









#footer {
	height: 50px;
	margin-top: 25px;
	background-color: #060E11;
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
}

#footer P {
	DISPLAY: inline;
	FONT-SIZE: 11px;
	MARGIN: 0px 30px 0px;
	COLOR: #618AA3
}
#footer A:link {
	COLOR: #E9B991;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none
}
#footer A:visited {
	COLOR: #E9B991;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none
}
#footer A:hover {
	COLOR: #966034;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none
}


#footerwrap {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.footerArea {
	PADDING-RIGHT: 0px;
	DISPLAY: inline;
	PADDING-LEFT: 0px;
	BACKGROUND: url(/images/main_area_bottom.gif) no-repeat left top;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	WIDTH: 902px;
	PADDING-TOP: 10px;
	POSITION: relative;
	border-top: 3px solid #B48B53;
	margin-top: 0px;
}
.footerArea P {
	DISPLAY: inline; FONT-SIZE: 11px; MARGIN: 10px 30px 30px; COLOR: #ffffff
}
.footerArea A:link {
	COLOR: #E9B991;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none
}
.footerArea A:visited {
	COLOR: #E9B991;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none
}
.footerArea A:hover {
	COLOR: #AE703E;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-image: url(http://www.justdreamweaver.com/templates/link/spacer.gif);
	background-repeat: no-repeat;
}
#about {
	font-size: 9px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
}
#about a {
	color: #666666;
}

.spacer10 {
	font-size:1px;
	height:10px;
}

.spacer20 {
	font-size:1px;
	height:20px;
}

.spacer30 {
	font-size:1px;
	height:30px;
}

.spacer40 {
	font-size:1px;
	height:40px;
}







.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: 15px;
	margin-bottom: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
}
.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;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
#pagetitle {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 29px;
	font-weight: normal;
	color: #666666;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 120px;
	margin-top: 20px;
	background-image: url(../images/pagetitle.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 20px;
	height: 51px;
	width: 660px;
}
