/*
Theme Name: Shadow
Theme URI: http://themehybrid.com/themes/shadow
Description: A child theme of Options with a dark mixture of blacks and grays.
Template: options
Author: Justin Tadlock
Author URI: http://justintadlock.com
Version: 0.1
*/

* { margin: 0; padding: 0; }

/* Paragraphs */
p { margin: 0 0 15px 0; }

/* Lists */
ul { list-style: none; }
.post ul, .post ol { margin: 0 0 15px 25px; }
.post ul ul, .post ul ul ul, .post ol ol, .post ol ol ol { margin-bottom: 0; }

/* Code */
pre, code, pre code { font-size: 1.1em; }

/* Input */
input {
	color: #ccc;
	background: #464646;
	border: 1px solid #EEEEEE;
}

/* Object */
object { padding: 0; margin: 0; }

/* Code */
pre { overflow: auto; margin-bottom: 15px; }
blockquote { margin: 0 25px 15px 25px; padding-left: 8px; border-left: 3px solid #74aaed; }

/* Links */
a { color: #0000AA; text-decoration: none; }
a:hover { color: #0000EE; text-decoration: none; }

/* Headers */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: 'Georgia', 'Times', 'Times New Roman', serif;
	font-weight: normal;
	color: #000099;
	}
h2, h3, h4, h5, h6 { margin-bottom: 15px; }
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }
#content .post-title, #feature .post-title, #full-posts .post-title, #comments-template h3 { margin: 0; }

/* Left, right, and center alignment */
.left, .alignleft { float: left; margin-right: 10px; }
.right, .alignright { float: right; margin-left: 10px; }
.center, .aligncenter { margin: 0 auto 15px auto; display: block; }

/* Body */
body {
	color: #000;
	background: #1b1b1b;
	font: 80% Arial, Tahoma, Verdan, sans-serif;
	text-align: center;
	}

#body-container {
	width: 942px;
	margin: 15px auto 0 auto;
	padding: 0 10px;
	background: #1b1b1b;
	}
#extra-container { margin: 0 auto; }

/* Contains content and sidebar */
#container {
	float: left;
	width: 920px;
	padding: 10px;
	background: #DDDDDD;
	border: 1px solid #252525;
	text-align: left;
	}

/************************************************
	Header
************************************************/
#header-container { height: 75px; width: 100%; }

#header { float: left; width: 600px; height: 70px; text-align: left; }
#header #site-title { float: left; width: 600px; font-weight: bold; }
#header #site-title a {
	margin: 0 0 0 10px;
	width: 345px;
	height: 70px;
	display: block;
	background: url(images/header-dark.gif) no-repeat 0 0;
	}

/* Hides header text */
#header #site-title a span, #header #site-description { display: none; }
/************************************************
	Feed
************************************************/
#feed {
	float: right;
	width: 85px;
	height: 22px;
	padding: 48px 0 0 0;
	}
#feed li { display: inline; }
#feed li a { float: left; width: 34px; height: 22px; display: block; }
#feed li.feed-url a { background: url(images/dark-feed-header.jpg) no-repeat 0 0; }
#feed li.feed-email a { background: url(images/dark-email-header.jpg) no-repeat 0 0; }
#feed li.feed-url a span, #feed li.feed-email a span { display: none; }

/************************************************
	Navigation
************************************************/
/* Main and sub-navigation */
#navigation, #sub-navigation { float: left; text-transform: uppercase; letter-spacing: .03em; text-align: left; }
#navigation { width: 942px; font-size: .8em; background: #DDDDDD; }
#sub-navigation { width: 940px; font-size: .75em; background: #383838; border: 1px solid #252525; border-bottom: none; }
#nav { float: left; width: 710px; padding: 0 0 0 15px; background: #DDDDDD; }

/* List items */
#nav li li, #nav li li li { float: left; width: 150px; background: #fefefe; }
#sub-nav li li, #sub-nav li li li { float: left; width: 150px; background: #fefefe; }

