@charset "utf-8";
/* CSS Document */
html, body, div, h1, h2, h3, h4, h5, h6, ul ,ol, dl, dt, dd, blockquote, pre, form, fieldset{
	margin: 0; padding: 0; 
}
html{
	height:100%;
}
body {
	background:#fff url(../images/bg_tile.jpg) repeat-x;
	color:#41464e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:100%;
	line-height:20px;
	text-align:center;	
}
img {
	border:0px;
}
textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}
h1{
	color:#ff9600;
	font-size:14px;
	font-weight:normal;
	padding:24px 0px;
	text-align:center;
}
h2{
	color::#ff9600;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding:0px 10px;
}
h3{
	color:#ff9600;
	font-size:12px;
	font-weight:bold;
}
h4{
	color:#ff9600;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
div.content a:link,div.content a:active, div.content a:visited{
	color:#41464e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
}
div.content a:hover{
	color:#cd6111;
}
div.wrapper{
	height:100%;
	height: auto !important;
	min-height:100%;
	margin:auto auto;
	position:relative;
	text-align:left;
	width:866px;
	margin: 0 auto -64px; /* the bottom margin is the negative value of the footer's height */
}
div.header{
	background:url(../images/header_bg.jpg) no-repeat;
	height:73px;
	position:relative;
}
div.navigation_top{
	color:#000;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:13px;
	left:80px;
	position:absolute;
	text-transform:capitalize;
	top:25px;
}
div.navigation_top a:link,div.navigation_top a:active,div.navigation_top a:visited{
	color:#000;
	text-decoration:none;
}
div.navigation_top a:hover{
	color:#41464e;
	text-decoration:none;
}
div.navigation_top ul{
	list-style:none;	
}
div.navigation_top li{
	float:left;	
	margin-right:28px;
}
.current{
	border-bottom:#ff9501 1px solid;	
}
div.flash{
	left:36px;
	position:absolute;
	top:31px;
	width:406px;
}
div.content{
	min-height:200px;
	position:relative;
	text-align:left;
	width:886px;
}
div.left_column{
	float:left;
	padding:40px 10px 0px 10px;
	position:relative;
	text-align:justify;
	width:384px;
}
div.right_column{
	background:url(../images/flash_bg.jpg) no-repeat;
	float:left;
	height:654px;
	position:relative;
	width:477px;
}
div.right_two_column{
	float:right;
	padding:141px 10px 0px 10px;
	position:relative;
	text-align:justify;
	width:384px;
}
div.right_two_column_2{
	float:right;
	padding:74px 10px 0px 10px;
	position:relative;
	text-align:justify;
	width:384px;
}
div.right_two_column_3{
	float:right;
	padding:74px 10px 0px 10px;
	position:relative;
	text-align:justify;
	width:384px;
}
div.flash2{
	position:relative;	
}
div.morebtn{
	float:right;
	margin-right:20px;
	position:relative;
	width:176px;
}

div.morebtn_2{
	float:left;
	margin-right:20px;
	position:relative;
	width:176px;
}


div.buttons{
	padding-bottom:20px;
	position:relative;
	text-align:right;
	width:384px;
}
div.footer{
	background-color:#aeacac;
	color:#41464e;
	height:64px;
	margin:auto auto;
	padding-top:15px;
	position:relative;
	width:100%;
}
div.footer a:link,div.footer a:active,div.footer a:visited{
	color:#FFF;
	text-decoration:none;
}
div.footer a:hover{
	color:#FFF;
	text-decoration:underline;
}
div.footer_links{
	margin:auto auto;
	padding-left:10px;
	position:relative;
	text-align:left;
	width:866px;
}
div.footer_links ul{
	list-style:none;	
}
div.footer_links li{
	float:left;	
}

div.hr{
	background-color:#ff9600;
	height:1px;
	margin:20px 0px;
	position:relative;
	width:100%;
}
.push{
	height:64px;	
}
.footer_bar{
	color:#fff;
	padding:0px 3px;
}
.sitemap{
	list-style:none;	
}
.text-right{
	float:right;
}
.perosn_name_quote{
	font-style:italic;
	margin-left:50px;
}
.clear{
	clear:both;	
}
.input_required {
background-color:#fff0df;
border:1px dotted #f4911d;
}


/* Form Styling */
form.cmxform fieldset 
{
	border: 0px;
	width: 600px;	
}
form.cmxform legend 
{
	color:#000;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}
form.cmxform label 
{
	display: inline-block;
	line-height: 1.4;
	width: 120px; /* Width of labels */	
	vertical-align: top;
}
form.cmxform fieldset ol 
{
	margin: 0;
	padding: 0;
}
form.cmxform ol li 
{
	list-style: none;
	padding: 10px;
	margin: 0;
}
form.cmxform em 
{
	font-weight: bold;
	color: #f00;
}
form.cmxform textarea
{
	height: 90px;
	width: 220px;
}
div.left_column_gallery {
	float:left;
	padding:40px 10px 0px 10px;
	position:relative;
	text-align:justify;
	width:865px;
}


