@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 {
	border: 3px solid #ddd;
	padding: 2px;
	margin: 10px;
	clear: both;
}
#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;
	padding: 0;
	
	text-align: left;
	float: left;


}
html*#main {
	
	margin: 2px 0 5px 0;



}
#top{
	height: 100px;
	background-image:url(../images/top-bg.gif);
	border-bottom: 3px solid #A69E83;

}
#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 {
	color: #fff;

}
#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;
	
}
#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: 175px;
	float:right;
	min-height: 180px;

	
}



#content-home {
	width: 330px;
	float: left;
	min-height: 200px;
	text-align: left;
	line-height: 20px;
	margin: 0 0 0 10px;
	border-right: 1px dotted #ccc;
	padding: 0 10px 0 0;
	

}
html*#content-home {

	width: 330px;
	margin: 2px 2px 0 10px;
}
#content-int {
	width: 510px;
	float: right;
	background-color: #fff;
	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;
}


#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: 45px 0 0 200px;
	text-align: left;
	font: Arial, Helvetica, sans-serif;
	color:#ccc;
	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;
}
.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}