@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background: #7c7c7a;
	text-align: center;
	color: #666;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 2em;
	text-indent: -9999px;
}
h2 {
	margin-bottom: 15px;
	font-size: 1.6em;
}



/* ------------------------ 2. wrapper ------------------------ */
#wrapper {
	width: 870px;
	margin: 40px auto 0;
	text-align: left;
	background: #696968;
}


/* ------------------------ 3. masthead ------------------------ */
#masthead {
	padding-right: 20px;
	padding-left: 20px;
	background: #696968 url(../images/header.jpg) no-repeat 6px 0px;
	height: 210px;
	position: relative;
}
#branding {
	padding-top: 20px;
	width: 150px;
}
#branding h1 {
	height: 115px;
	width: 156px;
}
#home #wrapper #masthead p {
	color: #fff;
	width: 300px;
	margin-left: 160px;
	height: 60px;
	float: left;
	font-size: 1.1em;

}

#homeContent {
	float:right;
	width:350px;
	margin:0px 10px 10px 10px;
	}
	
#homeContent a:link, a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
#homeContent a:hover {
	text-decoration:none;
	}
	


/* ------------------------ 6. content ------------------------ */
#content {
	background: #fff;
	color: #666;
	padding: 30px 20px;
	font-size: 1.1em;
}
#content h2 {
	line-height: 1.2em;
}
#content p {
	margin-bottom: 20px;
}
#content p {
	color: #333333;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 100%;
}

#content a:link, a:visited {
	color: #333333;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 100%;
	font-weight: bold;
}
#content a:hover {
	background: #33CCFF;
}
#content #contentContainer {
	float: right;
	width: 675px;
}
#mainContent {
	float: left;
	width: 350px;
}



/* ------------------------ 7. footer ------------------------ */
#footer {
	background: #696968 ;
	height: 14px;
	padding-top: 10px;
}
#copyright {
	float: right;
	padding-right: 20px;
	color: #fff;
}


/* ------------------------ 8. general ------------------------ */
#accessKey {
	display: none;
}


/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		
