@charset "UTF-8";
@import url(html.css);
@import url(core.css);
@import url(editor.css);

#header { 
	width: 100%;
	height: 108px;
	position: relative;
	z-index: 1;

} 
#logo {
	height: 129px;
	position: absolute;
	top: 7px;
}
#topnav { 
	color: #FFFFFF;
	background: #9FA617 url(../images/top_nav.png) no-repeat bottom left;
	margin: 0px;
	position: absolute; 
	height: 12px; 
	top: 0; 
	right: 0;
	padding: 5px 10px 10px;
	z-index: 2;
}
	#topnav ul {
		list-style: none;
		margin: 0; 
		padding-top: 10px 0 0 20px;
		float: left;
		background: none;
			}
			#topnav li {
				display: inline;
				margin: 0 0 0 10px;
				padding: 0;
				background: none;
					}
		#topnav a { 
		text-decoration: none;
		padding: 5px;
		color:#FFFFFF;
		font-size: 11px;
		
}
			#topnav a:hover , #topnav li.active a{
			color:#BF311A;
}
#descrip h3 {
	font: 18px/22px "Trebuchet MS";
	color: #FDBB63;
}

#bottomnav {
	color: #FFFFFF;
	background-color: BF311A;
	margin-top: 15px;
}

#wrapper #tagline {
	background-image: url(../images/smashing-idea.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 399px;
	float: right;
	margin: 25px 0 10px 0;
}
#wrapper {
	width: 960px;
	text-align: left;
	margin: 0 auto 15px;
	background: url(../images/topheader.png) no-repeat 0 0;
    font-family: Trebuchet MS, Georgia, "Times New Roman", serif;
	color: #222;
	font-size: 12px;
	line-height: 16px;
}
#nav  {
	background-position: bottom;
	width: 74%;
	float: right;
	position: absolute;
	bottom: 3px;
	right: 17px;
	height: 21px;
}
#nav a {
display: block;
float: left;
}
	#nav ul {
		font: bold 12px/12px "Trebuchet MS";
		list-style: none;
		margin: 0;
		float: right;
		background: none;
			}
			#nav li {
				display: block;
				margin: 0 5px 0 0;
				float: left;
				padding: 0;
				background: none;
					}
					
					#nav li a, #nav li a:visited {
						color: #BF311A;
						text-decoration: none;
						list-style-type: none;
						padding:6px;

						}
							#nav li a:hover, #nav li.active a{
								color: #FFFFFF;
								background: #9FA617;
							}
								 #nav li.active {

								}
#descrip {
	background-image: url(../images/intro_box.png);
	background-repeat: no-repeat;
	height: 355px;
	width: 136px;
	float: right;
	padding: 18px 15px 0;
			}
			#descrip p {
				color: #EEDECA;
				font-size: 11px;
			}
#main {
	width: 432px;
	float: left;
	background: no-repeat;
}
#top {
	background: #fff;
	height: 15px;
}
#middle {
	background: #fff url(../images/wrapper_middle.png) repeat-y 14px 0;
	padding: 0 14px;
}
	.homepage #middle {
		background: #fff;
	}
#bottom {
	background: #fff url(../images/wrapper_bottom.png) no-repeat bottom;
	height: 15px;
} 
#right  {
	color: #FFF;
	width: 260px;
	float: right;
	background: #fff
}

#user1 {
	background-color: #C7CA7E;
	width: 100%;
	margin: 10px 0;
	color: #333333;
}
#left {
	width: 660px;
	float: left;
	/*background: url(../images/splat.png) no-repeat; */
	min-height: 500px;
}
.left1, .left2 {
	float: left;
	margin: 0 15px 0 0;
}
.left1 {
	width: 180px;
	float: left;
	padding: 20px 0 0;
	margin-bottom: -15px;
	background:#fff;
	min-height: 1px;
}
	.left1 h3 {
		font-size:12px;
		margin:0 0 10px;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	.left1 ul.menu  {
		color: #BF311A;
		font-size: 12px;
	}
	.left1 li  {
		margin: 7px 0;
		list-style-type: none;
		padding: 0 0 0 17px;
	}
.left2 { 
	width: 460px;
	margin: 0;
	padding-bottom: 10px;
}
	.left2 ul li {
		background-image: url(../images/arrow_g.png) no-repeat;
		padding: 0 0 0 10px;
	}
#right h3 {
	font-size: 24px;
	line-height: 27px;
	font-weight: bold;
	color: #fff;
	margin: 0;
}
#feature {
	background:#662900 url(../images/intro_box.png) repeat-y 472px top; 
	height:380px;
	position:relative;
}
	#feature .story {
		height:100%;
		position:absolute;
		right:0;
		top:0;
		width:206px;
		border-left: 4px solid #fff;
	}
		#feature .story h2, #feature .story h2 a {
			color: #FDBB63;
			font-size: 18px;
			line-height: 21px;
		}
			#feature .story h2 a:hover {
				text-decoration: none;
			}
		#feature .story p {
			color: #eca;
			font-size: 12px;
			line-height: 18px;
		}
		#feature .story .inner {
			padding: 24px 20px 54px;
		}
		#feature .image {
			width: 450px;
			height: 329px;
			overflow: hidden;
		}
.feature {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	display: none;
}
	.feature.selected {
		display: block;
	}

#arrow_slider {
	height:17px;
	left:0;
	position:absolute;
	bottom:54px;
	width:454px;
	overflow: hidden;
	bottom: 47px;
	z-index: 100;
} 
#the_arrow {
	position: absolute;
	top: 0;
	left: 0;
}
ul#point-list {
	width: 454px;
	height: 47px; 
	bottom: 0;
	left: 0;
	position: absolute;
	background: #662900 url(../images/white.png) repeat-y right top;
	list-style: none;
	margin: 0;
	border-top: 4px solid #fff;
	z-index: 99;
}
	ul#point-list li.selected a {
		width: 150px;
		font-size: 14px;
		line-height:15px;
		}
	ul#point-list a{
		display: block;
		font-size: 10px;
		padding: 8px;
		color: #FFFFFf;
		height: 23px;
		overflow: hidden;
	}
li.featuretitle {
	display: block;
	float: left;
	height: 100%;
	background: url(../images/white.png) repeat-y right top;
	padding: 0;
}
	li.featuretitle a {
		display: block; 
		width: 80px;
	}
li#the1title { 
	background-color: #f59324;
}
li#the2title {
	background-color:#BF2E1A;
}
li#the3title {
	background-color: #9FA615;
}
li#the4title {
	background-color: #A04304;
}

.article-info dt {
	display: none;
}