/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(../images/bgr.gif) #2b98ad repeat-x top;
	color: #434343;
	font: 12px Verdana,Arial,Helvetica,Sans-Serif;
	padding: 65px 0 0;
}
a{
	color: #fb4d08;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #dedede 1px solid;
	font-size: 11px;
	padding: 2px;
}
li{
	list-style: none;
}

hr{
display: block;
margin: 5px 0 10px 0;
color: #dddddd;
background-color: #dddddd;
height: 1px;
border: 0;
}
/*=== Layout ===*/
#page, #header, #footer{
	background: url(../images/page-bgr.png) repeat-y;
	margin: 0 auto;
	padding: 0 23px 0 17px;
	width: 868px;
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.png) no-repeat top;
	height: 103px;
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 436px;
}
#header h1 a{
	display: block;
	height: 103px;
}
#header h1 a:hover{
	text-decoration: none;
}


/*- Contact Phone -*/
#header p{
	color: #ffffff;
	float: right;
	font-size: 22px;
	padding: 22px 0 0;
	text-align: right;
}
#header p em{
	color: #a2e1eb;
	font-style: normal;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	background: url(../images/nav1-bgr.gif) repeat-x top;
	font-size: 14px;
	height: 32px;
	text-transform: uppercase;
}
#nav1 li{
	float: left;
	line-height: 32px;
}
#nav1 li a{
	border-right: 1px solid #c5c5c5;
	color: #000000;
	display: block;
	float: left;
	padding: 0 13px;
}
#nav1 li a:hover,
#nav1 li.active a{
	background: url(../images/nav1-hover.gif) repeat-x bottom;
	color: #2f9eb2;
	text-decoration: none;
}
#nav1 li.last a{
	border: 0;
}
/*=== Title ===*/
#title img{
	display: block;
	margin: 0 0 20px;
}
/*=== All Columns ===*/
#columns{
	font-family: Arial, Helvetica, sans-serif;
	margin: 4px 0 0;
	padding: 0 0 15px;
}
#columns h2{
	color: #747474;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 10px;
	line-height: 18px;
}

#columns h3{
	color: #79b23b;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px;
}

#columns h4{
	color: #fb4d08;
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 10px;
}

#columns p{
	padding: 0 0 10px;
}
/*=== Center Column ===*/
#centercol{
	float: left;
	width: 634px;
}
#centercol .spacer{
	padding: 0 15px;
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	width: 231px;
}
/*=== Styling Boxes ===*/
/*- Box -*/
.box{
	background: #47a2b2;
	color: #ffffff;
	height: 231px;
	margin: 0 0 3px;
	padding: 10px 12px;
}
#columns .box h2{
	color: #ffffff;
}
/* Grey Box */
.box.grey{
	background: #f0f0f0;
	color: #434343;
	height: auto;
}
#columns .box.grey h2{
	color: #747474;
}
/* Testimonial Box */
.box.grey.testimonial{
	background: url(../images/testimonials-bgr.jpg) no-repeat top;
	height: 146px;
}
/*=== Styling Forms ===*/
input.btn{
	border: 0;
	padding: 0;
}
/*- Form1 -*/
.form1 label{
	display: block;
	float: left;
	margin: 3px 5px 0 0;
}
.form1 input{
	margin: 0 0 3px;
	width: 203px;
	float: left;
}
.form1 .btn{
	margin: 5px 0 0;
	width: auto;
}

/*=== Quotes ===*/
.pullquote {
	width: 95%;
	float:right;
	font-size: 12px;
	line-height:16px;
	font-style:italic;
	margin:10px;
	background: url(closequote.gif) no-repeat bottom right !important;
	background /**/:url();
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.pullquote:first-letter {
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 30px;
	padding-left: 0px;
	background: url(openquote.gif) no-repeat left top !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
}

.testimonials h4 {
	font-size: 11px;
	line-height: 12px;
	font-style: italic;
	margin: 0;
	color: #79b23b;
	padding-left: 15px;
	font-weight: normal;
}



/*=== Styling Buttons ===*/
a.more{
	background: url(../images/btn-more.gif) no-repeat top;
	display: block;
	font: bold 11px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 20px;
	text-align: center;
	width: 87px;
}
/*=== Footer ===*/
#footer{
	background: url(../images/footer-bgr.png) no-repeat top;
	clear: both;
	color: #ffffff;
	height: 40px;
	padding-top: 15px;
}
#footer a{
	color: #ffffff;
}

#footer h1{
	font-weight: lighter;
	text-align: center;
	font-size: 10px;
	color: #333333;
}
#footer ul{
	text-align: center;
}
#footer li{
	border-right: 1px solid #ffffff;
	display: inline;
	line-height: 13px;
	padding: 0 5px;
}
#footer li.last{
	border: 0;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.ar{
	text-align: right;
}


