@import url('mambo.css');
@import url('sifr.css');
@import url('menu.css');
/* CSS Document */
body, html {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
	text-align: center;
}

hr {
	border: none;
	border-bottom: 1px dotted #B5C2DA;
	width: 80%;
}
h2 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #DC1A1B;
	border-top: 1px dashed #ddd;
	padding-top: 20px;
	margin: 10px 0 0 0;
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background: url(../images/bg.gif) #000;
	text-align: center;
	margin: 0 auto;
	color: #fff;

}
html>body #outer {height:auto; margin: 0 auto;}

#main {
	width: 714px;
	margin: 0px auto 0 auto;
	padding: 10px 0 0 0;
	border-left: 5px solid  #E4E4E4;
	border-right: 5px solid #E4E4E4;
	background: #E4E4E4;
	text-align: left;
	height:100%;
	min-height:100%;/*for mozilla*/

}
html>body #main  {height:auto; margin: 0 auto;}
#leftcol {
width: 215px;
float: left;
}
#rightcol {
	width: 475px;
	float: right;
}
#logo {
	width: 215px;
	height: 75px;
	background-image: url(../images/logo.jpg);
	float: left;

}

#nav {
	width: 215px;
	background: url(../images/nav-bottom.jpg) bottom no-repeat #F8F8F8;
	margin: 0 0 10px 0;	
		float: left;
	padding: 0;

}


#header {
	width: 475px;
	height: 317px;
	padding: 0;
	background-image: url(../images/header.jpg);

	margin: 0 5px 10px 0px;

}
#callouts {
	width: 215px;
	background: url(../images/callout-top.gif) top no-repeat #3B3B3B;
	min-height: 200px;
	padding: 0px 0 0 0;
	line-height: 10px;
	clear: both;


}
#callout-bottom {
	height: 17px;
	background-image: url(../images/callout-bottom.gif);
}
.callouts2 {
	font-size: 11px;
	color: #ddd;
	line-height: 13px;
}
#content-home {
	width: 472px;
	background: url(../images/content-top-home.gif) top no-repeat #F8F8F8;
	padding: 18px 0 0 0;
	font-color: #3B3B3B;

	margin: 0 5px 0 0;
}

#content {
	width: 472px;
	background: url(../images/content-top.gif) top no-repeat #F8F8F8;
	padding: 60px 0 0 0;
	font-color: #3B3B3B;

	margin: 0 5px 0 0;
}
#content2 {
		color: #3B3B3B;
	margin: 10px;
	line-height: 16px;
}
#content-bottom {
	background-image: url(../images/content-bottom.gif);
	height: 24px;
	
}
.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
.footer {
	
	margin: 10px 1% 0 1%;
	text-align: left;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color:#3B3B3B;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #3B3B3B;
	width: auto;
	clear: both;
}

.footer a:link, .footer a:visited, .footer a:hover {
	color: #3B3B3B;
	font-size: 8px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 0px dashed #305170;
}

.footer a:hover {
	color: #3B3B3B;
	font-size: 9px;
	font-weight: normal;
	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;
}

img {
	background: #fff;
	padding: 1px;
	border: 2px solid #3B3B3B;
}