*{
	margin: 0;
	padding: 0;
}


.clear
{
	display: block;
	clear: both;
}

body
{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #404040 url('../images/bg-slice.jpg') repeat-x left top;
	text-align: center;
}

a img
{
	border: 0;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #00653b;
	font-family: 'Adobe Caslon Pro', Georgia, Times, serif;
	font-style: italic;
	font-weight: 400;
}

h2{	font-size: 1.875em; /*30px*/ margin-bottom: 10px;}
h3{	font-size: 1.5em; /*24px*/ margin-bottom: 10px; width:100%;}
h4{	font-size: 1.25em; /*20px*/ margin-bottom: 10px;}
h5{	font-size: 1em; /*16px*/ margin-bottom: 10px;}

h6{ /*substituted for span in CMS therefore needs to be same size as p tag */
	color: #00653b;
	float: left;
	font-size: 0.8125em;
	font-weight: 400;
	font-family: verdana;
	font-style: normal;
	margin-right: 0.3em;
}

p /* STANDARD PARAGRAPH STYLE */
{
	font-size: 0.8125em;
	margin-bottom: 10px;

}

address{
	font-size: 0.8125em;
	font-style: normal;
	margin-bottom: 10px;
}

/* LIST STYLES *************************/

#content ul, #sidebar ul 
{
	list-style-position: outside;
	margin-bottom: 10px;
}

#content ol, #sidebar ol{
	list-style-position: outside;
	margin-bottom: 10px;
	padding-left: 8px;
}

#content li, #sidebar li
{
	font-size: 0.8125em; /*needs to match p font-size*/
	margin-left: 15px;
	margin-bottom: 10px;
	
}

/* LAYOUT DIVS *************************/

#container
{
	background: url('../images/container-slice.png') repeat-y left top;
	width: 934px;
	height: auto;
	margin: 0 auto;
	padding: 0 30px;
	text-align: left;
}

#header{
	
	height: 420px;
	position: relative;
}

#montage{
	background: url('../images/banner01.jpg') no-repeat left 35px;
}

#slider{
    width:934px;  
    height:375px; 
    margin-top:-385px;
}

#logo{
	position: absolute;
	top: 35px; left: 8px;
	z-index:10;
}

#nav
{
	background: url('../images/nav-slice.jpg') repeat-x left top; 
	float: right;
	font-family: 'Adobe Caslon Pro', Georgia, Times, serif;
	height: 35px;
	width: 100%;
}
	#nav li /* NAVIGATION STYLE */
	{
		float: left;
		display: block;
		padding: 7px 5px 0;
		border-left: 1px solid #26785e;
		border-right: 1px solid #004730;
		height: 28px;
	}
	
	#nav li.no-left{
		border-left: 0;
	}
	
	#nav li.no-right{
		border-right: 0;
	}
	
	#home-link{
		background: url('../images/home.gif') no-repeat left -3px;
		display: block;
		padding-left: 30px;
		width: 59px;
	}
	
	#spacer{
		width: 283px;
	}

#banner{
	margin-bottom: 10px;
}

#content
{
	color: #00653b;
	float: left;
	display: inline;
	height: auto;
	margin: -75px 0 25px 30px;
	width: 550px;	
	position:relative;
	z-index:20;
}

	#content img{
		margin-bottom: 23px;
	}

ul.shade-cards {
	list-style: none;
	clear: both;
	width: 100%;
}

ul.shade-cards li {
	float: left;
}

#sidebar
{
	color: #fff;
	display: inline;
	float: right;
	height: auto;
	margin: -125px 25px 25px 0;
	width: 282px;
	position:relative;
	z-index:15;
}

	#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5{
		color: #fff;
		margin-bottom: 10px;
	}
	
	#rounded-box-bottom{
		background: url('../images/sidebar-bottom.gif') no-repeat left bottom;
		padding-bottom: 16px;
	}
	
	#rounded-box-top{
		background: url('../images/sidebar-top.png') no-repeat left top;
		
		padding-top: 21px;
	}
	
	#rounded-box{
		background: #00653b;
		padding: 0 20px 21px;
	}
	
	#rounded-box h4{
		color: #fff;
	}

#footer
{
	background: #00653b;
	color: #fff;
	padding: 5px 0;
	text-align: right;
	padding-right: 25px;
}


/* LINK STYLES *************************/

a
{
	text-decoration: underline;
	color: #00653b;
}

a:visited
{
	text-decoration: underline;
	color: #00653b;
}

a:hover
{
	text-decoration: underline;
	color: #00653b;
}

#nav a
{
	color: #fff;
	text-decoration: none;
}

#nav a:visited
{
	color: #fff;
	text-decoration: none;
}

#nav a:hover, #nav a.active
{
	color: #fff;
	text-decoration: underline;
}

#content a{
	color: #00653b;
	text-decoration: none;
}

#content a:visited{
	color: #00653b;
	text-decoration: none;
}

#content a:hover{
	color: #00653b;
	text-decoration: underline;
}

#sidebar a{
	color: #fff;
	text-decoration: none;
}

#sidebar a:visited{
	color: #fff;
	text-decoration: none;
}

#sidebar a:hover{
	color: #fff;
	text-decoration: underline;
}

/* IMAGE ALIGNMENT */

.img-left{
	float: left;
	margin: 0 10px 10px 0;
}

.img-right{
	float: right;
	margin: 0 0 10px 10px;
}

.img-center{
	text-align: center;
	margin: 0 10px 10px;
}

/* TABLE STYLING **/

table, th, td {
	/*border: 1px solid #000;*/
	border-collapse: collapse;
}

table{
	width: 100%;
	margin-bottom: 10px;
}

th{
	font-weight: 700;
}

td, th{
	font-size: 0.8125em;
	padding: 3px;
	vertical-align: bottom;
}

/* FORM **/

form{
	background:  url('../images/sidebar-top.png') no-repeat left top;
	padding-top: 21px;
}

fieldset{
	background: #00653b url('../images/sidebar-bottom.gif') no-repeat left bottom;
	border: 0;
	margin-bottom: 10px;
	padding: 0 20px 21px;
}

label
{
	display: block;
	font-size: 0.81253em;
	padding: 10px 0 5px 0;
}

input[type=text]
{
	border: 1px solid #000;
	padding: 3px;
	display: block;
	width: 234px;
	overflow: visible;
}

input[type=text]:focus, textarea:focus{
	background: #b1d5c9;
}

textarea
{
	border: 1px solid #000;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100px;
	margin-bottom: 10px;
	padding: 3px;
	width: 234px;
}

input[type=submit]{
	float: right;
	margin-bottom: 10px;
	padding: 2px;
}

table.shadecards td{
    border:none!important;
}   

ul.bordertwistsamples li{
 display:inline;   
}