﻿/*************************************************************
*                         page layout                        *
*************************************************************/

* {
   padding:0;
   margin:0;
}

body {
	height: 100%;
}

html {
	height: 100%;
}

body {
	background:#fff url('css/images/bg.gif') repeat-x;
	margin:20px;
	padding:0;
	text-align:center;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;

}

#page {
	width:920px;
	background:#fff;
	border:1px solid #E9E9E9;
}

#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 0px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #CCCCCC;
}

/*************************************************************
*                  this controls the header                  *
*************************************************************/

#header {
	border:1px solid #fff;
	width:910px;
	height:100px;
	text-align:right;
	background: #fff;
}

#branding {
	text-align:none;
	padding:20px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#fff;
}

input.textarea {
	padding:5px;
	border:solid 0 #fff;
	background: transparent url("images/search.gif") no-repeat; 
	font-size: 10px;
	font-weight: bold; 
	font-size: 12px; 
	color: #999;
	width:200px;
	height:20px;
}

/*************************************************************
*                  this is all the content                   *
*************************************************************/

#content {
	background:#fff;
	width:auto;
	height:18px;
	font-size:10px;


}

#main{
	float:center;
	width:910px;
	background:#fff;
	text-align:left;
	margin: 15px -5px;
}

#sub{
	float:center;
	width:910px;
	background:#fff;
	text-align:left;
	margin:5px -5px 5px;
}

/*************************************************************
*               this is the navigation stuff                 *
*************************************************************/
#local {
	float:center;
	width: 910px;
	color: #000;
	font-weight: bold;
	padding:3px;
	height:19px;
}

#local ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color:#12275B;
}

#local ul li { 
	display: inline;
}

#local a {
	display:inline;
	color: #000;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	text-decoration: none;
	font-size:10px;
}

#local a:hover {
	color: #fbb63d;
	padding-top: 3px;
	padding-bottom: 13px;
	padding-left: 3px;		
	padding-right: 3px;
	font-weight: bold;
	text-decoration: underline;
}

#nav { 
	float:left;
	width:150px;
	margin:0 5px 0 0;
	background:silver;
	border:1px solid #fff;
}

.wrapper {
	width:150px;
	background:#fff;
	margin:5px 0 5px 0;
	text-align:left;
}

#nav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	background:#fff;
	color:#ccc;
}

#nav a {
	display: block;
	padding: 3px 3px 3px 3px;
	width:150px;
	border-top:1px solid #fff;
}

#nav a:hover {
	background-color: #fff;
	color: #000;
}


/*************************************************************
*                           misc                             *
*************************************************************/
a:link { color: #366c9c; text-decoration:none;}
a:visited { color: #366c9c; text-decoration:none;}
a:hover { color: #ffffff; text-decoration:none;}
a:active { color: #366c9c; text-decoration:none;}

hr {
	border:0;
	display:none;
}

h1 {
	font-size:16px;
	color:#676767;
	font-weight:bold;
}

h2 {
	margin:0 0 0 30px;
	font-size: 12px;
	text-align:left;
	color:#b4bbd9;
}

h4 {
	margin: 0 0 10px 0;
	font-size:12px;
	font-weight:bold;
}

img {
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:none;
}