/* @override http://10.0.1.3:8888/osnj/css/main.css */

/*
Company:	OSNJ
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/background.jpg) no-repeat 50% 0 #fff;
	background-attachment: fixed;
}
body {

}
/* @end */

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

/* Body */
div#bd {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/* Footer */
div#ft {
	clear: both;
	text-align: center;
	font-weight: bold;
}
div#ft p {
	font-size: 108%;
	margin: 0;
}
div#ft h2 {
	font-size: 130%;
	font-weight:bold;
	margin: 0;
}
p.copyright {
	color:#FFF;
	font-size: 88%;
	text-align:center;
	margin: 8px 0;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 449px;
	height: 69px;
	background: url(../images/outdoor_logo.png) no-repeat 0 0;
	text-indent: -9000px;
	margin: 15px 0 0 0;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Header Contact */
div#contact {
	width: 389px;
	background: url(../images/bg-header-contact.png) no-repeat 0 100%;
	padding: 5px 15px;
	float: right;
	display: inline;
}
div#contact p {
	color: #fff;
	margin: 0;
	text-align: right;
	font-weight: bold;
}
div#contact p span.today {
	font-size: 123.1%;
	display: block;
	text-align: left;
}
div#contact p span.call {
	font-size: 231%;
}
div#contact p span.phone {
	font-size: 292%;
}

/* Content */
div.content-top {
	width: 900px;
	height: 14px;
	background: url(../images/content-top.png) no-repeat 0 0;
	overflow: hidden;
}
div.content-btm {
	width: 900px;
	height: 14px;
	background: url(../images/content-btm.png) no-repeat 0 0;
	overflow: hidden;
}
div.content {
	width: 800px;
	padding: 15px 50px 1px 50px;
	background: url(../images/content-bkg.png) repeat-y 0 0;
}
div.main {
	border: 1px solid #ccc;
	padding: 20px;
}

/* ToddPod */
div.toddpod {
	width: 91px;
	height: 81px;
	background: url(../images/toddpodd_logo.jpg) no-repeat 0 0;
	text-indent: -9000px;
	float: right;
	display: inline;
}

/* Pic Left */
div.left-pic {
	margin: 0 15px 10px 0;
	float: left;
	display: inline;
}

/* Cols */
div.cols div.col-left {
	width: 343px;
	float: left;
	display: inline;
}
div.cols div.col-right {
	width: 343px;
	float: right;
	display: inline;
}
/* @end */

/* @group Common Text Styles */
/* Back to link */
div.content p.back-to-link {
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	margin: 0 0 4px 0;
	font-size: 100%;
}

/* PDF Link */
div.content p.pdf {
	vertical-align: middle;
	font-weight: bold;
}
div.content p.pdf img {
	vertical-align: middle;
}

.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
/* @end */

/* @group Default Headings */
div.content h1 {
	margin: 0 0 10px 0;
	font-size: 277%;
	color: #0f3b67;
}
div.content h2 {
	margin: 0 0 10px 0;
	font-size: 182%;
}
div.content h3 {
	margin: 0 0 10px 0;
	font-size: 132%;
}
div.content h4 {
	font-size: 108%;
	font-weight: normal;
	margin: 0 0 1em 0;
}
div.content #text-heavy h1 {
	margin: 0 0 10px 0;
	font-size: 225%;
	color: #0f3b67;
}
div.content #text-heavy h2 {
	margin: 0 0 10px 0;
	font-size: 143%;
}
div.content #blue-heads h2, div.content #blue-heads h3 {
	color: #0f3b67;
}

/* @end */

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

/* @group Nav */
div#nav {
	clear: both;
	padding: 20px 0 0 0;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	text-transform: uppercase;
	border-left: 2px solid #fff;
	float: left;
	display: inline;
}
div#nav ul li:first-child {
	border: none;
}
div#nav ul li a {
	display: block;
	padding: 0 5px;
	font-weight: bold;
	font-size: 108%;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul li a:hover {
	color: #ffcc33;
	text-decoration: none;
}

/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #0f3b67;
	text-decoration: none;
}
a:hover {
	color: #0f3b67;
	text-decoration: underline;
}
/* @end */

/* @group Misc */
div.temp-sep {
	clear: both;
	height: 60px;
}
.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 */


/* BH added - 07-20-2010  */

div.thirds {
	width:230px;
	float:left;
	margin:0 20px 0 0;
}
