/* BLUE WAVE DATA, LLC */ 

html{ 
 margin:0; 
 padding:0; 
 }

body{ 
 background: #ffffff url(../images/bg.gif) repeat-y;
 color: #0429B3;
 font: 72%/2em Verdana, Arial, Helvetica, sans-serif;
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ 
 width:800px;  
}

h1 {
	font-size: 2em;
	font-weight: normal;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
}

h3 {
    color: #ff3500;
	font-size: 1.4em;
	font-weight: bold;
    line-height: 0
}
 
#header{
 position:relative; 
 height:50px; 
 background: url(../images/thintop.gif) no-repeat 0 0; 
 width: 800px;
}

#header h1 {
 line-height: normal;
 margin: 0;
 padding: 0;
 text-indent: -9999px;
}

#header_lg{
 position:relative; 
 height:150px; 
 background: url(../images/top.jpg) no-repeat 0 0; 
 width: 800px;
}

#header_lg h1 {
 line-height: normal;
 margin: 0;
 padding: 0;
 text-indent: -9999px;
}

#leader{
 position:relative; 
 height:90px; 
 background-color: #ffffff; 
 width: 800px;
 float:right;
}
 
#leftcol{
 width:665px; 
 float:left; 
 position:relative;
 background-color:#ffffff;
 padding-left:10px;
  }
 
#twocols{
 width:125px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:125px; 
 float:right; 
 position:relative;
 padding-top:5px;
 }

 #container{
 padding-left: 5px;
 padding-right: 5px;
 }

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

#nav a:link, #nav a:visited, #nav a:active{
	color: #063BFF;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover{
	text-decoration: underline;
}

#maincats {
	margin: 0;
	padding: 0;
}

#maincats a:link, #maincats a:visited, #maincats a:active{
	color: #009200;
	text-decoration: none;
    font: 1.4em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#maincats a:hover{
	text-decoration: underline;
}

#suinvest {
	margin: 0;
	padding: 0;
}

#suinvest a:link, #suinvest a:visited, #suinvest a:active{
	color: #009200;
	text-decoration: none;
    font: 1.4em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#suinvest a:hover{
	text-decoration: underline;
}

p.bigfont {
    color: #ff3500;
	font-size: 1.4em;
	font-weight: bold;
}

p.biggerfont {
    color: #ff3500;
	font-size: 1.6em;
	font-weight: bold;
}

a:link, a:visited, a:active, a:focus {
	background: transparent;
	color: #009200;
	font-weight: bold;
	text-decoration: none;
}

 a:hover {
	text-decoration: underline;
}
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:0%; 
 }
 
fieldset { 
 border: none;
}

form {
border: 0;
}

form select, form textarea { 
 font-size: 11px;

}

form input.fee {
 background-color: #ffffff;
 border: 0; 
 font-weight: bold;
}

form input.catsel {
 color: #0429B3;
 background-color: #ffffff;
 border: 0; 
 font-weight: bold;
}

form select.catlist {
 background-color: #ffffff;
 border: 1px;
 border-color: #ffffff;
 font-weight: normal;
}

form optgroup {
 color: #161e3a;
 font-size: 11px;
 font-weight: bold;
}

form label { 
 font-size: 11px; 
 font-weight: bold;  
}

#button { 
 font-size: 11px;
 color:#161e3a;
 font-weight: bold;  
}
 
#footer{
 height:50px;
 color: #bababa;
 background:#ffffff url(../images/footer.gif) no-repeat 0 0;
 clear:both;
 }

#footer a:link, #footer a:visited, #footer a:active{
 color: #bababa;
 font-weight: normal;
 text-decoration: none;
}

#footer a:hover{
 color: #0033ff;
 text-decoration: underline;
}

table th{
color:#161e3a;
text-decoration: underline;
}

table td.hx{
border-bottom: 1px solid #666666;
}

hr{
color:#e2e2e2;
height: 1px;
}

img{
border:0;
} 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

