/*

F & R

*/

/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS reset End */

/* Links */

a:link {
	color: #A31D30;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #A31D30;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #A31D30;
}

/* Links */

/* Typography */

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
float: left;
 display: inline;
margin: 0 0 0px 10px;
padding: 0 0 0 0;
width: 80%;
text-transform: uppercase;
}

p.intro {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
float: left;
 display: inline;
margin: 1px 0 7px 10px;
padding: 0 0 0 0;
width: 80%;
color: #787878;
text-transform: none;
line-height: 14px;
}

p {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
float: left;
 display: inline;
margin: 1px 0 7px 10px;
padding: 0 0 0 0;
width: 100%;
color: #787878;
text-transform: none;
line-height: 14px;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
float: left;
 display: inline;
margin: 2px 0 7px 10px;
padding: 6px 0 0 3px;
width: 70%;
color: #a20d2d;
text-transform: uppercase;
line-height: 14px;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
float: left;
 display: inline;
margin: 0 0 0px 0px;
padding: 0px 0 0 0px;
width: 100%;
color: #a20d2d;
text-transform: uppercase;
line-height: 14px;
}

/* Typography */

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 line-height: 1;
 background: #dedede;
}

#wrapper { 
 margin: 0 auto;
 width: 1040px;
}

#bg_wrapper {
float: left;
 width: 1040px;
 color: #333;
 padding: 0;
 min-height: 200px;
 margin: 0px 0px 0px 0px;
 background: url(../images/body_bg.gif) repeat-y top center;
}
	

#header {
 color: #333;
 width: 1040px;
 float: left;
 padding: 0;
 height: 244px;
 margin: 0;
 background: url(../images/header_bg.jpg) no-repeat center transparent;
}

#heading_nav {
float: left;
 width: 990px;
 height: 60px;
 color: #333;
 padding: 0;
 margin: 0px 0px 0px 25px;
 background: transparent;
}

#main_nav {
float: right;
 width: 570px;
 height: 60px;
 color: #333;
 padding: 0;
 margin: 0px 0px 0px 0px;
 background: transparent;
  list-style: none;
}

#main_nav ul
{
	margin: 37px 0 0 40px;
	background: transparent;
}

#main_nav li {
   float: left;
}
#main_nav li a {
   display: block;
   background: transparent;
   width: 100px;
   height: 20px;
   text-align: center;
   color: red;
   padding: 0 0 6px 0;
   text-transform: uppercase;
}

#main_nav li a:link {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
	   text-transform: uppercase;
}
#main_nav li a:visited {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: .9em;
	   text-transform: uppercase;
}
#main_nav li a:hover {
	text-decoration: none;
	color: #A31D30;
	font-weight: bold;
	font-size: .9em;
		background: url(../images/arrow.png) no-repeat bottom center transparent;
		   text-transform: uppercase;
}
#main_nav li .current {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: .9em;
	background: url(../images/arrow.png) no-repeat bottom center transparent;
	   text-transform: uppercase;
}

#page_heading {
float: left;
 width: 405px;
 height: 60px;
 color: #333;
 padding: 0;
 margin: 0px 0px 0px 15px;
 background: transparent;
}

#sub_nav {
float: left;
 width: 993px;
 height: 50px;
 color: #333;
 padding: 0;
 margin: 0px 0px 0px 24px;
 background: url(../images/sub_nav_bg.gif) no-repeat top center transparent;
 list-style: none;
}

#sub_nav ul
{
	margin: 3px 32px 0 0;
	background: transparent;
	float: right;
}

#sub_nav li {
   float: left;
}
#sub_nav li a {
   display: block;
   background: transparent;
   width: 100px;
   line-height: 14px;
   height: 20px;
   text-align: center;
   color: red;
   padding: 15px 0 0 0;
}