/* List links */
#nav a { color: #008; display: block; padding: 10px 15px; }
#nav li li a { margin: 3px 5px; padding: 6px 10px; }
#sub-nav a { color: #e2e2e2; padding: 7px 17px; display: block; }
#sub-nav li li a { margin: 3px 5px; padding: 4px 7px; }

/* Hover states */
#nav a:hover, #nav li li a, #nav li.current_page_item li a { color: #008; background: #fefefe; }
#nav li li a:hover { color: #00E; background: #74aaed; }
#nav li.current_page_item a, #sub-nav li.current-cat a  { color: #008; }
#sub-nav a:hover, #sub-nav li li a, #sub-nav li.current-cat li a { color: #008; background: #fefefe; }
#sub-nav li li a:hover { color: #00E; background: #609be4; }

/* Drop-down controls */
#nav li, #sub-nav li { float: left; }
#nav li ul, #sub-nav li ul { margin: 0; padding: 0; position: absolute; width: 15em; left: -999em; }
#nav li:hover ul, #sub-nav li:hover ul { left: auto; z-index: 1000; }
#nav li ul li, #sub-nav li ul li { width: 15em; }
#nav li ul ul { margin: -31px 0 0 15em; }
#nav li:hover ul ul, #sub-nav li:hover ul ul { visibility: hidden; }
#sub-nav li ul ul { margin: -27px 0 0 15em; }
#nav li:hover ul ul ul, #sub-nav li:hover ul ul ul ul { visibility: hidden; }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul,
#sub-nav li:hover ul, #sub-nav li li:hover ul, #sub-nav li li li:hover ul {
	visibility: visible;
	left: auto;
	}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #sub-nav li:hover ul, #sub-nav li li:hover ul, #subnav li li li:hover ul {
	left: auto;
	}

/************************************************
	Search
************************************************/
#search { float: right; width: 185px; margin-right: 15px; }
#search form { float: right; margin: .2em 0 0 0; padding: 0 0 0; }
#search input#s { width: 170px; margin: 0; padding: 5px; }
#search .search-submit { display: none; }

/************************************************
	Main content
************************************************/
#home, #content { width: 590px; }
#no-sidebar { width: 900px; }

#home.right, #content.right, #sidebar.right { margin: 0; }
#home.left, #content.left, #sidebar.left { margin: 0; }

/************************************************
	Images
************************************************/
/* Images */
img, .post img { padding: 3px; background: #222; border: 1px solid #333; }
a img { border: none; }

/* Post / archive avatars */
#author-box img, .author .avatar { float: left; width: 100px; height: 100px; margin-right: 10px; }

/* Post images */
.single img, .attachment img { max-width: 98.5%; }

/* Feature images */
#feature img, #features-numbers img { width: 300px; margin: 0 10px 0 0; float: left; }
html>body #feature img, html>body #features-numbers img { max-width: 300px; width: auto; margin: 0 10px 0 0; }

/* Thumbnail images */
img.thumbnail { float: left; width: 100px; height: 100px; margin: 0 10px 0 0; }

/* Medium images */
img.medium { float: left; margin: 0 10px 5px 0; }

/* Flickr / gallery stream images */
#home .flickr img, #gallery-stream img { margin: 1px 15px 1px 0; width: 75px; height: 75px; }

/* Captions */
.wp-caption {
	padding: 5px 0 3px 0;
	background: #222;
	border: 1px solid #333;
	text-align: center;
	}
.wp-caption p.wp-caption-text {
	margin: 0; padding: 0 5px;
	text-align: right;
	font-size: .8em;
	color: #eee;
	}
.wp-caption img { margin: 0; padding: 0; border: none; }

.gallery { width: 100%; margin-bottom: 18px; }

/************************************************
	Sections of the site
************************************************/
/* Section headers (each section of site and sidebar) */
.section-header, .menu h2 {
	font: 1em Arial, Tahoma, Verdan, sans-serif;
	color: #EEE;
	background: #666;
	border: 1px solid #222;
	padding: 3px 5px;
	margin: 0 0 10px 0;
	font-weight:bold;
	}

/* Sections and posts */
.section, #content .post, #excerpts .post, #full-posts .post, .paged .post {
	overflow: hidden;
	width: 568px;
	margin: 0 0 10px 0;
	padding: 10px 0;
	background: #EEEEEE;
	}

