@charset "UTF-8";
/* CSS Document */

/* typography */


p {
	font-family: Verdana, serif;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	margin-top: 0px;
}

h2 {
	font-family: Georgia, "Verdana", serif;
	font-size: 26px;
	color: #0C89BF;
	font-weight: bold;
	margin: 0;
}

h3 {
	font-family: Georgia, "Verdana", serif;
	font-size: 20px;
	line-height: 38px;
	color: #666;
	font-weight: normal;
	margin: 0;
}

h4 {
	font-family: Georgia, "Verdana", serif;
	font-size: 20px;
	line-height: 38px;
	color: #666;
	font-style: italic;
	font-weight: normal;
	margin: 0;
}


/* content divs */

#wrapper {
	position:relative;
	width:956px;
	background-color: #EDF0DA;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../Images/Optimized/bluegradient3_01.png);
	background-repeat: repeat-x;
	height:auto;
	min-height:900px;
	max-height: 2000px;
}
#wrapper2 {
	position:relative;
	width:956px;
	background-color: #EDF0DA;
	margin-right: auto;
	margin-left: auto;
	height:auto;
	min-height:900px;
	max-height: 2000px;
}
#header {
	position:relative;
	width:1156px;
	height:136px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../Images/Optimized/2011/header.png);
	background-repeat: no-repeat;
}
#nav {
	position:relative;
	width:956px;
	height:33px;
	background-color: none;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	background-color: #023302;
}
#bigimage {
	position:relative;
	width:916px;
	height:377px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#leftcontent {
	position:relative;
	width:440px;
	height:377px;
	margin-right: auto;
	margin-left: 20px;
	margin-top: 20px;
	padding-right: 10px;
	float: left;
}

#leftcontent2 {
	position:relative;
	width:350px;
	height:auto;
	margin-right: auto;
	margin-left: 68px;
	margin-top: 85px;
	padding-right: 10px;
	float: left;
}

#rightcontent {
	position:relative;
	width:440px;
	height:auto;
	margin-right: 20px;
	margin-top: 20px;
	float: right;
	border-left-width: 1px;
	border-left-style: double;
	border-left-color: #CDCFC1;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;

}

#rightcontent12 {
	position:relative;
	width:440px;
	height:800px;
	margin-right: 20px;
	margin-top: 20px;
	float: right;
	border-left-width: 1px;
	border-left-style: double;
	border-left-color: #CDCFC1;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 20px;
	overflow: auto;
}
body {
	background-color: #030;
}
img {border: none
}

/* photoslider */
.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 916px; /*Width of Carousel Viewer itself*/
height: 377px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*margin around each panel*/
	width: 916px;
	margin: 0px;
	
}
#imagebuttonleft {
	position:absolute;
	left:  50px;
	top: 375px;
	z-index: 2000;
	
}
#imagebuttonright {
	position:absolute;
	left: 870px;
	top: 375px;
	z-index: 2000;
	
}
a {
    outline: none;

}
#transparentlogo {
	position:absolute;
	width:301px;
	height:89px;
	z-index:2;
	top: 10px;
	left: 79px;
}


