body {
	margin: 0;
	padding: 0;
	height: 100%;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #E8EAD8;
	color: #444;
	/* background:url(../images/bg_main.gif) repeat-x #ccc; */
}



a img {
	border: 0px;
}

form { 
	display:inline;
}


INPUT, TEXTAREA {
	font-family: Arial;
	padding: 2px;
	font-size: 11px;
	color: #000000;
	border: solid 1px #999;
}

SELECT, OPTION {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}


#parent {
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#main {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	/* padding determines space between content and footer */
	padding-bottom: 40px;
	text-align: left;
	width: 940px;
	margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    /* background:url(../images/bg_content.gif) repeat-y #fff; */
}
#submenu {
	float:left;
	margin: 20px 0 0 20px;
	width: 235px;
	/* height: 500px; */
	text-align: left;
	/* fix IE rendering bug - IE doubles margins on float-left */
	display: inline;	
}
#content {

	float:left;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #fff;
	width: 940px;
	/* fix IE rendering bug - IE doubles margins on float-left */
	display: inline;		
}

#content_text {
	font: 12px Arial, Helvetica, sans-serif;
	float:left;
	color: #333;
	margin-left: 30px;
	margin-top: 10px;
	width: 455px;
	background-color: #fff;
	line-height: 18px;
	/* fix IE rendering bug - IE doubles margins on float-left */
	display: inline;	

}
#content_right {
	float:left;
	margin: 2px 0 0 48px;
	background:url(../images/bg_right.gif) repeat-x #fff;
	height: 300px;
	width: 407px;
	/* fix IE rendering bug - IE doubles margins on float-left */
	display: inline;	

}
#content_right_text {
	margin-top: 25px;
	margin-left: auto;
    margin-right: auto;
	height: 490px;
	width: 320px;
	line-height: 18px;

}

#logo
{
	width: 425px;
	margin-top: 0px;
	margin-left: 0px;
	height: 100px;
    float: left;
    background:url(../images/bg_logo.gif) no-repeat #5FA127;
    text-align: left;
    display: inline;
}

#header
{
	width: 940px;
	margin-left: auto;
    margin-right: auto;
    height: 100px;
    /* background-color: #5FA127; */
    background:url(../images/bg_header.gif) repeat-x #5FA127;
}

#topmenu
{
	width: 140px;
	height: 22px;
	text-align: left;
	float: right;
    
    background:url(../images/bg_topcurve.gif) no-repeat #fff;

}

#wrapper
{
	width: 960px;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding: 0;
    background-color: #fff;
    /* background-color: #f3f3f3; */
    /* background:url(../images/wrapper_green.gif) repeat-x #fff; */
}
#wrapper2
{
	width: 944px;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
    border-top: 10px solid #fff;

    background-color: #fff;
    /* background:url(../images/wrapper_green.gif) repeat-x #fff; */
}

#site_top
{
	width: 990px;
	height: 100px;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding: 0;
	background:url(../images/bg_top.gif) repeat-x #FFFFFF;
}
 /* set background images for corners */
.nav_tab { 
	background-color: #fff;
	position: relative;
	float: left;
	display: inline;
}
 /* height and width details */
.nttop div, .nttop {
	position: relative;
	display:inline

}




#info_front {
	z-index: 0;
	width: 948px;
	height: 125px;
	text-align: left;
	margin-left: 0;
    margin-top: 1px;
    padding: 0;
    background:url(../images/bg_front.gif) repeat-x #fff;
}

#world { 
	width: 325px;
	height: 85px;
	background:url(../images/world_green.gif) repeat-x #fff;
	position: relative;
	float: right;
	display: inline;
	margin-top: 0px;
}

#world_front { 
	width: 365px;
	height: 125px;
	background:url(../images/world_front.gif) repeat-x #fff;
	position: relative;
	float: right;
	display: inline;
	margin-top: 0px;
}

#roundcorners_bg {
	width: 4px;
	height: 85px;
	position: relative;
	float: left;
	display: inline;
	margin: 0;
	background:url(../images/corners_green.gif) no-repeat;
}