/* No sidebar */
#no-sidebar { float: left; margin: 0; }
html>body #no-sidebar .post, html>body #no-sidebar #comments-template, html>body #no-sidebar .section {
	width: 898px;
	}
#no-sidebar .post, #no-sidebar #comments-template, #no-sidebar .section {
	width: 878px;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #1b1b1b;
	background: #EEEEEE;
	}

/* Posts */
#content .post, #home.paged .post { border: 1px solid #1b1b1b; padding: 10px; }

/* Breadcrumb */
.breadcrumb { border: 1px solid #1b1b1b; padding: 10px; }

/* Author box */
#author-box { border: 1px solid #1b1b1b; padding: 10px; }

/* Navigation links */
.navigation-links { border: 1px solid #1b1b1b; padding: 10px; }
.navigation-links .previous { float: left; width: 50%; }
.navigation-links .next { float: right; width: 50%; text-align: right; }

/* Navigation image attachment */
.attachment-image { max-width: 99%; margin: 15px auto; display: block; }
.navigation-attachment { float: left; width: 100%; }
.navigation-attachment img { max-width: 150px; max-height: 150px; }
.navigation-attachment .left { float: left; width: 160px; }
.navigation-attachment .right { float: right; width: 160px; text-align: right; }

/* Related posts plugin */
#related { border: 1px solid #1b1b1b; padding: 10px; }
#related ul { width: 100%; }
#related ul li { list-style-type: none; }

/* Home inserts */
#home-insert-1, #home-insert-2, #home-insert-3 {
	width: 568px;
	padding: 10px;
	border: 1px solid #1b1b1b;
	}

/* Clouds */
div.cloud { padding: 10px; border: 1px solid #1b1b1b; }

/* Excerpts / Full Posts */
#excerpts, #full-posts { width: 590px; padding: 0; margin: 0; background: transparent; }
#excerpts .post, #full-posts .post { padding: 10px; border: 1px solid #1b1b1b; }

/* Features Gallery */
#myGallery { width: 588px; height: 240px; margin: 0 0 10px 0; padding: 0; border: 1px solid #1b1b1b; }
#myGallery .imageElement { display: none; }
#myGallery h3, #myGallery h2 { font-size: 1.5em; }



/* Feature */
#feature { padding: 10px; border: 1px solid #1b1b1b; }

/* Home custom sections */
#home-custom-1, #home-custom-2, #home-custom-3 { padding: 10px; border: 1px solid #1b1b1b; }

/* Post blocks */
#post-blocks { width: 590px; background: transparent; padding: 0; margin: -10px 0 10px 0; }
#post-blocks .post { width: 268px; margin: 10px 0 0 0; padding: 10px; background: #EEEEEE; border: 1px solid #1b1b1b; }
#post-blocks .even { float: right; clear: none; }
#post-blocks .odd { float: left; clear: both; }
#post-blocks .post-title { margin: 0 0 5px 0; font-size: 1em; }

/* Post sections */
#post-sections .section { padding: 10px; border: 1px solid #1b1b1b; }
#post-sections .post-title { font-size: 1em; }

/* All post tabs */
#post-tabs .tab-content, #post-block-tabs .tab-content, #post-list-tabs .tab-content { width: 588px; padding: 0; }
#post-tabs .post-title, #post-block-tabs .post-title, #post-list-tabs .post-title { font-size: 1em; }

#post-block-tabs .post, #post-list-tabs .post { width: 270px; padding: 10px; }
#post-block-tabs .even, #post-list-tabs .even { clear: none; float: right; }
#post-block-tabs .odd, #post-list-tabs .odd { clear: both; float: left; }

/* Post tabs */
#post-tabs { background: transparent; width: 590px; padding: 0; }
#post-tabs .post { margin: 10px; }

/* Post block tabs */
#post-block-tabs { background: transparent; width: 590px; padding: 0; }
#post-block-tabs .tab-content { padding: 0; }

/* Post list tabs */
#post-list-tabs { background: transparent; width: 590px; padding: 0; }
#post-list-tabs .tab-content { padding: 0; }
#post-list-tabs .tab-content ul { margin-left: 8px; }
#post-list-tabs .tab-content li { margin: 4px 0; }
#post-list-tabs .tab-content li a { display: inline; }

/* Video numbers */
#video-numbers { background: transparent; width: 590px; padding: 0; }
#video-numbers .tabbed div.tab-content { width: 568px; top: 0; }

/* Features numbers */
#features-numbers { background: transparent; width: 590px; padding: 0; border-top: 1px solid #161616; }
#features-numbers .tabbed div.tab-content { width: 568px; top: 0; border-bottom: none; }
#features-numbers ul.tabs {
	width: 588px;
	display: block; clear: left;
	overflow: hidden;
	background: #1b1b1b;
	border: 1px solid #161616;
	}

/* Video tabbed */
#video-tabbed { padding: 10px; border: 1px solid #1b1b1b; }
#video-tabbed .video-list { float: right; width: 44%; }
#video-tabbed .video-list ul { width: 100%; }
#video-tabbed .video-list li { margin: 0 0 5px 0; border: 1px solid #222; }
#video-tabbed .video-list li a { display: block; padding: 10px; background: #DDDDDD; }
#video-tabbed .video-list li a:hover { color: #008; background: #4f4f4f; }
#video-tabbed .video-list li a.tab-current { color: #fff; font-weight: bold; }
#video-tabbed div.video { clear: none; float: left; width: 50%; }
div.v { display: none; }

/* Flickr photos and Gallery images (home) */
#home .flickr, #gallery-stream { width: 578px; padding: 10px 0 10px 10px; border: 1px solid #1b1b1b; }
#home .flickr .section-header, #gallery-stream .section-header { margin-right: 10px; }

/************************************************
	Sidebar
************************************************/
#sidebar { width: 320px; }

.menu { width: 93%; }
.tabbed { width: 100%; }
#sidebar .menu, #sidebar .tabbed { margin: 0 0 10px 0; }
#sidebar .menu, .tabbed {
	padding: 10px;
	float: left;
	overflow: hidden;
	background: #AAA;
	border: 1px solid #1b1b1b;
	}

