﻿
/***********************************
*  GENERAL                         *
************************************/

html, body {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #BCBBA9 url('../images/terrain_background.jpg') repeat-y top center;
}

p {
	margin: 0px;
}

body * {
	font-family: Tahoma, Arial;
	font-size: 10pt;
	color: #5F5F57;
}

a {
	color: #b51f1f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/***********************************
*  GLOBAL CONTAINER                *
************************************/

#global-container {
	width: 100%;
	height: 100%;
}

#global-container-body {
	margin: auto;
	width: 800px;
	height: 100%;
	background-color: #F6F6F4;
}

#content-body {
	width: 778px;
	margin: auto;
}



/***********************************
*  HEADER                          *
************************************/

#header {
	height: 70px;
	position: relative;
}

#logo {
	width: 253px;
	height: 89px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#main-menu {
	width: 700px;
	height: 26px;
	position: absolute;
	bottom: 10px;
	right: 0px;
}

#main-menu-container {
	height: 100%;
	right: 0px;
	background-color: #DDDDCF;
	position: absolute;
}

div.main-menu-tab {
	height: 100%;
	float: left;
	color: #827F75;
	cursor: pointer;
}

div.main-menu-tab div {
	padding: 5px 10px 0px 10px;

}

div.main-menu-tab-selected {
	background: transparent url('../images/main_menu_tab_selected.png') repeat-x top left;
}

div.main-menu-tab-selected div {
	color: #FFFFFF;
}

div.main-menu-tab-highlight {
	background: transparent url('../images/main_menu_tab_selected.png') repeat-x top left;
}

div.main-menu-tab-highlight div {
	color: #FFFFFF;
}

#main-menu-bottom {
	width: 700px;
	height: 10px;
	background-color: #E74142;
	font-size: 1pt;
	position: absolute;
	bottom: 0px;
	right: 0px;
}


/***********************************
*  COLUMNS                         *
************************************/

#columns {
	margin-top: 7px;
}

#column-left {
	vertical-align: top;
	background: #DDDDCF url('../images/left_column_corner.png') no-repeat top left;
	width: 215px;
}

#column-main {
	vertical-align: top;
}

#column-main-container {
	margin-left: 7px;
}


/***********************************
*  LEFT COLUMN                     *
************************************/

#left-column-container {
	padding-top: 15px;
	padding-bottom: 15px;
}

#left-column-container .link {
	margin-left: 18px;
}

#left-column-container .link_bold {
	margin-left: 18px;
	font-weight: bold;
}

div.left-column-content {
	color: #666656;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

div.left-column-content a.service {
	font-size: 8pt;
	color: #666656;
	display: block;
	padding: 2px 0px 2px 4px;
	width:181px;
}

div.left-column-content a.service:hover {
	color: #FFFFFF;
	background: #E74142 url('../images/left_menu_service_background.png') repeat-x top left;
	text-decoration: none;
	
}

div.left-column-content a.service_inactive {
	font-size: 8pt;
	color: #666656;
	display: block;
	padding: 2px 0px 2px 4px;
	width:181px;
	text-decoration: none;
}

div.left-column-content a.service_active {
	font-size: 8pt;
	color: #666656;
	display: block;
	padding: 2px 0px 2px 4px;
	color: #FFFFFF;
	background: #E74142 url('../images/left_menu_service_background.png') repeat-x top left;
	text-decoration: none;
}

div.divider {
	border-top: 1px solid #CCCCBE;
	height: 1px;
	font-size: 1pt;
	margin: 3px 0px 3px 0px;
}

div.left-menu-section {
	margin-top: 20px;
	background-color: #B0B0A6;
	padding-bottom: 4px;
}

div.left-menu-section-title {
	background: transparent url('../images/left_menu_section_title_bullet.png') no-repeat center left;
	color: #F6F6F4;
	padding: 5px 0px 5px 20px;
}

div.left-menu-section img {
	border: 0px;
	border-top: 1px solid #63635D;
	border-bottom: 1px solid #63635D;
	width: 215px;
	height: 58px;
}


/***********************************
*  RIGHT COLUMN                    *
************************************/

#main-image-footer {
	background-color: #DDDDCF;
	height: 20px;
	border-top: 2px solid #888880;
}

#column-main-content {
	padding-left: 15px;
	padding-bottom: 20px;
}

#column-main-split td {
	width: 50%;
	vertical-align: top;
}

h2 {
	color: #000000;
	margin: 15px 0px 0px 0px;
	padding-bottom: 3px;
	border-bottom: 1px solid #DDDDCF;
}

p.text-content {
	line-height: 150%;
	text-align: justify;
	padding-top: 15px;
	padding-right: 15px;
}

span.bullet {
	display: block;
	padding-left: 15px;
	margin-top: 15px;
	line-height: 150%;
	background: transparent url('../images/bullet.png') no-repeat top left;
}

.bullets {
	padding-left: 20px;
}

p.text-content-align {
	line-height: 150%;
	text-align: justify;
	padding-right: 15px;
}
/***********************************
*  FOOTER                          *
************************************/

#footer {
	padding-top: 7px;
	padding-bottom: 10px;
	text-align: center;
	color: #BCBBA9;
	font-size: 8pt;
}

#footer a {
	font-size: 8pt;
	color: #BCBBA9;
}

#footer a:hover {
	color: #0D65AF;
}



/***********************************
*  FORMS                           *
************************************/

/* This span tag is used as a utility for forms, it should never be displayed */
span.form-element-validation {
	display: none;
}

form {
	margin: 0px;
}



#quote-left {
	margin-top: 5px;
	padding-left: 5px;
	padding-top: 15px;
	margin-right: 5px;
	background: url('../images/quote_left.gif') no-repeat top left;
}

#quote-right {
	padding-bottom: 15px;
	font-style: italic;
	color: #656565;
	background: url('../images/quote_right.gif') no-repeat bottom right;
}


/***********************************
*  SUBSECTIONS                     *
************************************/

.red {
	color: #b51f1f;
}

span.faq {
	display: block;
	padding-left: 15px;
	line-height: 150%;
	background: transparent url('../images/bullet.png') no-repeat top left;
}

.clear{
clear:both;
}



/***********************************
*  CONTACT                         *
************************************/

#map {
	float: left;
	margin-top:15px;
	margin-left:10px;
	margin-bottom:10px;
	display:inline;
	width: 520px;
	height: 300px;
}

#address {
float: left;
padding-left: 10px;
display: inline;
width: 100%;
}

form#contact {
display: block;
padding: 10px;
}

.p{
display:block;
padding:5px;
}

.lb{
display:block;
}


#message{
width:300px;
height:100px;
}



/****************************************
*   Notice                              *
*****************************************/

/* All Notices */

div.notice {
	margin-top: 10px;
	padding: 5px 5px 8px 5px;
	width: 520px;
	background-color: #FDFCED;
	border: 1px solid #E2DCB2;
}

div.notice p {	
	display:block;
	padding-left: 0px;
	padding-top: 8px;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}

div.notice p span {
	padding-left: 15px;
}

/* Error Notice */

div.notice-error {
	background-color: #EAC8C8;
	border: 1px solid #B88786;	
}

div.notice-error p {
	background: transparent url('../images/error_32.png') no-repeat top left;
	padding-left: 32px;
}











