/**
* CSS
* 
* @version 1.0
* @author Rich Jakins
*/
* {
	margin: 0;
	padding: 0;
}

body, html {
	width: 100%;
	overflow: hidden;
}


body {
	font:12px/20px Georgia, "Times New Roman", Times, serif;
	background: #fff;
	margin: 20px;
	width: 100%;

}

a {
	color: #666; 
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a.active {
	color: #000;
}

a img { border: none; }


#header {
    width: 100%;
	margin-top: 10px;
}

#header #logo {
	float: left;
	width: 254px;
	height: 101px;
	display: block;
	background: url(imgs/logo.gif) no-repeat;
	text-indent: -10000px;
	border: 0;
}


#header ul {
	display: inline;
	list-style: none;
}

#header ul li{
	display: inline;
	list-style: none;
	margin-right: 10px;
	
}

#header #logo a {
	border: 0;
}

#header #menu {
	float: left;
	width: 55%;
	color: #999;
	font-style: italic;
	margin-top: 14px;
	margin-left: 165px;
	font-size: 14px;
	
}

#header #menu ul {
	margin: 0;
	padding: 0;
	padding-bottom: 6px;
}

#header #menu ul li.active a{
	display: inline;
	list-style: none;
	font-weight: normal;
	color: #000;
}

#topNav {
	float: left;
	padding-bottom: 8px;
	padding-left: -2px;
	margin-bottom: 3px;		
}

#topNav ul {
	clear: both;
}

#line {
	clear: both;
	float: left;
	margin-top: -4px;
}

#botNav {
	clear: left;
	float: left;
		
}

#botNav ul {
	display: inline;

}

#botNav ul li {
	color: #666;
}

#botNav li.section-title {
	color: #000; 

}


#wrap {
	clear: both;
	
}


/*Features*/

ul.blocks {
	padding: 0;
	display: block;
	height: 400px;
}

ul.blocks li {
	margin: 0 0 0 0px;
	margin-right: 20px;
	padding: 0;
	float: left;
	display: block;
	height: 400px;
}


#copy {
	background: #f0f0f0;
	width: 360px;
	height: 360px;
	padding: 20px;	
	display: block;
	overflow: auto;
	_overflow: hidden;	
}


#copy h3 { 
	font-size:20px; 
	line-height: 30px; 
	font-style:italic;
	font-weight: normal; 
	margin: 0; 
	padding: 0;
}


.copy-pane {
	float: left;
	padding: 0;		
}


.scroll-pane {
	float: left;
	padding: 0;
}

#content {
	height: 460px;
	width: 100%;
	margin-top: 30px;	
	padding: 0;
	display: block;
	_overflow: hidden;
}





/*Pages*/



