body, html {
	height:100%;
}
body {
	margin:0;
	padding:0;
background: #fff;
	background-image : url(images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family : Arial, Helvetica;

}
#wrapper {
	position:relative;
	width:980px;
	margin-right : auto;
	margin-left : auto;
	min-height:100%;
	text-align: left;
background-image : url(images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	
}
* html #wrapper {
	height:100%;
}
#container {
	padding-bottom:100px;
}
#container:after {
	content:" ";
	display:block;
	clear:both;
}
* html #container {
	height:1px;
}


 
 /* NAVIGATION
------------------------------------------------------*/
 #topnav {
		background-image: url(images/top.jpg) ;
	background-repeat: no-repeat;
	width : 980px;
	padding:0;
	height:36px;
	padding : 200px 0px 0px 0px;
	}

.chromestyle{
	width: 935px;
	padding: 0 0 0 5px;
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	border: 0px solid #7B7B7B;
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #F27A00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px 10px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #FAC545;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #F4BF4D;
	font-family: Arial, Helvetica, sans-serif;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #ffffff; /*THEME CHANGE HERE*/
	border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height:18px;
	z-index:100;
	background-color: #FAC545;
	width: 260px;
	visibility: hidden;
	text-align: left; /*set value to "left", "center", or "right"*/

}
.dropmenudiv2{
	position:absolute;
	top: 0;
	border: 1px solid #ffffff; /*THEME CHANGE HERE*/
	border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height:18px;
	z-index:100;
	background-color: #FAC545;
	width: 340px;
	visibility: hidden;
	text-align: left; /*set value to "left", "center", or "right"*/

}


.dropmenudiv a{

	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
	background-color: #FAC545;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #FAC545;
	color: #F67A00;
}
.dropmenudiv2 a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #7B7B7B; /*THEME CHANGE HERE*/
	background-color: #373737;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

* html .dropmenudiv2 a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
	background-color: #373737;
	color: #00C3F2;
}

/* MAIN CONTENT
------------------------------------------------------*/
#content{
	width : 980px;
	padding : 0;
	
}
#main {
	width : 720px;
	float: right;
	margin: 0;
	padding: 0, 0px, 0, 0px ;
	}
#mainContent {
	width : 610px;
	float: left;
	padding: 20px 50px 0px 20px;
	
}
/* SIDE MENU 
------------------------------------------------------*/
#sidemenu {
	width: 240px;
	float: left;
	padding: 19px 0px 0px 20px; /* side padding is added to total width above for a 160px "real total" */

}
.psideText1 {
	margin-left: 45px;
	margin-right: 5px;
	font-size : 105%;
	font-weight: bold;
	color : #ffffff;
}
.psideText {
	margin-left:45px;
	margin-right: 5px;
	font-size : 85%;
	font-weight: bold;
	color : #fff;
}


/* FOOTER
------------------------------------------------------*/
#footer {
	position:absolute;
background:  url(images/footerbg.jpg) no-repeat;
	bottom:0;
	width:980px;
	height:38px;
	text-align: left;
}
.footer {
	color : #F17C0E;
	font-family : Arial , Helvetica;
	font-size : 11px;
	padding-top :15px;
	padding-left: 58px;
	display : block;
}
#footer a {
	color : #F17C0E;
	text-decoration: none;
}
#footer a:hover {
	color : #F17C0E;
	text-decoration: none;
}
.header {
	font-size: 110%px;
	color: #F4C042;
	font-weight: normal;
}

p {
	font-size : 85%;
	color : #034076;
}
.txtnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003D76;
}

.pBold {
	font-size : 80%;
	font-weight: bold;
	color : #034076;
}
.pNormal {
	font-size : 85%;
	color : #034076;
}
.pBig {
	font-size : 100%;
	color : #034076;
	font-weight: bold;
	font-style: italic;
}
.pOrange {
	font-size : 80%;
	font-weight: bold;
	color : #D18F07;
}
.pCarousel {
	font-size : 90%;
	color : #fff;
	font-style: normal;
}

a {
	color: #034076;
	text-decoration: none;
}
a:hover{
	color: #D18F07;
	text-decoration: none;
}
H1 {
	font-size : 105%;
	font-weight: bold;
	color : #E3D10D;
}