/* Sidebar lists and sidebar tab lists */
#sidebar .tabbed ul { margin: 0; padding: 0; }
#sidebar .menu ul li a, .tabbed div ul li a {
	color: #008;
	padding: 2px 0;
	}
.menu div li, .menu div li li, #sidebar .tabbed div li, #sidebar .tabbed div li li {
	margin: 2px 0;
	padding: 0;
	float: left;
	width: 100%;
	}
#sidebar .menu li li a, .tabbed div li li a { padding: 2px 0 2px 8px; }
#sidebar .menu ul li a:hover, .tabbed div ul li a:hover { color: #00E; }

/* Feed sidebar */
#feed-sidebar li a { height: 15px; display: block; text-indent: 25px; margin-bottom: 3px; }
#feed-sidebar li.feed-url a { background: url(images/dark-feed-sidebar.jpg) no-repeat 0 .2em; }
#feed-sidebar li.feed-email a { background: url(images/dark-email-sidebar.jpg) no-repeat 0 .2em; }

/* Recent comments widget */
#sidebar ul.recent-comments li { margin: 5px 0; }
#sidebar ul.recent-comments li a { display: inline; }

/* Sidebar video */
#sidebar .video h3 { font-size: 1em; margin: 5px 0 0 0; }

/* Sidebar ads */
#sidebar .ads p { margin: 0; padding: 0; }
#sidebar .ads a img { border: none; padding: 0; }
#sidebar .ads img { width: 125px; height: 125px; margin: 3px 10px 3px 11px; border: none; padding: 0; }
#sidebar .ads img.last { margin: 0; }

