/*
Company:		Horizon Resources
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/*<group=Global Browser Reset>*/
* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:10px 0; }

li, dd, blockquote { margin-left: 20px; }

fieldset { padding:10px; }

img { border: 0px; }
/*</group>*/

/*<group=HTML, Body>*/
body {
	background-color: #fff;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
}
/*</group>*/

/*<group=Layout>*/
div#outerWrapper {
	width: 725px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#topBar {
	background-color: #3a4356;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 17px;
}
img#logo {
	position: relative;
	z-index: 2;
}
img#mainPic {
	margin: 0;
	padding: 0;
}
div#leftCol {
	float: left;
	width: 452px;
	background: url(../images/bodyBackground.gif) no-repeat;
}
.adminJ div#leftCol {
	width: 725px;
	background: #FFF;
	} 
div#bodyContent {
	margin-left: 25px;
}
div#rightCol {
	float: right;
	width: 273px;
	background: url(../images/paperSidebarBack.gif) no-repeat;
}

.adminJ div#rightCol {
	display: none;
	}
div#rightColTop {
	width: 273px;
	height: 102px;
}
div#rightColMiddle {
	background: url(../images/paperSidebarMiddle.gif) repeat-y;
}

div#rightColMiddle {width: 273px; margin: 0; padding: 0;}
*>div#rightColMiddle {padding-top: 174px; min-height: 1px;}
*>div#rightColMiddle div#eventsBox {margin-top: -174px;}
* html div#rightColMiddle {
	/* IE5Mac filter \*/
	height: 174px;
	/* end filter */
}

div#newsletterBox {
	position: absolute;
	margin-top: 21px;
	margin-left: 70px;
	width: 170px;
	height: 20px;
}
div#eventsBox {
	margin-left: 45px;
	width: 190px;
}

div#footerWrapper {
	clear: both;
	background-color: #3a4356;
	padding-top: 40px;
	margin-top: 30px;
	padding-bottom: 50px;
}
div#footer {
	width: 682px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#footerContact {
	float: left;
	width: 284px;
	padding: 10px;
	border: 1px solid #757b87;
	background-color: #252b38;
}
div#footerLinks {
	float: right;
	width: 346px;
}
/*</group>*/

/*<group=Nav>*/
#navigation ul.nav {
	width: 725px;
	height: 21px;
	background: url(../images/topNavBackground.jpg) no-repeat 50% 0;
	margin: 0;
	padding: 15px 0 0 0;
	text-align: center;
}
#navigation ul.nav li {
	display: inline;
	margin: 0 1.3em 0 1.3em;
	padding: 0;
}

ul.subNav {
	width: 452px;
	height: 25px;
	background: url(../images/subNavBackground.gif) no-repeat 50% 0;
	margin: 0;
	padding: 7px 0 0 0;
	text-align: center;
}
ul.subNav li {
	display: inline;
	padding: 0 1em 0 1em;
	margin: 0;
	border-left: 1px solid #545454;
}
ul.subNav li#firstSubNavItem {
	border-left: none;
	margin-left: 5px;
}
/*</group>*/

/*<group=Headings>*/
h1 {
	color: #000;
	font-size: 175%;
	font-weight: bold;
}
h2 {
	color: #000;
	font-size: 133%;
	font-weight: bold;
}
h3 {
	color: #000;
	font-size: 116%;
	font-weight: bold;
}
h4 {
	color: #000;
	font-size: 108%;
	font-weight: bold;
}
h5 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
}
h6 {
	font-size: 100%;
	color: #ffcc66;
	margin: 6px 0;
}
/*</group>*/

/*<group=Text Styles>*/
div#footer {
	font-size: 83%;
	color: #fff;
}
div#footer p {
	margin: 5px 0;
}
div#footer ul.nav  {
	margin: 5px 0 0 0 !important;
	padding: 0;
	}

div#footer .nav li {
	display: inline;
	margin: 0 .5em 0 0 !important;
	border-right: 1px solid;
	padding: 0 .5em 0 0 !important;
	list-style: none;
	}
div#eventsBox p {
	color: #35312a;
	font-size: 91%;
	margin: 0 0 7px 0;
}
div#bodyContent p {
	line-height: 140%;
}
.selectedPage {
	text-decoration: underline;
}
/*</group>*/

/*<group=Lists>*/
ul {
	margin-left: 20px;
}
ul.suckerfish, ul.suckerfish li {
	margin: 0 !important;
	}
ol {
	margin-left: 27px;
}
/*</group>*/

/*<group=Forms>*/
div#newsletterBox .form {
	margin: 0;
	padding: 0;
}
div#newsletterBox input {
	margin: 0;
	padding: 0;
}
div#newsletterBox input.text {
	width: 95px;
	border: 1px solid #d1d1d1;
	padding: 2px;
	color: #d1d1d1;
	margin: 0;
	padding: 0;
}
/*</group>*/

/*<group=Links - link visited hover active>*/
a:link, a:visited {
	color: #545454;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}

#navigation ul.nav li a:link, #navigation ul.nav li a:visited {
	color: #545454;
	font-size: 116%;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#navigation ul.nav li a:hover, #navigation ul.nav li a:active {
	text-decoration: underline;
}

ul.subNav li a:link, ul.subNav li a:visited {
	color: #545454;
	font-size: 116%;
	font-family: Georgia, serif;
	text-decoration: none;
	text-transform: uppercase;
}
ul.subNav li a:hover, ul.subNav li a:active {
	text-decoration: underline;
}

#footerContact a:link, #footerContact a:visited {
	color: #ffcc66;
	text-decoration: none;
}
#footerContact a:hover, #footerContact a:active {
	text-decoration: underline;
}

#footerLinks a:link, #footerLinks a:visited {
	color: #fff;
	text-decoration: none;
}
#footerLinks a:hover, #footerLinks a:active {
	text-decoration: underline;
}
/*</group>*/

/*<group=Misc>*/
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
/*</group>*/