/*
Company:	Going For Gold
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/page-bkg.gif) repeat-x 0 0 #b6b6b6;
}
body {
	
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 958px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 10px 0;
}

/* Body */
div#bd {
	width: 958px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f2f2f2;
	overflow: hidden;
	padding-bottom: 20px;
}

/* Footer */
div#ft {
	width: 958px;
	margin-left: auto;
	margin-right: auto;
	height: 31px;
	background: url(../images/ft-bkg.gif) repeat-x 0 0;
	border-bottom: 7px solid #f2f2f2;
}
/* Logo */
div.designby {
	width: 79px;
	height: 23px;
	background: url(../images/ft-d2e.gif) no-repeat 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div.designby a {
	display: block;
	height: 100%;
}
div.designby a:hover {
	background-color: transparent;
}

/* Newsletter */
div.newsletter {
	width: 450px;
	margin: 0 0 0 180px;
	float: left;
	display: inline;
}
div.newsletter label {
	display: block;
	width: 201px;
	height: 22px;
	background: url(../images/ft-signup-label.gif) no-repeat 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div.newsletter input.txt {
	width: 155px;
	color: #000000;
	font-size:9pt;
	font-family: din, "Arial Rounded", arial, sans-serif;
	margin: 5px 0 0 5px;
	border: none;
	padding: 2px;
	float: left;
	display: inline;
}
div.newsletter input.btn {
	margin: 2px 0 0 0;
	float: left;
	display: inline;
}
/* @end */

/* @group Modules */
/* Home Main Pic */
div.home-feature-pic {
	width: 660px;
	height: 480px;
	overflow: hidden;
	float: left;
	display: inline;
}


/* Home Feature Side */
div.home-feature-side {
	width: 238px;
	height: 440px;
	background: url(../images/home-feature-overlay.png) no-repeat 0 0; /* Added new line */
	text-align: right;
	padding: 20px 30px;
	float: right;
	display: inline;
}

div.home-feature-side h1 {
	color: #553891;
	font-size: 197%;
	font-weight: bold;
	margin: 0 0 10px 0;
}
div.home-feature-side p {
	color: #050505;
	font-size: 138.5%;
}
div.home-feature-side a:link, div.home-feature-side a:visited {
	text-decoration: underline;
	color: #050505;
}
div.home-feature-side a:hover {
	text-decoration: none;
	background-color: transparent;
}

/* Main Left */
div.main-left {
	width: 450px;
	margin: 0 0 0 20px;
	padding: 30px 0 10px 0;
	float: left;
	display: inline;
}

/* Main right */
div.main-right {
	width: 450px;
	margin: 0 20px 0 0;
	padding: 30px 0 10px 0;
	float: right;
	display: inline;
}


/* News Item */
div.news-item {
	background: url(../images/hr.gif) repeat-x 0 100%;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	min-height:125px;
	height:auto !important;
	height:125px;
}
div.news-item div.pic {
	width: 60px;
	float: left;
	display: inline;
}
div.news-item div.content {
	width: 378px;
	float: right;
	display: inline;
}
div.news-item div.contentNI {
	width: 438px;
	float: right;
	display: inline;
}

/* List Item */
div.list-item {
	background: url(../images/hr.gif) repeat-x 0 100%;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
div.list-item div.pic {
	width: 120px;
	float: left;
	display: inline;
}
div.list-item div.content {
	width: 555px;
	float: right;
	display: inline;
}

/* Title Pic */
div.title-pic {
	margin: 0 0 15px 0;
	float:left;
}

/* Side */
div.side {
	width: 163px;
	margin: 0 22px 0 0;
	float: left;
	display: inline;
	background: url(../images/vrNOTUSED.gif) repeat-y top right;
}

/* Main */
div.main {
	width: 695px;
	padding: 0 0 5px 22px;
	background: url(../images/vr.gif) repeat-y 0 0;
	float: left;
	display: inline;
	min-height: 200px;
}

/* Pager */
div.main div.pager p {
	font-weight: bold;
	font-size: 93%;
}
div.pager p.prev {
	width: 49%;
	float: left;
	display: inline;
}
div.pager p.next {
	width: 49%;
	text-align: right;
	float: right;
	display: inline;
}

.article-pic {
	margin: 0 20px 10px 0;
	float: left;
	display: inline;
}
/* @end */

/* @group Common Text Styles */
div.main-cols p {
	font-size: 93%;
	line-height: 140%;
}
div.main-cols p.date {
	color: #020202;
	font-weight: bold;
	font-size: 100%;
	margin: 0 0 1px 0;
}
div.main-cols p.more, div.main p.more {
	text-align: right;
	font-weight: bold;
	margin: 0;
	clear: both;
}


p.page-title {
	color: #62499d;
	font-size: 131%;
	font-weight: bold;
	margin: 0;
	text-align: right;
}

div.main div.intro p {
	color: #050505;
	font-size: 138.5%;
	background: url(../images/hr.gif) repeat-x 0 100%;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

div.main {
	color: #020202;
}
div.main p {
	font-size: 108%;
	line-height: 140%;
}

div.main p.date {
	color: #020202;
	font-weight: bold;
	font-size: 116%;
	margin: 0;
}

/* @end */

/* @group Default Headings */
div.main-cols h2 {
	color: #553891;
	font-size: 161.6%;
	font-weight: bold;
	font-family: din, arial, sans-serif;
}
h2.hd-whats-on {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	height: 20px;
	background: url(../images/hr.gif) repeat-x 0 25px;
}
h2.hd-whats-on span {
	display: block;
	height: 100%;
	background: url(../images/hd-whats-on.gif) no-repeat 0 0;
}

h2.hd-whats-hot {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	height: 20px;
	background: url(../images/hr.gif) repeat-x 0 25px;
}
h2.hd-whats-hot span {
	display: block;
	height: 100%;
	background: url(../images/hd-whats-hot.gif) no-repeat 0 0;
}

div.main h2 {
	color: #62499d;
	font-weight: bold;
	font-size: 153.9%;
	margin: 0 0 5px 0;
}

div.main-cols h3 {
	font-size: 138.5%;
	font-weight: bold;
	color: #62499d;
	margin: 0 0 1px 0;
}
div.main-cols h3 a:link, div.main-cols h3 a:visited {
	color: #62499d;
	text-decoration: none;
}
div.main-cols h3 a:hover {
	color: #f0e8a0;
	background-color: #62499d;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Nav */
div#nav {
	width: 640px;
	height: 30px;
	float: left;
	display: inline;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	list-style: none;
	margin: 0 5px 0 0;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	line-height: 30px;
	font-family: DIN, "Arial Rounded", Arial, sans-serif;
	font-size: 131%;
	text-shadow: 0 0 4px #bdbac1;
}
div#nav ul li a span {
	display: block;
	line-height: 30px;
	padding: 0 14px;
}
div#nav a:link, div#nav a:visited {
	color: #62499d;
	text-decoration: none;
}
div#nav ul li a:hover, div#nav ul li a.active {
	color: #fff!important;
	background: url(../images/nav-hover-right.gif) no-repeat 100% 0;
}
div#nav ul li a:hover span, div#nav ul li a.active span {
	background: url(../images/nav-hover-left.gif) no-repeat 0 0;
}

