﻿@charset "utf-8";

body {
	background: #edebe9;	
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

h4, h5 {
	line-height: 1.6em;
}

img{
	border:none;
}

a{
	color: #6699FF;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

/* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
    
    /* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		height: 332px;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:792px;
		height:332px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
	    float: right;
		margin:1em 12px;
		margin-right: 325px;
		padding:0;
		height:28px;	
		font-size: 12px;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#edebe9;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#c0c0c0;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */


#container{
	width: 900px;
	margin: 0 auto 0 auto;
}

#header {
	height: 150px;
	font-family:Arial, Helvetica, sans-serif;
}



#header #navigation{
	height: 50px;
	float: right;
}

#navigation	ol {
		margin:1em 0;
		padding:0;
		height:24px;	
		font-weight:bold;
		font-size: 15px;
		font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
#navigation	ol li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:24px;
		line-height:24px;
}
#navigation	ol li a{
		float:left;
		height:24px;
		line-height:24px;
		color: #666157;
		padding:0 10px;
		text-decoration:none;
}
#navigation	ol li.current a{
		border:1px solid #c0c0c0;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		background:#c0c0c0;
		color:#fff;
}
#navigation	ol li a:focus {
	outline:none;
}


#header h1{
	display: inline;
	font-size: 36px;
	font-weight: bold;
	color: #535655;
	margin: 50px auto auto 150px;
}

#header h2{
	display: inline;
	font-size: 22px;
	font-weight: normal;
	color: #a9a6a6;
	margin-left: 30px;
	margin-top: -10px;
}

#box{
	background-color: white;
	border: solid 1px #cccccc;
	padding: 40px;
	padding-top: 0;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	border-radius: 20px;
}

#box p {
	font-size: 14px;
	line-height: 20px;
}

#box p.intro {
	clear: both;
	width:816px;
	font-size: 16px;
	line-height: 22px;
	color: #535655;
	padding-top:10px;
}

#box .callout {
	margin: 25px auto 25px auto;
	text-align:center;
	font-size: 12px;
}

#box .callout a {
	color: #ea5912;
	font-size: 22px;
	font-weight: bold;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	text-decoration:none;
	border-bottom:3px dotted #ea5912;
}

#box .callout a:hover {
	border-bottom: none;
}

#box .column-feature {
	width: 240px;
	float: left;
	display: inline;
	background-color: #31a2ee;
	border: solid 1px #c9ccce;
	padding: 20px 15px 20px 15px;
	margin-top: 10px;
}

#box .column-feature h3 {
	color: white;
	font-size: 20px;
	line-height: 22px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding: 0;
}

#box .column-feature p {
	color: #f0f4f6;
	font-family:"Myriad Pro", Myriad, Geneva, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-top:10px;
}

#box .half-column {
	width: 40%;
	float: left;
	display: inline;
	margin-top: 10px;
	color: #434644;
}

#box .half-column ul {
	margin-left: 0;
	padding-left: 20px;
}
#box .half-column ul, li {
	color: #535655;
	font-size: 12px;
	line-height: 18px;
}

#box img{
	vertical-align:bottom;
}

#box #slider{
	margin: 12px;
	height: 332px;
}

.arrow-style {
	font-family: "Lucida Sans";
	font-size: 8px;
}


.follow-us{
	font-size: 11px;
	height: 40px;
	line-height: 40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: right;
}

.follow-us img{
	margin: auto 5px auto 0px;
	margin-bottom: 10px;
	line-height: 30px;
}
.follow-us a{
	color:#990000;
	text-decoration: none;
	margin-right: 15px;
	line-height: 40px;
	vertical-align:middle;
}

.bqstart {
     float: left;
     height: 45px;
     margin-top: -20px;
     padding-top: 45px;
     margin-bottom: -50px;
     font-size: 700%;
     color: #FF0000;
 }


 .bqend {
     float: right;
     height: 25px;
     margin-top: 0px;
     padding-top: 45px;
     font-size: 700%;
     color: #FF0000;
 }

#footer{
	font-size: 11px;
	line-height: 18px;
	margin-top: 20px;
	color: #6a6a6a;
	text-align:center;
}
#footer a{
	color: #990000;
	text-decoration: none;
	margin-left: 10px;
}



/**********************/
/* Positioning Classes */
/**********************/

