/*OK Stone Main Style Sheet*********************************

Contents: 	1. General Styles

			2. Section Positioning
			
			3. Section Styles
			
			4. Link Styles
			
			5. Suckerfish Dropdown Menu
			
See also: okstone_ie6.css and okstone_ie7.css */
			

/*General Styles**************************************************/
body  {
	background-image: url(images/okstone_bkgd.jpg);
	background-repeat: repeat-y;
	background-position: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	left: 0px;
	}

p{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	z-index: +1;
	}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: bold;
	color: #ff6600;
	border-bottom: #ff6600 3px double;
	}


h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: bold;
	color: #ff6600;
	background: #345eaa;
	padding: 5px 0 5px 5px;
	}

h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #ff6600;
	border-bottom: #ff6600 3px double;

	}

h4 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #ff6600;
	background: #345eaa;
	padding: 5px 0 5px 5px;
	}

h5 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #ff6600;
	border-bottom: #ff6600 3px double;

	}

h6 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #ff6600;
	background: #345eaa;
	padding: 5px 0 5px 5px;
	}

#content img, #center_content img, #right_content img, #pop_outer img{margin: 0 10px 10px 10px;
}

/*Section Positioning*********************************************/

/* commented backslash hack \*/ 
html, body, #logo, #logo_pop{height:100%;} 
/* end hack */

html,body, #logo, #logo_pop{margin:0;
	padding:0}

#spamkiller {
	position:absolute;
	left:0px;
	top:-500px; 
	width:1px;
	height:1px;
	overflow:hidden;
}

#logo{ /* wraps everything */
	position: absolute;
	top: 0px;
	left: 132px; /* critical left position; must match #outer margin-left.
					also see footer! */
	width: 731px;
	background: url(images/okstone_logo_bkgd.png) center fixed no-repeat;
}

#logo_pop{ /* wraps everything */
	position: absolute;
	top: 0px;
	left: 132px; /* critical left position; must match #outer margin-left.
					also see footer! */
	width: 731px;
	background: url(images/okstone_pop_bkgd.png) center fixed no-repeat;
}

#outer{ /* wraps everything except footer */
	min-height:100%;
	margin-bottom:-62px; /* for footer position in firefox */
	margin-left: -132px; /* critical margin-left position; must match #logo left
					also see #pop_outer and #footer! */
	height:auto;
	width: 1003px;
}

#pop_outer{ /* wraps everything on popup.htm*/
	min-height:100%;
	height:auto;
	width: 803px;
	margin-left: -31px; /* any changes to #outer must be reflected here, too. */
}

* html #outer{height:100%; /* triggers HasLayout */
}

#banner{ /* container for banner */
	left: 91px;
	position: relative;
}

#banner_content60{ /* container for 822x60 banner content*/
	top: -32px;
	left: 151px;
	width: 607px;
	height: 70px;
	padding: 10px;
	position: absolute;
	overflow: hidden;
	/*border: black 1px solid;*/
}

#banner_content120{ /* container for 822x120 banner content*/
	top: -22px;
	left: 245px;
	width: 520px;
	height: 110px;
	padding: 0px;
	position: absolute;
	overflow: hidden;
	/*border: black 1px solid;*/
}

#menu{ /* container for OPiE menu */
	margin-left: 91px;;
	width: 818px;
	border:2px solid #ccc;
	background-color: #333;
}

#subnav{ /* first column for secondary navigation */
	min-height: 413px; /* for firefox */
	width:180px;
	background: #345eaa;
	margin-left: 91px; /* for firefox and ie7 */
	float: left;
}

#content{ /* second column in two column layouts */
	width: 598px;
	position: relative;
	float: right;
	left: -90px; /* for firefox & IE7 */
}

#center_content{ /* second column in three column layouts */
	width: 288px;
	position: relative;
	float: right;
	left: -90px; /* for firefox & IE 7 */
}

#right_content{ /* third column in two column layouts */
	width: 288px;
	float: right;
	position: relative;
	left: -90px; /* for firefox & IE7 */
} 


div.list ul, li, li li, li li li	{
	margin-left: -12px;
	font-size: medium;
}

div#footer{
	background-color: #345eaa;
}

div#footer{ /* container for footer */
	width:821px;
	clear:both;
	height:35px;
	margin: auto;
	color: #fff;
	margin-top:1.8em;
	margin-left:-41px; /* changes to #logo and #outer must be reflected here, too! */
	padding: .75em;
}

#popup div#footer{ /* container for footer on PopUp in firefox & ie7*/
	margin-top: 10px;
	margin-left: -21px; /* changes to #logo and #outer must be reflected here, too! */
}

#clearfooter{clear:both;
	height:35px;
}

div>p {margin:0
}

html>body #min-height{float:left;
	width:0px;
	height:100%;
	margin-bottom:-62px; /* for footer position in firefox; should match #outer */
	} /* safari wrapper */

form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
/*Section Styles**************************************************/

#subnav, #center_content, #right_content, #content{padding: 10px;/* border: #000 1px solid; */
}

div#subnav{color: #ff6600!important;
	font-weight: bold!important;
}

