@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: Georgia, "Times New Roman", Times, serif;
	height:100%;
	text-align: center;
	
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background-image: url(../images/bg.jpg);
	background-position: top center;
	background-color: #841011;
	background-repeat: repeat-y;

	text-align: center;
}
html>body #outer {height:auto}

#column {
	width: 617px;
	margin:  0 auto;
	text-align: right;


}
#main {
	width: 594px;

	margin: 0px auto 100px auto;
	padding: 0;
	min-height: 300px;
	text-align: left;


}

#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: #7D7B6F;
	margin: 0px 0px 1px 0px;
	height: 34px;

}

#header {
	width: auto;
	height: 191px;
	background-image: url(../images/header.jpg);
	background-color:#741010;
	margin: 0px 0 3px 0;
	background-position:top center;
	padding: 0;
	clear: both;
	background-repeat: no-repeat;
	
}


#callouts {
	width: 190px;
	float:left;
	min-height: 250px;
	height: auto !important;
	height/**/: 250px;
	margin: 0 0 0 1px !important;
	margin/**/: 0 0 0 0px;
	padding: 0;
}

#callouts ul {
	list-style-type: none;
	text-indent: 0;
	margin: 2px 0 0 0px;
	padding: 0 0 0 0px;
}

#content-home {
	width: 350px !important;
	width/**/: 330px;
	float: right;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	min-height: 200px;
	text-align: left;
	margin: 0 10px 0 0 !important;
	padding: 0 0 20px 15px;
	margin/**/: 0 20px 0 0;
	line-height: 20px;
}

#content-int {
	
	width: auto;
	
	min-height: 300px;
	height: auto !important;
	height/**/: 420px;
	text-align: left;
	background-image: url(../images/content-tail.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: 8px auto;
	padding: 0 10px 20px 10px;
}


#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 20px 12px;
	text-align: left;
}

.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
#footer {
	width: 607px;
	position: relative;
	height: 40px;
	margin: -68px auto 0 auto !important;
	margin/**/: -49px 1px 0 0;
	text-align: right;
	font: Georgia, "Times New Roman", Times, serif;
	color:#888;
	font-size: 9px;
	padding-top: 25px;

	background-image: url(../images/footer.gif);
	
}

#footer p {
	
	text-align: right;
	font: Georgia, "Times New Roman", Times, serif;
	color:#888;
	font-size: 9px;
	padding: 0 8px 0 0;

}
#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;
}
