html, body {
	margin:0;
	padding:0;
	background:url(../images/bg_body.gif);
	margin-bottom:20px;
}

h2 {
	color:#f26522;
	font:18px trebuchet MS;
	font-weight:normal;
	width:100%;
	padding-top:10px;
	border-bottom:1px solid #e1e1e1;
}

#page-container {
	margin:auto;
	padding:0;
	width:750px;
	background:#ffffff;
}

#header {
	margin:0;
	padding:0;
	width:750px;
}

#header-nav {
	margin:0;
	padding:0;
	width:750px;
	height:115px;
}

#logo {
	float:left;
}

#header-nav-top {
	margin:0;
	padding:0;
	width:100%;
	height:38px;
	float:right;
}

#header-nav-bottom {
	margin:0;
	padding:0;
	clear:right;
	height:70px;
}

#header-flash {
	margin:0;
	padding:0;
	width:750px;
	height:150px;
}

#body-container {
	margin:0;
	padding:0;
	width:750px;
	background:url(../images/bg_content2.gif) repeat-y;
	display:table-row;
}

#body-left {
	margin:0;
	padding:0;
	width:300px;
	float:left;
}

#body-right {
	margin:0;
	padding:0;
	width:420px;
	float:left;
	font:12px Verdana;
	color:#666666;
	padding:10px 15px 10px 15px;
	line-height:18px;	
}

#body-right-small {
	margin:0;
	padding:0;
	width:420px;
	float:left;
	font:10px Verdana;
	color:#666666;
	padding:10px 15px 10px 15px;
	line-height:13px;	
}

#footer {
	clear:both;
	padding:0;
	padding-top:10px;
	width:750px;
	height:38px;
	background:url(../images/bg_footer.gif) repeat-x;
	background-color:#464646;
	font:11px Verdana;
	color:#d7d7d7;
	text-align:center;
}

.formstyle {
	border:1px solid #cecece;
}

.submitstyle {
	border:1px solid #666666;
	font:11px Verdana;
	color:#333333;
}

a {
	color:#76b900; 
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color:#F26522;
	background-color:#fff0e9;
}

.clearall {
	clear:both;
}

/*-- SUBNAV --*/
#subnavalign {
	margin:0px;
	padding:0px;
	padding-top:20px;
}

#subnav {
	float:left;
	width:278px;
	padding-left:22px;
	list-style:none;
}

#subnavlist {
	margin:0px;
	padding:0px;
	color:#ff4e00;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	list-style:none;
	list-style-image:none;
}

#active_subnav {
	list-style-image:none;
}

#active_link {
	color:#4c4c4c;
	text-decoration:none;
}

#subnavlist ul {
	margin:0px;
	padding:0px;
}

#subnavlist li {
	margin:0px;
	padding-left:0px;
	border-bottom:1px solid #e6e6e6;
	padding:4px 0px 4px 0px;
}

#subnav a {
	text-decoration:none;
}

#subnav a:hover {
	text-decoration:none;
}

/*-- START NAV --*/
#navlist {
	margin:25px 0 0 0;
	padding:0px;
	float:right;
}

#navlist ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}

#navlist ul li { 
	float:left; 
}

#navlist ul li a {
	float:left;
	font-family:Verdana;
	font-size:11px;
	line-height:20px;
	vertical-align:middle;
	color:#76b900;
	text-decoration:none;
	height:20px;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	height:20px;
	color:#F26522;
	background-color:#fff0e9;
	text-decoration:none;
}

.spacer {
	padding:0 12px 0 12px;
	background:url(../images/nav_spacer.gif) center no-repeat;
}

#about .about, #whyinnomar .whyinnomar, #careers .careers, #login .login, #sitemap .sitemap, #contact .contact {

}
/*-- END NAV --*/

#body-container-admin {
	margin:0;
	padding:10px;
	width:730px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
}

label {
	width:150px;
	display:block;
	float:left;
}
