/*----- Global Styles -----*/

/* 
	Scripting and CSS Author: Justin Sheehy
	Graphics and Color Scheme by Evan Dewalt
*/

body {
	background-color: #4b4427;
	background-image:url('Images/gif/dewalt-bg-stretch.gif');
	background-repeat:repeat;
	background-position:top left;
	color:#dedfe1;
}

#hTable { margin:0 auto 0 auto; width:787px; }

blockquote, span, p {
	color:#000000;
}

br {line-height:normal !important; margin:0; padding:0;}

td {
	color:#000000;
	font-family: arial;
	font-size: 11px;
	}

img { border:0px !important; display:block; }
	
a {
	color: #1A7FA9;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
	}
	
a:hover {
	color: #1B2834;;
	text-decoration:none;
	}

table {
	background-color:#A6B8CE;
}

/*----- Class Styles -----*/

.pageHeader {
	font:30px times new roman;
	color:#336699;
	line-height:40px;
	display:block;
	vertical-align:top;
	}
	
.bodyText {
	line-height:20px;
	font-family: arial;
	font-size:11px;
}

.bodyText table { 
	margin:0 auto; 
	text-align:left!important;
}


.bodyText table td {
	padding-left:10px;
}

.tagline {
	color:#000000;
    font-size: 11px;
}

.cPad {
	margin:0 auto;
	padding:10px;
	text-align:left;
	text-indent: 20px;
	white-space: normal;
}

img.construction { margin:0 auto; }

/*----- ID Styles -----*/

#columnSet {display:none;}

#banner { 
	height:110px;
	vertical-align:top;
	white-space:nowrap;
	background-color:#A6B8CE;
	width:787px;
	background-image:url('Images/jpeg/homepage-banner.jpg');
	display:block 
}

#main{ 
	background-color:#a6b8ce !important;
	padding:10px 0px;
}



#shadows { background-color:transparent !important; margin:0 auto;  height:18px;}

#shadows * { background-color:transparent !important; }

#shadowRepeat{
	background-image:url('Images/png/transparency-sprite.png'); 
	background-position:-18px -122px;
}

/*----- Nav Style -----*/

/* centers and sets text size for all text included in the navigation.  Moves all objects to highest layer */
#navigation *  
{
	text-align: center;
	z-index: 1000;
}

/* the top level ul item that holds all menus */
#navigation
{
	margin:0 auto;
	padding: 0;
	list-style-type: none;
	height:28px;
	width:auto;
	background-image:url('Images/png/transparency-sprite.png'); 
	background-position:-1px -93px;
	white-space:nowrap;
}

/* styling for all menu items */
#navigation li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	width: auto;
	float: left;
	background-color: Transparent;
	background-image:url('Images/gif/menu-edge.gif');
	background-position:top left;
	background-repeat: no-repeat;
	height:28px;
}

/* style for all pullouts and dropdowns */
#navigation ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 175px;
	position: absolute;
	left: -1000em;
	top:28px;
}

/* divider styles */
#navigation li > hr 
{
	width:80%;
	margin:14px auto;
	filter:alpha(opacity=30);
	-khtml-opacity:.3; 
	-moz-opacity:.3; 
	-ms-filter:"alpha(opacity=30)"; 
	opacity:.3;
}

/* background settings for menu items below the topmost dropdowns */
#navigation li ul li
{
	width: 175px;
	background-image:url('Images/png/transparency-sprite.png'); 
	background-position:-1px 0;
	background-color:transparent;
}

/* third level dropright menus */
#navigation ul ul
{
	position: absolute;
	z-index: 1100;
	right: -176px;
	display: none;
	top:-5px;
	left:175px!important;
}


/* any hovered list item at any level */
#navigation > li.over > ul, #navigation > li:hover > ul,
#navigation > li > ul > li:hover > ul,  #navigation > li > ul > li.over > ul
{
	display: block;
}

/* all links within menu items */
#navigation a
{
	margin:0;
	display: block;
	background-color: Transparent;
	padding:0.7em .8em 0.6em .8em;
	color: #211f21;
	text-decoration: none;
	text-transform:uppercase;
	font-size:10px;
	height:auto;
	line-height:12px;
}

/* text color for any hovered menu item */
#navigation a:hover
{
	color:#211f21;
}

/* any menu item below the first level */
#navigation li > ul > li > a, #navigation > li > ul > li > ul > a
{
	font-size:11px;
	background-color:transparent;
	border: none;
	background-image: none;
	text-transform:none !important; /* overrides inherited uppercase */
}

/* shows the dropdown for a given menu item */
#navigation > li:hover > ul, #navigation > li.over > ul,
#navigation > li > ul > li:hover > ul, #navigation > li > ul > li.over > ul
{
	position: absolute;
    left: auto;
	clear: both;
}

/*changes the highlight of a top level selected menu */
#navigation > li:hover
{
	background-color:#C9C295 !important;
	background-image:url('Images/gif/menu-edge.gif');
	background-position:top left;
	height:26px;
}

/* menu items on the second and third levels */
#navigation > li > ul > li:hover,
#navigation > li > ul > li > ul > li:hover
{
	color:#000000;
	background-color:transparent !important;
	background-image:url('Images/png/transparency-sprite.png'); 
	background-position:-176px 0;
	background-repeat:repeat-y;
}

a.dropdown { 
	font-size:11px !important;
	letter-spacing:.1px;
}

a.dropdown-mod { 
	font-size:.8em;
	letter-spacing:1px;
	padding:0.7em 1.2em 0.6em 1.2em !important;
}

a.dropright
{
	background-image:url('Images/gif/DropRight.gif') !important;
	background-repeat:no-repeat;
	background-position: 94% 54%;
}

a.dropright:hover
{
	background-repeat:no-repeat !important;
}

#navigation #lastDD_Menu:hover ul,
#navigation #lastDD_Menu.over ul { 
	position: absolute;
	left:-77px !important;
	z-index: 1050;
	clear: both;
}

#navigation #lastDD_Menu ul li:hover ul,
#navigation #lastDD_Menu ul li.over ul
 {
	top:2px;
	left:-175px!important;
}

#navigation li.liMenuBottom,
#navigation li.liMenuTop{
	background-color:transparent !important;
	background-repeat:no-repeat;
	background-image:url('Images/png/transparency-sprite.png');
}

#navigation li.liMenuTop, #navigation li.liMenuTop:hover
{
	height:4px !important;
	background-position:-1px -59px;
	line-height:4px;
	padding:0!important;
}

#navigation li.liMenuBottom, #navigation li.liMenuBottom:hover
{
	height:10px !important;
	background-position:-1px -64px;
	line-height:10px;
	padding:0!important;
}


/*----- Contact Navigation -----*/

#tagline { 
	border-top:1px solid #C5C5C5;
	height:40px;
	background-color:#FFFFFF;
	vertical-align:middle;
}

#tagline ul{
	list-style-image:none;
	list-style-type:none;
	width:787px;
	white-space:nowrap;
}

#tagline ul li {
	width:auto;
	display:inline;
	font-family:"Myriad Pro", "Times New Roman", serif;
	text-align:center;
	font-size:13px;
	color:#211f21;
	height:auto;
	border-right:1px solid #211f21;
	padding:2px 8px;
	text-transform:uppercase;
}

/* ------ Override Styles ------- */
.noLborder { border-left:0!important; }
.noRborder { border-right:0!important; }
.noBorder { border:0!important; }
.noBGimage { background-image:none!important; }