H2 {
	font-size : 95%;
	font-weight: bold;
	color : #E3D10D;
}
ul {
	font-size : 85%;
	color : #034076;
	list-style-image :  url(images/bullet.gif);
	padding : 0 10px 0 20px;
	margin : 0;
}
.reg2 {
	color:#034076;
		font-size: 13px;
		font-weight: bold;
	
}
.inputContact {
	font-family : Arial, Helvetica;
	font-size: 12px;
	color: #192134;
	background-color: #FFFFFF;
	width: 180px;
	border: 1px solid #D18F07;
	text-align: left;
		}
		
.submit-button
{
	color: #787679;
	font-family : Arial, Helvetica;
	font-size: 12px; 
	font-weight: bold;
	background: #E4CF12;
	border: 1px #787679 outset;
	cursor:pointer
}
/* CAROUSEL
------------------------------------------------------*/
.stepcarousel{
	position: relative;
	float: left;
	margin-right: 0px;
	margin-bottom: 20px;
			padding:0;
	overflow: scroll;
	width: 623px;
	height: 240px;
	background: url(images/carouselbg.jpg) no-repeat;

}

.stepcarousel .belt{
	position: absolute;
	left: 0;
	top: 10;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 30px; /*margin around each panel*/
	padding: 0px;
	text-align: left;
	width: 580px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

	/* Form 
------------------------------------------------------*/

label.reg {
	color:#034076;
		font-size: 13px;
		font-weight: bold;
	width: 77px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
	padding-top: 3px;
}
input.reg {
	color:#034076;
	font-size: 13px;
	width: 355px;
	margin-bottom: 3px;
	border: 1px solid #F1C23E;
	height: 22px;
}   

input.reg2 {
	color:#034076;
	font-size: 13px;
	width: 355px;
	margin-bottom: 3px;
	border: 1px solid #F1C23E;
	height: 48px;
}    
select.reg {
	color:#034076;
	font-size: 13px;
	font-weight: normal;
	width: 355px;
	margin-bottom: 3px;
	margin-right: 10px;
	border: 1px solid #F1C23E;
	height: 22px;
}  
select.reg2 {
	color:#034076;
	font-size: 13px;
	font-weight: normal;
	width: 390px;
	margin-bottom: 3px;
	margin-right: 10px;
	border: 1px solid #F1C23E;
	height: 22px;
}  
.input-box {
	color:#000000;
	font-family : Arial, Helvetica;
	font-size: 13px;
	width: 355px;
	margin-bottom: 7px;
	border: 1px solid #F1C23E;
	height: 100px;
}
.input-box2 {
	color:#000000;
	font-family : Arial, Helvetica;
	font-size: 13px;
	width: 355px;
	margin-bottom: 7px;
	border: 1px solid #F1C23E;
	height: 20px;
}
.input-box3 {
	color:#000000;
	font-family : Arial, Helvetica;
	font-size: 13px;
	width: 40px;
	margin-bottom: 7px;
	border: 1px solid #F1C23E;
	height: 20px;
}
.input-box4 {
	color:#000000;
	font-family : Arial, Helvetica;
	font-size: 13px;
	width: 355px;
	margin-bottom: 7px;
	border: 1px solid #F1C23E;
	height: 40px;
}
.picbox
{

 margin: 0px;
 padding: 0px;
border-right: 1px solid #F3C041;
	border-bottom: 1px solid #F3C041;
	border-left: 1px solid #F3C041;
	border-top: 1px solid #F3C041;

}
/* TABLE - orange
------------------------------------------------------*/

.Datatable {
	background-color: #FFF7E3;
	font-size: 100%;
	color: #003D76;
font-family : Arial, Helvetica;
	width: 620px;
	border: 1px solid #F1C23E;
}

.Datatable td {
	text-align: left;
	padding-top: 8px;
	padding-left: 5px;
	padding-bottom: 8px;
	line-height: 20px;
	
}
/* TABLE - orange
------------------------------------------------------*/

.Datatable2 {
	background-color: #FFF7E3;
	font-size: 90%;
	color: #003D76;
font-family : Arial, Helvetica;
	width: 620px;
	border: 1px solid #F1C23E;
}

.Datatable2 td {
	text-align: left;
	padding-top: 8px;
	padding-left: 5px;
	padding-bottom: 8px;
	line-height: 20px;
	
}