/* Sidebar gallery stream and flickr images */
#sidebar .gallery-stream img, #sidebar .flickr img { width: 75px; height: 75px; margin: 3px 8px 3px 8px; }

/* Sidebar subscribe */
#sidebar .subscribe div { padding-left: 2px; }

/* Sidebar search */
#sidebar .search input { width: 96%; padding: 5px; margin: 0; }
#sidebar .search input.search-submit { display: none; }

/* Sidebar recent widget */
#sidebar .recent .post { float: left; width: 100%; margin: 0 0 10px 0; }
#sidebar .entry { padding: 0; }
#sidebar .recent h3 { font-size: .9em; margin: 0 0 1px 0; }
#sidebar .recent h3 a { font-weight: bold; }
#sidebar .recent p { font-size: .9em; line-height: 1.4em; margin: 0; padding: 0; }

/************************************************
	Tabs
************************************************/
/* Tabs (actual tabs) */
.tabbed { padding: 0; background: transparent; border: none; }
.tabbed ul.tabs {
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
	list-style-type: none;
	}
.tabbed ul.tabs li { display: inline; }
.tabbed ul.tabs li a {
	color: #008;
	float: left;
	display: block;
	margin: 0 .25em 0 0;
	padding: 5px .6em;
	background: #CCCCCC;
	border-width: 1px 1px 0 1px; border-style: solid; border-color: #161616;
	}
.tabbed ul.tabs li a.t4 { margin: 0; }
.tabbed ul.tabs li a:hover { background: #DDDDDD; text-decoration: none; }
.tabbed ul.tabs li a.tab-current { background: #EEEEEE; }

/* Tab content */
#sidebar .tabbed div.tab-content { float: left; width: 93%; }
.tabbed div.tab-content {
	float: left;
	overflow: hidden;
	clear: left;
	z-index: 0;
	margin-top: -1px;
	height: 100%;
	padding: 5px 10px 10px 10px;
	background: #EEEEEE;
	border: 1px solid #1b1b1b;
	}
div.t2, div.t3, div.t4, div.c2, div.c3, div.c4, div.c5, div.c6, div.c7, div.c8 { display: none; }

/************************************************
	Comments Template
************************************************/
#comments-template {
	overflow: hidden;
	width: 568px;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #EEEEEE;
	border: 1px solid #1b1b1b;
	}

#comments-template img { padding: 0; background: transparent; border: none; }
#comments-template ol { list-style-type: none; margin-top: 10px; }
#comments-template ol li {
	width: 97.5%;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 5px 1%;
	background: #464646;
	border: 1px solid #EEEEEE;
	}
#comments-template .avatar { float: left; width: 40px; height: 40px; margin-right: 10px; padding: 2px; background: #333; }
#comments-template ol li .comment-meta-data { float: left; margin-top: 2px; font-weight: bold; }
#comments-template ol li .comment-meta-data a.time { float: left; clear: left; margin-top: 4px; color: #eee; font-size: .95em; }
#comments-template ol li .comment-text { clear: left; padding: 10px 10px 0 10px; }
#comments-template input {
	color: #333;
	width: 50%;
	padding: 5px;
	margin: 0;
	}
#comments-template input:focus {
	color: #333;
	background: #f7f7f7;
	}
#no-sidebar input { width: 25%; }
#comments-template textarea {
	color: #444;
	width: 97%;
	padding: 7px;
	background: #464646;
	border: 1px solid #EEEEEE;
	}
#comments-template textarea:focus {
	color: #333;
	background: #f7f7f7;
	}
#comments-template input.submit-comment, #comments-template input.reset-comment, .button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	color:#CCCCCC;
	}

