@import url('mambo.css');
@import url('sifr.css');
@import url('menu.css');
/* CSS Document */
body, html {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 12px;text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background-color: #F0EEE4;
	text-align: left;
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}
html>body #outer {height:auto}


#content-holder {
	width: 638px;
	margin: 0 auto;
	background-color: #fff;
	padding: 0;
	border: 1px solid #D6D6C7;
	border-top: none;
}
#main {
	width: atuo;
	margin: 0px auto;
	padding: 0;
	min-height: 300px;
	text-align: center;


}

#logo {

	height: 81px;
	background-image: url(../images/logo.jpg);
	margin: 0 auto 1px auto;
	background-position: center;
	background-repeat: no-repeat;
	width: 639px;
	clear: both;
}

#nav {
	text-align: center;
	padding: 0;
	margin: 4px auto 0px auto;
	width: 638px;
	height: 25px;
	

}

#header {
	
	height: 193px;
	background-image: url(../images/header.jpg);
	background-color:#fff;
	margin: 0 auto;
	background-position:top center;
	padding: 0;
	clear: both;

	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:right;
	background: #F7F6F2;
	min-height: 700px;
	height: auto !important;
	height/**/: 250px;
	margin: 2px 2px 0px 1px !important;
		margin/**/: 0 0 0 0px;
	padding: 5px;
}

#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: #464646;
	font-weight: bold;
}
#callouts a:hover {
	font-weight: normal;
	color: #9B8D1A;
	font-weight: bold;
}

#content-home {
	width: 420px !important;
	width/**/: 400px;
	float: left;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-height: 250px;
	text-align: left;
	background-image: url(../images/content-tail.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 10px 0 0 10px;
	line-height: 22px;
}

#content-int {

	width: auto;
	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: 0px auto;
	padding: 10px 25px 20px 25px;
	line-height: 22px;
}

#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 20px 12px;
	text-align: left;
	font-size: 10px;
	line-height: 18px;
	
}

.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
#footer {
	font-size: 9px;
	text-align: center;
	color: #aaa;
	clear: both;
}
#footer a {
	font-size: 10px;
	color: #CCCBC2;
}
