@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande","Lucida Sans",Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.blue {
	color: #1c85a9;;
}
.pink {
	color: #c09;
}
.breadcrumbs, .breadcrumbs a {
	text-align: right;
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #666;
}
.split {
	border-bottom: 1px solid #666;
}
h1 {
	padding: 0 0 10px 0;
	font-size: 18px;
	font-weight: normal;
}
h2 {
	padding: 0 0 10px 0;
	font-size: 16px;
	font-weight: normal;
}
h3 {
    padding: 0 0 10px 0;
	font-size: 12px;
	font-weight: normal;
}
h4 {
	padding: 0 0 15px 0;
	font-size: 14px;
	font-weight: normal;
}
p {
	padding: 0 0 10px 0;
	line-height: 1.5em;
}
a img {
	border: none;
}
#container {
	width: 100%;
	min-width: 1000px;
	border-bottom: 10px solid #e8e7e5;
}
#mid-wrapper {
	width: 100%;
	min-width: 1000px;
	background-image: url(images/mid-bg.jpg);
	background-repeat: repeat-x;
	border-top: 5px solid white;
}
#wrapper {
	width: 100%;
	min-width: 1000px;
	border-top: 5px solid white;
	border-bottom: 5px solid white;
	background: #e8e7e5;
}
#header {
	margin: 0 auto;
	width: 1000px;
	height: 135px;
}
#logo {
	width: 50%;
	height: 100%;
	background: #fff url(images/logo.gif) no-repeat left top;
	float: left;
}
#logo a {
	display: block;
}
#uppernav {
	width: 50%;
	height: 25px;
	padding: 75px 0 35px 0;
	float: right;
}
#uppernav ul {
	list-style: none;
	width: 100%;
	text-align: right;
}
#uppernav a {
	text-decoration: none;
}
#uppernav a:hover {
	color: #666;
}
#uppernav li {
	padding: 10px;
	display: inline;
}
#mid {
	margin: 0 auto;
	width: 1000px;
	height: 222px;
	clear: both;
}
#mid-left {
	width: 250px;
	height: 100%;
	float: left;
}
#left-nav {
	padding: 30px 20px;
	list-style: none;
	line-height: 2.5em;
}
#left-nav li {
}
#left-nav li a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}
#left-nav li a:hover {
	color: #cecece;
}
#middle {
	float: left;
	width: 478px;
	height: 100%;
	border-left: 5px solid white;
	border-right: 5px solid white;
}
#mid-right {
	width: 162px;
	height: 100%;
	float: left;
}
#content {
	margin: 0 auto;
	width: 1000px;
}
#content-left {
	float: left;
	padding: 35px 20px;
	width: 210px;
	background: #e8e7e5;
}
#subnav {
	margin: 0 10px;
	padding: 0 10px;
}
#subnav li {
	padding: 10px 5px;
	list-style-image: url(images/arrow.gif);
	font-size: 14px;
}
#subnav li a {
	text-decoration: none;
}
#subnav li a:hover {
	color: #666;
}
#content-left hr {
	margin: 0 -15px 0 -20px;
}
#main {
	padding: 10px 20px;
	float: left;
	width: 438px;
	background: #fff;
	border-left: 5px solid white;
	border-right: 5px solid white;

}
#content-right {
	float: left;
	width: 206px;
	background: #e8e7e5;
	padding: 10px;
}
#footer {
	width: 100%;
	clear: both;
}


/* CLASSES */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
.hide {
	text-indent: -3000px;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */