* { margin: 0; padding: 0; border: 0 }

body {
	background: #CCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #666666;
}

/* links */
a, a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;
	text-align:left;
}
h1 {
	font-size: 160%;	
	font-weight: normal;
	text-align:left;
	color:#FF9900;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #FF9900;
	text-align:left;
}
h3 {
	font-size: 130%;
	text-align:left;
}

h1, h2, h3, p {
	padding: 10px;
	margin: 0;
	text-align:left;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	text-align:left;
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;		
}
#nav ul {
	float: left;
	list-style: none;
	background: url(../images/nav/nav.jpg) repeat-x;	
	width: 860px;		
	text-transform: uppercase;
	margin: 0 0 0 0px;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 12px;
	border-right: 1px solid #6295A6;
	border-left: 1px solid #3B5D69;
	border-bottom: none;
	color: #FFF;
	font: bold 14px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(../images/nav/nav-hover.jpg) repeat-x;	
	color: #FF9900;
}
#nav ul li#current a {	
	background: url(../images/nav/nav-current.jpg) repeat-x;	
}

/* footer */
#footer-wrap {
	clear: both;
	width: 820px;
	font-size: 95%;	
	text-align: left;
	padding: 15px 0;	
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 760px;		
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 3px 0 3px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 820px;
	text-align: center;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* Navigation Header*/
#navheader {
	clear: both;	
	padding: 0;		
}
#navheader ul {
	float: right;
	list-style: none;
	background: url(../images/nav/nav.jpg) repeat-x;	
	text-transform: uppercase;
	margin: 10 10 10 10px;
	padding: 0;	
	display: inline;width:230px;
}
#navheader ul li {
	display: inline;
	margin: 0; padding: 0;
	
}
#navheader ul li a {
	display: block;
	float: right;
	width: auto;
	margin: 0;
	padding: 0 14px;
	
	border-bottom: none;
	color: #FFF;
	font: bold 13px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#navheader ul li a:hover, 
#navheader ul li a:active {
	
	color: #FF9900;
	
}
#navheader ul li#current a {	
	background: url(../images/nav/navheader-current.jpg) repeat-x;	
}