/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background: url(../images/bodyBG.jpg) #fff repeat-x;
	font: 100.01% Arial, Helvetica, sans-serif;
	color: #3a3f55;
}

/************** Layout Elements *******************/

#wrapper {
	width: 910px;
	margin: 0 auto;
	font-size: 80%;
	background: url(../images/ContentBG.jpg) 180px 0 no-repeat;
	min-height: 650px; /*ensure the bg image is not cut off at the bottom*/
	position: relative;
}

#leftCol {
	position: absolute;
	top: 51px;
	left: 0;
	width: 178px;
	padding-top: 100px;
	background: url(../images/silverBullet.jpg) no-repeat;
}

#contentHolder {
	padding-top: 160px;
	width: 490px;
	margin-left: 200px;
}

#content {
	width: 670px;
	margin: 0 auto;
	padding-top: 15px;
}


/************** Styling Content *******************/

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 5px 0;
	font-size: 150%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 10px 0;
}

ol {
	margin: 10px 32px;
}

/************** Styling LeftCol *******************/

#leftCol ul {
	list-style-type: none;
	border: 3px solid #3c4661;
 }

#leftCol li {
	margin: 1px;
}

#leftCol li a {
	display: block;
	color: #3c4661;
	text-decoration: none;
	background-color: #cdcfcc;
	padding: 2px 5px;
}

#leftCol li a:hover {
	color: #cdcfcc;
	background-color: #3c4661;
}


/************** Generic Styling Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
}

/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #9096b0;
	text-decoration: underline;	
}

a:hover {
  color: #242d39;
 }

/* Footer */

#footer {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: small;
	clear: both;
	color: #666;
}
#footer p {
	padding: 0;
	margin: 0;
	font-size: 80%;
	line-height: 1.2;
}
#footer h4 {
	padding: 3px 0 0 0;
	margin: 0;
	font-size: 100%;
	line-height: 1.2;
}
#footer ul {
	margin: 0;
	padding: 4px;
	font-size: 80%;
}
#footer li {
	display: inline;
}
#footer a {
	padding: 0;
	color: #666;
	text-decoration: underline;
}
#footer a:hover, #footer a:focus {
	text-decoration: none;
	color: #c00;
}
#footer p a {
	color: #666;
	text-decoration: underline;
}
#footer p a:hover, #footer p a:focus {
	color: #c00;
	text-decoration: underline;
}

/* William Easton Design Logo Version 2.0 */

#eastonLogoV2 {
	margin: 0 auto;
	padding: 0;
	width: 110px;
	height: 45px;
}
#eastonLogoV2 ul {
	list-style: none;
	width: 110px;
	margin: 0;
	padding: 0;
}
#eastonLogoV2 li {
	margin: 0;
	padding: 0;
}
#eastonLogoV2 a {
	display: block;
	padding: 0;
	width: 110px;
	height: 45px;
}
li.eastonTextV2, a.eastonTextV2:link, a.eastonTextV2:visited {
	background: url("/images/eastonLogo.gif") no-repeat left top;
}
a.eastonTextV2:hover {
	background-position: 0 -45px!important;
}
#eastonLogoV2 ul li a span {
	display: none;
}