@import url('mambo.css');
@import url('menu.css');
@import url('callouts.css');


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-color: #FEFEFE;
	background-repeat: repeat-x;
	background-image: url(../images/bg.gif);
	background-position: top;
	padding: 0;
}
html>body #outer {height:auto}

td,tr,p,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	}


/* Links */
a:link, a:visited {
	font-size: 12px; 
	color: #E82B31; 
	text-decoration: none;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

a:hover {
	color: #000;	text-decoration: none;
	}

img {
	
}

.address {
	line-height: 15px;
	margin-top: -10px;
}

#column {
	text-align: left;
	width: 666px;
	background: #fff;


}

#header {
	height: 238px;
	background-image: url(../images/header.jpg);
	margin: 0;
}

#nav {
	height: 73px;
	background-image: url(../images/nav-bg.gif);
	margin: 0;
	border-bottom: 5px solid #CFD0D0;

}
#nav ul {
	margin: 0;
	padding: 0;
}
#content-top {
	background-image: url(../images/content-top.gif);
	height: 27px;
	border-top: 3px solid #E6E6E5;
}
#content-home {
	background: url(../images/content-home.gif) top right;
	border-left: 1px solid #D5D6D6;
	border-bottom: 1px solid #D5D6D6;
	width: auto;
	padding: 0 0 20px 0;
}
#leftcol {
	margin: 0px 15px 0 15px;
	width: 370px !important;
	width/* */: 350px;
	padding: 0px 0 0 0;
	float: left;
	line-height: 20px;
}
#rightcol {
	width: 200px;
	line-height: 23px;
	float: right;
	margin: 0 20px 0 0 !important;
	margin/* */: 0 5px 0 0 ;

	
}
#rightcol p {
	margin: 10px 10px 20px 10px;
	font-size: 11px;
	line-height: 17px;
	
}

#rightcol a {
	color: #E72629;
	font-size: 10px;
}
#rightcol a:hover {
	color: #000;
}
#content-int-top {
	background-image: url(../images/content-int-top.gif);
	height: 27px;
	border-top: 3px solid #E6E6E5;
}
#content-int {
	margin: 0;
	padding: 0 20px 20px 20px;
	line-height: 23px;
	border-left: 1px solid #D5D6D6;
	border-right: 1px solid #D5D6D6;
	border-bottom: 1px solid #D5D6D6;
}












.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
.footer {
	clear: both;
	text-align: right;
	color: #ddd;
	font-size: 9px;
	margin: 10px 0 0 0;
	font-weight: normal;

	padding: 10px  0 0 0;
	width: 656px;

}
.footer a:link, .footer a:visited  {
	color: #CECECE;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #CCCCCC;
}

.footer a:hover {
	color: #000;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}




