@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-image: url(../images/bg.gif);
	background-position: top left;
	background-color: #fff;
	text-align: center;
	background-repeat: repeat-y;
}
html>body #outer {height:auto}

#column {
	width: 617px;
	margin:  0 auto;
	text-align: right;

}
#main {
	width: 532px;
	background-color: #fff;
	margin: 5px 0 5px 4px !important;
	margin: 2px 0 5px 0;
	padding: 0;
	min-height: 300px;
	text-align: left;
	float: left;


}

#top{
	height: 120px;
	background-image:url(../images/top-bg.gif);

}
#logo {
	float: left;
	width: 270px;
	height: 120px;
	background-image: url(../images/logo.gif);
	margin: 0;
	background-color:#fff;

}

#nav {
	text-align: left;
	width: 188px;
	float: left;
	height: 300px;
	margin: 0;
	padding: 0;
	left: 0;

}

#header {
	width: 531px;
	height: 225px;
	background-image: url(../images/header.jpg);
	margin: 0px 0 3px 0;
	background-position:top center;
	padding: 0;
	clear: both;
	float: right;
	background-repeat: no-repeat;
	
}

/*:::::::::::::::::::::::::::::::*/
#header-int {
	width: 617px;
	height: 118px;
	background-image: url(../images/header-int.jpg);
	margin: 0px 0 3px 0;
	padding: 0;
	clear: both;
}
/*:::::::::::::::::::::::::::::::*/
#callouts-border {
	width: 159px;
	float:right;
	min-height: 180px;
	background-color:#F7F7F7;
	border: 1px solid #DFDFDF;
	
}
#callouts {
	width: 161px;
	float:right;
	min-height: 180px;
	height: auto !Important;
	height/**/: 192px;
	border: 1px solid #fff;
	
}

#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: 350px !important;
	width/**/: 310px;
	float: left;
	min-height: 200px;
	height: auto !important;
	height/**/: 200px;
	text-align: left;
	line-height: 18px;
	margin: auto !important;
	margin/**/: 2px 2px 0 0;

}

#content-int {
	width: 510px;
	float: right;
	background-color: #fff;
	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 0 20px 0;
}

#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;
}

.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: center;
	font: Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 8px;
	padding-top: 20px;
	padding-bottom: 0px;
	
}
.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;
}