/* CSS Document */

/* CSS Style Sheet common to all pages */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*because legend doesn't inherit in IE */
legend{color:#fff;}



body {
	font-size:62.5%;
	margin:0;
	outline:none;
	padding: 0;
	background-image: url(../assets/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#wrapper {
	background-color:transparent;
	background-image:url(../assets/bg-body.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding:0 0 0 0;
	}
	
h1 {padding-left:0;padding-top:20px;font-family:Arial, Helvetica, sans-serif; font-size: 18px; font-weight: lighter; font-style: italic; color:#D1E1F1; text-align: left;}

h2 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: lighter; font-style: italic; color: #D1E1F1; text-align: left;}

h3 {font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:16px;
	color:#D1E1F1;
	font-weight: normal;
	padding-top:20px;
	padding-bottom:0;
	font-style: italic;
	text-align:left;
	}

div#qTip {
 padding: 7px;
 border: 1px solid #3E3E3E;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #333;
 color: #ccc;
 font: normal 10px Arial, Geneva, Helvetica, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}

a:link {
	font-weight: normal; text-decoration: none; color: #BEF000;
	}
	
a:visited {font-weight: normal; text-decoration: none; color: #BEF000;}	
a:visited:hover {font-weight: normal; text-decoration: underline; color: #CCC;}
a:hover {text-decoration: underline; color: #CCC;}
a:active {text-decoration: none; color: #BEF000;}	
	
#topline {
width:960px;
height:35px;
margin-left:auto;
margin-right:auto;
padding-bottom:50px;
}
	
#accesskeys {
	float:left;
	background-color:transparent;
	padding:20px 5px 10px 0;
	}
	
#accesskeys ul {
	font-size: 10px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	padding: 0 0 0 30px;
	list-style-type: none;
	}
	
#accesskeys li {
	display:inline;
	font-weight: normal;
	padding-right:12px;
	text-transform:uppercase;
	}

#accesskeys p {color: #A8A6A6; }
#accesskeys a:link {font-weight: normal; text-decoration: none; color: #A8A6A6; }
#accesskeys a:visited {font-weight: normal; text-decoration: none; color: #A8A6A6;}	
#accesskeys a:visited:hover {font-weight: normal; text-decoration: underline; color: #ffffff;}
#accesskeys a:hover {text-decoration: underline; color: #ffffff;}
#accesskeys a:active {text-decoration: none; color: #A8A6A6;}





#headerwrapper {
	width:960px;
	height:130px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../assets/backing.png);
	background-color:transparent;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #3E3E3E;
	border-right-color: #3E3E3E;
	border-bottom-color: #3E3E3E;
	border-left-color: #3E3E3E;
	}
	
#headerwrapper img {
		padding-left:20px;
		}
	
#headercontent {
	margin-top:0;
	}
	
#rss   {
	float:right;
	display:block;
	width:120px;
	height:50px;
	padding-top:30px;
	background-color: transparent;
	background-image: url(../assets/feed-icon-16x16.jpg);
	background-repeat: no-repeat;
	background-position: 66% 30px;
}

#rss  a {
	text-decoration:none;
	font-family:Arial, Geneva, Helvetica, sans-serif;
	font-style:italic;
	color:#999999;
	font-size:11px;
	text-transform:uppercase;
}

#rss a:hover {
	color:#fff;
	padding-bottom:2px;
	border-bottom:1px solid #D35336;
	
}
	
#nav {
	width:900px;
	margin-left:0;
	text-align:center;
	height:auto;
	padding-bottom:20px;
	padding-top:20px;
	padding-left:23px;
}

#nav ul {
	list-style:none;
	width:100%;
	margin:0;
	padding:0;
	
}

#nav ul li {
	float:left;
	margin:0;
	padding:0 6px;	
	text-align:center;
}

#nav ul li a {
	text-decoration:none;
	font-family:Arial, Geneva, Helvetica, sans-serif;
	font-style:italic;
	color:#D1E1F1;
	font-size:11px;
	text-transform:uppercase;
}

#nav ul li a:hover {
	color:#fff;
	padding-bottom:2px;
	border-bottom:1px solid #D35336;
	
}

#nav ul li.selected a {
	color:#D1E1F1;
	border-bottom:1px solid #D35336;
	padding-bottom:2px;
}


	
	
#footer {
	clear:both;
	width:960px;
	height:340px;
	background-image: url(../assets/footer_bg.png);
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
	background-repeat: no-repeat;
	background-position: left top;
	
	}

#footer ul li {
	padding-bottom: 8px;
	}			
#footer p {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:14px;
	color:#8C8C8C;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	margin:20px 0 30px 0;
	}

#footer a {
	font-size:12px;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #8C8C8C;
	text-align:left;
	border:none;
	outline:none;
	}

#footer a:visited {font-size:12px;font-weight: normal; text-decoration: none; color: #8C8C8C;}	
#footer a:visited:hover {font-size:12px;font-weight: normal; text-decoration: underline; color: #CCFF99;}
#footer a:hover {font-size:12px;text-decoration: underline; color: #CCFF99;}
#footer a:active {font-size:12px;text-decoration: none; color: #8C8C8C;}



#footer_columnone {
	width:215px;
	float:left;
	padding-left:20px;
	padding-top:10px;
	}
	

	
#footer_columntwo {
	width:215px;
	float:left;
	padding-left:20px;
	padding-top:10px;
	}
	
#footer_columnthree {
	width:215px;
	float:left;
	padding-left:20px;
	padding-top:10px;
	}
	
#footer_columnfour {
	width:215px;
	float:left;
	padding-left:20px;
	padding-top:10px;
	}
	
#footer ul {
	padding-bottom:7px;
	}
	
#footer h2 {padding-bottom:10px;font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: lighter; font-style: italic; color: #B9B9B9; text-align: left;}

.frith img {
	display:none;
	}


		
#credits {
	clear:left;
	padding-top:0;
	}
	
#credits p {
		font-size:10px;
		text-align:center;
		}
		
.box {background-color:#333333;border:1px solid #3E3E3E;margin-left:-10px;color:#999999;}


.padding {
	padding-bottom:10px;
	}
	
.indent {
	clear:left;
	margin-left:30px;
	}
	
.padding-right {
	margin-right:35px;
	}
	
.clearleft {
	clear:left;
	padding-bottom:20px;
	}
	
	
