* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background-image: none;
	background-color: black;
	background-image: url(../images/bg.jpg);
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #a0a0a0;
/*
	min-height: 95%;
	height: auto !important;
	height: 95%;
*/
}


/* !logo and banner bar styles */

#logoBar {
	background-color: black;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	height: 81px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#logoBar  .logo {
	margin-top: 0px;

}


/* !nav */

#nav {
border-left: 1px solid white;
}


#nav, #nav ul {
font-size: .9em;
position: relative;
float: left;
list-style: none;
text-transform: uppercase;
min-height: 42px;
height: auto !important;
height: 42px;
}

#nav li {
float: left;
text-align: center;
position: relative;
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: white;
border-bottom-color: white;
border-right: 1px solid white;
background-image: url(../images/btn_bg.jpg);
background-repeat: repeat-x;
}

#nav a {
text-decoration: none;
color: white;
font-weight: bold;
display: block;
text-decoration: none;
padding: 9px 0px 0;
min-height: 33px;
height: auto !important;
height: 33px;
font-size: 75%;
}

#nav a span {
position: relative;
top: 6px;
}

#nav li:hover, #nav li.sfhover {
background-color: #f48026;
background-image: none;
color: white;
}

#nav li:hover a, #nav li.sfhover a {
color: white;
}

#nav li:hover li a, #nav li.sfhover li a {
color: white;
}

#nav .item1 {
	width: 130px;
}
#nav .item2 {
	width: 127px;
}
#nav .item3 {
	width: 127px;
}
#nav .item4 {
	width: 127px;
}
#nav .item5 {
	width: 127px;
}
#nav .item6 {
	width: 127px;
}
#nav .item7 {
	width: 127px;
	border-right: 0px;
}


/* !sub nav */

#nav li ul {
position: absolute;
right: 1px;
margin: 0;
border-top: 1px solid #f48026;
display: none;
z-index: 700;
width: 201px;
}

#nav li ul li {
border-top: 0;
border-left: 1px solid white; 
border-bottom: 1px solid #f48026;
text-transform: none;
font-size: 1em;
font-weight: bold; 
}

#nav li ul li a {
color: white;
background-color: #4b4b4b;
padding: 6px 0px 0px;
min-height: 16px;
height: auto !important;
height: 16px;
width: 201px;
font-weight: bold;
}

#nav li ul li ul li {
font-size: 1.2em; 
}

#nav li ul li.last {
border-bottom: 1px solid #f48026;
}

#nav li ul li.first {
border-top: 1px solid #f48026;
}

#nav li ul li a:hover, #nav li.sfhover a:hover {
background-color: #f48026;
color: white;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
display: block;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
display: block;
}

#nav li ul ul {
border-top: 0;
margin: -23px 0 0 -221px;
z-index: 300; 
}

#nav li ul li {
z-index: 400;
}


/* !start footer styles */

.clearFoot {
	clear: both;
	height: 0px;
	display: block;
}

#footer {
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: 60%;
	line-height: 30px;
	color: #ffffff;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/* !various classes */

.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}


/* !regform */

#regform {
	margin-left: 20px;
	font-size: 12px;
	line-height: 17px;
}

#formright, #formleft {
border: 0px red solid;
}

#formleft {
	float: left;
}

#formright {
	margin-left: 400px;
}

#regform form input {
	margin-right: 7px;
}

input.submit  {
	background-image: url(../images/btn_bg.jpg);
	background-repeat: repeat-x;
	background-color: white;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #bec2c7;
	border-right: 1px solid #7b7e81;
	border-bottom: 1px solid #545658;
	height: 25px;
	padding: 0 5px;
	font-size: 11px;
	color: #f48026;
	font-weight: bold;
	cursor: pointer;
	background-position-y: -10px;
}


/* !news */


#content #toptext.news {
	background-image: url(../images/bg_intro.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: white;
}

#content #toptext.news h1 {
	margin-top: 10px;
}

#content #toptext.news .source {
	color: orange;
	font-size: .8em;
	font-style: italic; 
}




#newssearch {
	margin: 10px 0 10px 20px;
	font-size: 80%;
	font-weight: bold;
}

td.newspanel {
	background-image: url(../images/btn_bg_news.jpg);
	background-repeat: repeat-x;
	background-color: white;
	border: 1px solid #7f7f7f;
	line-height: 1.5em;
}

td.newspanel a {
	color: #ff9800;
	font-size: .9em;
	padding-left: 10px;
	text-decoration: none;
}

td.newspanel a:hover {
	text-decoration: underline;
}


.newsclip table {
	border-top: 0;
	border-collapse: separate;
	font-size: .7em;
	line-height: 1.4em;
}

.newsclip table td {
	background-image: url(../images/btn_bg_news.jpg);
	background-repeat:repeat-x;
	background-color: white;
	padding: 20px 10px 10px 10px;
	border: 1px solid #7f7f7f;
}

.newsclip table font {
	font-size: 1em;
}

.newsclip table font a {
	text-decoration: none;
	color: #f48026;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	margin: 0 0 -8px;
	font-size: 1.2em;
}

.newsclip table font a b {
	font-size: 1em;
}

.newsclip table font i {
	font-size: 1em;
	color: #f48026;
}

.newsclip table font a:hover {
	text-decoration: underline;
}

.newsclip table font b a {
	font-size: .8em;
	font-weight: bold;
	display: block;
	margin: 10px 0 0px;
	float:right;
}

.newsclip table img {
	margin-left: 20px;
	padding-bottom: 0px;
	margin-top: 10px;
}


/* !sitemap */

ul#sitemap li {
	font-size: 12px;
	line-height: 1.7em;
	list-style: none;
	margin-left: 30px;
	font-weight: bold;
	margin-top: 3px;
	
}

ul#sitemap li ul li {
	font-size: 10px;
	margin-top: 0px;
}

ul#sitemap a  
{
    color: #f48026;
    text-decoration: none;
}

ul#sitemap a:hover
{
    color: #0099CC;
    text-decoration:underline;
}

div.contact table {
	margin: 5px 0 0 20px;
	font-size: .8em;	
}


/* pngfix */

img.png, img.logo { behavior: url(includes/iepngfix.htc) ;}

