@charset "utf-8";
/* CSS Document */


html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   color:#636162;
}
body {

	background-color: #FFFFFF;
	text-align: center;
	padding:0px;
	margin:0px;
}

#container {
	min-height:100%;
	position:relative;
	text-align:center;
	width:824px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 170px;
	top: 0px;
}
#header {
	background-image:url(images/header_bg.gif);
	background-repeat:no-repeat;
	top: 82px;
	position: relative;
	left:0;
	height: 284px;
	width: 824px;
}
#headerContent{
	background-color:#FFFFFF;
	top: 8px;
	position: absolute;
	height: 253px;
	width: 808px;
	left:8px;
}



#logo {
	height:211px;
	width: 152px;
	height: 105px;
	top: 110px;
	left: 65px;
	position:absolute;
	}

	
#nav{
	top:0px;
	left:0px;
	width: 824px;
	height: 68px;
	position:absolute;
	text-align:right;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ac4752;
}

#content, #content2 {
	
	top: 90px;
	height:auto;
	width: 510px;
	/*right:0px;*/
	/*left:158px;*/
	margin-left:288px;
	
	position:relative;
	z-index:7;
	text-align:left;
	_padding-left: 25px;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#content img{
	float:right;
	padding: 5px 0px 5px 5px;
}
#content2 img{
	float:right;
	padding: 5px 0px 5px 0px;
}
#leftImg img{
	float:left;
	padding: 5px 0px 5px 0px;
}

#feather{
	top: 370px;
	height:362px;
	width: 262px;
	left:0px;
	position:absolute;
	z-index:7;
	text-align:left;

}
#footer {
	background-color:#636162;
	height: 70px;
	left:0px;
	width:824px;
	bottom: 0px;
	position:absolute;
	text-align: center;
	z-index:6;
	color: #FFF;
}
#subfooter {
	background-image: url(images/bot_bar.jpg);
	background-color:#0F3;
	background-repeat:no-repeat;
	height: 116px;
	width:876px;
	top: 150px;
	position:relative;	
	text-align: center;
	z-index:6;
}
#footerNav{
	top:30px;
	left:48px;
	width: 782px;
	height: 25px;
	position:absolute;
	text-align:center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cdcdcd;
	border-bottom-color: #cdcdcd;
	padding-bottom:10px;
}
#footerNav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	margin-bottom:10px;
	padding-top: 0px;
	}
#footerNav li {
	display: inline;
	list-style-image: url(images/bullet_green.gif);
	margin-bottom: 500px;
	padding: 0px 5px 0px 5px;
}

#footerNav a, #footerNav a:visited {
	color:#5e8394;
	text-decoration:none;
}
#footerNav a:hover, #footerNav a:active {
	color:#000000;
	text-decoration:none;
}
#footerNav img {
	padding-bottom: 3px;
	}
	
#copyright {
	position:absolute;
	left:48px;
	top:10px;
	width:300px;
	height:20px;
	z-index:5;
	font-weight: bold;
	color: #FFF;
	text-align:left;
}
#ydesign {
	top:10px;
	width:254px;
	height:20px;
	font-weight: bold;
	text-align: right;
	right:45px;
	position:absolute;
}
#ydesign a:link, #ydesign a:visited, #ydesign a:active {
	color: #FFF;
	text-decoration:none;
	}
#ydesign a:hover  {
	color: #FFF;
	text-decoration:underline;
	}h1 {
	font-size: 14px;
	color: #636162;
	width: 494px;
	background-color: #f3f3ed;
	padding: 8px;
	margin-bottom: 30px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}

ul {
	padding-top: 5px;
}


h2 {
	font-size: 11px;
	font-weight: bold;
	color: #ac4752;
}
a {
	color: #ac4752;
	text-decoration: underline;
}

.ownHR {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A6CE39;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	height: 2px;
}

.highlightText {
	color: #ac4752;
}
#button a, #button a:hover{
	background-color: #ac4752;
	color: #FFF;
	text-decoration:none;
	padding: 8px;
	}

