@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;
	background-image: url(../images/top-head.jpg);
	padding: 0px 0 0 0;
	background-position: top left;
	background-repeat: repeat-x;

}
html>body #outer {height:auto}
#head-area {
	height: 150px;
	
	width: 770px;
}
#contact-link {
	width: 160px;
	height: 150px;
	display: block;
	background: none;
	float: right;
}
#home-link {
	width: 130px;
	height: 150px;
	display: block;
	float: left;
}
#left-col {
	width: 248px;
	float: left;
	margin: 0px 0 0 10px;
	text-align: center;
}

#nav {

	width: 248px;
	background-position: top;
	min-height: 282px;
	float: left;
	margin: 1px 0 0 0;

}
html*#nav {
	height: 282px;
}

#right-col {

	width: 500px;
	min-height: 450px;
	float: left;
	margin: 100px 0 0 10px;
	line-height: 23px;
	border-left: 1px dotted #C6CBBF;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-right: 1px dotted #C6CBBF;
}
html*#right-col {
	height: 450px;
}
#right-col-int {
	width: 500px;
	float: left;
	margin: 0px 0 0 10px;
	border-right: 1px dotted #C6CBBF;
	line-height: 23px;
	padding: 0 10px 0 10px;
	min-height: 450px;
}
#header {
	width: 500px;
	height: 200px;
	background-image: url(../images/header.jpg);
}
#content {
	margin: 20px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
}
#content-holder {
	margin: 0px 0 120px 0;
}
#callouts {
	width: 20%;
	height: 450px;
	
	float: left;
	margin: 15px 0 0 10px;

	
}


#callouts p {
	margin: 5px 0 5px 11px;
	padding: 0 0 10px 5px;
	text-transform: uppercase;
	border-bottom: 1px dashed #AEA498;
	
}
.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
.footer {
	margin: -102px 0px 0 0px;
	text-align: left;
	font: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 10px;
	padding-top: 4px;
	padding-left: 20px;
	padding-bottom: 4px;
	font-variant: small-caps;
	border-top: 3px solid #BCE0FF;
	background: url(../images/footer.gif) repeat-x top;
	height: 90px;


}

.footer a:link {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #305170;
	font-variant: small-caps;
}
.footer a:visited {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #305170;
}
.footer a:hover {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}
.footer ul {
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
.footer li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 0 5px 0 5px;
	
}
.footer li a, .footer li a:link, .footer li a:active, .footer li a:visited {
	font-size: 9px;
	font-variant: normal;
	font-weight: normal;
}
.footer li a:hover {
	font-size: 9px;
	font-weight: normal;
}