body{
	font-family: arial;
	font-size: 13px;
	color: #000;
	font-weight: normal;
}

.page_container{
	width: 1004px;
	padding: 30px 0px 0px;
	margin: 0px auto;
}

.logo_container{
	display: block;
	background-image: url("../images/logo_grating.png");
	background-repeat: no-repeat;
	background-position: top left;
	width: 288px;
	height: 403px;
	vertical-align: bottom;
}

.logo{
	display: inline-block;
	text-align: center;
	margin-top: 324px;
	width: 100%;
}

.logo img{
	margin: 0px;
	padding: 0px;
}

.left_nav{
	position: relative;
	float: left;
	display: inline-block;
	width: auto;
	height: 100%;
	background: #0071BB;
	box-shadow: 2px 0px 16px #000;
	z-index: 81;
	min-height: 756px;
}

.nav_container ul{
	display: block;
	margin: 0px;
	padding: 20px 0px 0px;
}

.nav_container ul li{
	display: block;
	padding: 28px 0px 0px 80px;
}

.nav_container ul li a{
	color: #FFF;
	text-decoration: none;
	font-family: 'Enriqueta', serif;
	font-size: 17px;
	letter-spacing: 1px;
}

.nav_container ul li a:hover{
	text-decoration: underline;
}

.nav_container ul li.selected a{
	font-weight: bold;
	text-transform: uppercase;
	cursor: default;
}

.nav_container ul li.selected a:hover{
	text-decoration: none;
}

.page_footer{
	background: #8E8E8E;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.footer_text{
	max-width: 1000px;
	text-align: center;
	color: #FFF;
	font-style: italic;
	line-height: 100%;
	padding: 10px 0px;
	z-index: 80;
	font-size: 11px;
}

.page_body{
	top: 0px;
	left: 288px;
	right: 0px;
	bottom: 32px;
	overflow: auto; 
}

.page_inner{
	width: 864px;
}

.page_inner h1{
	color: #0071BB;
	font-family: 'Enriqueta', serif;
	font-weight: bold;
	font-size: 39px;
	text-align: center;
	margin: 18px 0px 18px;
	padding: 0px;
	line-height: 100%; 
}

.page_inner h2{
	color: #0071BB;
	line-height: 100%;
	font-family: 'Enriqueta', serif;
	font-weight: bold;
	font-size: 26px;
	margin: 0px 0px 12px;
	padding: 0px;
}

.page_padding{
	padding: 0px 74px 0px 74px;
}

.spacer{
	height: 20px;
}

.page_inner p{
	line-height: 160%;
	margin: 0px 0px 12px;
}

.page_inner .contact_left p{
	line-height: 120%;
}

.bullets{
	
}

.bullets span{
	display: block;
	line-height: 120%;
	background-image: url("../images/bullet.png");
	background-position: left 5px;
	background-repeat: no-repeat;
	margin: 0px 0px 12px 38px;
	font-size: 13px;
	padding: 0px 0px 0px 12px;
}

.home_left{
	display: inline-block;
	float: left;
	width: 600px;
}

.home_right{
	display: inline-block;
	float: right;
	
}

.home_owner{
	margin-top: 42px;
	text-align: right;
	position: absolute;
	margin-left: -136px;
}

.home_owner span{
	display: block;
	font-weight: normal;
	font-size: 12px;
	font-style:italic;
	padding-top: 8px;
}

.testimonial h3{
	font-size: 20px;
	font-weight: bold;
	line-height: 100%;
	margin: 0px 0px 6px;
	padding: 0px;
}

.testimonial{
	background-image: url("../images/quote.gif");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 40px 0px 10px 24px;
	border-bottom: 2px solid #0071BB;
}

.download_link{
	color: #000;
	font-size: 16px;
	font-family: arial;
	float: right;
}

.contact_container{
	overflow: auto;
}

.contact_left{
	float: left;
	display: inline-block;
	width: 300px;
}

.contact_right{
	float: left;
	display: inline-block;
}

.contact_form .textfield{
	background: #F5F5F5;
	border: none;
	padding: 8px;
	color: #888;
	outline: none;
	font-family: arial;
	font-size: 13px;
	width: 200px;
	margin-bottom: 16px;
}

.contact_form .textfield:hover{
	background: #E5E5E5;
}

#txt_Message{
	width: 400px;
	height: 200px;
}

.form_buttons input{
	border: none;
	display: inline-block;
	margin: 0px;
	padding: 12px 16px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	font-family: arial;
	background: #0071BB;
	outline: none;
}

.form_buttons input:hover{
	background: #0285DB;
}

.form_buttons input:active{
	background: #02609D;
}

.right_container{
	float: left;
	display: inline-block;
	position: relative;
	z-index: 80;
}

.main_body_container{
	overflow: auto;
	width: 1170px;
}

.banner_image{
	display: inline-block;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.banner_image.last{
	margin: 0px;
}

.banner_image img{
	margin: 0px;
	padding: 0px;
}

.home_banner{
	overflow: auto;
}