@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-color: #fff;
	text-align: center;
	
}
html>body #outer {height:auto}

#column {
	width: 617px;
	margin:  0 auto;
	text-align: right;

}
#main {
	width: 617px !important;
	width/**/: 623px;
	background-color: #fff;
	margin: 0;
	padding: 0;
	min-height: 300px;
	text-align: left;
	border-left: 3px solid #C2D4F2;
	border-right: 3px solid #C2D4F2;
	background-image: url(../images/callout-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}


#logo {
	float: left;
	width: 617px;
	height: 95px;
	background-image: url(../images/logo.gif);
	margin: 0;
	border-bottom: 3px solid #C2D4F2;
}

#nav {
	text-align: left;
	height: 18px;
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #eee;
}


#header {
	width: 617px;
	height: 188px;
	background-image: url(../images/header.jpg);
	margin: 0 0 3px 0;
	padding: 0;
	clear: both;
	
}


#callouts {
	width: 180px;
	float:left;
	min-height: 310px !important;
	height: auto !important;
	height/**/: 310px;
}


#content-home {
	width: 400px !important;
	width/**/: 425px;
	float: right;
	background-color: #fff;
	min-height: 280px;
	height: auto !important;
	height/**/: 350px;
	text-align: left;
	margin: 0;
	padding: 15px 15px 20px 15px;
	line-height: 18px;
	border-left: 1px dotted #ccc !important;
	border-left/**/: 1px solid #eee;
}




.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
.footer {
	width: auto;
	margin: 0 auto;
	text-align: right;
	font: Arial, Helvetica, sans-serif;
	color:#888;
	font-size: 9px;
	background-color: #EBF2FF;
	border-bottom: 3px solid #eee;
	padding: 5px 4px 4px 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;
}