/** 3 Piece Site Styles * CSS (c) Select Designs **/

html,body {
	margin:0;
	padding:0;
	height:100% auto;
	min-height:100%;
	width:100%;
	background-color:#0b5529;
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	font-family:Arial, Verdana, sans-serif;
	font-size:14px;
	color:#ffffff;
}

@font-face {
font-family: MuseoSlab;
src: url(../font/Museo_Slab_500.otf); /** CSS3 and Webkit browsers only **/
}

/** Hyperlink Styles - Sitewide **/
a {color:#ffffff; cursor:pointer;}
a:link {color:#ffffff; text-decoration:underline;}
a:visited {color: #ffffff; text-decoration:underline;}
a:hover {color:#ffffff; text-decoration:none;}
a:active {color: #ffffff;text-decoration: none;}
/**/


/** Page Element Styles - Sitewide **/
p {margin:0 0 10px 0;}
h1 {color:#ffffff; font-size:22px; font-weight:normal; margin:0 0 10px 0; font-family:MuseoSlab, Arial, Verdana; text-shadow:#072e13 2px 2px 3px; text-transform:uppercase;}
h2 {color:#ffffff; font-size:18px; font-weight:normal; margin:0 0 10px 0; font-family:MuseoSlab, Arial, Verdana; text-shadow:#072e13 2px 2px 3px; text-transform:uppercase;}
h3 {color:#ffffff; font-size:16px; font-weight:normal; margin:0 0 5px 0; font-family:MuseoSlab, Arial, Verdana; text-shadow:#072e13 2px 2px 3px; text-transform:uppercase;}
h4 {color:#666666; font-size:16px; font-weight:normal; margin:0 0 5px 0;}
hr {height:2px; background-color:#2FA74D; width:100%; margin:15px 0; border:0; border-top:1px solid #11632F;}
hr.event {margin:5px 0;}
td {vertical-align:top;}
img {border:0;}
h2 span {font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; text-transform:none;}
/**/

/** Custom Element Styles - Sitewide **/
div.clear {position:relative; height:0px; clear:both;} /* Use to clear floats */
/**/

/** Header Styles - Sitewide **/
div#container {
	position:relative; /* needed for footer positioning*/
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
div#header {
	position:relative;
	width:940px;
	margin:0 auto; /* center, not in IE5 */
	height:160px;
}
img.logo {
	float:left;
	height:95px;
	width:148px;
	margin:40px 0 0 0px;
}
img.phone {
	position:absolute;
	top:85px;
	right:0px;
}
div#menu {
	position:relative;
	height:80px;
	width:943px;
	margin:0 auto; /* center, not in IE5 */
}
div#menu ul {
	margin:0;
	padding:0;
	height:65px;
}
div#menu ul li {
	float:left;
	list-style:none;
	padding:0;
}
/**/

/** Content Styles - Sitewide **/
div#content {
	position:relative;
	margin:0 auto; /* center, not in IE5 */
	width:940px;
	padding:10px 0 50px 0; /* bottom padding for footer */
}
div#content p.home {
	line-height:20px;
	text-shadow:#072e13 2px 2px 3px;
	margin:0 0 20px 0;
	text-align:justify;
}
	
/**/

/** Footer Styles - Sitewide **/
div#w_footer {
	position:relative;
	width:100%;
	height:70px;
	border-top:1px solid #2fa74d;
	background-image:url(../img/footer_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	
}
div#footer {
	position:relative;
	width:940px;
	margin:0 auto; /* center, not in IE5 */
	height:70px;
	text-align:center;
	font-size:12px;
}
div#footer p {
	padding:15px 0 0 0;
}
/**/

/** Common Styles - Site or Page Specific **/
div#hero {
	position:relative;
	width:940px;
	margin:0 auto;
	height:230px;
}
div#leadin {
	position:relative;
	height:100px;
	border-bottom:1px solid #ebebeb;
	padding:0px 20px 0px 20px;
}
/**/

/** Page Specific - PAGE NAME **/
td.l_1,td.l_2 {
	width:300px;
	padding:0 20px 0 0;
	line-height:20px;
	text-align:justify;
	text-shadow:#072e13 2px 2px 3px;
}
td.l_3 {
	width:300px;
	line-height:20px;
	text-align:justify;
	text-shadow:#072e13 2px 2px 3px;
}
/**/
div#loginbox {
	position:absolute;
	top:40px;
	right:0px;
	background-color:#175a2a;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px 10px;
	font-size:12px;
}
div#loginbox img {
	margin:0 5px 0 0;
	vertical-align:middle;
}
div#loginbox a {
	color:#ffffff;
}
td.col1 {
	width:680px;
	padding:0 30px 0 0;
}
td.col1 p,td.col2 p {
	text-shadow:#072e13 2px 2px 3px;
	text-align:justify;
	line-height:18px;
}
td.col2 {
	padding:0 0 0 20px;
}
td.col2 ul {
	margin:0 0 20px 0;
	padding:0;
	border-bottom:1px solid #2fa74d;
	border-top:1px solid #11632f;
}
td.col2 ul li {
	background-image:url(../img/li.png);
	list-style-type:none;
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:20px;
	line-height:28px;
	border-top:1px solid #2fa74d;
	border-bottom:1px solid #11632f;
	text-shadow:#072e13 2px 2px 3px;
}
td.col2 ul li a {
	color:#ffffff;
	text-decoration:none;
}
td.col2 ul li a:hover {
	padding-left:5px;
}
td.col1 ul {
	margin:0 0 15px 0;
	padding:0;
}
td.col1 ul li {
	background-image:url(../img/li2.png);
	list-style-type:none;
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:20px;
	line-height:18px;
	text-shadow:#072e13 2px 2px 3px;
}
td.col1 ol {
	margin:0 0 15px 0;
	padding:0 0 0 30px;
}
td.col1 ol li {
	line-height:18px;
	text-shadow:#072e13 2px 2px 3px;
	padding:0 0 5px 0;
}

img.lender {
	float:left;
	margin:0 7px 10px 0;
	border:1px solid #333333;
}
img.lender_l {
	float:left;
	margin:0 0 10px 0;
	border:1px solid #333333;
}
img.team {
	border:1px solid #ffffff;
}
/* Slideshow */

#slides {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:940px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:940px;
	height:230px;
	display:block;
}

.slides_container a img {
	display:block;
}
img.before {
	position:absolute;
	top:0;
	right:0;
	z-index:201;
}
/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	position:absolute;
	bottom:10px;
	left:10px;
	margin:0;
	width:100px;
	z-index:201;
	padding:0;
	display:none;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
/**/

