/* //////// Override the original browser settings //////// */
body {
	margin: 0;
	padding: 0;
	font-family: tahoma;
	font-size: 12px;
}

/* //////// Navigation //////// */
#Navigation {
	background: url("../images/top_bg.jpg") top center repeat-x #05365E;
	padding-top: 20px;
	height: 40px;
	border-bottom: #FF9900 1px solid;
}
#Navigation ul {
	width: 880px;
	margin: 0 auto;
	list-style:none;
	padding: 0;
}
#Navigation li {
	list-style:none;
	display:block;
	float:left;
	margin:0 1px;
	padding: 0;
	cursor:pointer;
}
#Navigation li a {
	cursor:pointer;
	display:block;
	height:20px;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	padding:0 0 0 4px;
	text-decoration:none;
}
#Navigation li a span {
	display:block;
	height:20px;
	color:#FFFFFF;
	line-height:20px;
	padding:0 22px 0 17px;
}
#Navigation li a:hover, #Navigation li.selected a {
	display:block;		
	background:url(../images/l_tab.png) no-repeat left;
}
#Navigation li a:hover span, #Navigation li.selected a span {
	display:block;
	background:url(../images/r_tab.png) no-repeat right;
}

/* //////// Container //////// */
#container {
	width: 898px;
	margin: 0 auto;
	padding: 0;
}

/* //////// Banner //////// */
#banner {
	padding-top: 30px;
	background-image:url('../images/bannerwithlogo.jpg');
	width: 898px;
	height: 170px;
	overflow:hidden;
	position:relative;
}
#banner h1, #banner h2, #banner h3, #banner h4 {
	padding-right: 220px;
	margin: 0;
	text-align:right;
}
#banner h1 { font-size:20px; margin-bottom: 10px; font-family:Georgia,Times,"Times New Roman",serif; }
#banner h2 { font-size:18px; color:#0A557C; }
#banner h3 { font-size:16px; color:#0A557C; }
#banner h4 { font-size:14px; color:#06214E; }
#banner h5 { font-size:12px; color:#06214E; }

#banner .photo {
	position:absolute;
	right: 0px;
	bottom: 0px;	
}

/* //////// content //////// */
#content {
}
.body a {
	padding:0 10px;
	color:#999;
	text-decoration:none;
}
.body a:hover {
	color:#FF9900;
	text-decoration:underline;
}
.body h1, .body h2, .body h3, .body h4 { font-weight:bold; }
.body h1 { font-size:24px; }
.body h2 { font-size:16px; }
.body h3 { font-size:14px; }
.body h4 { font-size:12px; }
.sidebar {
	float:left;
	width: 270px;
}
.sidebar ul {
	list-style:none;
	padding: 0;
	margin-top: 20px;
	margin-left: 5px;
	border-top: #FFE0B3 1px solid;
}
.sidebar li {
	list-style:none;
	margin: 0;
	border-bottom: #FFE0B3 1px solid;
}
.sidebar li a {
	font-weight: bold;
	font-size:14px;
	padding: 8px 15px;
	display:block;
	color:#04355D;
	text-decoration:none;
}
.sidebar li a:hover {
	background-color:#FF9900;
	color:#FFF;
}
.side_contact {
	font-size:14px;
	display:block;
	color:#04355D;
	padding: 8px 15px;
	background-color: #FFE0B3;
}
.body {
	font-family:"Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	width: 600px;
	float:right;
	background-color:#04355D;
	padding:10px;
	position:relative;
	color:#FFFFFF;
	line-height: 18px;
}
.body img { margin: 10px; }
.body .corner_bl { 
	position:absolute;
	bottom:0;
	left:0;
	background-image:url('../images/corner_bl.jpg');
	height:10px;
	width:10px;
}
#download {
	margin-top: 10px;
	border:0px;
}
#download .featured {
	padding: 5px;
	height: 56px;
	background:url('../images/dlimage.jpg') top left no-repeat #377776;
}
#download .featured img {
	border:0px;
	margin-right: 5px;
}
#download .featured strong {
	color: #BCD656;
	display:block;
	font-size:14px;
}
#download .featured a {
	font-family:Georgia,Times,"Times New Roman",serif;
	color: #FFF;
	font-size:14px;
	display:block;
	text-decoration:none;
}
#download .featured a:hover {
	text-decoration:underline;
}
.clear { clear:both; }
#footer {
	border-top: #FF9900 1px solid;
	margin-top:15px;
}
.footmenu {
	text-align:right;
	padding: 10px 5px;
}
.footmenu ul {
	list-style:none;
	padding-right:5px;
	margin:4px 0;
}
.footmenu li {
	display:inline;
	padding:0 6px;
	border-left:#DFDFDF 1px solid;
}
.footmenu li.first {
	border:none;
}
.footmenu li a {
	text-decoration:none;
	color:#666666;
}
.footmenu li a:hover {
	color:#FF9900;
	text-decoration:underline;
}
.footcopyright a {
	padding:0 10px;
	color:#999;
	font-size:11px;
	text-decoration:none;
}
.footcopyright a:hover {
	color:#FF9900;
	text-decoration:underline;
}

