@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;
	background-color: #fff;
	text-align: center;
}
html>body #outer {height:auto}

#column {
	width: 720px;
	margin:  0 auto;
	text-align: right;


}
#main {
	width: 720px;
	background-color: #fff;
	margin: 0px auto;
	padding: 0;
	min-height: 300px;
	text-align: left;
	border: 1px solid #888;

}

#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: #0152A1;
	margin: 0px 0px 0px 0px;
	height: 29px;

}

#header {
	width: auto;
	height: 228px;
	background-image: url(../images/header.jpg);
	background-color:#ccc;
	margin: 0px 0 0px 0;
	background-position:top center;
	padding: 0;
	clear: both;
	border-bottom: #bbb 1px solid;
	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 {
	width: 190px;
	float:left;
	min-height: 250px;
	margin: 0 0 0 1px;
	padding: 0;
}
html*#callouts {
	height: 250px;
	margin: 0 0 0 0px;
	
}
#callouts ul {
	list-style-type: none;
	text-indent: 0;
	margin: 2px 0 0 0px;
	padding: 0 0 0 0px;

}

#callouts a, #callouts a:link, #callouts a:visited, #callouts a:active {
	font-weight: normal;
	color: #17357e;
	
}
#callouts a:hover {
	font-weight: normal;
	color: #515151;
	
}

#content-home {
	width: 350px;
	float: right;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	min-height: 400px;
	text-align: left;
	background-image: url(../images/content-tail.html);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: 0 28px 0 0;
	padding: 0 0 20px 0;
	line-height: 18px;
}
html*#content-home {
	margin: 0 20px 0 0;
	width: 330px;
}
#content-int {
	
	width: auto;
	
	min-height: 300px;
	text-align: left;
	background-image: url(../images/content-tail.html);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: 8px auto;
	padding: 0 10px 20px 10px;
}
html*#content-int {
	height: 420px;
}

#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: 580px;
	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;
}