@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	background-color: #1A1A1A;
	line-height: 1.4em;
	background-attachment: scroll;
	background-image: url(../images/bg.png);
	background-position: center top;
	background-repeat: no-repeat;
}
a:link {
	color: #4489A8;
	background: none;
}
a:visited {
	color: #4489A8;
}
a:hover {
	color: #ff9933;
	background: none;
}
a:active {
	color: #28282C;
}
img {
	border: none;
}
.thrColFixHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
} 
.thrColFixHdr #header {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	background-position: top;
} 
#nav_upper {
	float: right;
	height: 105px;
}
.thrColFixHdr #container #header #nav {
	height: 65px;
	background-image: url(../images/nav_bg.png);
	padding-top: 8px;
	background-repeat: no-repeat;
	padding-left: 10px;
	clear: right;
}
.thrColFixHdr #header #nav2 {
	margin-top: 20px;
	margin-left: 420px;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #container #wrapper {
	margin-top: 10px;
	width: 960px;
}
.thrColFixHdr #sidebar1 {
	float: left;
	background-color: #141516;
	border: 1px solid #282E30;
	padding: 10px;
}
#sidebar1 h1 {
	background-image: url(../images/sidebar-h1-bg.png);
	background-repeat: no-repeat;
	padding-top: 16px;
	padding-left: 18px;
	color: #ff9933;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.3em;
	padding-bottom: 10px;
	margin-top: 6px;
}
#sidebar1 p {
	padding-left: 18px;
	padding-right: 8px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #wrapper #mainContent{
	background-color: #141516;
	border: 1px solid #282E30;
	padding: 10px;
} 
.thrColFixHdr #mainContent h1 {
	font-size: 1.8em;
	background-image: url(../images/h1-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 7px;
	padding-top: 10px;
	padding-left: 10px;
}
.thrColFixHdr #mainContent h2 {
	text-transform: uppercase;
	color: #ff9933;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
#sidebar1 h2 {
	color: #ff9933;
	font-weight: normal;
}
#mainContent p {
	padding-left: 14px;
	padding-right: 55px;
	margin-top: 0.2em;
	margin-bottom: 0.8em;
}
.thrColFixHdr #footer {
	background-image: url(../images/footer-bg.png);
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 3px;
	text-align: center;
	margin-bottom: 15px;
	height: 53px;
} 
#footer a {
	color: #FFF;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header ul {
	float: left;
	margin: 0px;
	padding: 0px;
}
#header li {
	float: left;
	margin-left: 10px;
	list-style-type: none;
}
.nav-button {
	height: 38px;
	width: 108px;
	text-align: center;
	background-image: url(../images/nav-button.png);
	background-repeat: no-repeat;
	background-position: 0px -38px;
}
.nav-button a {
	height: 22px;
	width: 108px;
	color: #ff9933;
	text-decoration: none;
	font-family: Myriad, "Helvetica Neue", Helvetica, Arial;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 12px;
	padding-bottom: 6px;
	padding-right: 1px;
	padding-left: 1px;
	display: block;
	padding-top: 10px;
}
.nav-button a:hover {
	background-image: url(../images/nav-button.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.img-left {
	float: left;
	margin-top: 4px;
	margin-right: 12px;
	margin-bottom: 4px;
	border: 1px solid #4488aa;
	padding: 4px;
}
.img-right {
	float: right;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 12px;
	border: 1px solid #4488aa;
	padding: 4px;
}
#mainContent label {
	font-size: 15px;
	width: 150px;
}
#socmed {
	float: right;
	margin-bottom: 5px;
	margin-top: 3px;
}
#access {
	float: left;
	margin-bottom: 5px;
	margin-top: 3px;
}
#access p {
	padding-top: 10px;
}
#access a img{
	float: left;
}

#footer_main {
	margin-left: 200px;
	margin-right: 200px;
	margin-top: 3px;
}
#mainContent h3  {
	text-transform: uppercase;
	color: #4488aa;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: .2em;
}
.thrColFixHdr #container #header #nav ul {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #header img {
	margin: 0px;
	padding: 0px;
}

/* NEWS TICKER */

#news-ticker {
	background-position: center top;
	background-repeat: no-repeat;
	margin: 10px 10px 6px 46px;
	height: 50px;
	line-height: 20px;
}
#news-ticker ul li a {
	text-decoration: none;
}

#news-ticker .inner {
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 42px;
	position: relative;
}

#news-ticker ul,
#full-width-content #news-ticker ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#news-ticker li {
	font-size: 11px;
	padding: 12px 15px 10px 15px;
}

#news-ticker li {
	background-image: none;
}

#news-ticker .readmore,
#news-ticker .readmore,
#news-ticker .readmore {
	background-position: center top;
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	display: block;
	font-size: 11px;
	padding: 6px 7px 4px 7px;
	position: absolute;
	top: 5px;
	right: 5px;
	text-decoration: none;
}
#mainContent ul li {
	list-style-type: none;
}

/* drop menu */

#nav_upper li {
	margin:0px;
}
			 

ul.dropmenu{
	position: relative;
	margin: 0px 0px 0px 35px;
	padding: 1px 0px 0px;
	display:block;
	height: 35px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.dropmenu li{
	position: relative;
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 150px;
}
.dropmenu li a{
	height: 22px;
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 25px;
	padding-left: 25px;
}
.dropmenu li span{
	display: block;
	float: right;
	height: 10px;
	width: 10px;
	background:transparent url(images/arrow_up.png) repeat-x scroll 0 0;
	position: absolute;
	top: 12px;
	right: 10px;
}
.dropmenu li a:hover span{
	background:transparent url(images/arrow_hover.png) repeat-x scroll 0 0;
}
.dropmenu li:hover ul, .dropmenu li:hover div{
	display: block;
}
.dropmenu ul{
	position: absolute;
	display: none;
	padding: 0px;
	margin: 0px;
	background-color: #121212;
}
.dropmenu ul li{
	border: 0;
	float: none;
}
.dropmenu ul a {
  border-bottom: 0;
  white-space: nowrap;
  display:block;
  color: #ff9933;
  text-decoration: none;
  text-transform: none;
}
.dropmenu a.selected, .dropmenu a:hover {
	color: #ff9933 !important;
	background: #121212;
}
a.selected span{
	background:transparent url(images/arrow_hover.png) repeat-x scroll 0 0;
}
.dropmenu ul a:hover {
	color:#ff9933 !important;
	text-decoration: none;
	background-color: #232323;
	background-image: none;
}

/* end drop menu */

