/* CSS Document */

body, h1, h2, h3, h4, h5, ul, li, ul li, div, img, form {
	margin: 0px;
	padding: 0px;
}

body	{
	font-family:   Arial, Verdana, Helvetica, sans-serif;
	background: url(../images/furn/bckd.jpg);
}

img	{
	border: 0;
}

.clear {
	clear: both;
}

/* ***************************** */
/* *******LAYOUT CLASSES******** */
/* ***************************** */

#outerWrapper {
	margin: 0 auto;
	width: 960px;
}

#innerWrapper {
	width: 960px;
}

#topbar {
	width: 960px;
}

#logo {
	float: left;
	width: 247px;
}

#uav {
	float: right;
	width: 236px;
}

#contentWrapper {
	width: 960px;
	background: url(../images/furn/cont_bckd.jpg);
	padding-bottom: 50px;
}

#subcontentWrapper {
	width: 960px;
	background: url(../images/furn/sub_bckd.jpg);
	padding-bottom: 50px;
}

#latestnews {
	float: left;
	width: 248px;
	/* border: 1px solid #585F49; */
	background-color: #000;
	margin-left: 46px;
	margin-top: 26px;
}

#latestnewscont {
	padding: 14px;
	width: 219;
	color: #fff;
	font-size: 70%;
}

#content {
	float: left;
	width: 573px;
	margin-left: 46px;
	margin-top: 26px;
	color: #fff;
	font-size: 80%;
	padding-top: 14px;
}

#footerWrapper {
	width: 960px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #939C7F;
	font-size: 70%;
}

#footerLeft {
	float: left;
	padding-left: 10px;
}

#footerRight {
	float:right;
	text-align: right;
	padding-right: 10px;
}

.imgright {float: right; padding: 0 0 10px 10px;}
.teamWrapper {width: 100%; padding-top: 20px;}
.teamleft {float: left; padding-right: 5%; display: inline; width: 20%;}
.teamright {float: left; width: 70%;display: inline;}

/* ********************************* */
/* *******NAVIGATION CLASSES******** */
/* ********************************* */

#navbar {
	float:right;
	font-size: 60%;
	line-height: normal;
	padding-top: 1px;
	}

#navbar ul {
	margin:0;
	padding:0;
	list-style:none;
	}
    
#navbar li {
	float:left;
	background:url("../images/furn/left_nav_bckd.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 8px;
	border-top: 1px solid #C4C4C4;
	}
    
#navbar a {
	float:left;
	display:block;
	width: auto;
	background:url("../images/furn/right_nav_bckd.gif") no-repeat right top;
	padding:10px 12px 8px 5px;
	text-decoration: none;
	font-weight:normal;
	color:#fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	
#navbar > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navbar a {float:none;}
/* End IE5-Mac hack */
#navbar a:hover {
	color:#333;
	text-decoration: none;
	}
#navbar #current {
	background-position:0 -150px;
	border-width: 0;
	border-top: 1px solid #333;
	}
#navbar #current a {
	background-position:100% -150px;
	padding-bottom: 8px;
	color:#fff;
	}
#navbar li:hover, #navbar li:hover a {
	background-position:0% -150px;
	color:#fff;
	}
#navbar li:hover a {
	background-position:100% -150px;
	}

#subnavWrapper {
	float: left;
	width: 250px;
	margin-left: 46px;
	margin-top: 26px;
	padding-top: 14px;
}

#subnav {
	padding-top: 10px;
}

#subnav ul{
	list-style-type: none;
}

#subnav ul li{
	border-bottom: 1px dotted #31332A;
}

#subnav ul li a {
	font-size: 70%;
	color: #939C7F;
	display: block;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}

#subnav ul li a:hover {
	color: #fff;
	background-color: #21211E;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
}

.navon {font-weight: bold; color: #fff;}


/* *************************** */
/* *******TEXT CLASSES******** */
/***************************** */	

h1 {color: #939C7F; font-family: "Times New Roman", Times, serif; font-size: x-large; font-weight: lighter;}
h2 {color: #939C7F; font-family: "Times New Roman", Times, serif; font-size: large; font-weight: lighter;}
h3 {color: #939C7F; font-family: "Times New Roman", Times, serif; font-size: medium; font-weight: lighter;}
h4 {color: #939C7F; font-family: "Times New Roman", Times, serif; font-size: small; font-weight: bold;}
h5 {color: #939C7F; font-family: "Times New Roman", Times, serif; font-size: x-small; font-weight: bold;}
h6 {color: #939C7F; font-family: "Times New Roman", Times, serif; font-size: xx-small; font-weight: bold;}

.navheader {padding-top: 6px; padding-left: 10px;}

#footerWrapper a, #latestnewscont a, #content a {color: #939C7F;}
#footerWrapper a:hover, #latestnewscont a:hover, #content a:hover {color: #fff;}

.bold {font-weight: bold;}

#content ul {}
#content ul li {list-style-image:url(../images/furn/content_arrow.gif); margin-left: 20px;}