/*  
Theme Name: MILLENNIUM CONSULTING
Theme URI: http://www.millennium-consulting.com
Description: Custom Made for MILLENIUM CONSULTING
Version: 1.0
Author: Bill Klingensmith		
Author URI: http://mydarndest.com/

*/
@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 110px;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 110px;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 110px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #666666;
	padding: 0.5em 0.75em;
	color: #FFFFFF;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #7D9EB4;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #7D9EB4;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(http://www.millennium-consulting/SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(http://www.millennium-consulting/SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(http://www.millennium-consulting/SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(http://www.millennium-consulting/SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}


/* CSS Document */

.currentNews {
	text-align: left;
	margin: 0px;
	float: left;
	width: 270px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 1.3em;
	color: #333333;
	background-color: #FFFFFF;
}
.textRightColumn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding: 20px;
	width: 560px;
}
.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.textLeft {
	float: left;
	width: 330px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	line-height: 1.4em;
	color: #333333;
}
.formLeft {
	float: left;
	width: 100px;
}
.formRight {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}
.textRight {
	float: right;
	width: 180px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 10px;
}
.textLeft h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #99CC66;
	margin: 0px;
	padding: 0px;
}
.location {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #CCCCCC;
	text-align: left;
	margin: 0px;
	padding: 10px;
	width: 780px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99CC99;
	float: left;
}
.strength {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	color: #333333;
	float: left;
	background-image: url(images/strength.jpg);
	padding-right: 25px;
	padding-top: 80px;
	padding-bottom: 10px;
	padding-left: 28px;
	height: 205px;
	background-color: #DBE6DA;
	background-repeat: no-repeat;
	width: 246px;
}

.mapBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	color: #333333;
	float: right;
	width: 300px;
	height: 260px;
	background-color: #CCCC6A;
}

.location strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #333333;
	margin-top: 10px;
}
.strengthExpectCol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
	float: left;
	width: 250px;
	margin-top: 55px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}
.phoneLoc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666666;
}
.topRow {
	float: left;
	width: 600px;
	background-image: url(images/welcome_bg.jpg);
	background-repeat: repeat-y;
}
.welcome {
	padding: 20px;
	float: left;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #FFFFFF;
}
.navLeftSpace{
	width: 180px;
	height:10px;
	background-color:#000;
	margin: 0px;
	padding: 10px;
	float: left;
}

.navigationBox {
	background-color: #666666;
	float: right;
	width: 600px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#mainContainer {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
.jobSearch {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 800px;
	overflow: visible;
	visibility: hidden;
}
#headContainer {
	margin: 0px;
	width: 800px;
	float: left;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	padding: 0px;
	height: 160px;
	overflow: hidden;
}
#contentContainer {
	background-color: #DFE1AF;
	margin: 0px;
	float: left;
	width: 800px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	padding: 0px;
}
#contentContainerJob {
	background-color: #FFF;
	margin: 0px;
	float: left;
	width: 800px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	padding: 0px;
	background-image: url(images/location_bg.jpg);
	background-repeat: repeat-y;
}
#footerContainer {
	background-color: #000000;
	float: left;
	width: 790px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	padding: 5px;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#headContainer .logo {
	background-color: #255875;
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 275px;
}
#headContainer .imageHead {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 340px;
}
#headContainer .webPass {
	float: left;
	width: 185px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #739294;
}
#contentContainer .leftColumn {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
}
leftColumnJobs {
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #7D9EB4;
	border: 1px solid #000000;
}
.leftColumn .testTemonials {
	padding: 20px;
	width: 160px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}
#contentContainer .rightColumn {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 600px;
	background-image: url(images/location_bg.jpg);
	background-repeat: repeat-y;
}
#contentContainer .rightColumnJob {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 800px;
	background-image: url(images/location_bg.jpg);
	background-repeat: repeat-y;
}
.bodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.7em;
	color: #333333;
}
.newsDate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #8C9E5C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-top: 5px;
}
.newsTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	color: #6699FF;
}
.Row {
	width: 600px;
}
.textLeft i {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #1C4561;
	font-style: normal;
}
/* ******************************
  ANCHOR TAG STYLES
****************************** */
a.FOOTER:link    { color: #FFFFFF; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; text-align: center; }
a.FOOTER:visited    { color: #FFFFFF; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; text-align: center; }
a.FOOTER:hover    {
	color: #999999;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1D3A81;
}
a.FOOTER:active    { color: #999999; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; background-color: #333333; text-align: center; }

a.news:link    {
	color: #003366;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003399;
}
a.news:visited   {
	color: #003366;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003399;
}
a.news:hover  {
	color: #006699;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
a.news:active    {
	color: #003366;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
form {
	float: left;
}
a.linkage:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
	background-color: #DFE2DE;
}
a.linkage:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
	background-color: #DFE2DE;
}
a.linkage:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	color: #ffffff;
	text-decoration: underline;
	background-color: #000000;
}
a.linkage:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFCC;
}
.topHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #000000;
	text-align: center;
	padding: 10px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.serviceSubText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #245874;
}
body {
	background-color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}
.post{
	color: #333333;
	padding: 10px;
}
.post h2 a {
	color: #333333;
	font-size: 18px;
}
.post small a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
}
#commentform a {
	color: #666666;
	text-decoration: underline;
}
.textLeft a {
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
#menu ul, #menu ul ol {
	margin: 0;
	padding: 0;
	}

#menu ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#menu ul p, #menu ul select {
	margin: 5px 0 8px;
	}

#menu ul ul, #menu ul ol {
	margin: 5px 0 0 10px;
	}

#menu ul ul ul, #menu ul ol {
	margin: 0 0 0 10px;
	}

ol li, #menu ul ol li {
	list-style: decimal outside;
	}

#menu ul ul li, #menu ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#menu h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#menu li a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
#menu li a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
#menu li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #666666;
}
#menu li a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
.currentNews ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.currentNews ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 10px;
}
.currentNews li a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
.currentNews li a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
.currentNews li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #B0D1A6;
	text-decoration: underline;
	background-color: #666666;
	font-weight: bold;
}
.currentNews li a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.postmetadata {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6D8696;
}
#respond {
	margin: 0px;
	padding: 0px;
}
.currentJobs ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.currentJobs ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 10px;
	margin: 0px;
	padding-right: 5px;
	padding-left: 0px;
}
.currentJobs li a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
.currentJobs li a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
.currentJobs li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #B0D1A6;
	text-decoration: underline;
	background-color: #666666;
	font-weight: bold;
}
.currentJobs li a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
.topRow .currentJobs {
	float: left;
	width: 232px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #FFFFFF;
	margin-left: 5px;
}
.currentNews em a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	display: block;
	float: right;
}
.currentNews em.category a {
	font-size: 10px;
	font-weight: normal;
}
.currentNews p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
.currentNews a h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	clear: both;
	float: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
.topRow .currentJobs p {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.topRow .currentJobs h3 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
