/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: grey;
	background: white;
}
ol, ul {
	list-style: none;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr {
	border: none 0;
	border-top: 1px solid #999999;
	height: 1px;/* IE fix - whatever the total width of the border-top and border-bottom equal*/
 	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin: 30px 0px; 
}

/* @end */

/* @group General */

body {

}

/* Floats */
.float_left {
	float:left;
}
.float_right {
	float:right;
}

/* Margins */
.margin_top_10 {
	margin-top:10px;
}
.margin_right_10 {
	margin-right: 10px;
}
.margin_bottom_10 {
	margin-bottom:10px;
}
.margin_left_10 {
	margin-right: 10px;
}
.margin_top_20 {
	margin-top:20px;
}
.margin_right_20 {
	margin-right: 20px;
}
.margin_bottom_20 {
	margin-bottom:20px;
}
.margin_left_20 {
	margin-left: 20px;
}

/* Clears */

.clear_none {
	clear:none;
}
.clear_left {
	clear:left;
}
.clear_right {
	clear:right;
}
.clear_both {
	clear:both;
}

/* @end */



/* @group Sticky Footer CSS */


html, body, #wrap {
	height: 100%;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}

* html .clearfix { height: 1%;}
.clearfix {display: block;}


/* @end */

/* @group Header */

#header {
	margin: 0 auto;
	width: 960px;
	position:relative;
	height: 140px;
	background-image: url(../images/image_header_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
}

/* @end */


/* @group Content */

#content {
	margin: 0 auto;
	width: 960px;
	clear: left;
	position: relative;
	padding-bottom: 140px;
}
/* @end */

/* @group Footer */

#footer {
	position: relative;
	margin-top: -110px; /* negative value of footer height */
	height: 110px;
	clear:both;
	background-color: #E6E6E6;
} 

/* @end */


.main_logo {
	background-image: url(../images/image_logo.png);
	background-repeat: no-repeat;
	display: block;
	height: 140px;
	width: 175px;
	text-indent: -9999px;
}
#footer_nav {
	margin: 0 auto;
	width: 900px;
	display: block;
	padding:20px;
}
#footer_nav a {
	display: block;
	padding: 5px 15px;
	float: left;
}
.creator_link {
	clear: left;
	width: 870px;
	text-align:center;
}
#nav {
	background-color:#FED060;
	background-image:url(../images/image_nav_top.png);
	background-repeat:no-repeat;
	float:left;
	margin:0 20px 20px 0;
	width:204px;
}
#right_col {
	float: left;
	width: 736px;
	background-image: url(../images/main_top.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#E6E6E6;
	margin-bottom:20px;
}
.nav_btm {
	background-image: url(../images/image_nav_btm.png);
	display: block;
	clear: left;
	height: 11px;
	width: 204px;
	background-position: left bottom;
	background-repeat: no-repeat;
}
#nav_list {
	margin: 13px 0 0;
}
#nav_list a {
	display: block;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	color: #000;
	font-size: 13px;
	background-image: url(../images/image_nav_bg.jpeg);
}
#nav_list a:hover {
	background-position: 0px -24px;
	text-decoration:none;
}
.main_btm {
	background-image: url(../images/main_btm.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 13px;
	clear: both;
	width: 100%;
}
#right_col h1, #right_col h2, #right_col h3, #right_col h4, #right_col h5, #right_col h6 {
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
#right_col p {
	margin: 0 0 0.8em 0;
	line-height:1.3em;
}
#right_col ul, #right_col ol {
	margin:0 0 0.7em 20px;
	list-style-type:circle;
}
#right_col ol {
	list-style-type:decimal;
}
#right_col li {
	line-height:1.3em;
}
#right_col h1 {
	font-size: 20px;
}
#right_col h2 {
	font-size: 18px;
}
#right_col h3 {
	font-size: 16px;
}
#right_col h4 {
	font-size: 14px;
}
#right_col h5 {
	font-size: 13px;
}
#right_col h6 {
	font-size: 12px;
}

.news_span {
	display:block;
	margin:10px 10px 0 10px;
}
.news_span p {
	color:#000;
	margin:0 0 0.5em 0;
}
.news_span .news_heading {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 0.5em 0;
}
.news_span .news_title {
	font-size:13px;
	font-weight:bold;
	color:#F15A24;
}
.news_read_more {
	color:#F15A24;
	text-decoration:underline;
	margin-bottom:15px;
	display:block;
}
#right_col #contact_form {
	display: block;
	list-style-type: none;
	margin: 0;
}
#contact_form label {
	display: block;
	float: left;
	width: 190px;
}
#right_col #contact_form li {
	margin: 5px 0;
	clear: left;
}
.text_box {
	padding: 3px;
	width: 300px;
}
#map {
	float: left;
	width: 420px;
}
#mapresults {
	float: left;
	width: 275px;
	margin: 0 0 0 10px;
}
.creator_icon {
	background-image:url("http://assets.squidgemedia.com/images/squidgeman_15.png");
	bottom:20px;
	display:block;
	height:15px;
	position:absolute;
	right:20px;
	text-indent:-9999px;
	width:15px;
}
#footer_nav li {
	display:inline;
}