@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*/
	background-image: url(../images/bg.gif);
	
	background-color: #fff;

}
html>body #outer {height:auto}

#column {
	width: 650px;


}
#main {
	width: 650px;
	background-color: #fff;
	padding: 0;
	min-height: 300px;
	text-align: left;

}


#header {
	width: 650px;
	height: 208px;
	background-image: url(../images/header.jpg);
	margin: 0px 0 3px 0;
	background-position:top center;
	padding: 0;
	clear: both;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #999;
}
#header-int {
	width: 617px;
	height: 118px;
	background-image: url(../images/header-int.jpg);
	margin: 0px 0 3px 0;
	padding: 0;
	clear: both;
}

#leftcol {
	width: 190px;
	background-image: url(../images/callout-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	float:left;
	min-height: 180px;
	margin: 0;
	padding: 0;
	
}
html*#callouts {
	height: 190px;
	margin: 0 0 0 0px;
	
}
#callouts ul {
	list-style-type: none;
	text-indent: 0;
	margin: 2px 0 0 5px;
	padding: 0 0 0 3px;

}

#callouts a, #callouts a:link, #callouts a:visited, #callouts a:active {
	font-weight: normal;
	color: #1B456B;
}

#content-home {
	width: 420px;
	float: right;
	background-color: #fff;
	min-height: 200px;
	text-align: left;
	background-image: url(../images/content-tail.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: 0 28px 0 0;
	padding: 0 0 20px 0;
	line-height: 18px;
}
html*#content-home {
	margin: 0 20px 0 0;
	width: 400px;
}
#content-edit {
	width: 600px;
	float: right;
	
	min-height: 200px;
	text-align: left;
	background-image: url(../images/content-tail.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: 0 28px 0 0;
	padding: 0 0 20px 0;
	line-height: 18px;
	position: absolute;
	left: 200px;
}
#content-int {
	width: 630px;
	float: right;
	background-color: #fff;
	min-height: 300px;
	text-align: left;
	background-image: url(../images/content-tail.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: 8px auto;
	padding: 0 0 20px 0;
}
html*#content-int {
	height: 420px;
}

#content-home p {
	margin: 10px 35px 10px 35px;
	text-align: left;
}
#content-int p {
	margin: 10px 35px 10px 35px;
	text-align: left;
}
#content-int ul {
	margin: 5px 35px 5px 35px;
	text-align: left;
}

#callouts p {
	margin: 0px 8px 0px 12px;
	text-align: left;
}

.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
.footer {

	margin: 40px 0 0 10px;
	text-align: left;
	font: Arial, Helvetica, sans-serif;
	color:#ccc;
	font-size: 9px;
	padding-top: 4px;
	padding-bottom: 4px;
	
}
.footer a:link {
	color: #888;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #305170;
}
.footer a:visited {
	color: #888;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #305170;
}
.footer a:hover {
	color: #999;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}