@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: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	text-align: center;
	background: url(../images/bg.jpg) center repeat-y;
}
html>body #outer {height:auto}

/*********Global*****************/
img {
	border: 3px solid #EEEED4;
	padding: 2px;
	background: #fff;
}

img a:hover {

	background: none;
}

#leftcol img, #callouts img {
	border: 0;
	padding: 0;
	background: none;
}	

#maincolumn {
	width: 777px;
	margin: 0 auto;
}
#topbar {
	width: 777px;
	height: 120px;
	background-image:url(../images/topbar.jpg);
}
/*********************LEFT COLUMN*************************/

#leftcol {
	width: 310px;
	text-align: center;
	float: left;
	margin: 0 0 0 15px !important;
	margin/**/: 0 0 0 5px;
	
}
#leftcol form {
	width: 200px;
	text-align: center;
	margin: 0 auto;

}
#leftcol form input {
	margin: 0 0 5px 0;

}
#callouts {
	padding: 4px;
	text-align: left;
}
#callouts p {
	margin: 5px 20px 5px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #4E4429;
}
#content {
	padding: 20px;
	text-align: left;
}
#nav {
	padding: 80px 0 0 180px !important;
	width: auto;
	padding/**/: 83px 0 0 150px;


}
/*********************RIGHT COLUMN*************************/
#rightcol {
	width: 424px;

	float: left;
}
#header {
	width: 424px;
	height: 287px;
	background-image: url(../images/header.jpg);
}
#blog {
	width: 380px;
	float: left;
	border-right: 0px dotted #ccc;
	text-align: center;
	padding: 10px;
	border-top: 1px solid #eee;
}
#why {
	width: 130px;
	float: left;
	border-right: 1px dotted #ccc;
	text-align: left;
	padding: 5px;
}
#message-board {
	width: 190px;
	float: left;
	text-align: left;
	padding: 10px;
	border-top: 1px solid #eee;
}
/***********************************************************/

.cleaner
{
  clear:both;
  height:1px;


  margin:0; padding:0;


}
.footer {
	width: 450px;
	margin: 0 auto;
	text-align: right;
	color:#50462B;
	font-size: 9px;
	padding-top: 4px;
	padding-bottom: 4px;

	clear: both;
	float: right;
	border-top: 1px dashed #7F795F;
}
.footer p {
	text-align: right;
	margin: 0 28px 0 0;
	font-size: 9px;
}
.footer a:link {
	color:#50462B;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 0px dashed #305170;
}
.footer a:visited {
	color:#50462B;

	font-weight: normal;
	text-decoration: none;
	border-bottom: 0px dashed #305170;
}
.footer a:hover {
	color: #fff;

	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}

h2, h2 a, h2 a:link, h2 a:visited {
	font-family: "Lucida Grande Unicode", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #709995;
	margin: 5px 0 0px 0;
	padding: 12px 0 0px 0;
	letter-spacing: -1px;
	text-decoration: none;
	border-top: 1px dashed #4F452A;
}
h2 a:hover {
	font-family: "Lucida Grande Unicode", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #fff;
	letter-spacing: -1px;
	text-decoration: none;
	margin: 5px 0 0px 0;
	padding: 12px 0 0px 0;
	border-top: 1px dashed #4F452A;
}
h4 {
	font-family: "Lucida Grande Unicode", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #709995;
	margin: 0 0 0 0;
}
.clients td {
	background: #F7F7EB;
	padding: 5px;
}