﻿/*********************************************

Developed by: goIDP.com - Internet Design and Publishing
Designer: Chad Adams
Developers: Chad Adams, Dean Manion
Copyright: 2009

*********************************************/
html {background:url(../Images/Backgrounds/main.gif) repeat-x #856f36;}
fieldset {border:thin solid #333; padding:8px;}

a {text-decoration:none;}
a:hover {text-decoration:underline;}
a:visited {color:#069;}

h1 {font-family:"Candara", Georgia, Serif; color:#93630f; font-size:1.35em; margin-bottom:12px;}
h2 {font-family:"Candara", Georgia, Serif; color:#333; font-size:1.15em; text-transform:uppercase;
    height: 22px;
    width: 583px;
}
h3, h3 a {font-family:"Trebuchet MS", Verdana, Sans-Serif; font-size:1.0em; color:#93630f !important; text-decoration:none !important;}
#wrapper {background:#fff; width:960px; margin:0px auto; 

-moz-box-shadow:0px 0px 18px #000;
-webkit-box-shadow:0px 0px 18px #000;
-box-shadow:0px 0px 18px #000;
}

/*********************************************
Header
*********************************************/

#header {background:url(../Images/Backgrounds/header.jpg) left top repeat-x; height:103px;}

.logo {position:absolute; z-index:50; margin-left:8px; margin-top:8px;}

.headerCopy {position:absolute; z-index:30; margin-left:370px; top:5px;}

/*********************************************
Navigation
*********************************************/
#nav {background:url(../Images/Backgrounds/navigation.gif) repeat-x; height:45px;
    position:relative; top:60px;}

.aspMenu {position:relative; left:460px; width:500px; top:-1px;}
.MenuItem {font-family:"Calibri", Verdana, Sans-Serif; font-size:0.9em;
padding:0px 10px; text-transform:uppercase; cursor:pointer;
}
.MenuItem a {color:White; top:-17px; position:relative;}

.subMenu {font-family:"Calibri", Verdana, Sans-Serif; font-size:0.9em; position:relative; z-index:5000;}


.subMenuLink a {color:White; text-decoration:none; background:none !important;}
.subMenuLink a:hover {color:White; text-decoration:underline; background:none !important;}

.subMenuLink { background:url(../Images/Backgrounds/navigation.gif) repeat-x bottom; } 
.subMenuLink td {padding:4px 2px !important; position:relative; z-index:5000;}
.subMenuHover {background:#BFA454; cursor:pointer;}


.treeMenu {font-family:"Calibri", Verdana, Sans-Serif; font-size:0.8em;}


/*********************************************
Breadcrumbs
*********************************************/

.breadcrumbs {font-family:"Calibri", Verdana, Sans-Serif; font-size:small; font-weight:bold;}

/*********************************************
Image Gallery
*********************************************/


#gallery {background:url(../Images/Backgrounds/navigation.gif) repeat-x bottom; height:153px;}


.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 850px;
height: 125px; /*Height should enough to fit largest content's height*/
margin:0px auto;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 15px; /*margin around each panel*/
width: 95px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}





#content {padding:15px 20px; font-family:"Calibri", Verdana, Sans-Serif; font-size:1.0em;}

#actionarea {clear:both; border-top:thin solid #c1a659; margin:6px 3px;
     font-family:"Calibri", Verdana, Sans-Serif;  font-size:0.9em;
}
#actionarea dd {text-align:center; float:left; width:24%;
    margin-top:10px; border-right:thin solid #bfa454;
}
#actionarea dd.last {border-right:none;}

#info {background:#bfa454; font-family:Verdana, Arial, Sans-Serif; padding:4px;
    font-weight:bold; color:#603913; font-size:0.70em;}


/*********************************************
Footer
*********************************************/

#footer {text-align:center; width:818px; margin:0px auto; position:relative; 
    font-family:Verdana, Arial, Sans-Serif; top:15px; font-size:small;}
    
#footer a {color:#333; text-decoration:none;}
#footer a:hover {text-decoration:underline;}

.aspFooter a { border-right:thin solid #333; padding:0px 4px;}
#ctl00_Menu2n4 a {border-right:none !important;}




    
/*********************************************
Misc
*********************************************/

#productInfo {font-size:small;}

#productInfo td {padding:4px;}

.pdfLinks {background:#d5cea5; border:thin solid #bdb47b; padding:5px;}
.pdfLinks ul {padding:10px 5px 10px 30px;}
.pdfLinks ul li {list-style-type:square;}

.left {float:left;}
.right {float:right; clear:right;}
.clear{height:1px; clear:both;}

.button {background:url(../Images/Backgrounds/navigation.gif) repeat-x; 
    font-weight:bold; font-size:medium; cursor:pointer; color:white; padding:2px 8px; border:thin solid #592E07;}
    
.required {color:#c00; font-style:italic;}

