BODY, table, tr, td, div, p {
	font-size: 14px; 
	font-family: 'PT Sans', Arial, Verdana, san-serif; 
	color: #333;
	line-height: 140%;
}


#header { 
	position: fixed; 
	top: 0; 
	left: 0; 
	height: 120px; 
	margin-bottom: 20px;
}


A  { 
	color: #ff7000; 
	text-decoration: none;
	font-weight: bold;
}

A:Hover, a:visited:hover  { 
	color: #000;
}

A:Visited {
	color: #ff7000;
	font-weight: bold;
}



.pic {
	border-right: 1px solid #D9D9D9; 
	padding: 20px 30px;
}

.subtitle td {
	padding-top: 10px; 
	padding-left: 30px;
	font-size: 12px;
	border-right: 1px solid #D9D9D9;
}



#mainnav td {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

#mainnav td:last-child {
	border-right: 1px solid #fff;
}

#mainnav a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}

#mainnav td:hover {
	background-color: #fff;
}

#mainnav td:hover a {
	color: #333;
}

#mainnav a.selected {  
	color: #000;
}

#updatedate {
	float: right;
	font-size: 11px;
}

ul#utilitylinks, ul#socialmedia {
	list-style: none;
	float: right;
	clear: right;
}

ul#utilitylinks li, ul#socialmedia li {
	display: inline-block;
}



ul#utilitylinks a:link, ul#utilitylinks a:visited {
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 7px;
	margin: 2px;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
}

ul#utilitylinks a:hover {
	background-color: #fff;
	color: #333;
}

ul#utilitylinks a.selected, ul#utilitylinks a:visited.selected {  
	background-color: #fff;
	color: #333;
}



#socialmedia {
	padding-right: 7px;
}

#socialmedia a:link {
	padding: 0 3px;
	border: 0;
}



#featureimage {
	border: 0;
}

#footer {
	font-size: 11px;
	color: #8c8c8c;
}

#contentpage #footer {
	position: fixed;
	top: 610px;
	margin: 20px 0 0 20px;
	color: #8f8f8f;
}

#scrollinfo {
	display: inline-block;
	color: #555;
	font-size: 12px;
	margin: 20px 20px 0 20px;
	padding: 3px 12px;
	background-color: #d9d9d9;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}

#scrollinfo:after {
	content:" -->";
} 

#home #content { 
	position: fixed;
	top: 140px;
	margin: 0;
	width: 100%;
}

#contentpage #content {
	position: absolute;
	top: 140px;
	margin: 0;
	width: 100%;
}

#info #content { 
	margin: 140px auto 20px;
	width: 960px;
	font-size: 13px;
}

#info #footer {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #D9D9D9; 
	clear: all;
}

H1 {
	color: #f77329;
	font-size: 32px;
	line-height: 52px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D9D9D9; 
}

h2 {
	font-size: 18px;
	line-height: 32px;
}

.links h2 {
	border-left: 1px solid #D9D9D9;
	margin-left: -20px;
	padding-left: 20px;
}

.links {
	display: block;
	float: left;
}

.links li { 
	display: block;
}

div#linkcollection { 
	overflow: hidden;
	clear: all;
	display: block;
	margin: 0;
}

#linkcollection ul{
	margin: 0;
	padding-left: 20px;
	margin-right: 20px;
	width: 28%;
}


#linkcollection ul:first-child { 
	border: 0;
}

#textcontent {
	overflow: hidden;
}

.floatright { 
	float: right;
}


.floatleft {
	float: left;
	margin-right: 20px;
}



a.largebutton {
	display: inline-block;
   border-top: 1px solid #f5c38e;
   background: #f0a85b;
   background: -webkit-gradient(linear, left top, left bottom, from(#f07c00), to(#f0a85b));
   background: -moz-linear-gradient(top, #f07c00, #f0a85b);
   padding: 15px 31px;
   -webkit-border-radius: 16px;
   -moz-border-radius: 16px;
   border-radius: 16px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,.5) 0 1px 5px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 20px;
   text-decoration: none;
   vertical-align: middle;
   margin: 5px 25px;
   }
a.largebutton:hover {
   border-top-color: #262626;
   background: #262626;
   color: #fff;
   }
a.largebutton:active {
   border-top-color: #ff3c00;
   background: #ff3c00;
   }















