﻿html,body
{
	margin: 0;
	padding: 0;
	background-color: #e6e7e8;
}

form
{
	margin: 0;
	padding: 0;
}

.wrapper
{
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
}

.tabbar
{
	background: #ff3300 url(../images/tabbg.gif) repeat-x;
	height: 35px;
	border-bottom: solid 5px #000;
}

.tabbar ul
{
	margin: 0 80px;
	padding: 0;
	list-style-type: none;
}

.tabbar ul li
{
	float: left;
}

.tabbar ul li a
{
	background: #ff3300 url(../images/tab160.gif) no-repeat left top;
	display: block;
	width: 160px;
	height: 35px;
	text-decoration: none;
	text-align: center;
	font: bold 16px/35px Arial;
	color: #fff;
}

div.breadcrumb
{
	font-family: Arial, Sans-Serif;
	font-size: 80%;
	font-weight: normal;
	color: #333333;
	margin: 10px 0 10px 0;
}

ul.breadcrumb-nav
{
	display: inline;
	margin: 0;
	padding: 0;
}

ul.breadcrumb-nav li
{
	display: inline;
	margin: 0 12px 0 12px;
}

ul.breadcrumb-nav a
{
	color: #333333;
	text-decoration: none;
	background: url(../images/bcbullet.gif) no-repeat 0 6px;
	display: inline-block;	/* IE needs this for proper background image position if lines break */
	padding: 0 0 0 18px;	/* list indent */
}

ul.breadcrumb-nav a.selected
{
	font-weight: bold;
}

ul.breadcrumb-nav a:hover
{
	text-decoration: underline;
}

.footer
{
    clear: both;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #33cc33;
	line-height: 12px;
	margin-top: 10px;
}

/* CSS Document */

body {	
	font-family: "Arial";	
	font-size: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	background:#e6e7e8;
	}
	
#wrapper {
	width:920px;
	margin:0 auto;
	padding:0 11px 1px 11px;
	height:auto;
	background:url(../images/bkgd.gif) top left repeat-y #e6e7e8;
	}
	
#wrapper2 {
	width:900px;
	height:auto;
	margin:0;
	padding:0 10px 10px 10px;
	background:url(../images/bkgd_wrapper2.gif) top left no-repeat #c5c7c8;
	}
	
#wrapper3 {
	width:821px;
	height:auto;
	margin:0;
	padding:0 40px 10px 40px;
	background:#fff;
	}
	
#shadow_bottom {
	width:940px;
	height:10px;
	margin:0 auto;
	padding:0;
	background:url(../images/shadow_bottom.gif) top left no-repeat;
	}
	
#footer {
	width:920px;
	height:16px;
	margin:0 auto;
	padding:0;
	text-align:right;
	font-size:10px;
	}
	
#footer a {
	color:#939598;
	text-decoration:none;
	}

#footer a:hover {
	color:#717172;
	text-decoration:none;
	}
	
#header {
	width:821px;
	height:104px;
	margin:0;
	padding:0;
	}
	
#logo {
	width:219px;
	margin:0 1px 0 0;
	height:104px;
	float:left;
	}
	
#header_right {
	width:601px;
	height:104px;
	margin:0;
	padding:0;
	float:left;
	background:#73655c;
	text-align:right;
	}
	
#header_right ul {
	width:auto;
	height:auto;
	margin:30px 0 0 0;
	padding:0;
	}
	
#header_right li {
	width:auto;
	height:auto;
	margin:6px 20px 0 0;
	padding:0;
	list-style:none;
	font-size:16px;
	color:#5ec30d;
	}
	
#header_right li a {
	font-size:16px;
	color:#fff;
	text-decoration:none;
	letter-spacing:2px;
	}
	
#header_right li a:hover {
	font-size:16px;
	color:#fff;
	text-decoration:underline;
	}
	
#image_container {
	width:808px;
	height:382px;
	margin:18px 0 0 0;
	padding:6px 6px 6px 6px;
	border:1px solid #bcbec0;
	}
	
#nav {
	width:265px;
	height:auto;
	margin:18px 0 0 0;
	padding:0;
	background:url(../images/bkgd_nav.gif) top left repeat-y;
	float:left;
	}
	
.nav_top_grad {
	width:265px;
	height:21px;
	margin:0;
	padding:0;
	background:url(../images/bkgd_nav_top.gif) top left no-repeat;
	}
	
.nav_bottom_grad {
	width:265px;
	height:21px;
	margin:0;
	padding:0;
	background:url(../images/bkgd_nav_bottom.gif) top left no-repeat;
	}
	
#nav ul {
	margin:0;
	padding:0;
	width:260px;
	height:auto;
	}
	
#nav li {
	margin:4px 0 0 34px;
	padding:0;
	list-style:none;
	font-size:17px;
	letter-spacing:6px;
	font-weight:normal;
	color:#503e33;
	}
	
#nav li a {
	color:#503e33;
	text-decoration:none;
	font-family:Helvetica Neue;
	}
	
#nav li a:hover {
	color:#5ec30d;
	text-decoration:none;
	font-family:Helvetica Neue;
	}
	
#content {
	width:521px;
	height:auto;
	margin:22px 0 0 0;
	padding:0 0 20px 35px;
	float:left;
	}
	
.content_item {
	width:521px;
	height:93px;
	margin:16px 0 10px 0;
	padding:0;
	}
	
.thumb {
	width:78px;
	height:78px;
	margin:0 28px 0 0;
	padding:7px;
	border:1px solid #bcbec0;
	float:left;
	}
	
.copy_summary {
	margin:0 0 0 28px;
	padding:0;
	float:left;
	width:390px;
	height:92px;
	color:#221e1f;
	}
	
#image_inside {
	width:808px;
	height:190px;
	margin:18px 0 0 0;
	padding:6px 6px 6px 6px;
	border:1px solid #bcbec0;
	}
	
	
/*hack*/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } /* slightly enhanced, universal clearfix hack - http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/ */
.clearfix { display: inline-block; }
/* start commented backslash hack \*/ * html .clearfix { height: 1%; }
.clearfix { display: block; } /* close commented backslash hack */

/*------------------------FONTS----------------------*/

.h1 {
	font-size:16px;
	color:#5ec30d;
	letter-spacing:4px;
	margin:8px 0 0 0
	}
	
.h2 {
	font-size:14px;
	color:#5ec30d;
	letter-spacing:4px;
	margin:8px 0 0 0
	}
	
a {
	color:#58595b;
	text-decoration:none;
	}
	
a:hover {
	color:#5ec30d;
	text-decoration:none;
	}
	
p {
	font-size:12px;
	color:#221e1f;
	}
	
#flash {
	width:822px;
	height:628px;
	margin:18px 0 0 0;
	padding:0;
	}
	