@charset "utf-8";
/* CSS Document */

#qm0 {
	z-index: 999 !important;
}
	
body
{
	margin:0 auto 0 auto;
	background-image:url(../images/bgGradient_02.jpg);
	background-repeat:repeat-x;
	background-color:white;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	behavior:url(/csshover.htc);
}

div#page
{
	width:1000px;
	margin:0 auto 0 auto;
	background-color:white;
}

div#header
{
	width:1000px;
	background-image:url(../images/header_04.jpg);
	height:62px;
	float:left;
}

div#topHeader
{
	width:1000px;
	height:20px;
	float:left;
	text-align:right;
}

div#topLinks
{
	width:300px;
	padding-left:600px;
	float:left;
	padding-right:100px;
	height:15px;
	padding-top:5px;
	color:#fdfbd0;
}

div#topLinks a, div#topLinks a:visited
{
	color:#fdfbd0;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}

div#topLinks a:hover, div#topLinks a:active
{
	color:#000000;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}

div#bottomHeader
{
	width:1000px;
	height:42px;
	float:left;
}

div#navContainer
{
	width:1000px;
	float:left;
	height:32px;
	padding-top:10px;
}

div#search
{
	width:200px;
	float:left;
	padding-left:50px;
	height:20px;
	padding-top:13px;
	color:#ffffff;
}

div#leftSide
{
	width:299px;
	height:482px;
	float:left;
	margin:0px;
	padding:0px;
	background-color:white;
}

div#logo
{
	width:289px;
	float:left;
	height:91px;
	padding-top:20px;
}

div#logoTemplate
{
	width:200px;
	float:left;
	height:91px;
	padding-top:20px;
}

div#leftCat
{
	width:299px;
	float:left;
	padding-top:8px;
	font-size:11px;
	line-height:16px;	
}

div#rightSide
{
	width:701px;
	height:482px;
	float:left;
	margin:0px;
	padding:0px;
}

div#graphic
{
	width:701px;
	float:left;
	height:482px;
}

div#bottomSection
{
	width:1000px;
	float:left;
	margin:0px;
	padding:0px;
}

div#caseStudies
{
	background-image:url(../images/caseStudies_23.jpg);
	height:223px;
	width:460px;
	padding-left:54px;
	padding-top:10px;
	float:left;
	background-repeat:no-repeat;
}

div#text
{
	background-image:url(../images/textBg_24.jpg);
	background-repeat:no-repeat;
	height:233px;
	width:361px;
	padding-left:30px;
	float:left;
	padding-right:95px;
}

div#text p
{
	margin:0px;
	padding:0px;
	padding-bottom:8px;
	padding-top:8px;
}

div#footer
{
	background-image:url(../images/footer_26.jpg);
	background-repeat:repeat-y;
	width:1000px;
	float:left;
	padding-bottom:15px;
}

div#footerText
{
	font-size:10px;
	color:white;
}

h1
{
	color:#000;
	font-size:24px;
	font-weight:bold;
	margin:0px;
	font-family:"Myriad Pro", "Myriad Pro Cond", sans-serif, Arial;
	padding:0px;
}

h2
{
	font-size:18px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	padding-top:3px;
	padding-bottom:5px;
	color:#d29f32;
	font-family:"Myriad Pro", "Myriad Pro Cond", sans-serif, Arial;
}

a, a:visited
{
	color:#d69f0f;
	font-weight:bold;
	text-decoration:none;
}

a:hover, a:active
{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}


/*Template styles*/

div#contentContainer
{
	width:1000px;
	float:left;
	background-image:url(../images/bottomTemplate_27.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:88px;
	background-color:white;
}

div#rightSideTemplate
{
	width:790px;
	border-left:2px solid #d4a032;
	float:right;
}

div#graphicTemplate
{
	width:790px;
	float:left;
	margin:0px;
	padding:0px;
	height:213px;
	text-align:right;
}

div#textTemplate
{
	width:765px;
	float:left;
	min-height:300px;
	margin:0px;
	padding:0px;
	padding-left:10px;
	padding-right:15px;
	padding-bottom:25px;
}

div#leftSideTemplate
{
	width:200px;
	float:left;
	margin:0px;
	padding:0px;
}

div#leftNav 
{
	margin-left:10px;
	width:190px;
}

div#leftNav h1
{
	font-size:16px;
}


/*--- CSS Document --------------------------------------------------------------------------
	File Name: holyhack.css
	Date: 6-22-06
	Description: Holy Hack for keeping divs from collapsing when they hold no content (floated divs) 
	Note: This is a hack for Internet Explorer 6 (This may not work for Internet Explorer 7)
-------------------------------------------------------------------------------------------*/

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* for ie on a mac */
.clearfix
{
	display: inline-table;
}

/* Hides from IE-mac \*/
*html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
/* End hide from IE-mac */


.centerTable {
	margin: 0 auto;
	text-align: center;
}


.img
{
	border:0px;
}

div#textTemplate a img
{
	border:none;
}

div#textTemplate a img, div#textTemplate a img:visited
{
	border:1px solid #000;
}

div#textTemplate a img:active, div#textTemplate a img:hover
{
	border: 1px solid #d69f0f;
}

.bread_crumbs {
	margin: 0 0 10px 0;
}

.navOnlyLink { cursor: default; }


/* USED TO TEMPORARILY REMOVE HEADER IMAGES */
div#graphicTemplate {
	display: none;
}
div#textTemplate {
	padding-top: 15px;
}
/* END */


/*--- Default Styles ---*/
#qm0 { z-index: 12 !important; }
.navOnlyLink { cursor: default; }
.centerTable {margin: 0 auto; text-align: center;}
.imageFloatLeft {float:left; margin: 6px;}
.imageFloatRight {float:right; margin: 6px;}
.center { text-align: center; }
span.underline {text-decoration:underline}
span.strikethrough {text-decoration:line-through}
.colors-navy {color: #000080;}
.colors-blue {color: #0000ff;}
.colors-red {color: #ff0000;}
.colors-dark-red {color: #8b0000;}
.colors-orange {color: #ffa500;}
.colors-green {color: #008000;}
.colors-dark-green {color: #006400;}
.colors-gray {color: #808080;}
.colors-dark-gray {color: #666666;}
.colors-light-gray {color: #d3d3d3;}
a img {border: none;}
/*--- END ---*/
