/* @group Structure */

body{
	background:#ffffff;
	padding-top: 0;
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}

h1 {
	margin-bottom: 8px;
	color: #000;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 100%;
}

h2 {
	margin-bottom: 8px;
	color: #5e82ab;
	font-size: 25px;
	line-height: 100%
}

h3 {
	margin-bottom: 8px;
	color: #998a42;
	font-size: 15px;
	line-height: 100%;
}

a {
	color: #872c2e;
	text-decoration: underline;
}

ul {
	margin-left: 0;
}

ul li {
	padding: 0 0 0 12px;
	list-style: none;
	background: url(bullet.gif) 0 50% no-repeat;
}

#header {
	position: relative;
	margin-bottom: 0;
	padding: 32px 0 0;
}

p#tagline {
	float: right;
	width: 500px;
	margin: 0;
	padding: 13px 0 0;
	text-align: right;
	text-transform: uppercase;
	color: #94877a;
	font-weight: bold;
}

#header_logo {
	width: 177px;
	height: 24px;
	margin: 0 0 19px;
	background: url(logo.gif) no-repeat;
}

#header_nav_links {
	overflow: auto;
	float: none;
	clear: both;
	margin-top: 0;
	border: 1px solid #94877a; 
	border-bottom: none;
}

* html #header_nav_links {
	height: 100%;
}

#header_nav_links a {
	float: left;
	display: block;
	width: 252px;
	margin: 0;
	padding: 7px 0;
	border-right: 1px solid #94877a; 
	color: #94877a;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#header_nav_links a.last {
	border-right: 0 none;
}

#header_nav_links a:hover {
	background: #efece1;
	color: #94877a;
}

#container {
	width: 762px;
	padding: 0;
}

#btn_contact {
	overflow: auto;
	height: 1%; /* for ie6 */
	margin: 9px -18px 15px 0;
	text-align: right;
}

html>body #btn_contact {
	height: auto;
}

#btn_contact img {
	float: right;
	clear: both;
}

#btn_contact img.last {
	margin-top: 10px;
}

#btn_contact table {
	display: inline;
}

#content {
	padding: 0 25px 40px;
	background: url(color-stripes.gif) bottom center no-repeat;
	border: 1px solid #94877a;
}

.text_button {
	background: #872c2e;
}

.column_wrapper {
	position: relative;
	width: 710px;
	margin: 0 0 18px;
	background: url(bg_2-col.gif) 0 0 no-repeat;
}

* html .column_wrapper {
	float: left;
	clear: both;
}

.column_wrapper .col {
	float: left;
	width: 324px;
	padding: 11px 11px 40px;
}

.col.one {
	margin: 0 18px 0 0;
}

.col .image {
	display: block;
	margin: 0 auto 10px;
}

.col .button {
	position: absolute;
	bottom: 15px;
	display: block;
	margin: 10px 0 5px;
}

.column_bottom {
	clear: both;
	height: 12px;
	background: url(bg_2-col-bottom.gif) bottom left no-repeat;
}

#footer {
	padding: 5px 0 25px;
}

#footer_logo {
	display:  none;
}

#footer_links {
	padding-right: 0;
}

#footer_links a {
	font-size: 9px;
	color: #94877a;
	text-decoration: none;
}

#copyright {
	font-size: 9px;
	padding-left: 0;
	color: #333;
}

/* @end */

/* @group Page Parts */


/* @end */

/* @group Hidden Items */

#header_nav_flash, #header_nav_images {display:none;}

/* @end */