#sub_nav li a:link {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	font-size: .9em;
}
#sub_nav li a:visited {
	text-decoration: none;
	color: #333;
	font-weight: normal;
	font-size: .9em;
}
#sub_nav li a:hover {
	text-decoration: none;
	color: #A31D30;
	font-weight: normal;
	font-size: .9em;
		background: url(../images/arrow_sub_nav.png) no-repeat top center transparent;
}
#sub_nav li .current {
	text-decoration: none;
	color: #333;
	font-weight: normal;
	font-size: .9em;
	background: url(../images/arrow_sub_nav.png) no-repeat top center transparent;
}

/* Sub nav services */

#sub_nav_services {
float: left;
 width: 993px;
 height: 50px;
 color: #333;
 padding: 0;
 margin: 0px 0px 0px 24px;
 background: url(../images/sub_nav_bg.gif) no-repeat top center transparent;
 list-style: none;
}

#sub_nav_services ul
{
	margin: 3px 232px 0 0;
	background: transparent;
	float: right;
}

#sub_nav_services li {
   float: left;
}
#sub_nav_services li a {
   display: block;
   background: transparent;
   width: 100px;
   line-height: 14px;
   height: 20px;
   text-align: center;
   color: red;
   padding: 15px 0 0 0;
}

#sub_nav_services li a:link {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	font-size: .9em;
}
#sub_nav_services li a:visited {
	text-decoration: none;
	color: #333;
	font-weight: normal;
	font-size: .9em;
}
#sub_nav_services li a:hover {
	text-decoration: none;
	color: #A31D30;
	font-weight: normal;
	font-size: .9em;
		background: url(../images/arrow_sub_nav.png) no-repeat top center transparent;
}
#sub_nav_services li .current {
	text-decoration: none;
	color: #333;
	font-weight: normal;
	font-size: .9em;
	background: url(../images/arrow_sub_nav.png) no-repeat top center transparent;
}

/* Sub nav services End */

#flash {
float: left;
 width: 993px;
 height: 345px;
 border-bottom: 1px solid #7f7f7f;
 color: #333;
 padding: 0;
 margin: 0px 0px 0px 24px;
 background: transparent;
}

#main_pic {
float: left;
 width: 993px;
 height: 207px;
 color: #333;
 padding: 0 0 25px 0;
 margin: 0px 0px 0px 24px;
 background: transparent;
}

#icon_bar {
float: left;
 width: 993px;
 min-height: 100px;
 color: #333;
 padding: 10px 0 10px 0;
 margin: 0px 0px 0px 24px;
 background: transparent;
 list-style: none;
}

#leftcolumn { 
 color: #333;
 background: url(../images/home_boxes.gif) no-repeat top center transparent;
 margin: 0px 0px 0px 37px;
 padding: 0;
 min-height: 350px;
 width: 315px;
 float: left;
}

#leftcolumn p {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
float: left;
 display: inline;
margin: 7px 0 7px 15px;
padding: 0 0 0 0;
width: 90%;
color: #787878;
text-transform: none;
line-height: 16px;
text-align: justify;
}

#content { 
 float: left;
 color: #333;
 background: url(../images/home_boxes.gif) no-repeat top center transparent;
 margin: 0px 0px 0px 10px;
 padding: 0;
 min-height: 350px;
 width: 315px;
 display: inline;
}

#content p {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
float: left;
 display: inline;
margin: 7px 0 7px 15px;
padding: 0 0 0 0;
width: 85%;
color: #787878;
text-transform: none;
line-height: 16px;
text-align: justify;
}

#rightcolumn { 
 color: #333;
 background: url(../images/home_boxes.gif) no-repeat top center transparent;
 margin: 0 0 0 10px;
 padding: 0;
 min-height: 350px;
 width: 315px;
 float: left;
}

#rightcolumn p {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
float: left;
 display: inline;
margin: 7px 0 7px 15px;
padding: 0 0 0 0;
width: 85%;
color: #787878;
text-transform: none;
text-align: justify;
line-height: 16px;
}

#footer { 
 width: 1040px;
 clear: both;
 height: 340px;
 color: #333;
 background: url(../images/footer_bg.jpg) no-repeat top center transparent;
 margin: 0;
 padding: 0;
}