div#ft ul {
	margin: 0;
	padding: 7px 0 0 0;
	width: 240px;
	float: right;
	display: inline;
}
div#ft ul li {
	list-style: none;
	padding: 0 15px;
	border-left: 1px solid #dad9db;
	float: left;
	display: inline;
}
div#ft ul a {
	font-size: 108%;
	font-family: din, "Arial Rounded", arial, sans-serif;
}
div#ft ul a:link, div#ft ul a:visited {
	color: #dad9db;
	text-decoration: none;
}
div#ft ul a:hover {
	color: #f0e8a0;
}

/*side nav*/
div#side-nav ul {
	margin: 0;
	padding: 0;
	width: 170px;
}
div#side-nav ul li {
	list-style: none;
	margin: 0 5px 0 0;
	float: right;
	display: inline;
	width: 170px;
	text-align: right;
}
div#side-nav ul li a {
	display: block;
	line-height: 30px;
	font-family: DIN, "Arial Rounded", Arial, sans-serif;
	font-size: 131%;
	text-shadow: 0 0 4px #bdbac1;
	padding: 0 10px 0 10px;
}
div#side-nav ul li a span {
	display: block;
	line-height: 30px;
	padding: 0 14px;
}
div#side-nav a:link, div#side-nav a:visited {
	color: #62499d;
	text-decoration: none;
	font-weight: normal;
}
div#side-nav ul li a:hover, div#side-nav ul li a.active {
	color: #f0e8a0!important;
	background: url(../images/nav-hover-right.gif) no-repeat 100% 0;
}
div#side-nav ul li a:hover span, div#side-nav ul li a.active span {
	background: url(../images/nav-hover-left.gif) no-repeat 0 0;
}
div#side-nav li.li_on	
		{
		}				
div#side-nav li.li_on a, div#side-nav li ul li.li_on a, div#side-nav li ul li ul li.li_on a
		{
		color: #62499d!important;
		font-weight: bold!important;
		}
div#side-nav li.li_on li a, div#side-nav li.li_on li.li_on li a
		{
		color: #62499d!important;
		font-weight: normal!important;
		}	
div#side-nav li.li_on li a:hover, div#side-nav li.li_on li.li_on li a:hover	
		{
		color: #f0e8a0!important;
		}		

/*side sub nav*/
div#side-nav ul li ul{
	margin: 0;
	padding: 0;
}
div#side-nav ul li ul li{
	list-style: none;
	margin: 0 0px 0 0;
	float: right;
	display: inline;
}
div#side-nav ul li ul li a {
	display: block;
	line-height: 30px;
	font-family: DIN, "Arial Rounded", Arial, sans-serif;
	font-size: 131%;
	text-shadow: 0 0 4px #bdbac1;
	padding: 0 10px 0 10px;
}
div#side-nav ul li ul li a span {
	display: block;
	line-height: 30px;
	padding: 0 14px;
}



/* @end */

/* @group Forms */
div.search {
	padding: 4px 0 0 0;
	width: 310px;
	float: right;
	display: inline;
}
div.search input.txt {
	vertical-align: middle;
	padding: 2px 5px;
	width: 230px;
	border: none;
	border-top: 1px solid #6549dc;
	border-left: 1px solid #62499d;
}
div.search input.btn {
	vertical-align: middle;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #62499d;
	text-decoration: none;
}
a:hover {
	color: #f0e8a0;
	background-color: #62499d;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */


/*Extras*/
.sitemapnav_1{	padding-left: 30px;}
.sitemapnav_2{	padding-left: 50px;}
.sitemapnav_3{	padding-left: 70px;}
.sitemapnav_4{	padding-left: 90px;}
.sitemapnav_5{	padding-left: 110px;}

.main a: { font-weight: bold !important; }
.main a:hover { background-color: #62499d; }

input, textarea {
    padding: 3px;
}
