@charset "utf-8";

/* Reset CSS */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: top;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

h1,h2,h3,h4,h5,h6{font-size:100%;}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: #ffffff;
	line-height:1.6em;
	color: #393939;
	font-size: 13px;
}
ol, ul {
	list-style: none;
}

/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}

a {
	text-decoration: none;
}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* elements */
strong {
	font-weight: bold;
}


/* Layout */

#top,
#header,
#banner-wrap,
#banner-wrap-inner,
#content-wrap,
#footer {
	clear: both;
	margin: 0 auto;
	width: 865px;
}

#header-area {
	background-color: #2c2c2c;
	height: 125px;
}

#top {
	height: 25px;
}

#top-bar {
	float: right;
	padding-top: 5px;
}

#top-bar a {
	margin-right: 5px;
	text-align: center;
}

#header {
	height: 100px;
	background: #ffffff url(../images/header_bg.gif) left top repeat-x;
}

#header-left {
	height: 100px;
	background: url(../images/header_left.gif) left top no-repeat;
}

#header-right {
	height: 100px;
	background: url(../images/header_right.gif) right top no-repeat; 
}

#logo {
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}

#menu {
	float: right;
	padding-right: 10px;
	padding-top: 66px;
}

#menu li {
	float: left;
	background: url(../images/menu_left.gif) left top no-repeat;
	padding-left: 5px;
	line-height: 30px;
	margin-left: 1px;
}

#menu li a {
	display: inline-block;
	background: url(../images/menu_right.gif) right top no-repeat;
	color: #ffffff;
	height: 34px;
	padding-left: 20px;
	padding-right: 20px;
}

#menu li a:hover,
#menu li#current a {
	color: #daff72;
}

#banner-wrap {
	height: 370px;
	background: url(../images/banner_bg.jpg) left top repeat;
}

#banner-wrap-inner {
	height: 60px;
	background: url(../images/banner_bg.jpg) left top repeat;
}

#banner-inner {
	padding-left: 20px;
	padding-top: 18px;
}

#banner-inner h1 {
	font-size: 22px;
	color: #ffffff;
}

#banner {
	height: 255px;
}

#promo {
	float: left;
}

#promo div.slide {
	width: 470px;
	height: 225px;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 20px;
}

#promo div.slide h1 {
	font-size: 40px;
	color: #ffffff;
	margin-bottom: 25px;
	text-align: right;
}

#promo div.slide h2 {
	font-family: "Times New Roman", Times, serif, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #d7fb70;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 25px;
	text-align: right;
}

#promo div.slide p {
	color: #fefefe;
	text-align: right;
}

#promo div.slide .links {
	margin-top: 10px;
	text-align: right;
	font-size: 12px;
}

#promo div.slide .links a {
	color: #daff72;
}

#promo div.slide .links a:hover {
	text-decoration: underline;
}


#promo-photo {
	float: left;
	width: 290px;
	height: 225px;
	background: url(../images/banner_photo.png) left top no-repeat;
	padding-top: 29px;
	padding-left: 30px;
}

#ribbon {
	height: 110px;
	background: url(../images/banner_stripe_bg.png) left top repeat-x;
}

#ribbon ul {
	padding-top: 9px;
	padding-left: 20px;
}

#ribbon li {
	float: left;
	height: 88px;
	background: url(../images/btn_bg.gif) left top repeat-x;
	margin-right: 10px;
}

#ribbon li a {
	display: inline-block;
	height: 88px;
	background: url(../images/btn_left.gif) left top no-repeat;
	padding-left: 6px;
}

#ribbon li a span {
	display: inline-block;
	height: 88px;
	background: url(../images/btn_right.gif) right top no-repeat;
	padding: 5px;
	padding-right: 60px;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #387000;
	line-height: 24px;
}

#ribbon li a:hover span {
	color: #de6e00;
}

#content-area {
	background: url(../images/main_bg.gif) top left repeat-x;
}

#content-wrap {
	background: #ffffff url(../images/content_bg.gif) left top repeat-x;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px;
	width: 843px;
}

#content {
	float: left;
	width: 578px;
	margin-right: 5px;
}

#sidebar {
	float: left;
	width: 260px;
}

.panel-left {
	background: #fff url(../images/para_left.gif) left top no-repeat;
}

.panel-right {
	background: url(../images/para_right.gif) right top no-repeat;
}

#main-content {
	padding: 20px;
	padding-bottom: 60px;
}

#content-wrap h1 {
	font-size: 18px;
	color: #538b1a;
	margin-bottom: 15px;
}

#content-wrap h2 {
	font-size: 16px;
	color: #3a6014;
}

#content-wrap p {
	margin-bottom: 20px;
}

#side-content {
	padding: 20px;
}

#content-wrap a {
	color: #965500;
}

#content-wrap a:hover {
	text-decoration: underline;
}

#content-wrap ul,
#content-wrap ol {
	margin-left: 30px;
	font-size: 13px;
	line-height: 1.5em;
}

#content-wrap ul li {
	list-style-type: disc;
	list-style-position:outside;
	padding-bottom: 10px;
}

#content-wrap ul.fancy li {
	text-align: left;
	background:url(../images/li.gif) 0px 0px no-repeat;
	padding-left: 24px;
	padding-bottom: 8px;
	list-style-type: none;
}

#content-wrap ol li {
	list-style-type: decimal;
	list-style-position:inside;
}

#content-wrap strong {
	font-weight: bold;
}

a.zoom-photo img {
	padding: 2px;
	margin-bottom: 5px;
	border: 1px solid #ffffff;
}

a.zoom-photo:hover img {
	border: 1px solid #538b1a;
}

#fancy_title_main {
	padding-top: 6px;
}

/* Footer Layout */

#footer {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

#footer-left {
	float: left;
	width: 330px;
	font-size: 12px;
	color: #24292e;
}

#footer-center {
	float: left;
	width: 165px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
}

#footer-right {
	float: left;
	width: 330px;
	text-align: right;
	font-size: 12px;
	color: #24292e;
}

#footer-right a {
	font-size: 12px;
	color: #417a08;
}

/* Sitemap */
#sitemap {
	/*border: 1px solid #f2f2f2;*/
	padding: 4px;
	margin: 8px;
}
#sitemap ul li {
	list-style-image: url(../images/arrow.gif);
}
/* end Sitemap */

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-just  { text-align:justify; }
.align-center{ text-align:center; }

/* additional classes */
.clear { clear: both; }
.normal{ color: #333; }
.green { color: #d7fb70 !important; }
.white { color: #ffffff !important; }
.gray  { color: #666666 !important; }
