@import url('menu.css');
@import url('mambo.css');
@import url('callouts.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%;
	text-align: center;
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
	background-color: #F4F4F4;
	
}
html>body #outer {height:auto}


td,tr,p,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #777;
	line-height: 20px;
	}

h4 {
	color: #555; font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	}

h5 {
	color: #555; font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	}

h6 {
	color: #555; font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; font-weight: bold;
}	
/* Links */
a:link, a:visited {
	font-size: 13px; 
	color: #9BA1B7; 

	font-weight: bold;
	text-decoration: underline;
	font-family:  Arial, Helvetica, sans-serif;
	}
a:hover {
		
	}
img {
	padding: 1px;
	border: 4px solid #eee;
	margin: 5px;
}
a:hover {
	font-size: 13px; 
	background-color: #9BA1B7;
		color: #fff;
	font-weight: bold;
	text-decoration: underline;
	font-family:  Arial, Helvetica, sans-serif;
	}

#main-section{
	width: 686px;
	
}

#header { 
 	background-image: url(../images/header.jpg);
	background-position: left;
	height: 189px;
	width: 686px;
}
#main{
	width: 650px;
	margin: 0 0 130px 0;

	
}
#leftcol {
	width: 175px;
	float: left;
	height: 100%;

	padding: 20px 0 0 0;
}
html*#leftcol{
	
}
#rightcol {
	width: 415px;
	float: right;
	text-align: left;
	padding: 5px 20px 5px 5px;
	margin: 7px 0 0 0;
}
html*#rightcol {
	width: 440px;

}
.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
#footer {
	position: relative;
	height: 125px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 9px;
	text-align: right;
	width: 688px;
	clear: both;
	padding: 0px 0px 0 0;
	margin: -135px auto 0 auto;

}
#footer p {
	padding: 70px 60px 0 0;
	font-size: 9px;
	color: #333;
}
#footer p a {
	font-size: 9px;
	color: #980002;
}
*html #footer {
	margin: -126px auto 0 auto;
	text-align: right;

}
#leftcol a:hover {
	color: #000;
	background: none;
}