@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%;
}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #670001;
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background: #fff;
	background: url(../images/bg.gif) top repeat-x;
	text-align: center;

}
html>body #outer {height:auto}

#main {
	width: 750px;
	margin: 0px auto;
	padding: 0;
	text-align: left;

}


#logo {
	width: 305px;
	height: 91px;
	background-image: url(../images/logo.gif);
	float: left;
}
#contact {
	width: 256px;
	height: 91px;
	float: right;
	background-image:url(../images/contact.gif);
}
#nav {
	background: url(../images/navbg.jpg) top repeat-x;	
	height: 32px;
	margin: 0;
	padding: 0;
	clear: both;

}


#header {
	width: 475px;
	height: 218px;
	background: url(../images/header.jpg);
	padding: 0;
	float: right;
	margin: 0;

}
#callouts {
	padding: 20px 20px 0px 20px;
	width: 235px !important;
	width/**/: 275px;
	height: 198px !important;	
	height: 217px;
	overflow: hidden;

background-image: url(../images/callout-bg.jpg);
	float: left;
}
#callouts p {
	margin: 4px;
	color: #8BABD8;
}
#callouts ul {
	color: #8BABD8;
	margin: 4px;
}
#callouts li {
	color: #8BABD8;
}
#header-int {
	background-image: url(../images/header-int.jpg);
	width: 754px;
	height: 195px;
}

/*:::::::::::::::::::::::::::::::*/
#leftcol {
	width: 275px;	
	float: left;
	background: #F3F5F9;
	height: auto !important;
	height/**/: 350xp;
	min-height: 350px;

}
#leftcol img {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
}
#leftcol p {
	margin: 19px;
}

#rightcol {
	padding: 20px;
	width: 425px !important;
	width/**/: 475px;
	float: right;
}


#interior {
	background: #fff;
	padding: 30px;
	background: url(../images/conent-bg.gif) top repeat-x;
	border-left: 1px solid #E6EDF7;
	border-right: 1px solid #E6EDF7;
}
img {
	border: 4px solid #E6EDF7;
	padding: 1px;
	background: #fff;
}


.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
.footer {
	

	text-align: left;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #D7D9C7;
	background: #8294B1;
	height: 35px;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: auto;
	text-align: center;
	clear: both;
	border-top: 3px solid #E6EDF7;
}

.footer a:link, .footer a:visited, .footer a:hover {
	color: #D7D9C7;
	font-size: 8px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #305170;
}

.footer a:hover {
	color: #D7D9C7;
	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;
}