/* ----------------------------------------------------
Title: 		Global CSS
Author:		Matthew Spiel - TheManInTheSea.com
Updated:	10/3/2008
Valid:		Yes.
---------------------------------------------------- */

/* Basic Elements */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: white url(../images/bgrd_grunge01.jpg) no-repeat scroll center top;
}
/* Text and Img Settings */
p {
	margin: 0px 0px 15px;
	color: #525252;
	font: normal 11px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	text-align: left;
}
a {
	color: #525252;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: none;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #525252;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #525252;
	font-weight: bold;
}
img {
	border: none;
}
h1 {
	width: 900px;
	margin: 20px 0px 5px;
	text-decoration: none;
	color: #ac500c;
	font: normal normal 50px/60px Georgia, "Times New Roman", Times, serif;
}
h2 {
	width: 900px;
	margin: 0px 0px 20px 0px;
	text-decoration: none;
	font: normal normal 35px/45px Georgia, "Times New Roman", Times, serif;
	color: #ac500c;
}
h3 {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #ac500c;
}
h4 {
	padding: 0px 0px 5px;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #ac500c;
	text-decoration: none;
	border-bottom: 1px solid #cdcdcd;
}
h5 {
	font: normal 15px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #ac500c;
}
h6 {
	width: 900px;
	margin: 5px 0px;
	color: #7f7f7f;
	font: normal normal 20px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
h3 a {
	
}
/* Basic Structures (8 columns // 9 Gutters // 900px total) */ 
div#header_top {
	height: 120px;
	float: left;
	width: 100%;
	margin: 0px;
	background: url(../images/header_gradient.png) repeat-x left bottom;
}
div#header_top_wrap {
	width: 890px;
	margin: 0px auto;
	padding: 0px;
}
div#container {
	width: 890px;
	margin: 0px auto;
}
div#banner_wrap {
	width: 890px;
	margin: 0px 0px 90px;
	float: left;	
}
div#banner_sub_wrap {
	width: 890px;
	margin: 20px 0px 0px;
	padding: 10px 0px;
	float: left;
	border-top: 1px solid #525252;
}
div#rightcolumn {
	width: 210px;
	margin: 10px 0px 0px 20px;
	float: left;
}
div#rightcolumn h5 {
	 color: #525252;
	margin: 0px 0px 5px;
}
div#rightcolumn ul#rss_subscribe li{
	width: 210px;
	padding: 10px 0px;
	border-bottom: 1px #cdcdcd solid;
}
div#rightcolumn ul#rss_subscribe li a {
	color: #ac500c;
}
div#rightcolumn ul {
	width: 210px;
	margin: 0px 0px 50px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid #cdcdcd;
	float: left;
}
div#rightcolumn ul li {
	float: left;
	width: 210px;
	padding: 10px 0px;
	font-size: 11px;
	color: #a6a6a6;
	border-bottom: 1px #cdcdcd dotted;
}
div#rightcolumn ul li a {
	margin: 3px 0px 0px;
	text-decoration: none;
	color: #525252;
	font-variant: normal;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}
div#rightcolumn ul li a:hover {
	color: #ac500c;
	text-decoration: underline;
}
div#footer_wrap {
	width: 100%;
	margin: 20px 0px 0px;
	padding: 15px 0px 0px;
	float: left;
	background: #1d1d1d;
	border-top: 2px solid black;
}
div#footer {
	width: 890px;
	margin: 0px auto;
	padding: 0px;
}
div.border {
	width: 100%;
	height: 5px;
	float: left;
	background: #ac500c;
}
/* Global Elements */
img.rss_icon {
	float: left;
	margin: 0px 10px -3px 0px;
}
ul#nav li.logo_home {
	float: left;
	margin: 0px 290px 0px 0px;
}
ul#nav li.logo_home a.logo_home {
	width: 160px;
	padding: 8px 0px 12px;
	float: left;
	color: white;
	background: #ac500c;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}
a#freelance_tag {
	margin: 0px -10px 0px 0px;
	padding: 0px 0px 0px;
	float: right;
}
/* Text Styling */
p.twoc {
	width: 210px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	font-size: 11px;
	line-height: 20px;
}
p.threec {
	width: 310px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	float: left;
	font-size: 11px;
	line-height: 20px;
}
p.fourc {
	width: 420px;
	margin: 0px 20px 20px 0px;
	padding: 0px;
	float: left;
	font-size: 11px;
	line-height: 20px;
}
p#footertext {
	width: 1000px;
	margin: 0 auto;
	font-size: 9px;
	color: black;
}
/* Footer Elements */
div.footer_wrap_onec {
	width: 110px;
	margin: 0px;
	float: left;
}
div.footer_wrap_twoc {
	width: 210px;
	margin: 0px 10px 0px 0px;
	float: left;
}
div.footer_wrap_threec {
	width: 310px;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 0px;
	float: left;
}
div#footer h5 {
	width: 100%;
	padding: 0px 0px 3px;
	border: none;
}
ul.footerul {
	float: left;
	margin: 0px 0px 18px;
	width: 100%;
	list-style: none;
	color: silver;
}
ul.footerul li {
	width: 100%;
	margin: 3px 0px 4px;
	float: left;
	color: silver;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
ul.footerul li span {
	float: left;
	margin: 0px 10px 0px 0px;
	font-weight: bold;
	color: silver;
}
ul.footerul li a {
	float: left;
	margin: 0px;
	color: silver;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
ul.footerul li a:hover {
	color: #f3c525;
	text-decoration: underline;
}
a#return_button {
	width: 110px;
	height: 20px;
	margin: 80px 0px 0px;
	padding: 10px 0px;
	float: left;
	background: #ac500c;
	color: white;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
}
div#footer p {
	color: silver;
}
div#footer p a {
	color: silver;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}
div#footer p a:hover {
	color: #f3c525;
}
div#footer_ribbon {
	width: 100px;
	height: 135px;
	margin: -10px 0px 0px;
	padding: 20px 7px 50px;
	float: left;
	background: url(../images/return_ribbon.png) no-repeat center top;
}
div#footer_ribbon a#return_button {
	width: 81px;
	margin: 0px 9px 10px;
	padding: 0px 0px 10px;
	float: left;
	border-bottom: 1px solid white;
}
div#footer_ribbon a#valid {
	width: 80px;
	height: 80px;
	margin: 0px 10px;
	float: left;
}
/* Navigation */
ul#nav {
	width: 890px;
	margin: 0px 0px 30px;
	height: 36px;
	float: left;
	list-style: none;
	border-bottom: 1px solid #cdcdcd;
}
ul#nav li {
	float: left;
	margin: 0px 0px 0px 10px;
	border-top: 1px solid #cdcdcd;
}
ul#nav li a {
	width: 90px;
	height: 15px;
	padding: 8px 0px 12px 10px;
	float: left;
	color: #525252;
	text-decoration: none;
	font: italic 15px Georgia, "Times New Roman", Times, serif;
}
ul#nav li a:hover {
	color: #ac500c;
	background: #e5e5e5;
}
ul#nav li.selected {
	float: left;
	border: none;
	border-top: 1px solid #cdcdcd;
}
ul#nav li.selected a {
	color: white;
	background: #ac500c;
}
