/* 2-Col Layout Secondary CSS Document for OandS

Author: Mellonaid
Site design: Mellonaid
Date Created: unknown-2007
Last Updated: 06/09/08
Copyright: Ortiz and Schick. All rights reserved. */

/*-------------------------
Site layout structure
------------------------*/
* { 
	padding: 0; margin: 0; 
	
}
html {
	height: 100%;
	
}
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 18px;
 background: url(images/bg.jpg) repeat;
 height: 100%;
 
}
#wrapper { 
 	margin: 0 auto;
 	width: 943px;
 	background: #FFFFFF;
	color: #000000;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	
}
#faux {
 	background: #ffffff;
	color: #000000;
 	margin-bottom: 59px;
 	overflow: auto;
 	width: 100%;
}
#header {
 	color: #333;
 	width: 923px;
 	padding: 20px 0px 0px 20px;
 	height: 91px;
 	margin: 0px 0px 0px 0px;
 	background: url(images/top_arch1.jpg) no-repeat #ffffff;
	
}
#top_corner {
 	margin: 5px 0px 0px 0px;
 	display: inline;
 	float: right;
 	background:url(images/top_corner.jpg) no-repeat;
	
}
#bottom_corner {
 	float: left;
 	padding: 20px 0px 0px 0px;
 	background: url(images/bottom_corner.jpg);
	
}
#navigation{
 	float: right;
 	margin: 20px 0px 0px 200px;
 	z-index: 1;
	
}
#flash_banner {
 	color: #333;
	background-color: inherit;
 	padding: 0px 0px 0px 0px;
 	margin: 0px 0px 0px 0px;
	
}
#leftcolumn { 
 	display: inline;
 	color: #333;
	background-color: inherit;
 	margin: 10px 10px 59px 10px;
 	padding: 0px;
 	width: 195px;
 	float: left;
	
}
#content { 
 	float: left;
 	color: #999999;
	background-color: inherit;
 	margin: 10px 13px 59px 13px;
 	padding: 0px;
 	width: 477px;
 	display: inline;
 	position: relative;
	
}

#rightcolumn { 
 	display: inline;
 	position: relative;
 	color: #333;
	background-color: inherit;
 	margin: 10px 10px 59px 0px;
 	padding: 0px;
 	width: 195px;
 	float: right;
	
}
#footer { 
 	width: 923px;
 	clear: both;
	display: block;
 	color: #fff;
 	background: url(images/footer.jpg) no-repeat #ffffff;
 	margin: 0;
 	padding: 0 0px 0 20px;
	height: 59px;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	left: 0;

}

/*-------------------------
Page elements
------------------------*/
#logo {
 	float: left;
	height: 55px;
 	padding-top: 8px;
	
}
#profile_pic{
 	padding: 0px 0px 0px 10px;
 	line-height: 15px;
	
}
.clear { 
	clear: both; 
	background: none; 
	
}
td input#namer {
	display: block;
	width: 200px;
	margin: 0 9px 18px 0;
	padding: 2px;
	border: solid 1px #999;
	color: #999;
	background-color: #fff;
	
}
td input#emailer {
	display: block;
	width: 417px;
	margin: 0 0 18px 0;
	padding: 2px;
	border: solid 1px #999;
	color: #999;
	background-color: #fff;
	
}
td textarea {
	display: block;
	width: 417px;
	margin: 0 0 18px 0;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #999;
	color: #999;
	background-color: #fff;
	resize: none;
	
}

hr {
 color: #999999;
 height: 1px;
}

