/* ----------------------------------------------------------------------*/
/* ---- COLORS <<<-----------*/
/* ----------------------------------------------------------------------*/
.black { background-color:#000; }
.white { background-color:#FFF; }

.tan, .tan td { background-color:#E0C398; }
.tandark, .tandark td { background-color:#BFA686; }
.blue, .blue td { background-color:#005295; }
.bluedark, .bluedark td { background-color:#003768; }
.lightblue, .lightblue td { background-color:#7FA8CA; }
.medblue, .medblue td { background-color:#407DB0; }
.red, .red td { background-color:#B30838; }
.redmedium, .redmedium td { background-color:#930934; }
.reddark, .reddark td { background-color:#750A30; }

/* ----------------------------------------------------------------------*/
/* ---- TEXT COLORS <<<-----------*/
/* ----------------------------------------------------------------------*/
.txt_black { color:#000; }
.txt_white { color:#FFF; }

.txt_tan { color:#E0C398; }
.txt_tandark { color:#BFA686; }
.txt_blue { color:#005295; }
.txt_bluedark { color:#003768; }
.txt_lightblue { color:#7FA8CA; }
.txt_medblue { color:#407DB0; }
.txt_red { color:#B30838; }
.txt_redmedium { color:#930934; }
.txt_reddark { color:#750A30; }

/* ----------------------------------------------------------------------*/
/* ---- COMMON CLASSES <<<-----------*/
/* ----------------------------------------------------------------------*/

.width100 { width: 100%; }
.width75 { width: 75%; }
.width50 { width: 50%; }
.float_left { float: left; }
.float_right { float: right; }
.align_left { text-align: left; }
.align_right { text-align: right; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden }
.clearfix { clear: both; display: block; }
.pad { padding: 10px; }
.pad_left { padding-left: 10px; }
.pad_right { padding-right: 10px; }
.pad_top { padding-top: 10px; }
.pad_btm { padding-bottom: 10px; }
.margin_left { margin-left: 10px; }
.margin_right { margin-right: 10px; }
.margin_top { margin-top: 10px; }
.margin_btm { margin-bottom: 10px; }
.border { border:solid 1px #000 }
.border_left { border-left:solid 1px #000 }
.border_right { border-right:solid 1px #000 }
.border_top { border-top:solid 1px #000 }
.border_btm { border-bottom:solid 1px #000 }
table.twocol td { width: 50%; }
table.threecol td { width: 33.333%; }
table.fourcol td { width: 25%; }
div.twocol { width: 50%; }
div.threecol { width: 33.333%; }
div.fourcol { width: 25%; }
table.pad_cel td { padding: 3px; }
.center { margin:0px auto }
.hide { display:none; position: absolute; top: -5000em; left: -5000em;}


/* ----------------------------------------------------------------------*/
/* ---- BASIC HTML TAGS <<<-----------*/
/* ----------------------------------------------------------------------*/

body {
	background: url(../images/bg_body.gif) repeat left top;
	color: #003768;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height: 1em;
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS, Arial, Geneva, Helvetica, sans-serif;
}

h1 {
	color: #930934;
	font-size: 2em;
	font-weight: bold;
	line-height: 2.2em;
	border-bottom: 1px solid #EBD9BD;
	margin-bottom:.5em;
}

h2 {
	color:#003768;
	font-size:1.8em;
	font-weight:bold;
	line-height:1.2em;
	margin-bottom:10px;
}
h1 small, h2 small{
	display:block;
	color: #333;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4em;
}
h3 {
	color: #333;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.8em;
}
h4 {
	background-color:#003768;
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom:.5em;
	padding:.5em;
}
h5 {
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom:.5em;
}
h6 {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	text-transform: uppercase;
}

p {
	margin: 0 0 10px 0;
	line-height: 1.6em;
	font-size: 12px;
}
#home_text p {
	margin: 0 0 10px 0;
	line-height: 1.8em;
	font-size: 1.4em;
}
hr {
	background: #EBD9BD;
	color: #EBD9BD;
	height: 1px;
	border: 0px;
	margin: 0px 0px 10px 0px;
}
hr.home {
	margin: 0 0 20px 0;
}
td {
	vertical-align: top;
}
th {
	font-weight: bold;
	color: #FFF;
	background: #333;
	vertical-align:middle;
	border-left: 1px solid #FFF;
}
th:first-child {
	border-left: none;
}
em {
	font-style: italic;	
}
strong {
	font-weight:bold;
}

/* ----------------------------------------------------------------------*/
/* ---- LINKS <<<-----------*/
/* ----------------------------------------------------------------------*/

/* Sets the style for unvisited links. */
a,  a:link {
	color: #B30838;
	font-weight: normal;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #B30838;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #7FA8CA;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #B30838;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #B30838;
}

a.pdf, a.doc, a.folder { padding-left:15px; }
a.pdf { background: url(../images/bullet_pdf.gif) no-repeat; }
a.doc { background: url(../images/bullet_page.gif) no-repeat; }
a.folder { background: url(../images/bullet_folder.gif) no-repeat; }

/* ----------------------------------------------------------------------*/
/* ---- FORMS <<<-----------*/
/* ----------------------------------------------------------------------*/

/* (en) reset monospaced elements to font size 16px in Gecko browsers */
textarea, pre, tt, code { font-family:"Courier New", Courier, monospace; }

input, select, label {
	vertical-align: middle;
}
form.contact label {
	display:block;
	vertical-align:middle;
	margin:0px 0px 12px;
	font-size:1.2em;
	font-weight:bold;
}
form.contact input {
	width:20em;
	margin-right:1em;
	height:1.5em;
}
form.contact textarea {
	margin:0px 0px 12px;
	display:block;
	height:150px;
	width:400px;
}
form.contact input, form.contact textarea {
	background-color:#f2f6fa;
	border:solid 1px #003768;
	font-size:1.2em;
	font-weight:normal;
	color:##005295;
}
form.contact input.btn_submit, form.contact input.btn_reset {
	background: url(../images/btn_submit.gif) no-repeat left top;
	display:block;
	float:left;
	height:30px;
	position:relative;
	width:85px;
	text-indent:-1000em;
	border:none;
	font-size: 0;
}
form.contact input.btn_reset {
	background: url(../images/btn_reset.gif) no-repeat left top;
}
form.contact input.btn_submit:hover, form.contact input.btn_reset:hover {
	background-position: left -30px;
}
.textfieldRequiredMsg {
	display:none;
}

/* ----------------------------------------------------------------------*/
/* ---- LISTS <<<-----------*/
/* ----------------------------------------------------------------------*/

ul, ol, dl { margin: .5em 0 .5em .5em; }
#contentWrapper li {
	background: url(../images/bullet_red.png) no-repeat left .7em;
	line-height: 1.5em;
	margin: .5em 0 0;
	border-top: 1px solid #999999;
	padding:.5em 0 0 1.5em;
	display:block;
}
#contentWrapper .right_block li {
	background: none;
	line-height: 1.5em;
	margin: .5em 0 0;
	border-top: 1px solid #999999;
	padding:.5em 0 0 0;
	display:block;
}
#contentWrapper li:first-child {
	border-top: none;
}

dt { font-weight: bold; }
dd { margin: 0 0 1em 2em; }

blockquote, cite { margin: 0 0 1em 1.5em; }

#contentWrapper .pdflist li, #contentWrapper li.pdflist {
	background: url(../images/bullet_pdf.gif) no-repeat left top;
}
#contentWrapper .doclist li, #contentWrapper li.doclist {
	background: url(../images/bullet_page.gif) no-repeat left top;
}
#contentWrapper .folderlist li, #contentWrapper li.folderlist {
	background: url(../images/bullet_folder.gif) no-repeat left top;
}

/* ----------------------------------------------------------------------*/
/* ---- PAGE STRUCTURE <<<-----------*/
/* ----------------------------------------------------------------------*/

#outerWrapper, #footer {
	margin: 0px auto;
	text-align: left;
	width: 950px;
}
#outerWrapper {
	background: url(../images/bg_wrapper.gif) repeat-x left top;
	padding-top:30px;
}
#outerWrapper #header {
	background: #FFF url(../images/bg_header.gif) repeat-x left top;
	height: 143px;
	position:relative;
	z-index: 11;
}
	#header #topnav { position:absolute; top: 10px; right: 10px; text-align:right; }
#top_quote {
	float:right;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	line-height:1.2em;
	padding:25px 130px 0 0;
	position:absolute;
	right:5px;
	text-indent:-0.5em;
	width:130px;
}

/* Added this div and set width to force IE 6 to display Background Image properly */
#outerWrapper #nav_container {
	background: #940934 url(../images/bg_nav.gif) repeat-x left top;
}
#outerWrapper #nav {
	padding-left: 228px;
	z-index: 10;
}
/* Col1 left column */
#outerWrapper #contentWrapper #col1 {
	background: url(../images/bg_col1.gif) repeat-x left top;
	float: left;
	width: 228px;
}
/* Col2 right column */
#outerWrapper #contentWrapper #col2 {
	background: url(../images/bg_col2.gif) repeat-x left top;
	float: right;
	width: 228px;
}
/* Col3 contains the main page content */
#outerWrapper #contentWrapper #col3 {
	background: url(../images/bg_col3.gif) repeat-x left top;
}
#footer_container {
	background: #00213E url(../images/bg_footer_container.jpg) repeat-x left top;
}
#footer {
	background: url(../images/bg_footer.gif) repeat-x left top;
	padding:60px 10px 205px;
	color:#FFF;
	font-size:.9em;
}

#header, #nav, #contentWrapper, #footer, #footer_container { clear:both; }

/* ----------------------------------------------------------------------*/
/* ---- COLUMN CONTROLS <<<-----------*/
/* ----------------------------------------------------------------------*/

#col1 {z-index: 3}
#col2 {z-index: 5}
#col3 {z-index: 1}
#col1_content {z-index: 4; padding:60px 0px 50px 8px;}
#col2_content {z-index: 6; padding:10px;}
#col3_content {z-index: 2;  padding:0px 18px 10px;}
#col1_content, #col2_content, #col3_content { position:relative }

.showall { background: url(../images/bg_threecol.gif) repeat-y left top; }
.hidecol2 { background: url(../images/bg_leftcol.gif) repeat-y left top; }
.hidecol1 { background: url(../images/bg_rightcol.gif) repeat-y left top; }
.hideboth { background: url(../images/bg_nocolumn.gif) repeat-y left top;	}

/* Set the class of #contentWrapper for a 1, 2 or 3 column layout */
/* 3 col layout */
.showall #col3 {margin-left: 228px; margin-right: 228px}
/* 1 col layout */
.hideboth #col3 {margin-left: 0; margin-right: 0}
/* 2 col layout Right Sidebar */
.hidecol1 #col3 {margin-left: 0; margin-right: 228px}
/* 2 col layout Left Sidebar */
div.hidecol2 #col3 {
	float:right;
	width:722px;
	margin-right: 0
}
#consultation {
	margin: 0 0 10px 0;
}


/* The following hides the unnecessary columns */
.hideboth #col1, .hideboth #col2 {display:none; position: absolute; top: -5000em; left: -5000em;}
.hidecol1 #col1 {display:none; position: absolute; top: -5000em; left: -5000em;}
.hidecol2 #col2 {display:none; position: absolute; top: -5000em; left: -5000em;}


/* ----------------------------------------------------------------------*/
/* ---- HEADER <<<-----------*/
/* ----------------------------------------------------------------------*/

#logo {
	float:left;
	margin: -30px -6px -82px -18px;
	position:relative;
	z-index:100;
}
.btn_testimonials {
	background: url(../images/btn_testimonials.gif) no-repeat left top;
	border:none;
	display:block;
	float:right;
	font-size: 0;
	height:20px;
	margin:10px 8px;
	width:147px;
	text-indent:-1000em;
}
.btn_testimonials:hover {
	background-position:left -20px;
	cursor:pointer;
}

/* ----------------------------------------------------------------------*/
/* ---- NAVIGATION <<<-----------*/
/* ----------------------------------------------------------------------*/

#nav ul, #nav li {
	margin:0px;
	padding:0px;
}

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal {
	list-style-type: none;
	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 {
	list-style-type: none;
	position: relative;
	text-align:center;
	cursor: pointer;
	width: 10.5em;
	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 {
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 10.5em;
	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: 10.5em;
	font-size: 1em;
	text-align:left;
	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
#nav ul.MenuBarHorizontal ul ul {
	position: absolute;
	margin: -1% 0 0 98%;
}
/* 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;
}

/* ----------------------------------------------------------------------*/
/* ---- NAV DESIGN INFO <<<-----------*/
/* ----------------------------------------------------------------------*/

ul.MenuBarHorizontal ul {
	border: 1px solid #750A30;
	background-color:#7FA8CA;
}
ul.MenuBarHorizontal a, ul.MenuBarHorizontal a:visited  {
	display: block;
	cursor: pointer;
	font-size: 1.3em;
	font-weight:bold;
	padding: 1em 0.75em;
	color: #FFF;
	text-decoration: none;
	background: url(none);
	vertical-align:middle;
	background: #74041F url(../images/bg_nav.gif) repeat-x left top;
}
ul.MenuBarHorizontal ul a, ul.MenuBarHorizontal ul a:visited {
	display: block;
	cursor: pointer;
	font-size: 1em;
	font-weight:normal;
	padding: 0.75em;
	color: #FFF;
	text-decoration: none;
	background: #7FA8CA url(none);
}
/* First Level of Navigation Hover Style */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus, ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
	background: #74041F url(../images/bg_nav_hover.gif) repeat-x left top;
	color: #FFF;
	text-decoration: none;
}
/* Menu items that are open with submenus */
ul.MenuBarHorizontal ul a.MenuBarItemHover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible {
	background:#B30838 url(none);
	color: #FFF;
}

/* ----------------------------------------------------------------------*/
/* ---- NAV SUB MENU <<<-----------*/
/* ----------------------------------------------------------------------*/

/* 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 {
	
}
/* 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(../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 {
	
}
/* 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(../SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* ----------------------------------------------------------------------*/
/* ---- NAV BROWSER HACKS <<<-----------*/
/* ----------------------------------------------------------------------*/

/* 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;
	}
}

/* ----------------------------------------------------------------------*/
/* ---- COLUMN 1 LEFT COL <<<-----------*/
/* ----------------------------------------------------------------------*/

.sidebar_blue {
	background: url(../images/bg_sidebar_blue.gif) repeat-y left top;
	color:#FFF;
}
	.sidebar_blue a, .sidebar_blue a:link, .sidebar_blue a:visited {
	color:#FFF;
	text-decoration:underline;
	}
.sidebar_blue_top {
	background: url(../images/bg_sidebox_blue_top.gif) no-repeat left top;
}
.sidebar_blue_btm {
	background: url(../images/bg_sidebar_blue_btm.gif) no-repeat left bottom;
	padding: 25px 33px 25px 20px;
	height:expression(document.body.clientHeight < 150? "150px": "auto" );
	min-height:150px;	
}
#contentWrapper .sidebar_blue ul {
	margin:0px;
	padding:0px;
}
#contentWrapper .sidebar_blue li {
	background: url(../images/bullet_red.png) no-repeat left .05em;
	line-height: 1.2em;
	margin: 0px 0px 3px;
	border-top: none;
	padding: 0px 0px 3px 15px;
}


/* ----------------------------------------------------------------------*/
/* ---- COLUMN 2 RIGHT COL <<<-----------*/
/* ----------------------------------------------------------------------*/



/* ----------------------------------------------------------------------*/
/* ---- COLUMN 3 MIDDLE COL <<<-----------*/
/* ----------------------------------------------------------------------*/

/* added this div to add top padding to col3_content and still display bg correctly in IE */
.topbump {
	display:block;
	height:33px;
	position:relative;
}
.overhang {
	z-index: 1;

}
#topbox_container {
	position:relative;
	/*height:18em;*/
	background: url(../images/bg_box.gif) no-repeat left bottom;
	margin-top:30px;
	margin-bottom:20px;
	/*float:right;*/
	width:683px;
}
.topbox {
	float:left;
	width:217px;
	position:relative;
	margin-bottom: 10px;
	margin-top:-30px;
}
.boxmargin {
	margin-left:16px;
}
div.topbox .top {
	background: url(../images/bg_box_top.png) no-repeat left top;
	color:#FFF;
	font-weight:bold;
	font-size:1.2em;
	padding: 12px 10px 12px 38px;
}
div.topbox .bottom {
	width:217px;
	/*height:16em;*/
}
div.topbox .bottom div {
	padding: 10px 15px;
}
div.topbox .bottom p  {
	font-size:1em;
	margin: 10px;
}
#home_text {
	width:450px;
}
.right_block {
	background-color:#F7F0E5;
	float:right;
	width:300px;
	margin:0 0 10px 10px;
}
.right_block div {
	margin-left:10px;
	margin-right:10px;
}
.right_block p  {
	font-size:11px;
	margin: 0 10px 10px 10px;
}


/* ----------------------------------------------------------------------*/
/* ---- JQUERY STRIPING <<<-----------*/
/* ----------------------------------------------------------------------*/

table.striped tr.row_gray, table.striped tr.row_gray td {
	background: #EAEBEC;
}

/* ----------------------------------------------------------------------*/
/* ---- FOOTER <<<-----------*/
/* ----------------------------------------------------------------------*/

#footer_content {
	text-align:center;
}
#footer_content p {
	margin:0px;
}

/* Sets the style for unvisited links. */
#footer a,  #footer a:link { color: #FFF; font-weight:normal;}
/* Sets the style for visited links. */
#footer a:visited { color: #FFF; }
/* Sets the style for links on mouseover. */
#footer a:hover { color: #7FA8CA; }
/* Sets the style for a link that has focus. */
#footer a:focus { color: #FFF; }
/* Sets the style for a link that is being activated/clicked. */
#footer a:active { color: #FFF; }

/* ----------------------------------------------------------------------*/
/* ---- IE BACKGROUND FIX <<<-----------*/
/* ----------------------------------------------------------------------*/

/* divs that do not have a width set whose backgrounds do not display in IE 6*/
/* make sure these divs do not have margin or padding applied*/
#nav_container, #contentWrapper, .sidebar_blue, .sidebar_blue_top {
	width:100%;
}
#industry_news {
	margin-bottom: 15px;
}