#page_title {
	width: 235px;
	height: 40px;
	position: relative;
	float: left;
	display: inline;
	margin-top: 25px;
	margin-left: 20px;
}

/* front page description - potentially rotating/changing with flash */
#page_description {
	width: 520px;
	height: 40px;
	position: relative;
	float: left;
	display: inline;
	margin-top: 25px;
	margin-left: 20px;
}





/* previous footer - had planned to stick footer at bottom of page....?
#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	height: 45px;
	z-index: 999;
	padding: 0px;
	margin: 0px;
	background: #F1F1F1;
	color: #333;
	text-align: center;
	line-height: 45px;
	font-size: 20px;
}
*/

#footer {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	width: 960px;
	text-align: right;
	margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-top:0px solid #D6D6D6;
    border-bottom:10px solid #E8EAD8;
}

#disclaimer {
	width: 940px;
	height: 45px;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
    background: #EEF2E6;
    border-top:1px solid #fff;
    border-bottom:10px solid #fff;
}

#disclaimer div {
	margin-top: 15px;
	margin-left: 20px;
	color:#444;
}

#menuBottomContainer {
	position: relative;
	width: 940px;
	padding-bottom: 20px;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
    margin-right: auto;
    background: #EEF2E6;
    border-bottom:0px solid #D6D6D6;
    border-top:0px solid #fff;
}

.clearboth {
	clear: both;
	margin: 0;

}

.menuBottom {
	color: #565656;
	float:left;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 10px;
	line-height: 18px;
	/* fix IE rendering bug - IE doubles margins on float-left */
	display: inline;	
}

div.w3cx {
	position: absolute;
	left: 10px;
	top: 0px;
	height: 31px;
	margin: 0px;
	padding: 0px;
}

div.w3cc {
	position: absolute;
	right: 10px;
	top: 0px;
	height: 31px;
	margin: 0px;
	padding: 0px;
}



#datetime {
	position:relative;
	top:0px;
	float: right;
	margin-right: 10px;

	padding:0px;
	color:#444;	
}

#nextstep {
	margin-top: 80px;
	width:635px;
	border-bottom:1px solid #ddd;
	text-align: left;
	font-weight: bold;
}

/* search box */
#search {
	width: 200px;
	height: 22px;
	margin-top: 23px;
	margin-right: 15px;
	position: relative;
	float: right;
	clear: right;
	background-color: #fff;
	border: 0;
	text-align: left;
	display: inline;	
}
#searchbar {
	/* box-sizing: border-box;
	-moz-box-sizing: border-box; */
	width: 160px;
	height: 22px;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #F8F8F8;
	border: solid 1px #D7D7D7;
	text-align: left;
}

#searchbar .searchBG {
	padding-top: 2px;
	padding-left: 4px;
	float: left;	
	margin: 0;
}
#search a {
	padding: 0;
	margin: 0;
	float: left;
}

#search .searchbox {
	font-family: Arial;
	font-size: 12px;
	color: #333;
	border: 0;
	background-color: #F8F8F8;
	
}




/* round box wire box */
.roundedBox {
	width: 670px;
	padding-bottom: 5px;
}

.roundedBox .content {
	
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	background: #fff;
	line-height: 16px;
	
}

.roundedBox .left {
	background:#fff;
	padding-left: 3px;
	float: left;
	height: 120px;
}

.roundedBox .right {
	background:#EEF2E6;
	float: left;
	width: 452px;
	height: 120px;
}

.roundedBox .head {
	height:4px;
	overflow:hidden;
	background:url(../images/corner_wire_TR_bg.gif) 100% 0 repeat-x;
}
.roundedBox .head div {
	height:4px;
	width:4px;
	background:#fff url(../images/corner_wire_TL.gif) 0 0 no-repeat;
}
.roundedBox .foot {
	height:4px;
	overflow:hidden;
	background:url(../images/corner_wire_BR._bg.gif) 100% 0 no-repeat;
}
.roundedBox .foot div {
	height:4px;
	width:4px;background:#fff url(../images/corner_wire_BL.gif) 0 0 no-repeat;
}

/* generic */
.clear { clear:both; }