/************************************************
	Footer
************************************************/
#footer {
	clear: both;
	overflow: hidden;
	width: 942px;
	text-align: left;
	margin: 5px 0 15px 0;
	color:#FFFFFF;
	}
#footer p {
	margin: 5px 0;
	line-height: 1.3em;
	}

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 1px solid gray;
background: #333333;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #333333;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background:#333333; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background:#301eff; /*background of tab with "selected" class assigned to its LI */
}
/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background:#333333;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: black;
background-color: lightyellow;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color:#333333;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 175px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #9A9A9A;
}

.markermenu ul li a{
background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; /*light gray background*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: black;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: 414141;
}

.blackwhite li a:hover{
background: black;
color: #333333;
}
.sea 
{
 background: url(images/vertical_lines.jpg) repeat-y;
 padding-left:10px;
}
.sea a
{
 padding-left:10px;
}
#footer p.left { width: 50%; }
#footer a{ color:#CCCCCC; }

#logo_search {
background:#1B1B1B;
height:80px;
width:100%;
display:table;
padding-top:12px;
padding-left:8px;
margin-left:15px;

padding-bottom:0px;

}

#search_box{ float:right; width:350px; vertical-align:top; padding:0px;}
#top_menu {float:left;width:200px;height:30px;padding-top:40px; padding-bottom:0px;}
.top_menu_item1 { width:60px; height:20px; background:#666666; color:#FFFFFF;  font-size:16px; font-weight:bold; float:left; padding:10px; }
.top_menu_item2 { width:60px; height:20px; background:#DDDDDD; color:#000000;  font-size:16px; font-weight:bold; float:left; padding:10px; }
.top_menu_item1 a, .top_menu_item1 a:visited { text-decoration:none; color:#FFFFFF;}
.top_menu_item1 a:hover { text-decoration:none; color:#AAAAAA;}
#g_search{ float:right; width:350px; vertical-align:top; padding:0px; }



#logo {
display:block;
float:left;
width:340px;
height:auto;
padding:5px;

}

.sitebar_title{border:2px outset #454545; background:#000000; color: #FFFFFF; font-size:18px; font-weight:bold; padding:4px; margin:5px 0 3px 0;}

.chromestyle{
width: 100%px;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background:#666666; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
height:25px;

text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding: 1px 0px;
margin: 0;
font-size:16px;
text-decoration: none;
border:0px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #ccc; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

.basictab
{
background:#dddddd;
border:1px solid #cccccc;
}
.basictab ul{
margin: 4px;
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #cccccc;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover, .basictab li a.current{
background-color: #DBFF6C;
color: black;
}

.basictab li a:active{
color: black;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}

.glowingtabs{
float:left;
width:100%;
line-height:normal;
border-bottom: 1px solid #7e9fff; /*Add border strip to bottom of menu*/
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
background:url(/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(media/glowtab.gif) no-repeat right top;
padding: 5px 12px 3px 3px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: black;
}

.glowingtabs a.current{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a.current span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

.glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
height:100px;
}


.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url(/blockactive.gif) center center repeat-x;
}



*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}



.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


.ddcolortabs a{
float:left;
color: white;
background: #678b3f url(/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(/color_tabs_right.gif) no-repeat right top;
padding: 6px 8px 3px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #8cb85c;
}

.ddcolortabs a:hover span{
background-color: #8cb85c;
}

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
background-color: #8cb85c;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #678b3f;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}




.chromemenu{
width: 99%;
font-weight: bold;
}

.chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url(/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

.chromemenu ul li{
display: inline;
}

.chromemenu ul li a{
color: #494949;
padding: 5px 8px;
margin: 0;
text-decoration: none;
border-right: 1px solid #BBB;
}

.chromemenu ul li a:hover, .chromemenu ul li a.current{
background: url(/chromebg2.gif) center center repeat-x;
}
.im
{
background: #dddddd url('vi.gif');
width:590px;
}
