* { margin: 0; padding: 0; }
html { overflow-y: scroll; }

body {
margin: 0 auto;
width: 945px;
background: url("/images/bg.png") no-repeat;
background-position: top center;
background-color: #000000;
color: #111;
font-size: 10pt;
font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

img {
border: 0;
}

h1 {
margin-top: 0px;
}
h2 { margin-bottom: 14px; font-size: 15px; margin-top: 20px;}

iframe { margin-top: 20px; }

.floatleft { float: left; }
.floatright { float: right; }

#header { height: 100px; }
#header .logo { padding-top: 20px; }
#header .headertag { float: right; padding-top: 10px; margin-right: 0px; }

#contact { padding: 22px 28px; color: white; text-align: right; }
#contact h3 { font-size: 16px; padding-right: 1px;}
#contact p { font-size: 28px; }
#contact div { font-size: 12px; color: #FCDB7E; font-weight: bold; padding-right: 2px; }

#navlinks { 
  width: 945px; /* width of blue_bar.png */
  height: 54px; /* height of selected_button.png */
  background: url('/images/orange_bar.png') no-repeat 0px 6px;
  margin-bottom: 10px;
  margin-left: -2px;
}

#navlinks ul { 
  margin: 0; padding: 0; 
  list-style: none; 
  display: block; 
  
}

#navlinks li { 
  height: 54px;
  float: left;
  margin: 0px 12px;
}

#navlinks a { 
  text-transform: uppercase; 
  
  height: 41px;  /* 54 - lower padding */
  display: block;
  float: left;
  color: #FFF;
  font-size: 15px; 
  font-family: Trebuchet MS, Verdana,Arial,Helvetica,sans-serif; 
  font-weight: bold;
  padding: 13px 0px 0px 17px; 
  text-decoration: none; 
  outline: none;
}

#navlinks li.selected > a {
  color: black;
  text-shadow: #FFF 0px 1px 1px;
  background: url('/images/selected_button.png');
}

#navlinks li > a:hover { color:white; text-decoration: underline; }

#navlinks li.selected > a:hover { color: black; text-decoration: none; }

#navlinks li > a:focus { text-decoration:underline; }

#navlinks li > span {
  display: block;
  float: left;
  margin-right: -20px;
}

#navlinks li.selected > span {
  width: 18px;
  height: 54px;
  background: url('/images/selected_button.png') 18px 0px;
}

	.slider ul{
		list-style-type: none;
		height: 30px;
		float: left;
	}
	.slider li{
		float: left;
		margin: 10px 10px;
	}




#wrapper {
position: relative;
margin: 0px auto;
width: 945px;
}

#stage {
margin: 0px auto;
width: 945px;
}

#stage p { 
line-height: 18px; 
margin: 0;
padding: 0;
}

#content {
float: left;
background-color: #fcfcfc;
width: 935px;

border: 0;
margin-bottom: 20px;
}

.curved {
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-border-radius: 5px;
border: none;
}

#rightbar { width: 300px; margin-right: 37px; float: right; }
#rightbar img { margin-left: 8px; }
#rightbar h1 { margin-top: 20px; }
#rightbar ul { margin: 20px 0 20px 0; padding: 0; padding-left: 15px }
	
.main {
float: left;
margin-bottom: 50px;
margin-top: 20px;
margin-left: 25px;
width: 550px;
}

#footer {
background: #222222;
color: #ffa903;
width: 935px;
height: 85px;
float: left;
padding-top: 5px;
font-size: 12px;
}

#footer ul { list-style: none; clear: both; padding: 7px; }
#footer li { float: left; padding: 0px 12px; border-left: 1px solid #ffa903; }
#footer li:first-child { border: 0px; }
#footer a { color: #eee; }
#footer span { color: #fff; }	
