@import url('mambo.css');
@import url('sifr.css');
@import url('menu.css');
/* CSS Document */
body, html {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	color: #222;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	text-align: center;
	background: #F2F2E7;
	text-align: center;
}
html>body #outer {height:auto}

#mgmt-nav {
	width: 200px;
	float: left;
	text-align: left;
	position: absolute !important;
	position/**/: relative;
	padding: 10px 0 0 10px;
}

#column {
	width: 711px;
	margin: 0 auto;
}
#logo {	
	background: url(../images/logo.jpg);
	width: 711px;
	height: 171px;
	float: left;
}
#logo a#logo-link  {
	width: 260px;
	height: 130px;
	display: block;
}
/******************************New Contact Top*******************/
#request-link {
		float: right;
}
#request-link a {
	width: 310px;
	height: 60px;
	display: block;
}
#email-link {
	float: right;
	clear: right;
	margin: 28px 0 0 0;
	
}
#email-link a {
	display: block;
	width: 310px;
	height: 10px;


}
/******************************/
#header {
	width: 711px;
	height: 359px;
	background-image: url(../images/header.jpg);
	margin: 0 auto;
	clear: both;
}
#header-int {
	width: 711px;
	height: 252px;
		clear: both;
	margin/**/: 0 0 -5px 0;
}
#nav {
	clear: both;
	padding: 0 0 0 25px !important;
	padding/**/: 0 0 0 18px;
}

.callout {
	width: auto;
	background: url(../images/call-bg.jpg);
	float: left;
	min-height: 150px;
	width: 236px;
	text-align: left;
	padding: 0;
}
.callout p {
	margin: 5px 26px 0px 26px;
	color: #414f6a;
	min-height: 90px;
	font-size: 11px;
	padding: 0;
}
.callout p a, .callout p a:visited {
	color: #bbd63c;
	font-size: 11px;
	text-align: right;
	float: right;
}
.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}

#content {
	background: url(../images/content-bt.gif);
	padding: 0px 30px 30px 30px;
	text-align: left;
	color: #8e917b;
}
#content-bottom {
	background: url(../images/content-bottom.gif);
	height: 27px;
	clear: both;
}
.footer {
	width: 711px;
	margin: 0 auto;
	text-align: right;
	font: Arial, Helvetica, sans-serif;
	color: #c2c2a4;
	font-size: 9px;
	padding-top: 4px;

	padding-bottom: 4px;
	
}
.footer a:link, .footer a:visited {

	text-align: right;
	font: Arial, Helvetica, sans-serif;
	color:#c2c2a4;
	font-size: 9px;

}
.footer a:hover {
	color: #000;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;

}

/**********************/

.inputbox {

	border: 1px solid #DEE0D3;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	
	background: url(../images/inputbg.gif) top repeat-x #FEFEFE;
}

.regcells {
	border: 1px solid #ccc;
	background: #eee;
}
.regcells td {
	padding: 10px;
	background: #fff;
	
}