/* Main Elements
---------------------------------------------------------------------------------------------*/
html {
	height: 100%;     /* positions footer */
}
body {
	height: 100%;     /* positions footer */
	background-color: #f8f8f3;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 17px;
	text-align: center;     /*so IE 5-6 will center div*/
}
#container {
	position: relative;
	width: 80%;
	min-width: 600px;
	margin: 20px auto 40px;
	text-align: left;
}
* html #container {		     /* positions footer */
	height: 100%;
}
#blue #container {		          
	background-color: #095BA6;
}
#maincontent { 
	font-size: 12px; 
	line-height: 15px; 
	position: relative; 
	z-index: 1; 
	visibility: visible; 
	padding: 10px 30px 0 30px; 
}
#blue #maincontent {
	color: #E8E796;
}
#branding { 
	position: relative; 
	top: 0; 
	right: 0; 
	height: 53px; 
	z-index: 3; 
}
#blue #branding {
	background-image: url(../images/blue_top.gif); 
	background-repeat: no-repeat; 
}
#signature {
	height: 182px;
}
#blue #signature {
	background-image: url(../images/blue_liz_big.gif);
	background-repeat: no-repeat;
}
#address {
	height: 30px;
}
#blue #address {
	background-image: url(../images/blue_address.gif);
	background-repeat: no-repeat;
	background-position: 50%;
}
#footer {
	position: relative;
	margin-top: 40px;
	height: 40px;
	z-index: 2;
}
#blue #footer { 
	background-color: #F2AB0C;
}
#contact { 
	width: 635px; 
	height: 19px; 
	z-index: 4; 
	overflow: visible; 
}
#branding img { 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 6; 
}
#branding #blue {
	background-image: url(../images/blue_top.gif);
	background-repeat: no-repeat;
}
ul {
	list-style-type: square;
}
li {
	margin-bottom:	6px;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 20px;
	font-weight: bold;
}
#footer ul li {
	float: left;
	display: block;
	margin: 10px 0;
	padding: 0 7px;
	border-right-style: solid;
}
#blue #footer ul li {
	border-right-color: #f2ab0c;
}
.first {
	border-right-style: none;
}

/* Links
---------------------------------------------------------------------------------------------*/
a {
	text-decoration: none;
}
#blue a:link {
	color: #F2AB0C;
}
#blue a:visited { 
	color: #d45731; 
}
#blue a:hover { 
	color: #a4332f; 
}
#blue a:active { 
	color: #a4332f; 
}
#blue #footer a:link {
	color: #d45731;
}
#blue #footer a:visited { 
	color: #d45731; 
}
#blue #footer a:hover { 
	color: #a4332f; 
}
#blue #footer a:active { 
	color: #a4332f; 
}

/* Navigation
---------------------------------------------------------------------------------------------*/
#mainnav { 
	position: relative; 
	top: 5px; 
	margin-left: 275px; 
	width: 669px; 
	height: 15px; 
	z-index: 4; 
	margin-bottom: 36px; 
}
#menu { 
	position: absolute; 
	top: 214px; 
	left: 15px; 
	width: 300px; 
}
.menubutton { 
	text-align: right; 
	position: relative; 
	height: 14px; 
	margin-bottom: 16px; 
}
#mainnav img { 
	top: 0; 
	left: 0; 
	float: left; 
	margin-right: 5px; 
}