@import url('mambo.css');
@import url('sifr.css');
@import url('menu.css');
/* CSS Document */
body, html {
	background-color: #2B4369;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
	text-align: center;
}

hr {
	border: none;
	border-bottom: 1px dotted #B5C2DA;
	width: 80%;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #AEC6E2;
	border-top: 1px dashed #476088;
	padding-top: 20px;
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background: #fff;
	width: 100%;
	text-align: center;
	color: #fff;

}
html>body #outer {height:auto; width: 100%; margin: 0 auto;}

#outer2 {
	height:100%;
	min-height:100%;/*for mozilla*/
	background: url(../images/bg.jpg) top repeat-x #2B4369;
	width: 775px !important;
	width/**/: 786px;

	text-align: center;
	border-left: 4px solid #AEC6E2;
	border-right: 4px solid #AEC6E2;
	border-bottom: 4px solid #AEC6E2;
	margin: 0 auto;
	color: #fff;

}
html>body #outer2 {height:auto; width: 775px; margin: 0 auto;}


#main {
	width: 754px !important;
	width/**/: 774px !important;
	margin: 0px auto 0 auto;
	padding: 0px 0 0 0;
	text-align: left;

}


#logo {
	width: auto;
	height: 96px;
	background: url(../images/logo.gif) no-repeat;
	margin: 0 0 72px 0;
}

#nav {
	text-align: left;
	width: 210px;
	float: right;
	height: 283px;
	margin: 0;
	padding: 0;
	left: 0;
	font-size: 10px;
}


#header {
	width: 536px;
	height: 283px;
	padding: 0;
	float: left;

}
#header img {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
}


/*:::::::::::::::::::::::::::::::*/
#callouts {
	width: 204px;
	float:right;
	margin: 10px 15px 0 0;
	min-height: 120px;
	background: url(../images/callout-top.gif) top no-repeat #607395;

	
}
#callouts p {
	color :#fff;
	
}
#callouts ul {
	color: #fff;
}
#callouts-bottom {
	background-image: url(../images/callout-bottom.gif);
	height: 21px;
}

#content-home {
	width: 480px;
	float: left;
	min-height: 200px;
	text-align: left;
	line-height: 20px;
	margin: 20px 0 0 10px;
	color: #fff;
	padding: 0 10px 0 0;

}

#content-int {
	width: 670px;
	float: left;
	min-height: 300px;
	text-align: left;
	margin: 20px 0 0 10px;
	
}

#content-home p {
	margin: 10px 35px 10px 35px;
	text-align: left;
}
#content-int p {
	margin: 10px 35px 10px 35px;
	text-align: left;
}


#callouts p {
	margin: 10px 10px 20px 10px;
	text-align: left;
}

.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
.footer {
	
	margin: 10px 1% 0 1%;
	text-align: left;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color:#607395;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #5B6E90;
	width: auto;
	clear: both;
}

.footer a:link, .footer a:visited, .footer a:hover {
	color: #607395;
	font-size: 8px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #305170;
}

.footer a:hover {
	color: #607395;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}
.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}

img {
	background: #fff;
	padding: 1px;
	border: 5px solid #5D7694;
}