/* CSS Document */
body
{
	height:100%; 
	margin:0; 
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
}

a { color: black; text-decoration: none;}
a:hover { text-decoration:underline;}
#bg { position:fixed; top:0; left:0; width:100%; height:100%; }
#bg #img {position:fixed; top:0; left:0; width:100%; height:100%; }
#bottomplane {position: fixed; bottom: 0px; left: 0px; background-image: url(../images/plane.png);   background-repeat:no-repeat; }
#wrapper
{
	position:relative; 
	z-index:2;
	
}
#content 
{
width: 810px;
text-align:left;
position: relative;

}

.topmenu
{
	font-size: 11px;
}
.leftbox
{
	background-color: #d8dee7;
	width: 170px;
	color: #000000;
	border: 1px solid black;
	height: 135px;
	margin-bottom: 3px;
	margin-top: 6px;
	float: left;
	}




.leftbox div.title
{
	background-color: #d35d35;
	height: 18px;
	padding-left: 3px;
	padding-top: 4px;
	text-transform:uppercase;
	font-weight: bold;
}
.leftbox div.content
{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
}
.leftbox div.more
{
	margin-top: 15px;
	text-align:right;
	padding-right: 8px;
}

#footer
{
	width: 786px;
	background-color: #ddf0fd;
	padding: 8px;
	text-align:center;
	font-size: 9px;
	position: relative;
	top: 50px;
	left: -190px;
}


#crumbs{
font-size: 10px;
color: #FFFFFF;
margin-top: 10px;
margin-bottom: 10px;
}
#crumbs a{

color: #FFFFFF;


}
#crumbs a:hover{
text-decoration: underline;

}
#bigboxes
{ position: absolute;
left: 190px;
top: 240px;
}

#bigboxes_wide {
	/*  height: 500px;*/
	width: 591px;
}


.bigbox
{
	float: left;
	width: 290px;
	 height: 400px; 
	margin-left: 15px;
	margin-top: -20px;
	
}
.bigbox div.topbox
{
	background-image: url(../images/top.png);
	height: 22px;
	font-weight: bold;
	padding: 0px;
	padding-top: 2px;
	font-size: 13px;
}
.bigbox div.topbox div.topboxtext
{
	padding-left: 25px;
	padding-top: 2px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
.bigbox div.content
{
	/* height: 364px; */
	background-color: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 8px;
	color: #142b61;
	font-size: 12px;
	text-align:justify;
}
.bigbox div.bottombox
{
	background-image: url(../images/bottom.png);
	height: 24px;
	border-right: 1px solid black;
}
	

.bigbox div.content div img{ padding-bottom: 10px;}

.bigbox_wide
{
	width: 591px;
	/*  height: 400px; */
	margin-left: 20px;
	margin-top: -20px;
}
.bigbox_wide div.topbox
{
	background-image: url(../images/top_big.png);
	height: 24px;
	font-weight: bold;
	padding-top: 2px;
	font-size: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bigbox_wide div.topbox div.topboxtext
{
	padding-left: 35px;
	padding-top: 2px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
.bigbox_wide div.content
{
	/* height: 400px; */
	background-color: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
	
	color: #142b61;
	font-size: 12px;
	text-align:justify;
	padding: 12px;
}
.bigbox_wide div.bottombox
{
	background-image: url(../images/bottom_big.png);
	height: 25px;
	border-right: 1px solid black;
}
	

.bigbox_wide div.content div img{ padding-bottom: 10px;}