#footer ul {
	float: right;
	margin: 100px 100px 0 0;
	padding: 0;
	width: 360px;
	height: 60px;
}

#footer ul li {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 18px;
}

#footer p {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
float: left;
 display: inline;
margin: 5px 0 5px 0;
padding: 0 0 0 0;
color: #000;
text-transform: none;
text-align: left;
line-height: 14px;
}

#footer span.red {
	color: #A31D30;
}

.footer_left {
	width: 275px;
	height: 180px;
	margin: 40px 0 0 230px;
	padding: 0;
	float: left;
}

#footer_blocks {
float: left;
 width: 993px;
 height: 75px;
 color: #333;
 padding: 0;
 margin: 25px 0px 0px 24px;
 background: transparent;
}

.footer_bottom_blocks { 
 color: #333;
 background: transparent;
 margin: 0 0 0 25px;
 padding: 0;
 height: 73px;
 width: 220px;
 float: left;
}

#disclaimer {
float: left;
 width: 993px;
 height: 40px;
 color: #333;
 padding: 0;
 margin: 25px 0px 0px 24px;
 background: transparent;
}

#disclaimer p {
text-align: center;
color: #666;
}

/* Classes Begin */

.logo {
	float: right;
	margin: 30px 70px 0 0;
	padding: 0;
}

.icon {
	margin: 0 0 0 12px;
	padding: 0;
}

.quick_links {
	margin: 10px 0 10px 0px;
	padding: 0;
}

.read_more {
	margin: 5px 15px 0 0;
	padding: 0;
	float: right;
}

.contact {
	margin: 30px 235px 0 0;
	padding: 0;
	float: right;
}

.main_pic {
	margin: 7px 0 0 19px;
	padding: 0;
	float: left;
}

.banner {
	margin: 30px 0 10px 0;
	padding: 0;
}

.side_btn_first {
	margin: 50px 0 5px 10px;
	padding: 0;
}

.side_btn_rest {
	margin: 3px 0 5px 10px;
	padding: 0;
}

strong {
	color: #333;
}

.block {
	width: 48%;
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
}

.thumbs {
	float: left;
	margin: 0 0 10px 20px;
	padding: 0;
}

.footer_btn {
	float: left;
	margin: 40px 0 0 30px;
	padding: 0;
}

.clear { float: left; width: 1px; /* http://www.positioniseverything.net/explorer/peekaboo.html */ }

/* Classes end */


#footer_right {
	float: right;
	width: 48%;
	margin: 0;
	padding: 0;
	background: transparent;
}

#rest_left {
float: left;
 width: 690px;
 min-height: 345px;
 color: #333;
 padding: 0;
 margin: 0px 0px 15px 44px;
 background: transparent;
}

#rest_left ol { 
margin: 0 0 15px 35px;
padding: 0;
width: 90%;
list-style-type: decimal;
float: left;
}

#rest_left ol li { 
margin: 0;
padding: 0;
width: 100%;
font-size: 11px;
color: #787878;
line-height: 18px;
}

#rest_left p {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
float: left;
display: inline;
margin: 0px 0 0 10px;
padding: 0 10px 10px 10px;
width: 94%;
color: #787878;
text-transform: none;
line-height: 16px;
text-align: justify;
}

.rest_top {
	height: 29px;
	width: 690px;
	background: url(../images/rest_top_bg.gif) no-repeat top center transparent;
	float: left;
	margin: 0;
}

.rest_middle {
	min-height: 250px;
	width: 690px;
	background: url(../images/rest_top_middle.gif) repeat-y top center transparent;
	float: left;
	padding: 20px 0 0 0;
}

.rest_bottom {
	height: 13px;
	width: 690px;
	background: url(../images/rest_bottom_bg.gif) repeat-y top center transparent;
	float: left;
}

#rest_right {
float: left;
 width: 240px;
 min-height: 345px;
 color: #333;
 padding: 0;
 margin: 0px 0px 15px 20px;
 background: url(../images/rest_right_box.gif) no-repeat top left transparent;
}
