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

body{
	background-color:#fff;
}
.wrapper{
	width:1000px;
	height:auto;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
}
.header{
	width:1000px;
	height:100px;
}
.logo{
	width:300px;
	height:100px;
	float:left;
	margin-left:25px;
}
.menu{
	width:650px;
	float:right;
	margin-top:55px;
	margin-bottom:-55px;
}
.fade{
	width:1000px;
	height:245px;
	margin-left:25px;
}
.main{
	width:1000px;
	overflow:auto;
}
.side{
	width:260px;
	height:auto;
	float:left;
	margin-left:25px;
	overflow:hidden;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.content{
	width:685px;
	height:auto;
	background-color:#ffffff;
	float:right;
	margin-right:25px;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#999;
}
.content-info{
	width:635px;
	height:auto;
	float:right;
	margin-right:25px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:20px;
}
.content-info a{
	color:#a42d13;
}
.footer{
	width:1000px;
	padding-top:25px;
	padding-bottom:25px;
	margin-top:25px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000000;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#999;
}
.footer a{
	color:#000000;
}
h1{
	font-size:40px;
	font-weight:normal;
	color:#333333;
	line-height:1em;
}
h2{
	font-size:12px;
	font-weight:bold;
}
a,img {
	border: none;
}
#d-wb{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	text-align:right;
}

/* Start CSS Drop Down Menu */
#menuh
	{
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	width:100%;
	float:right;
	margin:2em;
	margin-top: 1em;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.5em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active
	{
	background-color:#ffffff;
	color: #000;
	text-decoration:none;
	}
	
#menuh a:hover
	{
	color:#a42d13;
	text-decoration:none;
	}
	
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	width:auto;
	}

#menuh li
	{
	position:relative;
	min-height: 1px;
	vertical-align: bottom;*/
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}
/* End CSS Drop Down Menu */

input[type="text"],
textarea,
input[type="submit"] {
  width: 300px;;
  margin-bottom: 15px;
  outline: 0;
  -moz-outline-style: none;
}
input[type="text"],
input[type="submit"] {
	height: 35px;
}
input[type="text"],
textarea {
  border: 1px solid #bbb;
  padding: 0 0 0 10px;
  font-size: 14px;
}
input[type="text"]:focus,
textarea:focus {
  border: 1px solid #3498db;
}
input[type="submit"] {
  background: #fff;
  border: none;
  color:#000;
  font-size: 18px;
  font-weight: 200;
  cursor: pointer;
  transition: box-shadow .4s ease;
  border: 1px solid #bbb;
}
input[type="submit"]:hover {
  box-shadow: 1px 1px 5px #555;
  background: #e5e5e5;
}
input[type="submit"]:active {
  box-shadow: 1px 1px 7px #222;
}
textarea {
	padding-top:10px;
	font-family:inherit;
}
#verify{
	width:100px;
	height:30px;
	font-size:14px;
	color:#ff0000;
}

.menuHidden{
	display:none;
}

.sideBox{
	width:250px;
	border:#000 thin solid;
	margin-bottom:20px;
}
.sideBox h2{
	padding:5px;
	padding-left:10px;
	margin:0px;
	background-color:#6e6e70;
	color:#FFF;
	font-size:16px;
}
.sideBox img{
	padding:10px;
}
.sideBox p{
	margin:0px;
	padding:10px;
}

#verticalMenu, #verticalMenu li{
	list-style:none;
	list-style-position:inside;
	margin:0;
	padding:0;
	padding-bottom:10px;
}
#verticalMenu a{
	text-decoration:none;
	color:#000;
	font-size:16px;
}
#verticalMenu a:hover{
	color:#a42d13;
}