@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*/
	background-position: top;
	background-color: #D6E3FF;
	text-align: center;
}
html>body #outer {height:auto}


#main {
	width: 95%;
	background-color: #fff;
	margin: 0px auto;
	padding: 0;
	min-height: 300px;
	text-align: left;
	background-image: url(../images/content-bg.gif);
	background-position: top;
	background-repeat: repeat-x;

}

#logo {
	float: left;
	width: 594px;
	height: 84px;
	background-image: url(../images/logo.gif);
	margin: 0;
	background-color:#fff;
	clear: both;
}

#nav {
	text-align: left;
	margin: 0 0 0 0px;
	width: auto;
	background-color: #464646;
	margin: 0px 0px 1px 0px;
	height: 34px;

}

#header {
	width: auto;
	height: 146px;
	background-image: url(../images/header-bg.gif);
	margin: 0px 0 0px 0;
	background-position:top left;
	padding: 0;
	clear: both;
	border-bottom: #bbb 1px solid;
	background-repeat: no-repeat;
	
}
#header-int {
	width: 617px;
	height: 118px;
	background-image: url(../images/header-int.jpg);
	margin: 0px 0 3px 0;
	padding: 0;
	clear: both;
}

#callouts {
	width: 200px;
	background-image: url(../images/callout-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	float:left;
	min-height: 250px;
	margin: 0 0 0 0px;
	padding: 0;
	
}
html*#callouts {
	height: 250px;
	margin: 0 0 0 0px;
	
}


#content-home {
	width: 65%;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 200px;
	text-align: left;
	margin: 5px 0px 0 20px;
	padding: 0 0 20px 0;
	line-height: 18px;
}




.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
.footer {
	width: 580px;
	margin: 0 auto;
	text-align: right;
	font: Arial, Helvetica, sans-serif;
	color:#888;
	font-size: 9px;
	padding-top: 4px;
	padding-bottom: 4px;
	
}
.footer a:link {
	color: #888;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #305170;
}
.footer a:visited {
	color: #888;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #305170;
}
.footer a:hover {
	color: #999;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}