@charset "utf-8";
/* CSS Document */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#fff url('../images/bg.jpg') repeat-x;
	background-attachment:fixed;
	font-family:arial,sans-serif;
	font-size:1em;
	color: #333333;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:998px;
	background:#fff url('../images/top%20image.jpg') no-repeat;
	border:0 10px;
	border-color:#999999;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	padding-bottom:10px;
	min-height:100%; /* real browsers */
}
div#logo{
	height:122px;
	background:url('../images/logo.png') no-repeat;
}
div#strap {
	margin: 0 0 10px 0;
	display:block;
	clear:both;
}
div#maincontent {
	margin-right:255px;
	padding-bottom:20px;
	/*border-right:1px dashed #0066CC;*/
}
.homemargin{ padding-left:250px;}
div#left {
	float:left;
	width:250px;
	min-height:300px;
	/*background:#f2f2f2;*/
	color:#000000;
	padding-bottom:20px;
}
div#right {
	float:right;
	width:250px;
	min-height:300px;
	/*background:#f2f2f2;*/
	color:#000000;
	padding-bottom:20px;
}
div.inner {
	padding:5px;
}
div#footer {
	text-align:left;
	border-top:1px double #999;
	border-bottom:1px double #999;
	height:45px;
	line-height:40px;
	margin:10px 0;
	bottom:0px;
	position:absolute;
	width:100%;
	background:#fff;
	clear:both;
}
#nav{
	/*background:url('../images/nav.jpg') repeat-x;*/
	/*width:30em*/
}
#nav ul
{
list-style: none;
padding: 0;
margin: 0 auto;
text-align:center;
width:98%;
}

#nav li{
	float: left;
	margin: 0 0.15em;
	list-style:none;
}

#nav li a{
	height: 25px;
	line-height: 25px;
	float: left;
	display: block;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	margin:0 5px;
	font-size:11px;
	text-transform:uppercase;
}
#nav li a:hover {
	color: #FF9900;
}
#nav li a.active {
	color: #FF9900;
}

/* Hide from IE5-Mac \*/
#nav li a
{
float: none
}
/* End hide */
p{
	text-align:left;
}
.clear{
	clear:both;
}
h1{
	font-size:16px;
	color: #003399;
	text-transform:uppercase;
}
h2{
	font-size:14px;
	color: #003399;
	text-transform:uppercase;
}
a img{
	border:none;
}
a:link{color:#333; font-weight:bold; text-decoration:underline;}
a:visited{color:#333; font-weight:bold; text-decoration:none;}
a:hover{color:#666666; font-weight:bold; text-decoration:none;}
a:active{color:#666666; font-weight:bold; text-decoration:none;}

.photo{
	float:left;
	border:1px solid #999;
	margin:0 10px 10px 0;
}
.logos{ float:left; margin: 0 10px 10px 0; }
li{
	list-style:square;
}
img{
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}
.time{
	left:350px;
	position: absolute;
	font-weight:bold;
}
