@charset "utf-8";
/* CSS Document */
/*CSS by GraphixBase.com*/

html{
	height:100%;
}

body{
	padding:0px;
	margin:0px;
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/bgimage.png) repeat-x;
	background-color:#333;
}

a{
	outline:none;
	color:#06C;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color:#0CF;
}

a:visited{
	color:#666;
}

h1{
	border-bottom:1px dotted #999;
	font-size:20px;
}

h2{
	font-size:16px;
}

.wrap{
	width:850px;
	margin:0 auto;
	background:#FFF;
	border-left:#333 1px solid;
	border-right:#333 1px solid;
	border-bottom:#333 1px solid;
}

.header{
	height:150px;
	background:url(images/banner.png) no-repeat;
}

.content{
	background-color:#FFF;
	float:left;
	width:850px;
}

.footer{
	height:100px;
	width:850px;
	background-color:#222;
	text-align:center;
	color:#888;
	line-height:50px;
	margin:0 auto;
	clear:both;
}

.nav{
	float:right;
	width:450px;
	margin-top:38px;
	height:80px;
}

.nav ul{
	height:80px;
	width:500px;
	margin:0px;
	padding:0px;
	list-style:none;
}

.nav ul li{
	display:inline;
}

.nav ul li a{
	display:block;
	height:80px;
	width:80px;
	background:url(images/button.png) no-repeat;
	float:left;
	line-height:80px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
}

.nav ul li a:hover{
	background:url(images/buttonhover.png) no-repeat;
	color:#CF0;
}

.current{
	background:url(images/buttonhover.png) no-repeat;
	color:#CF0;
}

.subheader{
	background:#069;
	color:#FFF;
	border-top:solid #09C 1px;
	height:50px;
	line-height:50px;
	padding-left:20px;
	padding-right:20px;
}

.subheadleft{
	font-size:12px;
	float:left;
}

.subheadright{
	font-size:12px;
	float:right;
}

.imagecontainer{
	height:120px;
	background:#FFF;
	border-top:#09C 3px solid;
}

.sep{
	background:url(images/blacksep.jpg) no-repeat;
	height:58px;
}

.left{
	float:left;
	width:520px;
	margin:20px;
}

.right{
	float:right;
	width:240px;
	margin:20px;
}

.tablealtbg{
	background:#EEE;
}

