/* imported
------------------------------*/
@import url(nav.css);


* {
	margin: 0;
	padding: 0;
}

body {
background: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
color: #FBFFFF;
}

a {
text-decoration: underline;
color: #9EC0FF;
}
a:hover {
text-decoration: underline;
color: #9EC0FF;
background-color: #1D2280
}

p {
font-size: 14px;
line-height: 18px;
color: #FBFFFF;
}

p.bold {
font-size: 18px;
padding-bottom:10px;
font-weight:bold;
}
p.link {
padding: 2px 0 0 0;
font-size: 11px;
color:#9EC0FF;
text-decoration:underline;
}
#wrap {
margin: 0 auto;
width: 1400px;
}

#header {
height: 150px;
background: url(../images/main/header.jpg) no-repeat;
}

#content {
background: url(../images/main/content.jpg) repeat-y;
}

#footer {
background : url(../images/main/bottom.jpg) no-repeat;
height: 77px;
}

#mainContainer{
	width:1150px;
	margin:0 0 0 150px;
	padding:0;
	height:670px;
}

.big {
font-size:12px;

}


/* contact
------------------------------*/
#mini-contact {
	float:right;
	margin: 80px 0 0 0;
	width: 400px;
	padding: 0px;
	font-size: 18px;
	
}
/* accessibility
------------------------------*/
fieldset#mini-search label,
.access-node,
legend {
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	position: absolute;
	overflow: hidden;
}
caption {
	display: none;	
}
#access-nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: -200px;
	left: 50%;
	background-color: #fff;
	z-index: 1000;
	width: 250px;
	text-align: center;
}
#access-nav a {
	position: absolute;       
	left: -999em; 
	top: 200px;
	font-size: 12px;
	width: 250px;
	border: solid 1px #C0C0C0;
	padding: 5px 0;
}
#access-nav a:active,  
#access-nav a:focus {       
	left: 50%;    
	margin: 0 0 0 -250px;
	top: 200px; 
	background-color: #fff;
}

.clear-float:after {
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


