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


body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #313131;
	
}


h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}

h2 {
	color:#ec0030;
	font-size: 18px;
	margin-left:-10px;
	
}



.container {
	width: 980px;
	background: #FFFFFF;
	margin: 0 auto; 
}

.header {
	background: #ffffff;
	margin-bottom:15px;
	margin-top:15px;
	float:left;
}

.headerside {
	background: #ffffff;
	margin-bottom:15px;
	margin-top:15px;
	float:left;
}

.sidebar1 {
	float: left;
	width: 190px;
	background: #ffffff;
	
	
}
.content {
	
	width: 740px;
	float: left;
	padding-left:10px;
	
}



a img{
border:0px;	
}



#menu {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 175px;
	font-size:12px;
}
#menu li {
	margin: 0;
	padding: 0;
}
#menu a {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #333;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #999;
	color: #fff;
	padding-bottom: 8px;
}

#menu a.active {
	background: #999;
	color: #fff;
	padding-bottom: 8px;
}

.mainmenu {
	width: 100%;
	float: left;

}

#menutop {
	background: #fff;
	float: left;
	list-style: none;
	margin: 0 0 12px 0;
	padding: 0;
	width: 100%;
	font-size:12px;
}
#menutop li {
	margin: 0;
	padding: 0;
	float: left;
}
#menutop a {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #333;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	
}
#menutop a:hover {
	
	color: #ed1b24;
	padding-bottom: 8px;
}

#menutop a.active {
	color: #ed1b24;
	padding-bottom: 8px;
}


.clear {

clear:both;
	
}


.signup a {
	
	color: #8e8e8e;
	
	text-decoration: none;
	
}
.signup a:hover {
	
	color: #ed1b24;
	
}

.signup a.active {
	color: #8e8e8e;
	
}

/* ~~ The footer ~~ */
.footer {
	
	border-top: 1px solid #CCC;
	padding-top: 10px;
	background: #ffffff;
	position: absolute;
	margin-top:35px;
	clear: both;
	color:#999;
	
	
}

.leftside {
	float:left;
	width:850px;
	font-size:10px;
}

.rightside {
	float:left;
	width:120px;
	font-size:10px;

}

.rightside a{
	color:#666;

}

.twothirds {
float:left;
width:60%;	
padding:5px;
margin-bottom:20px;

	
}

.onethird {
float:left;
width:32%;	
padding:6px;
margin-bottom:20px;
margin-top:-15px;

	
}

.onethird h2{
margin-top:-10px;
	
}

.signup {
font-size:12px;
background-color:#f6f6f6;
padding:5px;

	
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
.header, section, footer, aside, nav, article, figure {
	display: block;
}

.adbanner {

width: 770px;
float:left;	

}

.section {

width: 770px;
float:left;	

}

.section2 {
width: 700px;
margin-top:45px;
margin-bottom:15px;
}

.section2 p{
font-size:12px;	
line-height:1.75em;

}

.section p{
font-size:12px;	
line-height:1.75em;
}

.flash1{
	position:absolute;
	width:700px;
	
	
}

#slideshow {
    position:relative;
    height:290px;
margin-bottom:10px;
}

#slideshow a {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow a.active {
    z-index:10;
    opacity:1.0;
}

#slideshow a.last-active {
    z-index:9;
}