header,content,footer {
	clear:both;
	display:block
}

input,textarea {
	outline:none;
	border: dashed 1px #CCC;
	width:610px;
	min-height:20px;
}

input:focus, textarea:focus{
background-color: #eee;
}

body {
	background-color:#fff;
	min-height:100%;
	height:auto!important;
	height:100%;
	font-family: Verdana, Geneva, sans-serif,sans-serif;
}
p  {
	font-size:11px;
	color:#656565;
	font-family: Verdana, Geneva, sans-serif,sans-serif;
	line-height:1.5em;
}

a, a:link, a:visited, a:active {
	color:#656565;
	text-decoration:none;
	font-size:11px;
	font-family: Verdana, Geneva, sans-serif,sans-serif;
	line-height:1.5em;
}
a:hover{
	color:#a20b0d;
}

html,body {
	width:100%;
	min-width:960px
}

.maincontainer  {
	margin:auto;
	width:960px;
}
.header   {
	height:86px;
}

.logo   {
	padding:35px 0 0 0;
	width:180px;
	float:left;
}
.menu   {
	width:780px;
	border-bottom:1px solid #888;
	height:80px;
	margin-bottom:6px;
	float:left;
}

#navcontainer ul   {
	margin: 0;
	padding: 50px 0 0 0;
	list-style-type: none;
	text-align: right;
	font-size:14px;
	width:780px;
	height:auto;

}

#navcontainer ul li { 
	display: inline;
	height:auto;
}

#navcontainer ul li a   {
	text-decoration: none;
	margin: 0 5px 0 0;
	padding:5px 5px 5px 5px ;
	color: #a7a6a6;
	font-size:14px;
}

#navcontainer ul li a:hover   {
	color: #d23a3b;
	background-color: #eaeaea;
	border-radius: 8px 8px 8px 8px;
}

#contentcontainer   {
	width:960px;
	margin:auto;
	margin-top:10px;
}
#content1   {
	width:300px;
	float:left;
	margin-right:20px;
}
#content2   {
	width:300px;
	float:left;
	margin-right:10px;
	margin-right:10px;

}
#content3   {
	width:300px;
	float:left;
	margin-left:20px;
}
#content4   {
	width:720px;
	float:left;
	padding:10px 10px 10px 10px;
}
#content5   {
	width:200px;
	float:left;
	padding:10px 10px 10px 10px;
}
#content6   {
	width:620px;
	float:left;
	padding:10px 10px 10px 10px;
}
	
.seperator   {
	border-bottom:1px solid #ccc;
	margin-bottom:6px;
	margin-top:6px;
}

#content-alt  {
	margin:auto;
	width:960px;
}
#content-alt0  {
	margin:auto;
	width:960px;
	margin:10px 0 10px 0;
}
#content-alt1  {
	width:660px;
	float:left;
}
#content-alt2  {
	width:300px;
	float:left;
}

#footer-container  {
	width:auto;
	background-color:#333;
	height:52px;
	margin-top:10px;
}
#footer  {
	margin:auto;
	padding-top:10px;
	width:960px;
	color:#CCC;
	font-size:11px;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}

.clearfix:before,.clearfix:after {
	content:'\0020';
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}

.clearfix:after {
	clear:both
}

.clearfix {
	zoom:1
}

.float-l {
	float:left
}

.float-r {
	float:right
}

h1 {
	font-size:30px
}

h2 {
	font-size:22px;
	line-height:1.3em;
	color:#a20b0d;
}

h3 {
	font-size:20px;
	line-height:1.3em;
	color:#a20b0d;
}

h4 {
	font-size:18px;
	color:#a20b0d;
}

h5 {
	font-size:16px;
	margin-bottom:7px;
	color:#a20b0d;
}

h6 {
	font-size:13px;
	font-weight:700;
	margin-bottom:7px
}


/*Images in text (from left and right sides)*/
.img-left {
	float:left;
	margin:10px 20px 10px 0;
}

.img-right {
	float:right;
	margin:10px 0 10px 20px;
}
.img-top {
	margin:5px 0 10px 0;
}

.yanmenu  {
	border-bottom:1px solid #e2e2e2;
	display:block;
	padding:2px 5px 5px 5px;
}

.yanmenu:hover   {
	background-color:#e2e2e2;
	border-bottom:1px solid #fff;
}