@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-color: #000;
	text-align: center;
	background-repeat: repeat-y;
}
html>body #outer {height:auto}

#resizer {
	width: 733px;
		background-image: url(../images/bg.gif);
	background-position: top left;
	margin: 0 auto;
}

#column {
	width: 617px;
	margin:  0 auto;
	text-align: right;

}
#main {
	width: 532px;

	margin: 5px 0 5px 4px;
	padding: 0;
	min-height: 300px;
	text-align: left;
	float: left;


}
html*#main {
	
	margin: 2px 0 5px 0;



}
#top{
	height: 90px;
	background:url(../images/top-bg.gif) top repeat-x #D4D4D4;

}
#logo {
	float: left;
	width: 264px;
	height: 90px;
	background: url(../images/logo.gif) no-repeat;
	margin: 0;

	clear: both;
}

#nav {
	text-align: left;
	width: 188px;
	float: left;
	height: 300px;
	margin: 0;
	padding: 0;
	left: 0;

}
#nav p {
	margin: 10px;
	font-size: 10px;
	line-height: 20px;
}
#header {
	width: 531px;
	height: 225px;
	background-image: url(../images/header.jpg);
	margin: 0px 0 3px 0;
	background-position:top center;
	padding: 0;
	border-bottom: 5px solid #888;
	clear: both;
	float: right;
	background-repeat: no-repeat;
}

/*:::::::::::::::::::::::::::::::*/
#header-int {
	width: 531px;
	height: 147px;
	background-image: url(../images/header-int.jpg);
	margin: 0px 0 3px 0;
	padding: 0;
	clear: both;
}
/*:::::::::::::::::::::::::::::::*/
#callouts-border {
	width: 175px;
	float:right;
	min-height: 180px;
	background-color:#F7F7F7;
	border: 1px solid #DFDFDF;
	
}
#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: bold;
	color: #DC231B;
}

#content-home {
	width: 350px;
	float: left;
	min-height: 200px;
	text-align: left;
	line-height: 18px;

}
html*#content-home {

	width: 310px;
	margin: 2px 2px 0 0;
}
#content-int {
	width: 520px;
	float: right;
	color: #eee;
	min-height: 300px;
	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;
}
html*#content-int {

}

#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 hr {
	border: 0;
	margin: 16px 3px 13px 3px;
	
	border-top: 1px dotted #bbb;
	
}
#content-int img {

}
.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
.footer {
	width: 500px;
	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;
}