/*-------------------------
Typography
------------------------*/
.oandstitle {
 	font-size: 1.8em;
 	color: #8bc243;
	background-color: inherit;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	line-height: 1.2em;
	text-transform: lowercase;
	
}
.breadcrumbs {
	font-size: 10px;
	
}
ul {
	list-style-type: disc;
	margin: 0 0 18px 35px;
	
}
div#leftcolumn div.moduletable ul {
	margin: 24px 0px 5px 17px;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	line-height: 1.4em;
	
}
div#leftcolumn div.moduletable ul li ul.grandchildmenu {
	margin: 0 20px 5px 15px;
	padding: 5px 0 0 7px;
	list-style-type: none;
	font-size: 11px;
	line-height: 1.4em;
	border-style: none none none none;
	border-width: 1px;
	border-color: #acacac;
	
}
p { margin: 0 0 18px 0; }
p.subhead {
	font-weight: bold;
	margin: 0 0 9px 0;
	
}
td p {
	margin: 0;
	
}
blockquote {
	font-style: italic;
	margin: 0 0 9px 0;
	
}
.style1 {
	font-size: 12px;
	color: #999999;
	background-color: inherit;
	line-height: 18px;
	
}
.style2 {
	font-size: 14px;
	color: #666666;
	background-color: inherit;
	
}
.style4 {
    background-color:inherit;
    color:#999999;
    font-size:11px;
}
.style5 {
 	font-size: 11px;
 	color: #FFFFFF;
	background-color: inherit;
	
}
.style6 {
 	color: #666666; 
	background-color: inherit;
 	font-weight: bold; 
 	font-size: 10px; 
 	font-style: italic;
	 
}
.style7 {
 	font: 11px; 
 	font-size: 10px; 
 	color: #666666;
	background-color: inherit;
	margin: 0;
	
}
.style8 {
	color: #FFFFFF;
	background-color: inherit;
	font-size: 11px;
	
}
.style9 {
	font-size: 11px;
	color: #999999;
	background-color: inherit;
	
}
.style10 {
 	font-size: 11px; 
 	font-weight: bold; 
 	color: #000000;
	background-color: inherit;
	margin: 0;
	
}
.style11 {
	font-size: 11px;
	color: #666;
	background-color: inherit;
	margin: 0 0 18px 0;
	
}
#footer_nav{
 	text-align: center;
 	padding: 0px 0px 5px 0px;
	margin: -5px 0 0 0;
	position: relative;
	top: 19px;

}
#footer_text{
 	text-align: center;
 	padding: 0px 0px 5px 0px;
	position: relative;
	top: 19px;

}
div#footer_nav.style5 {
	color: #98cb40;
	background-color: inherit;
	
}

/*-------------------------
Navigation
------------------------*/
a:link, a:visited {
	color: #8cc63f;
	background-color: inherit;
	text-decoration: none;
	
}
a:hover, a:active {
	text-decoration: underline;
	background-color: inherit;
	color: #999999;
	
}
#oandsmenu a:visited, #oandsmenu a:hover, #oandsmenu a:active {
 	background-color: inherit;
 	border-color: #ACACAC;
 	border-style: none none solid;
 	border-width: 1px;
 	color: #8EC641;
 	display: block;
 	padding: 0px 0px 0px 5px;
 	text-decoration: none;
 	width: 154px;

}
div#leftcolumn div.moduletable h2 a {
	margin: 5px 0px 0px 10px;
	padding: 0 0 0 7px;
	font-size: 18px;
	width: 154px;
	display: block;
	text-transform: lowercase;
	font-weight: normal;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #acacac;
	text-decoration: none;
	color: #acacac;
	background-color: inherit;
	
}
div#leftcolumn div.moduletable h2 a:hover, div#leftcolumn div.moduletable h2 a:active, div#leftcolumn div.moduletable h2 a.selectedmenu {
	color: #666;
	background-color: inherit;
	
}
div#leftcolumn div.moduletable ul li a {
	color: #acacac;
	background-color: inherit;
	text-decoration: none;
	
}	
div#leftcolumn div.moduletable ul li a:hover, div#leftcolumn div.moduletable ul li a:active, div#leftcolumn div.moduletable ul li a.selectedmenu {
	color: #666;
	background-color: inherit;
	
}
.footer_nav a:link {
	color: #98cb40;
	background-color: inherit;
 	text-decoration: none;
 
}
.footer_nav a:visited {
	color: #98cb40;
	text-decoration: none;
	background-color: inherit;
	
}
.footer_nav a:hover, .footer-nav a:active {
	color: #999999;
	background-color: none;
 	text-decoration: underline;
}
#footer_text.style4 {
	color: #fff;
	background-color: #8ec641;
	margin: 2px 0 0 -20px;
	padding: 0 0 0 20px;
	
}

/*-------------------------
Inline navigation
------------------------*/
.footer_text a:link {
	color: #fff;
 	background-color: inherit;
	text-decoration: none;
 
}
.footer_text a:visited {
 	color: #fff;
	background-color: inherit;
	text-decoration: none;
	
}
.footer_text a:hover, .footer_text a:active {
	color: #fff;
	background-color: inherit;
 	text-decoration: underline;
	
}