.wf {
	width:100%;
}
.wa {
	width:auto;
}
.hf {
	height:100%;
}
.whf {
	width:100%;
	height:100%;
}
.tar {
	text-align:right;
}
.tal {
	text-align:left;
}
.tac {
	text-align:center;
}
.di img {
	display:inline;
}
img.di {
	display:inline;
}
.clear {
	clear:both;
	background: url(none);
	border-style: none;
	border-color: #FFFFFF;
	visibility:hidden;
}
object {
	display:block;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.block {
	display:block;
}
.hide {
	display:none;
}
.margin_lr_auto {
	margin:0px auto
}
.width_one_third {
	width:30%;
}
.width_half {
	width:50%;
}
/**********************/
/* End Positioning Classes */
/**********************/


.feature-column {
	width: 30%;
	float: left; 
	margin-right: 40px;
}
.feature-column h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom:0.5em;
	color:#000;
}}
.feature-column p {
	font-size: 12px;
}
hr {
	color:#c0c0c0;
	height:1px;
	margin:2em 0px;
	border-bottom: 1px solid #c0c0c0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
em {
	background-color:#FFFF99;
	font-style: normal;
}
blockquote {
	font-size: 21px;
	line-height: 26px;
	color: #868394;
	padding: 0;
	margin: 0;
	padding-top:10px;
	font-weight: normal;`
}

/***********End General Formatting*************/



ul.bulleted_list a,li {
	font-size: 14px;
	line-height: 1.4em;
}


/********Featured Area************/
.featured_area {
	height:380px;
}
.featured_area .container {
	float: left;
	width: 392px;
}
.featured_text {
	float: none;
	clear: both;
	width: 367px;
	font-size:1.6em;
	line-height: 1.5em;
	height: 226px;
	margin-top: 70px;
	margin-left: 24px;
}
.featured_text h2 {
	font-size:2.1em;
	line-height:2em;
}
.featured_buttons {
	background: url('images/featured_buttons_bg.png') repeat-x left top;
	text-align:left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.featured_buttons img {
	margin-left: 15px;
}

/********* Page Layouts **********/
.column_wide {
	font-size: 1.4em;
	padding-top: 30px;
}
.column_narrow {
	font-size: 1.4em;
	line-height: 1.6em;
	padding-top: 30px;
	/*float: right;
	width: 580px;*/
	width:95%; 
	float: left; 
	padding-right:50px;
}
.column_50_right {
	width: 45%;
	font-size: 1.4em;
	line-height: 1.8em;
	padding-top: 30px;
	float: right;
}
.column_50_left {
	width: 45%;
	font-size: 1.4em;
	line-height: 1.8em;
	padding-top: 30px;
	float: left;
}
.column_30 {
	width: 30%;	
	font-size: 1.4em;
	line-height: 1.8em;
	padding-top: 30px;
	margin-right: 20px;
	float: left;
}
/*Main Content Area beneath the Banner*/
.page_heading_bg .content_area {
	margin-top: 20px;
}
.content_area {
	margin-right: 24px;
	margin-left: 24px;
}
/*End Main Content Area*/



/********* End Page Layouts **********/


/********Begin Sidebar************/
.sidebar {
	float: right; 
	margin-left: 50px; 
	padding-left: 50px;
	padding-top: 30px;
	width: 248px;
	background: url('images/sidebar_bg.png') no-repeat left top;
	color: #444444;
}
.sidebar hr {
	margin:2em 0px;
}
.sidebar h5 {
	color:#363330;
	margin-bottom:20px;
}
.sidebar ul li{
	list-style:none;
}
.sidebar ul.bulleted_list li {
	font-size:1.2em;
}
/********End Sidebar************/


.formats-bar {
	float: left; 
	display: inline;
	padding-top: 40px;
}




/********Contact Form************/
#contact_form small {
	font-weight:bold;
	display: block;
}
#contact_form #name, #contact_form #email {
	width: 20em;
}
#contact_form #comments {
	font-family:Arial, Helvetica, sans-serif;
	width:35em;
}
.send_message_btn {
	border-style: none;
	background: url('images/send_message_btn.png') no-repeat;
	height: 38px;
	width: 161px;
	cursor:pointer;
}
.send_message_btn b {
	display:none;
}
#ajax_loader {
	float:right;
	margin-right:310px;
}
/******** End Contact Form************/





