
html {
min-height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

a {color: #993333;}
a:hover {color: #9CF;}

body {
	background: #FFF url('../images/1600_Background_New.png') no-repeat scroll center center;
	color: rgb(88, 77, 77);
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
	font-size: 1.15em;
	line-height: 130%;
	
}

p,code,ul {padding-bottom: 1.2em;}



/* structure */
.inner-container {

	margin: 0 auto;

}

.outer-container {
	height: 1000px;
}

#header_homeBG {
	background: url('../images/backgroundimage_2_1.png') no-repeat;
	position: absolute;
	
	height: 240px;
	top:0px;
	
	width: 860px;
	left: 50%;
	margin-left: -430px;
	z-index:1;
}

#header {
	background: url('../images/header_BG.png') repeat;
	position: absolute;
	
	height: 126px;
	top:0px;
	
	width: 860px;
	left: 50%;
	margin-left: -430px;
	border-bottom: solid 5px #fff;
	z-index:2;	
}

#header_logo {
	position:relative;
	top:15px;
	left:37px;
}

#Menu {
	position:relative;
	width:375px;
	height:126px;
	float:right;
	right:40px;
	top:0px;
}

#WhatWeDo {
	display: block;
	width: 187px;
	height: 28px;
	background: url('../images/WhatWeDo.png') no-repeat 0 0;
	float:left;
	position: relative;
	top:25px;
}



#Products {
	float:right;
	display: block;
	width: 128px;
	height: 28px;
	background: url('../images/Products.png') no-repeat 0 0;
	position: relative;
	top:25px;
}



#FastQuote {
	display: block;
	width: 158px;
	height: 28px;
	background: url('../images/FastQuote.png') no-repeat 0 0;
	float:left;
	position: relative;
	top:45px;
}



#ContactUs {
	display: block;
	width: 163px;
	height: 28px;
	background: url('../images/ContactUs.png') no-repeat 0 0;
	float:right;
	position: relative;
	top:45px;
}



#WhatWeDo:hover, #FastQuote:hover, #Products:hover, #ContactUs:hover { background-position: 0 -28px; }

#WhatWeDo span, #FastQuote span, #Products span, #ContactUs span { display: none; }

#MenuDot {
	position:relative;
	float:left;
	top:35px;
	left:25px;
}

#MenuDot2 {
	position:relative;
	float:left;
	top:55px;
	left:25px;
}

#header_stripe {
	position:absolute;
	top:126px;
	width: 860px;
	left: 50%;
	margin-left: -430px;
	z-index:2;
}

#horizon        
	{
	/* used to vertically align main logo halfway down the page*/
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}


.MainLogo {
	/*aligns the main logo halfway across the page*/	
	position: absolute;

	height: 546px;
	top: -273px; /*offset vertically 50% of height, plus any adjustments for placement*/
	
	width: 546px;
	left: 50%; /*sets left edge to middle of page*/
	margin-left: -263px; /*offset left edge 50% of width, plus any adjustments for placement*/
	
	z-index: 1;
}


#footer_homeBG {
	background: url('../images/backgroundimage_1_1.png') no-repeat;
	position: absolute;
	
	height: 180px;
	bottom:0px;
	
	width: 860px;
	left: 50%;
	margin-left: -430px;
	z-index:1;
}

#footer {
	
	position: absolute;
	
	height: 74px;
	bottom:0px;
	
	width: 860px;
	left: 50%;
	margin-left: -430px;
	z-index:1;
}

.footer {
	position: absolute;
	width: 860px;
	margin-left: -430px;
	left: 50%;
	bottom:0px;
	border-top: solid 5px #fff;
	background: url('../images/header_BG.png') repeat;
	height: 74px;
	font-size: 0.85em;
	z-index:1;
}

.footerFlag {
	margin: 0;
	padding: 0;
	width: 169px;
	height: 74px;
	float: left;
}

.footerNav {
	width: 691px;
	height: 60px;
	float: right;
}

.footer a {
    color:#15438E;
    text-decoration: none;
}

.footer a:visited {
    color:#15438E;
    text-decoration: none;
}

.footer a:hover {
    color:#996633;
    text-decoration: none;
}

#footer_bar {
	position: relative;
	left:13px;
	bottom:0px;
}

#content {
	background: url('../images/ContentBG.png') repeat;
	position: absolute;
	
	min-height:100%;
	top:0px;
	
	width: 860px;
	left: 50%;
	margin-left: -430px;
	z-index:1;
}

#left_column {
	position: relative;
	width:378px;
	float:left;
	top:152px;
	left:26px;
}

#right_column {
	position: relative;
	width:378px;
	float:right;
	top:152px;
	right:26px;
}
