@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: url(../images/bg.jpg) top repeat-x #fff;
	
}
html>body #outer {height:auto}

#column {
	width: 660px;
	margin:  0 auto;
	background: url(../images/header.jpg) top repeat-x;
	text-align: right;
	padding: 200px 0 0 0 !important;
	padding/**/: 215px 0 0 0

}


#logo {

}

#nav {
	text-align: left;
	height: 18px;
	padding: 0;
	margin: 0 0 0 0px;
	width: 100%;
}

#header {
	width: 660px;
	height: 256px;
	background-image: url(../images/header.gif);
	margin: 0px 0 0px 0;
	padding: 0;
	clear: both;

}

#callouts {
	width: 190px;
	float:left;
	margin: 10px 0 0 10px !important;
		margin/**/: 10px 0 0 3px;


}


#content-home {
	width: 420px;
	float: right;
	min-height: 280px;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 0 10px 20px 15px;
	line-height: 18px;


}
#content-home ul {
	margin: 2px 10px 2px 55px;

}
#home-bg {
	background: url(../images/home-photo-new.jpg) right no-repeat;
	padding: 0px 0 0 0 ;
	margin: 15px 0 0 0 !important;
	margin/**/: 0px 0 0 0;

	height: 359px;
}
#content-int {
	width: auto;
	float: right;

	min-height: 300px !important;
	height: auto !important;
		height/**/: 420px;
	text-align: left;
	background-image: url(../images/content-tail.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 20px;
}


#content-home p {
	margin: 10px 35px 10px 35px;
	text-align: left;
}
#content-int p {
	margin: 10px 35px 10px 35px;
	text-align: left;
}
#content-int ul {
	margin: 5px 35px 5px 35px;
	text-align: left;
}

#callouts p {
	margin: 0px 8px 0px 12px;
	text-align: left;
}
#callouts ul {
	margin: 0;
	
}

.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
.tail {
	background-image: url(../images/footer.gif);
		width: 660px;
	height: 66px;
		margin: 0 auto;
}
.footer {
	width: 660px;


	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;
}