/* CSS Document */

* {
	margin:0;
	padding:0;
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #333333;
}

body{
	text-align:center;
	background-color: #FFFFFF;
	background-image: url(images/footer_bg_tail.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

img {vertical-align:top;}
a img {
	border:0;
}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	text-transform:none;
	color:#4a4a4a;
	font-weight: lighter;
	}

input, select { vertical-align:middle; font-weight:lighter;}

a {color:#4a4a4a; outline:none;}
a:hover{text-decoration:none; color:#ff3300;}
p {
	padding-bottom:6px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
}
p span {color:#ff3300;}

h1 {
	font-size:36px;
	color:#333333;
	line-height:1.2em;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
h2 {font-size:12px; color:#ff3300; line-height:16px; font-weight:normal; padding-bottom:16px;}

/* ============================= main layout ======================*/
html, body {
	height: 100%;
	font-family: "Helvetica Neue Light";
}
.footer_wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -260px;
	margin-left: auto;
	text-transform: capitalize;
}
.footer, .push {
	height: 200px; /* .push must be the same height as .footer */
}


.imgindent {margin:0 20px 0 0; float:left;}
.fright {text-align:right;}
#main {background:url(images/header_bg.jpg) no-repeat top center;}
#page1 #main {background:url(images/splash_bg.jpg) no-repeat top center;}

/* ============================= header ====================== */


/* ============================= content ====================== */
#content ul {
	padding-bottom:17px;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#content li { background:url(images/marker.gif) no-repeat 0 10px; padding-left:11px; line-height: 25px;}
#content li a {color:#4a4a4a; text-decoration:none;}
#content li a:hover {text-decoration:underline;}

.link {
	width:90px;
	text-align:center;
	display:inline-block;
	line-height:31px;
	text-decoration:none;
	color:#0099FF;
	background-color: #ceebec;
}
.link:hover {color:#000000;}

.block1 {margin:-5px 0 0;}
.block1 div {
	margin-right:1px;
	margin-bottom: 8px;
}
.block1 p {padding:5px 2px 0;}

.block2 {margin:-5px 0 0; padding-bottom:10px;}
.block2 p {padding:5px 0 16px;}

#page4 .col2 h1 {letter-spacing:-1px;}
.ul_block {
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.gallery {
	position:relative;
	padding-top: 29px;
	padding-right: 43px;
	padding-bottom: 20px;
	padding-left: 43px;
}
.gallery a {float:left; margin-right:1px;}
.gallery a.prev {
	background:url(images/prev_btn.gif) no-repeat top center;
	display:block; 
	height:30px; 
	width:42px; 
	position:absolute; 
	top:164px; 
	left:0; 
	text-decoration:none; 
}
.gallery a.next {
	background:url(images/next_btn.gif) no-repeat top center;
	display:block; 
	height:30px; 
	width:42px; 
	position:absolute; 
	top:164px; 
	right:3px; 
	text-decoration:none; 
}
.gallery a.next:hover,.gallery a.prev:hover {background-position:bottom;}
* html .gallery a.prev {left:-43px; }
* html .gallery a.next {right:24px; }

/* ============================= footer ====================== */
.menu {
	line-height:50px;
	font-size:9pt;
	width:124px;
	margin-right: 12px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 3px;
	margin-top: -6px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.menu li {}
.menu li.last {border-bottom:0;}
.menu a {color:#000000; text-decoration:none; text-transform:none;}
.menu a:hover {color:#ff3300;}
.menu a.active {color:#ff3300; cursor:default;}

.footer  p {margin-left:-6px;}
.footer p, .footer p a {color:#666666; text-decoration:none; padding:0;}
.footer p a:hover {color:#000;}

/* ============================= forms ============================= */
label {height:25px; display:block; width:223px;}
* html label {width:221px;}
#ContactForm {padding-top:8px;}
input, textarea {
	width:210px;
	border:1px solid #4a4a4a;
	padding:1px 3px 2px;
	font-size:10px;
	color:#4a4a4a;
	background:#fff;
	text-transform:uppercase;
	line-height:14px;
}
textarea {height:65px; overflow:auto; margin-bottom:20px; width:248px;}
#ContactForm p {padding-bottom:0;}
#ContactForm a {
	width:58px;
	text-align:center;
	display:inline-block;
	line-height:31px;
	text-decoration:none;
	color:#fff;
	margin:0 1px 0 14px;
	background-color: #ff3300;
}
#ContactForm a:hover {color:#000;}

