/***** CSS Reset *****/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

li2 {
    margin: 0;
    padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    font-weight: bold;
	vertical-align: baseline;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***** Clearfix *****/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/***** General *****/

body {
	background: url('images/background.jpg');
	font-family: "Times New Roman", Georgia, Serif;
	color: #363636;
	font-size: 13px;
	line-height: 15px;
}
#wrapper {
	width: 742px;
	margin: 0 auto;
	position: relative;
}
#header h1 {
	background: url('images/logo.png') no-repeat;
	text-indent: -9999px;
	width: 281px;
	height: 159px;
	margin: 0px auto 15px;
}
.content {
	background: #FFFFFF;
	border: 1px solid #cdcdcd;
	padding: 10px;
	box-shadow: -1px 1px 1px 1px rgba(175, 175, 175, .32);
	-webkit-box-shadow: -1px 1px 1px 1px rgba(175, 175, 175, .32);
	-moz-box-shadow: -1px 1px 1px 1px rgba(175, 175, 175, .32);
}

.cont_nav {
    background: #FFFFFF;
    border: 0px solid #cdcdcd;
	padding: 0 0px 10px;
}

#navbar_index {
    width: 100%;
    float: left;
	margin: 0 0 3em 0;
	padding: 0;
	list-style: none;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc; 
	border-top: 1px solid #ccc;
}

#navbar_index li {
    list-style: none; position: relative; float: left; display: block; left: 33%;
    float: left;
}

#navbar_index ul { 
    list-style: none; position: relative; float: left; display: block; left: 50%; 
}

#navbar_index ul li { 
    position: relative; float: left; display: block; right: 50%; 
}

#navbar_index li a {
	display: block;
    padding: 8px 15px;
	text-decoration: none;
    font-size: 15px;
	font-weight: bold;
	color: #069;
	border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; 
    left: 50%;
}

#navbar_index li a:hover {
    color: #c00;
	background-color: #fff; }


#feat_head {
    width: 744px;
    margin-bottom: 20px;
	position: relative;
}

#contact {
    font-size: 15px;
    line-height: 17px;
}
/***** Featurette *****/
#feature {
	width: 722px;
	margin-bottom: 20px;
	position: relative;
}
#feature ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#feature li {
    display: inline;
}
#feature #images {
	height: 350px;
	width: 720px;
	border: 1px solid #cdcdcd;
}
#feature #caption {
	background: url('images/caption_bg.png') repeat-x;
	position: absolute;
	bottom: 11px;
	left: 11px;
	width: 720px;
	height: 25px;
}
#feature #caption p {
	position: relative;
	margin: 0px;
	line-height: 25px;
	color: #FFFFFF;
	padding-left: 10px;
	font-size: 16px;
}
#feature #controls {
	position: absolute;
	right: 11px;
	bottom: 11px;
	padding-right: 5px;
	height: 25px;
}
#feature #controls li {
	height: 25px;
	width: 18px;
	margin: 0px 0px;
	float: left;
}
#feature #controls .left {
	background: url('images/feature_left.png') center center;
	cursor: pointer;
}
#feature #controls .right {
	background: url('images/feature_right.png') center center;
	cursor: pointer;
}
#feature #controls .item {
	background: url('images/feature_off.png') center center;
	cursor: pointer;
}
#feature #controls .item.active {
	background: url('images/feature_on.png') center center;
}
#feature #images li.active {
	display: block;
}
#feature #images li {
	display: none;
	position: absolute;
}

/***** Main Content *****/
#main-content {
	margin-bottom: 15px;
}
#main-content #left-column {
	float: left;
	width: 470px;
}
#main-content #right-column {
	float: right;
	width: 250px;
}
#main-content h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
	text-align: center;
}

#main-content h3 {
    font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: left;
}

/***** Footer *****/
#footer {
	text-align: center;
}