﻿body{
    background-image:url(/images/bg-inside.jpg);
    background-repeat:no-repeat;
    background-position:top center;
    background-color:#164476;
    margin:0;
    color:#fff;
    }
    
img{border:0;}

a{
  color:inherit;
  color: expression(this.parentNode.currentStyle.color);
  }
  
#container{
    width:985px;
    margin:auto;
    }

#hdrLinks ul{
    height:55px;
    background-image:url(/images/topnav_bg.gif);
    list-style-type:none;
    padding-left:93px;
    margin:0;
    }

#hdrLinks ul li{
    float:left;
    }

.divNav{
    background-image:url(/images/topnav_sub-bg.gif);
    height:39px;
    }

.divNav ul{
    list-style-type:none;
    margin:0;
    clear:both;
    padding:7px 0 0 105px;
    }

.divNav ul li{
    float:left;
    font-family:arial;
    font-weight:bold;
    font-size:12px;
    margin-right:25px;
    }

.divNav a{
    text-decoration:none;
    color:#7f99ba;
    }

.divNav a:hover, .divNav .nav0_cur{
    color:#fff;
    }
   
.middle{
    background-color:#000;
    }

.content{
    width:320px;
    height:530px;
    float:right;
    padding:25px 40px;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    line-height:1.7em;
    overflow-y:auto;
    }
    
.middle h1{
    font-family:Georgia;
    font-size:18px;
    margin:0 0 25px 0;
    }
    
.content_wide{
    padding:25px 40px;
    }

#footer{
    margin-bottom:40px;
    background-image:url(/images/bg.jpg);
    background-repeat:repeat-x;
    height:93px;
    }

.hidden{display:none}

/*** News Page Styles ***/
   
.suNews{
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid;
    font-weight:normal;
	line-height:16px;
    }

.suNews h2{
    margin:0 0 5px 0;
	color:#7f99ba;
	line-height:18px;
	font-size:16px;
    }
    
.suNews a{text-decoration:none;}

.suNews img{
    float:left;
    margin-right:10px;
    }

.pubDate{
    margin-bottom:10px;
    }
    
.stats_heading 
{
    background-color:#0C2949;
}

.stats_color_row 
{
    background-color:#2A2A2A;
}

 input {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 7px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 200px;
	font-size: 16px;
	font-weight: bold;
	background: #fff;
	margin-left: 10px;
	}


input:focus {
	-moz-box-shadow: 0px 0px 5px #ff0000;
	-webkit-box-shadow: 0px 0px 5px #ff0000;
}

 textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 7px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 250px;
	font-size: 16px;
	font-weight: bold;
	background: #fff;
	margin-left: 10px;
	}


textarea:focus {
	-moz-box-shadow: 0px 0px 5px #ff0000;
	-webkit-box-shadow: 0px 0px 5px #ff0000;
}

label {
	line-height: 30px;
	font-weight: bold;
	margin: 0 3px;
	cursor: pointer;
}


.button { /* default button */
	border: 1px solid #bbb;
	text-shadow: 0 1px 0 #eee;
	margin:20px 10px;
}
a.button {
	color: #000;
}
.button:active {
	background: #eee;
}

.loud { /* loud button */
	border: 1px solid #164476;
	text-shadow: 0 1px 0 #164476;
	background-color:#164476;
}
a.loud,
input.loud {
	color: #fff;
}
.loud:active {
	background: #fdc50e;
}

.content_nofloat 
{
        font-family:Arial;
    font-size:12px;
    font-weight:bold;
    line-height:1.7em;
}

