body {
	margin: 0px;
	text-align: center;
	background: #595959 url('../gfx/layout/bg-green.jpg') fixed;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	color: #cccccc;
	font-size: 13px;
	line-height: 155%;
	letter-spacing: .25px;
	font-weight: normal;
}

img {
	border: 0px;
}

h1 {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2 {
	font-size: 13px;
	color: #ffffff;
	padding: 15px 0 5px 0;
	margin: 0;
}

a, a:link {
	color: #99cc99;
	text-decoration: none;
}

a:hover, .L2on {
	color: #ffffff;
	text-decoration: none;
}

small, .small {
	font-size: 10px;	
	line-height: 135%;
}

.btrans {
	background: url('../gfx/layout/bg-blacktrans.png');
}

.wtrans {
	background-color: #ffffff;
	/* for IE */
	filter: alpha(opacity=70);
	/* CSS3 standard */
	opacity: 0.7;
}


.imgleft {
	float: left;
	padding: 14px;
}

.imgright {
	float: right;
	padding: 10px;
}

.hidepics {
	display: none;
}

#container {
	position: relative;
	top: 0px;
	width:1024px;
	height: 100%;
	min-height: 900px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#header {
	height: 412px;
	width: 868px;
}

#logo {
	position:absolute;
	left:54px;
	top:39px;
	width:212px;
	height:160px;
}

#tagline {
	position:absolute;
	left:280px;
	top:71px;
	width:549px;
	height:21px;
}

#main-window {
	position:absolute;
	left:280px;
	top:132px;
	width: 673px;
	height: 280px;
}

#nav-window {
	position:absolute;
	left:294px;
	top:153px;
	width: 637px;
	height: 280px;
}


#sub-window {
	position:absolute;
	left:85px;
	top:257px;
	width:181px;
	height:155px;
}

#sub-window img {
	padding: 14px 0px 0px 9px;
}

#L2 {
	text-align: right;
	padding-right: 16px;
	text-transform: uppercase;
	line-height: 120%;
	font-size: 10px;
	font-weight: bold;
}

#L2 p {
	padding: 0px;
	margin: 0 0 7px 0;
}

#L2 img {
	margin: 8px 0 8px 0;
}

#content {
	width: 868px;
	margin: 13px 0 13px 85px;
	min-height: 289px;
	text-align: left;
}

#content .maintable {
	width: 868px;
	padding: 14px 14px 20px 5px;
}

table #gallery td {
	padding: 4px 8px 25px 8px;
}

table #gallery img {
	padding: 4px 0 7px 0;
}


#body-copy {
	width: 635px;
}

#body-copy p {
	color: #cccccc;
	padding: 2px 0;
	line-height: 155%;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: .25px;
	font-weight: normal;
}

#body-copy input {
	padding: 3px 0 3px 0;
}

#body-copy td {
	padding: 5px;
}

#footer {
	width:473px;
	height:83px;
	margin: 0 auto 100px 480px;
}

#footer p {
	overflow: hidden;
	margin: -10000px 0 0 0;	
}

/*--------Featured List JQuery Styles--------*/

div#feature_list {
	position: absolute;
	width: 637px;
	height: 280px;
}

div#feature_list ul {
	position: absolute;
	top: 0px;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	left: 0;
	z-index: 2;
	width: 200px;
}

ul#tabs li img {
	padding: 0px;
	border: none;
	float: left;
	margin: 0px;
}

ul#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 0px;
	height: 34px;
	outline: none;
}

ul#output {
	position: relative;
	right: 0;
	width: 450px;
	height: 238px;
}

ul#output li {
	position: absolute;
	width: 450px;
	height: 238px;
}

