/* © xHtml Master 2007 - 2008 */
body {
	background: url(../img/bg.gif) repeat-x top #dad3cd;
	color:#22334f;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none
}
a:hover {
	text-decoration:underline
}
.left {
	float:left
}
.right {
	float:right
}
.clear {
	clear:both;
	display:block;
	height:1px
}

#header {
	background:url(../img/classic-header.gif) no-repeat;
	width:1004px;
	height:117px;
	margin:0 auto;
}
	#header h1 {
		float:left;
		padding-left:5px;
		padding-top:5px;
	}
		#header h1 a {
			display:block;
			width:237px;
			height:101px;
			font-size:1px;
			text-indent:-10000px;
			
		}
	#header h2 {
		font-size:1px;
		text-indent:-10000px;
	}
	#header h3 {
		float:right;
		padding-top:8px;
		padding-right:37px;
	}
		#header h3 a {
			display:block;
			width:261px;
			height:100px;
			font-size:1px;
			text-indent:-10000px;
		}

#nav {
	width:1005px;
	background:url(../img/nav-c.gif) repeat-x;
	height:54px;
	line-height:54px;
	margin:4px auto;
}
	#nav li {
		display:block;
		float:left;
		background:url(../img/nav-separator.gif) no-repeat left;
		padding-left:4px;
		height:54px;
	}
	#nav li.first {
		background:none;
	}
		#nav li a img {
			display:block;
			float:left;
			padding-top:11px;
		}
		#nav li a {
			display:block;
			float:left;
			font:17px/50px Arial, Helvetica, sans-serif;
			color:#fff;
			text-decoration:none;
			padding:0 22px;
		}
		#nav li a:hover, #nav li a.active {
			text-decoration:underline;
			color: #9AF04D;
		}


#content {
	background: url(../img/bg-content.gif) repeat-y top;
	width:1005px;
	margin:0 auto;
	text-align:left;
}

#videos {
	background:url(../img/big-box-bg.gif) no-repeat right;
	width:647px;
	height:314px;
	padding-left:14px;
	margin-bottom:10px;
	float:left;
}
	#videos a { color:#99FF00}
	#videos h2 {
		font-size:24px;
		color:#fff;
		font-weight:normal;
		font-family:Arial, Helvetica, sans-serif;
		padding:8px 0 20px 8px;
	}
		#videos h2 small {
			font-size:17px;
			display:block;
			
		}
	#videos h3 {
		font-size:17px;
		color:#fff;
		font-weight:normal;
		font-family:Arial, Helvetica, sans-serif;
		text-align:center;
		padding-bottom:8px;
	}
	#videos div {
		width:258px;
		float:left;
		padding-left:44px;
	}
		#videos div span {
			display:block;
			border:solid 4px #8baacc;
		}
			#videos div span img {
				display:block;
			}
#image .colz h3 {
		background:url(../img/bg-title.gif) no-repeat;
			width:300px;
			height:36px;
			line-height:34px;
			color:#fff;
			padding-left:12px;
			padding-right:12px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:18px;
			font-weight:normal;
			margin-bottom:10px;
		} 
	#image .colz {
		float:left;
		width:300px;	
		padding-left:14px;
		}
 
			#image .colz .txt p {
				color:#5b7eb8;
				font-size:14px;
			}


#cols {
	width:1005px;
}
	#cols .col {
		float:left;
		width:318px;	
		padding-left:14px;
	}
		#cols .col h3 {
			background:url(../img/bg-title.gif) no-repeat;
			width:318px;
			height:36px;
			line-height:34px;
			color:#fff;
			padding-left:12px;
			padding-right:12px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:18px;
			font-weight:normal;
			margin-bottom:10px;
		}
		#cols .col .txt {
			padding-bottom:15px;
			padding-top:12px;
			background:url(../img/bg-line.gif) repeat-x bottom;
		}
			#cols .col .txt img.left {
				padding-right:4px;
			}
			#cols .col .txt h4 {
				color:#22334f;
				font-size:14px;
				font-weight:bold;
			}
			#cols .col .txt p {
				color:#5b7eb8;
				font-size:14px;
			}

#footer {
	background:url(../img/bg-footer.gif) repeat-y top;
	width:1005px;
	margin:0 auto;
	text-align:center;
}
	#footer li {
		display:inline;
	}
		#footer li a {
			text-decoration:none;
			color:#22334f;
		}
		#footer li a:hover {
			text-decoration:underline;
		}
	#footer p {
		font-size:10px;
		padding-top:4px;
		padding-bottom:10px;
	}