div#subnav p, div#banner_content p{color: #ff6600!important;
	font-weight: bold!important;
}

div#subnav li, div#banner_content li{color: #ff6600!important;
	font-weight: bold!important;
}

div#content li a, li li a, li li li a{font-weight: normal!important;
}

div#center_content li a, li li a, li li li a{font-weight: normal!important;
}

div#right_content li a, li li a, li li li a{font-weight: normal!important;
}

div#address p{text-align:center;
}

#footer p, #pop_footer p{
	background: #345eaa;
	color: #ff6600;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align:right;
	padding: 5px 25px 5px 5px;
	border: 2px dotted #ccc;
}

/*Link Styles**************************************************/

a:link {
	color: #ff6600;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	border-bottom: #ff6600 1px dotted !important;
}

a:visited {
	color: #ff6600;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	border-bottom: #ff6600 1px dotted !important;
}

a:hover {
	color: #ccc;
	text-decoration:underline;
	font-weight: bold;
	font-size: 100%;
	border-bottom: none;
}

a:focus {
	color: #ccc;
	text-decoration:underline;
	font-weight: bold;
	font-size: 100%;
	border-bottom: none;
}

a:active {
	color: #ff6600;
	text-decoration:underline;
	font-size: 100%;
	font-weight: bold;
	border-bottom: none;
}

#subnav a:link, #footer a:link{
	color: #fff!important;
	font-stretch: ultra-expanded !important;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
}

#subnav a:visited, #footer a:visited{
	color: #fff!important;
	font-stretch: ultra-expanded !important;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
}

#subnav a:hover, #footer a:hover{
	color: #ff6600!important;
	font-stretch: ultra-expanded !important;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
}

#subnav a:focus, #footer a:focus{
	color: #ff6600 !important;
	font-stretch: ultra-expanded !important;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
}

#subnav a:active, #footer a:active{
	color: #fff;
	font-stretch: ultra-expanded !important;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
}

a.menu:link {color:#ccc;
	text-decoration:none;
	padding: 0 15px 0 15px;
}

a.menu:visited {color:#ccc;
	text-decoration:none;
	padding: 0 15px 0 15px;
}

a.menu:hover {color:#999;
	text-decoration:underline;
	padding: 0 15px 0 15px;
}

a.menu:focus {color:#999;
	text-decoration:underline;
	padding: 0 15px 0 15px;
}

a.menu:active {color:#fff;
	text-decoration:underline;
	padding: 0 15px 0 15px;
}

/* Suckerfish Menu ********************************************************/

/* Root = Vertical, Secondary = Vertical */
ul#navmenu,
ul#navmenu li,
ul#navmenu ul { 
	margin: 0;
	padding: 0;
	width: 180px; /* must match critical left value */
	list-style: none;
	background: #345eaa;
}

ul#navmenu li {
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
  text-align: left;
  z-index: 15;
}

/* Root Menu */

ul#navmenu a{
  border-top: 1px dotted #ccc;
  border-right: 1px dotted #666;
  border-bottom: 1px dotted #666;
  border-left: 1px dotted #ccc;
  margin: 1px 0;
  padding: 0 6px 1px 1px;
  display: block;
  background: #345eaa;
  text-decoration: none;
  text-align: left;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #345eaa;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  background: #345eaa; /* background color when out of focus */
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #345eaa;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #345eaa; /* background color when out of focus */
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #345eaa;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li:hover li a {
  background: #345eaa; /* background color when out of focus */
}

/* 4th Menu Hover Persistence */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li:hover li.iehover a {
  background: #345eaa;
}

ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul,
ul#navmenu ul ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 180px;	/* critical left value; positions navmenus to right of main navs. set to half this value for lte IE6 browsers */
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li:hover ul ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul,
ul#navmenu li.iehover ul ul ul ul{
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

/* Shadows*******************************************************/

html>body .outerpair1 {
background: url(images/shadow_ur_fade.png) right top no-repeat;
} 
/* .outerpair1 must be given a width contraint, via either a width
(=content width + twice the .outerpair  padding, i.e., 2 x 16 = 38), 
or by floating or absolute positioning. In stylesheet these are 
applied from the second class name on the .outerpair1 DIV's.
This box also has one of the corner .png's. */


html>body .outerpair2 {
background: url(images/shadow_ll_fade.png) left bottom no-repeat;
padding-top: 16px;
padding-left: 16px;
}
/* .outerpair2 has padding equal to the shadow 
thickness, and also has one of the corner .png's */ 


html>body .shadowbox {
background: url(images/shadow.png) bottom right;
}
/* .shadowbox holds the main shadow .png */ 


html>body .innerbox {
position: relative;
left: -16px;
top: -16px;
border:1px #ccc solid;
}
/* .innerbox is made "relative" and is "pulled" up and to 
the left, by a distance equal to the thickness of the shadow.
Because this is a relative-based shift, the box retains its
exact dimensions without change. */


.shadowbox img {
border: 10px solid #fff;
vertical-align: bottom;
}
/* Shadowed images should not be made "block" for eliminating the baseline 
space under the images, because this may trigger IE background bugs. 
Instead, use "vertical-align: bottom;" for this purpose. */
