@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-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #A9BFDE;
	padding: 0;
}
html>body #outer {height:auto}

td,tr,p,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	}


/* Links */
a:link, a:visited {
	font-size: 12px; 
	color: #108115; 
	text-decoration: none;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

a:hover {
	color: #616161;	text-decoration: none;
	}

img {
	border: 5px solid #F8F6E7;
	padding: 2px;
}
.footer {
	clear: both;
	text-align: center;
	color: #aaa;
	font-size: 9px;
	font-weight: normal;

}
.footer a:link {
	color: #aaa;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #CCCCCC;
}
.footer a:visited {
	color: #aaa;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #CCCCCC;
}
.footer a:hover {
	color: #aaa;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}

.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: bottom;
	background-color:#FFFFFF;
}
.nav {
	margin: 0 0 0px 0;
	padding: 1px 0 0 0;
	vertical-align: bottom;
	
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav li {
	margin: 0;
	padding: 0;
}
.calls {
	width: 180px;
	padding: 20px 0 0 0;
	border-left: 5px solid #DCD9C2;
}
.calls img {
	border: none;
}
.calls p {
	margin: 2px 5px 5px 5px;
}
.leftcol {
	
	padding: 10px 25px 20px 25px;
	vertical-align: top;
	text-align: left;
	min-height: 500px;
	
	
	
	
}


.border {
	border: 5px solid #DCD9C2;
	margin: 10px 0 0 0;
	background-color: #fff;
	
}






