/* CSS Document */

body {
	background:#fff;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000;
	font-weight:normal;
}

p a{
	color: #333;
	font-weight:bold;
	text-decoration: none;
}

p a:hover{
	color: #FFF;
	font-weight:bold;
	text-decoration: underline;
}


h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size:24px;
	font-weight:bold;
	display:inline;
	line-height:40px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	display:inline;

}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #000;
}

h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style: italic;
	color: #666;
}


#container{
	margin: 25px auto;
	width: 750px;
	height: 925px;
	border: 3px solid #000;
	-moz-box-shadow: 0 0 15px #000;
  	-webkit-box-shadow: 0 0 15px #000;
  	box-shadow: 0 0 15px #000;
	background-color: #dcd3c2;
}

#container .header{
	height: 50px;
	width:100%;
	text-align:center;
	margin:10px 25px;
	clear:both;
}

#container .home{
	height: 375px;
	width: 700px;
	text-align:center;
	clear: both;
}

#container .home img{
	margin: 10px 22px;
	border: 3px solid #fff;
}

#container .sub-header{
	height: 25px;
	width:100%;
	text-align:center;
	margin:20px 25px 15px 25px;
	clear:both;
}

#container .first-half{
	height: 340px;
	width: 335px;
	margin: 0px 15px 15px 25px;
	padding-right:15px;
	float: left;
	border-right: 2px solid #fff;
	position: absolute;
}

#container .last-half{
	height: 300px;
	width: 375px;
	margin: 0px 15px 15px 395px;
	float: left;
	clear:both;
}

#container .last-half img{
	border: 2px solid #fff;
	margin: -15px 0 0 -2px;
}

#container .footer{
	text-align:center;
	margin: 350px 0px 0px 25px;
	position: absolute;
}


/************************ 
	 CHWD - PRIVACY
*************************/

#chwd {
	text-align: center;
	position:relative;
	background: none;
	clear: both;
	float: none;
	display:block;
	margin:auto 0 0 0;
}
#chwd .chwd-hidden {
	font-size: 60%;
	text-decoration: none;
	padding-top: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
#chwd .chwd-hidden a {
	color: #929497;
	text-decoration: none;
}

#chwd .chwd-hidden a img.chwd-a {
	border: none;
	z-index:10;
	position:absolute;
}

#chwd .chwd-hidden a img.chwd-b {
	border: none;
	position:absolute;
	opacity: 0.0;
	z-index:5;
}

#chwd .chwd-hidden a img.chwd-a:hover {
	opacity: 0.0;
	z-index: 5;
}

#chwd .chwd-hidden a img.chwd-b:hover {
	opacity: 1;
	z-index:10;
}

#chwd .chwd-hidden a:hover {
 	color: #333;
	text-decoration: none;
}