@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: 617px;
	margin:  0 auto;
	text-align: right;

}
#main {
	width: 617px;
	background-color: #fff;
	margin: 0px auto;
	padding: 0;

	text-align: left;
	border: 3px solid #eee;
}

#logo {
display: none;
}

#nav {
	text-align: left;
	height: 18px;
	margin: 0 0 0 0px;
	width: 100%;

}
html*#nav {
	width: 100%;
	margin: 0;
	
	padding: 0;
}

#header {
	width: 617px;
	height: 233px;
	background-image: url(../images/header.jpg);
	margin: 0px 0 3px 0;
	padding: 0;
	clear: both;
	border-bottom: 3px solid #EEEEEE;
}
#header-int {
	width: 617px;
	height: 90px;
	background-image: url(../images/header-int.jpg);
	margin: 0px 0 3px 0;
	padding: 0;
	clear: both;
	border-bottom: 3px solid #EEEEEE;
}
#top-contact {
	float: right;
	font: 1.4em "Times New Roman", Times, serif;
	color: #fff;
	margin: 15px 20px 0 0;
}

#callouts {
	width: 200px;
	background-image: url(../images/callout-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	float:left;
	min-height: 430px;
	
}
html*#callouts {

	
}

#content-home {
	width: 390px;
	float: right;
	background-color: #fff;
	min-height: 200px;
	text-align: left;
		border-left: 1px solid #ccc;


	margin: 0;
	padding: 0 4px 20px 10px;
	line-height: 18px;
}
html*#content-home {
	width: 390px;
}	
#content-home ul {
	margin: 2px 10px 2px 55px;

}
#content-int {
	width: 600px;
	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 {
	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 0px 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: 615px;
	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;
}