@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: 13px;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
}

hr {
	border: none;
	border-bottom: 1px dotted #777;
	width: 80%;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #670001;
}
img {
	
	padding: 2px;
}
#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background: #002E55;

	text-align: center;
	background-repeat: repeat-y;
}
html>body #outer {height:auto}

#holder {
	width: 900px;
	margin: 0;
	text-align: right;
	float: left;
	clear: both;
	background-color: #fff;
	background:url(../images/bg.gif);
	

}
#main {
	width: inherit;
	background-color: #fff;
	margin: 5px 0 5px 0;
	padding: 0;
	min-height: 300px;
	text-align: left;
	float: left;

	background-position: left;
	background-repeat: no-repeat;


}
html*#main {
	
	margin: 2px 0 5px 0;



}
#top{
	height: 140px;
	background:url(../images/top-bg.jpg) no-repeat #fff;;
	border-bottom: 3px double #ccc;
	background-color: #fff;

}
#logo {
	float: left;
	width: 219px;
	height: 100px;
	background-image: url(../images/logo.gif);
	margin: 0;
	background-color:#fff;
	clear: both;
}
#top-nav {
	text-align: left;
	float: left;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#nav {
	text-align: left;
	width: 188px;
	float: left;
	height: 300px;
	margin: 0;
	padding: 0;
	left: 0;
	font-size: 10px;
	color: #fff;
	
}
#nav a {


}
#nav img {
	border: 0;
}

#header {
	width: 531px;
	height: 225px;
	background-image: url(../images/header.jpg);
	margin: 0px 0 10px 0;
	background-position:top center;
	padding: 0;
	clear: both;
	float: right;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #999;
	display: none;
	
}
#nav p {
	font-size: 10px;
}

/*:::::::::::::::::::::::::::::::*/
#header-int {
	width: 531px;
	height: 100px;
	background-image: url(../images/header-int.jpg);
	margin: 0px 0 3px 0;
	padding: 0;
	clear: both;
}
/*:::::::::::::::::::::::::::::::*/
#callouts-border {
	width: 177px;
	float:right;
	min-height: 180px;
	background: #CCCCCC;
	border: 1px solid #C7CABB;
	
}
#callouts {
	width: 175px;
	float:right;
	min-height: 180px;
	border: 1px solid #fff;
	
}
html*#callouts {

	
}
#callouts ul {
	list-style-type: none;
	text-indent: 0;
	margin: 2px 0 0 5px;
	padding: 0 0 0 3px;

}

#callouts a, #callouts a:link, #callouts a:visited, #callouts a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #700808;
}

#content-home {
	width: 460px;
	float: left;
	min-height: 200px;
	text-align: left;
	line-height: 20px;
	margin: 8px 1% 0 2%;

}
html*#content-home {

	width: 460px;

}
#content-int {
	width: 630px;
	float: left;

	min-height: 300px;
	text-align: left;
	background-image: url(../images/content-tail.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: 8px 2%;
	padding: 0 0 20px 0;

}
html*#content-int {

}

#content-home p {

	text-align: left;
}
#content-int p {
	margin: 10px 35px 10px 35px;
	text-align: left;
}


#callouts p {
	margin: 0px 8px 0px 12px;
	text-align: left;
}

.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
.footer {
	
	margin: 0;
	text-align: left;
	padding: 0 0 0 200px;
	font: Arial, Helvetica, sans-serif;
	color:#ccc;
	font-size: 9px;
	background-image: url(../images/footer-bg.gif);
	background-position: top;
	background-color: #3B5E7B;
	border-top: 3px double #074579;
	clear: both;

	
}
.footer a:link {
	color: #8AC3DF;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #305170;
}
.footer a:visited {
	color: #8AC3DF;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #305170;
}
.footer a:hover {
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}
.footer ul {
	width: auto;
	display: inline;
	margin: 0;
	padding: 0;
}
.footer li {
	display: inline;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0 0 0 5px;
	border-left: 1px solid #fff;
}
.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}