/*
*********************************************
	Reset browsers default
*********************************************
*/

body, div, dl, dt, dd, ul, ol, li, 
h1,h2,h3,h4,h5,h6, pre, form, fieldset,
input, textarea, p, blockquote, th, td {  
	margin: 0; 
	padding: 0; 
	} 
table { 
	border-collapse:collapse; 
	border-spacing: 0; 
	} 
fieldset,img {  
	border: 0; 
	} 
address, caption, cite, code, dfn, em, th, var { 
	font-style: normal; 
	font-weight: normal; 
	} 
ol, ul { 
	list-style:none; 
	} 
caption, th { 
	text-align:left; 
	} 
h1, h2, h3, h4, h5, h6 { 
	font-size: 100%; 
	font-weight: normal; 
	} 
q:before,q:after { 
	content:''; 
	} 
abbr,acronym { 
	border:0; 
	}


/*
*********************************************
	General Styles
********************************************* 
*/
	
	
html, body {
    height: 100%;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	/*background: #363636 url(../images/body_bg.gif) repeat-y scroll center top;*/
	background-color: #363636;
	color: #333;
	font-size: 62%;
	height: 100%;
	}
	
	
html { font-size:100.1%/*WinIE6- text resize adjust*/}

a { 
	color: #1180bd;
	text-decoration: none;
	}

a:hover { text-decoration: underline }


/*
*********************************************
	Structure
*********************************************
*/


#mainWrapper {
	margin: 0 auto;
	/*background: transparent url(../images/header_bg.jpg) no-repeat center top;*/
	padding-top: 5px;
	width: 1021px;
	}

#wrapper {
	margin: 17px auto 0 auto;
	background: transparent url(../images/wrapper_bg.jpg) no-repeat center top;
	width: 957px;
	overflow: hidden;
	}

#header {
	position: relative;

}

#content {
	margin-top: 114px;
	margin-bottom: -70px;
	padding: 0 40px;
	background: transparent url(../images/content_bg.gif) repeat-y;
	float: left;
	width: 877px;
	}
	
#bottom {
	background: transparent url(../images/bottom.gif) no-repeat;
	width: 957px;
	height: 22px;
	overflow: hidden;
	float: left;
	}
	
#mainContent {
	float: left;
	width: 576px;
	position: relative;
	top: -90px;
	}

#subContent {
	float: right;
	width: 287px;
	position: relative;
	top: -90px;
	}
	

/*
*********************************************
	Type
*********************************************
*/

h1  {
	margin: 29px 0 0 39px;
	width: 319px;
	height: 95px;
	line-height: 400px;
	overflow: hidden;
	float: left;
	background: url(../images/logo.png) no-repeat;
	float: left;
	}
	
h2 {
	padding: 10px 0;
	font-size: 16px;
	color: #1180bd;
	font-weight: bold;
	}

p.intro {
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 22px;
	}
	
p.phone, p.email a, p.submit a {
	margin-left: 8px;
	padding:  5px 0 0 40px;
	font-size: 13px;
	height: 33px;
	line-height: 14px;
	}	

p.phone {
	margin-bottom: 0 !important;
	background: url(../images/icon_phone.gif) no-repeat;
	}
	
p.email a {
	background: url(../images/icon_email.gif) no-repeat;
	display: block;
	}
	
p.submit a {
	background: url(../images/icon_submit.gif) no-repeat;
	display: block;
	}


blockquote {
	margin: 0 auto;
	padding: 0 15px;
	padding-top: 8px;
	font-size: 12px;
	line-height: 18px;
	}
	
cite {
	margin-top: 5px;
	display: block;
	text-align: right;
	font-size: 11px;
	color: #707070;
	}
	
sup { 
	font-size: 10px;
	}
 
/*
*********************************************
	Lists
*********************************************
*/


ul#features {
	margin: 0 0 0 380px;
	padding-top: 35px ;

	}

#features li {
	margin-bottom: 10px;
	padding-left: 28px;
	color: #fff;
	background: url(../images/arrow.png) no-repeat left;
	font: 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	}
	
ul#news {
	padding-bottom: 20px;
	width: 450px;
	}

ul#news li {
	padding-bottom: 10px;
	font-size: 12px;
	}

ul#news li strong {
	display: block;
	}

ul#news li strong {
	margin-bottom: 3px;
	color: #666;
	}


/*
*********************************************
	Section
*********************************************
*/


.sectionTop {
	background: transparent url(../images/section_top.png) no-repeat scroll 0pt;
	height: 12px;
	overflow: hidden;	
	}

.section {
	padding: 0 25px;
	background: transparent url(../images/section_bg.png) repeat-y;
	/*height: 400px;*/
	}

.sectionBottom {
	background: transparent url(../images/section_bot.png) no-repeat scroll 0pt;
	height: 14px;	
	overflow: hidden;
	}

.subSectionTop {
	background: transparent url(../images/subSection_top.png) no-repeat;
	height: 12px;
	overflow: hidden;	
	}

.subSection {
	margin: 0;
	padding: 0 20px;
	background: transparent url(../images/subSection_bg.png) repeat-y;
	}

.subSectionBottom {
	background: transparent url(../images/subSection_bot.png) no-repeat scroll 0pt;
	height: 14px;
	}


/*
*********************************************
	Site Info
*********************************************
*/


#siteInfo {
	margin: 0 auto;
	padding-top: 10px;
	width: 957px;
	font-size: 11px;
	color: #9d9d9d;
	text-align: center
	}
