/* WEBSITE DEFAULT STYLES */
html
{
	height:100%;
	margin:0;
	padding:0;
}
body, form, td
{
	margin:0;
	padding:0;
}

img
{
	border: none;
}

/* Top */

#topBG
{
	background-image:url('/images/Top.png');
	background-repeat:repeat-x;
	width:100%;
	height:45px;
	left:0px;
}

.state-name
{
	font-size:22px;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Gill Sans MT;
	line-height:54px;
	background-color:#ad6262;
	border:none;
}

#brand
{
	 background-image:url('/images/Top1.png');
	 background-repeat:repeat-x;
	 width:1000px;
	 height:45px;
	 margin:0px auto;
}

/* Menu */

#menu 
{
	background-image:url('/images/websites/default/menu.png');
	background-repeat:repeat-x;
	width:100%;
	height:50px;
}

#menu ul {
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	width:1000px;
}

#menu li {
	float: left;
	margin: 0px;
}

#menu a {
	display: block;
	width: auto;
	padding: 6px 10px 3px 10px;
	text-decoration:none;
	color:#333333;
	font-size:16px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
	background: #404040;
}

#submenu-background
{
	width:100%; 
	left:0px;
	background-color:#003764; 
	border-bottom:solid 1px #c0b8db;
	overflow:hidden;
}

#submenu
{
	width:1000px;
	background-color:#e2e0f5;
	margin:0px auto;
	padding:0px 0px;
}

/* Footer */

#footer {	
}

#footer-template {
	background:url('/images/websites/default/footer.png') no-repeat;
	width:1000px;
	height:181px;
	margin: 0px auto 0 auto;
	text-align:center;
}

img.nav-image
{
	margin-bottom:4px;
	margin-right:2px;
	vertical-align:middle;
	width:25px;
	height:25px;
}

td.top-nav
{
	padding-right:10px;
}

ul
{
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 8px;
}

.Button
{
	background-color:#f4eded;
	border:solid 1px #993333;
	color:#993333;
	cursor:pointer;	
	font-weight:bold;
	height:24px;	
}

.TextButton
{
	background-color:Transparent;
	border:none;
	color:#993333;
	cursor:pointer;	
	font-weight:bold;
	height:20px;
	padding:0px 0px;	
}

.Tab
{
	background-color:#f2f2f2;
	border: solid 1px #AAAAAA;
	cursor:pointer;
	font-weight:bold;
	padding: 5px 5px 5px 5px;
	text-align:center;
	white-space: nowrap;
}

.Widget
{
	background-color:#f2f2f2;
	border: solid 1px #AAAAAA;
	padding: 5px 5px 5px 5px;
}

.scrollBar
{
	scrollbar-base-color:#f2f2f2; 
	scrollbar-arrow-color:#808080;
	scrollbar-DarkShadow-Color:#aaaaaa;
}

#twitter_update_list
{
	margin-left:5px;
	list-style-position:outside;
	line-height:16px;
}

#twitter_update_list li
{
	margin-bottom:6px;
}

#staticbar
{
  position: fixed;
  bottom:0;
  left:0;
  width:100%;
  height:1px;
}

div#left, div#right
{
	background-color:#f2f2f2;
	padding:12px 12px;
}

#footer 
{
	width:100%; 
	left:0px;
	height:120px;
	background-color:#003764; 
	border-top:solid 1px #c0b8db;
	overflow:hidden;
	padding-bottom:30px;
}

div.profile-tab
{
	float:left;
	padding:5px 5px;
	background-color:#ad6262;
	margin-right:2px;
	border:solid 1px #993333;
	text-transform:uppercase;
}

div.profile-tab-active
{
	float:left;
	padding:5px 5px;
	background-color:#ffffff;
	margin-top:1px;
	border:solid 1px #993333;
	border-bottom:none;
	text-transform:uppercase;
}

div.widget-box
{
	padding:2px 0px;
	background-color:#ccccff;
	border:solid 1px #aaaaaa;
	margin-bottom:4px;
}

div.box
{
	padding:8px 8px;
	background-color:#eeeeee;
	border:solid 1px #aaaaaa;
	margin:1px 2px;
}

div.form-field
{
	padding:8px 0px;
}

a.navigation-tab:link,
a.navigation-tab:active,
a.navigation-tab:visited
{
	line-height:30px;
	padding:5px 10px;
	background-color:#dddddd;
	text-transform:uppercase;
	color:#000000;
}

a.navigation-tab-active
{
	line-height:30px;
	padding:5px 10px;
	background-color:#7c1315;
	margin-right:1px;
	text-transform:uppercase;
	color:#f7f575;
}

.processBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}

.processContainer { 
    background-color:#ffffff;
    border:solid 5px #aaaaaa;
    padding:5px 5px;
    position:fixed;
    top:80px;
    left:35%; 
    z-index:3000;
}