@charset "UTF-8";
/* CSS Document */

body {
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	background: url(imgs/bkgd2.jpg) fixed top center;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #005a7d;
}

#container {
	width: 825px;
	height: auto;
	
    margin-left: auto;
    margin-right: auto;
	
}

.header {
float:left;
width: inherit;
height: 130px;
}

.logo {
float:left;margin-left:25px;margin-top:10px;
}

#joinbox  
{  
height:20px;
padding:15px 15px 15px 15px;  
width:auto;  
color:#FFFFFF; 
background-image:url(imgs/trans_black.png); 
position:relative;  
float:right;  
margin-right:5px;   
font-size:16px; 
font-weight:bold;
}  

#joinbox input {
border: 1px solid black;
} 
  
.joincontent  {  
position:relative;
} 

.navbox {
vertical-align:bottom;
width: 810px;
margin-top:0px;
margin-right:5px;
margin-bottom:10px;
display:block;
float: right;
vertical-align:bottom;

}

#nav {
	float: right;
	font-size: 17px;
	color:#FFF;
	font-weight:100;
}

#nav ul { padding: 0; margin: 0; }

#nav ul li{display: inline;}

#nav ul li a, #nav ul li span {
color: #fff;
padding: 4px 10px 4px 10px;
text-decoration: none;
font-weight: normal;
}

#nav ul li span { /*Targets span tag to the right of #leftcorner below*/ padding-left: 10px; }

#nav ul li a:hover { 
background-image:url(imgs/trans_black.png);
text-decoration: none;
color:#fff;
}


#homebox {
position:relative;
display: block;
float:left;
width:100%;
height: 550px;
background-image:url(imgs/home_bkgd.png);
background-position:bottom left;
background-repeat:no-repeat;
border-top: thin dotted #fffffe;
}
#subbox {
position:relative;
display: block;
float:left;
width:100%;
height: auto;
margin-top:10px;
border-top: thin dotted #fffffe;
}
.pagecontent {
position:relative;
width:795px;
margin-top:10px;
height:auto;
background-image:url(imgs/trans_black.png);
padding:15px 15px 15px 15px;
}

.homecolumn {
width: auto;
margin: 0px 7px 10px 5px;
float:right;
}

.homeleft{
float:left;
}

.homeright{
float:right;
}

.imgborder {
border:thick solid #fff;
margin-top:10px;
}
.news {
float:left;
width:165px;
margin:20px 10px 10px 15px;
}
.newstxt {
font-size: 14px;
font-weight:100;
line-height:22px;
color: #d7d8d8;
}
.newstxt a:link, .newstxt a:visited{
color:#d7d8d8;
text-decoration:underline;
}
.newstxt a:hover  {
color:#cccccc;
}

#footerbox {
border-top: thin dotted #fffffe;
float:left;
width:100%;
margin-top:10px;
}

.footercontent {
margin-top:10px;
height:35px;
}

.footertext {
font-size:18px;
color:#FFFFFF;
font-weight:100;
}

.footerlinks {
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#fff;
}
.footerlinks a:hover {
color:#005a7e;
}
.footertm {
margin-top:10px;
color:#fff;
font-size:11px;
font-weight:100;
width: auto;
float: right;
}

H1 {
color:#d7d8d8;
font-size:22px;
font-weight:500;
line-height:22px;
}
H1 a:link, H1 a:visited, H1 a:hover {
color:#d7d8d8;
text-decoration:none;
}

H2 {
color:#fff;
font-size: 18px;
font-weight:500;
}
H2 a:link, H2 a:visited, H2 a:hover {
color:#fff;
text-decoration: none;
}

.leftcolumn {
	width:285px;
	float: left;
	display:block;
	padding:15px 15px 15px 15px;
	
}
.rightcolumn {
	width:400px;
	float: left;
	display:block;
	padding:50px 15px 15px 15px;
}

.rcolumn{
	width:400px;
	float:left;
	display:block;
	padding:30px 15px 15px 15px;
}
.column {
	float:left;
	margin-right:10px;
}
span300 {
	width:300px;
}
.clear {
clear:both;
}

form#promote fieldset {
  margin-bottom: 10px;
}
form#promote legend {
  padding: 0 2px;
  font-weight: bold;
  color:#FFF;
  font-size: 22px;
}
form#promote label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  color: #FFF;
}
form#promote fieldset ol {
  margin: 0;
  padding: 0;
}
form#promote fieldset li {
 list-style: none;
  padding: 5px;
  margin: 0;
}
form#promote fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form#promote fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form#promote fieldset fieldset label {
  display: block;
  width: auto;
}
form#promote em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form#promote label {
  width: 120px; /* Width of labels */
}
form#promote fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
