/* *************************************************************************
Title : CSS main styles
Author : Designkitchen, Inc.
Description : Common styles for layout and appearance
Created : 28.march.2007 
Modified : 20.june.2009, H. Wadsworth, Fianchetto, Ltd., Chicago.


CSS TOC
=HTML SELECTORS
=LAYOUT
=NAVIGATION
=SECTION SPECIFIC
************************************************************************* */

/* =PAGE CONTENT */
@import url("/css/content.css");


/* *************************************************************************
=HTML SELECTORS
************************************************************************* */
* {
}	
html {
}	
body {
background:url(../img/main.bg.gif) 0px 0px repeat-x;
 background-color:#ffffff;
 font-size:76%;
 margin:0;
 padding:0;
}

/* ----- HEADINGS ----- */
h1 {color:#8e0c3a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	letter-spacing:1px;
	line-height:1.2em;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	text-transform:uppercase;
	}
h2 {
	color:#8e0c3a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	margin:0;
	padding:0 0 10px 0;
	position:relative;
}
h3 {color:#8e0c3a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	margin:0;
	padding:10px 0 10px 0;
	position:relative;
}
h3 a, h3 a:visited, h3 a:hover {
	color:#8e0c3a;
	text-decoration:none;
}

h4 {color:#3faefc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	margin:0;
	text-transform:uppercase;
}
h5{color:#8e0c3a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	margin:0;
	padding:10px 0 0 0;
}
h6 {
}

/* ----- PARAGRAPHS ----- */
p {	color:#636363;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.0em;
	line-height:1.4em;
	padding:0 0 10px 0;
	margin:0;}	
	
.subheader{padding-bottom:8px;}

.img {margin-left:-11px;}	



/* ----- QUOTES ----- */
blockquote {
color:#0866ae;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.3em;
font-style:italic;
line-height:1.4em;
}
cite {
}
/* ----- CODE ----- */
pre {
}
code {
}
/* ----- LISTS ----- */
li{
}
ol{
}
ul{
	margin:0;
	padding:0;
	position:relative;
	}
ol li{
}
ul li{
	list-style:none;
	margin:0;
	padding:0;
	}

.listleft{
float:left;
width:235px;
}

.listright{
float:right;
width:235px;
}

#list {color:#636363;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.0em;
	line-height:1.4em;}

#list ul {
	margin:0;
	padding:0 5px 0 0;
	padding-bottom:5px;
}


#list ul li{
	background: url(../img/li.arrow.gif) no-repeat left 4px;
	padding-bottom:9px;
	padding-left:12px;
}


#list ul li ul{
	margin:9px 0 0 0;
	padding:0 5px 0 0;
}

#list ul li ul li{
	background:url(../img/li.dash.gif) no-repeat left 8px;
	padding-bottom:9px;
	padding-left:13px;
}

#list ul li ul li.last{padding-bottom:0px;}

#list ul li ul li ul{
	margin:9px 0 0 0;
	padding:0 5px 0 0;
}

#list ul li ul li ul li{
	background:url(../img/li.dot.gif) no-repeat left 6px;
	padding-bottom:9px;
	padding-left:12px;
}

#list ul li ul li ul li.last{padding-bottom:0px;}

.unlinkedListItem {
	color:#999;
}
#list ul li.arrow3 {
	background: url('/img/li.arrow3.gif') no-repeat left 4px;
	padding-bottom:9px;
	padding-left:12px;
}

/* ----- IMAGES ----- */
img {
	border:0;
	margin:0;
	padding:0;
}
/* ----- TEXT FORMATTING ----- */
strong {
}
em {
}
b {
}
i {
}
ins {
}
del {
}
sup {
	font-size:60%;
}
/* ----- LINKS ----- */
a {
	color:#349cfb;
	text-decoration:underline;
}
a:visited {
	color:#349cfb;
}
a:hover {
	color:#349cfb;
	text-decoration:none;
}

/* ----- TABLES ----- */
table {
}
caption {
}
thead {
}
tbody {
}
tfoot {
}
tr {
}
th {
}
td {

}
/* ----- FORMS ----- */


optgroup {
}
option {
}
/* ----- DEFINITIONS ----- */
dl { 
}
dt {
}
dd {
}

/* ----- Horizontal Rule -----*/
hr{
color:#e0e0e0;;
height:1px;
padding-top:20px;
padding-bottom:20px;
}
.hr{
}

/* ----- ID AND CLASS SELECTORS ----- */
.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	margin:0px;
	padding:0px;
}
.clearBoth{
	clear:both;
}
.floatLeft{ 
	float:left;
	position:relative;
}
.floatRight{ 
	float:right;
	position:relative;
}

/* *************************************************************************
=LAYOUT
************************************************************************* */

/* --- containers --- */
#containAll{
/*background:url(../img/main.bg.gif) 0px 0px repeat-x;*/
	width:1024px;
	padding:0;
	position:relative;
	text-align:left;
	margin:0 auto 0 auto;
}
#container{
	left:50px;
	/*margin:0 50px 0 0;
*/ 	padding:0 50px 0 0;
	position:relative;
	width:900px;
	z-index:0;
}

/* ----- footer ----- */
#footer{
	color:#777777;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:30px;
	margin-left:-5px;
	padding:20px 0 0 0;
	width:550px;
}

#footer p{
	color:#777777;
	font-size:11px;
	padding:5px 0px 0 0;
	position:relative;
}
#footer li{	font-size:.75em;}
#footer ul {
 margin:0;
 padding:0;
 position:relative;
}
#footer ul li {
	border-right:1px solid #8f9281;
	float:left;
	height:10px;
	margin:4px 0 4px 0;
	padding:0 7px 0 7px;
	position:relative;
}

#footer ul li.footerLast {
 border:0px;
 padding:0;
 padding-left:5px;
}

#footer ul li a, #footer ul li a:visited {
 color:#349cfb;
 float:left;
 margin:-2px 0 0 0;
 position:relative;
 text-decoration:underline;
 vertical-align:top;
}
#footer ul li a:hover {
 color:#349cfb;
 text-decoration:none;
}

/* ----- header ----- */
#header {
/* height:77px;*/
 margin:0;
 padding:0;
 position:absolute;
 top:0;
}
/* *************************************************************************
=NAVIGATION
************************************************************************* */
/*------ Logo -----*/
#logo {
 position:absolute;
 top:0px;
}
/*------ Main Navigation -----*/
#mainNav {
 display:inline;
 left:294px;
 height:64px;
 position:absolute;
 top:0px;
 width:610px;
}
#mainNav span {
 display:none;
}
#mainNav ul {
 float:left;
 margin:0;
 padding:0;
 position:relative;
}
#mainNav ul li {
 float:left;
}
#mainNav ul li a {
 display:block;
 height:71px;
}
#mainNav ul li.last {
 border:none;
}
#mainNav ul li a, #mainNav ul li a:visited, #mainNav ul li.last a {
 float:left;
 margin:0;
 position:relative;
 text-decoration:none;
}



/*------ Main Nav Rollovers ------*/
a#demStrategy {
 background:url(/img/nav.demand.gif) no-repeat 0 0;
 height:64px;
 width:87px;	
}
li.mainNavOn a#demStrategy, a:hover#demStrategy {
 background-position:0 -71px;
}
a#insight {
 background:url(/img/nav.insight.gif) no-repeat 0 0;
 height:64px;
 width:76px;	
}
li.mainNavOn a#insight, a:hover#insight {
 background-position:0 -71px;
}
a#success {
 background:url(/img/nav.success.gif) no-repeat 0 0;
 height:64px;
 width:95px;
}
li.mainNavOn a#success, a:hover#success {
 background-position:0 -71px;
}
a#careers {
 background:url(/img/nav.careers.gif) no-repeat 0 0;
 height:64px;
 width:76px;
}
li.mainNavOn a#careers, a:hover#careers {
 background-position:0 -71px;
}
a#about {
 background:url(/img/nav.about.gif) no-repeat 0 0;
 height:64px;
 width:84px;	
}
li.mainNavOn a#about, a:hover#about {
 background-position:0 -71px;
}
a#contact {
 background:url(/img/nav.contact.gif) no-repeat 0 0;
 height:64px;
 width:83px;	
}
li.mainNavOn a#contact, a:hover#contact {
 background-position:0 -71px;
}
a#intCapital {
 background:url(/img/nav.intCapital.gif) no-repeat 0 0;
 height:64px;
 width:108px;	
}
li.mainNavOn a#intCapital, a:hover#intCapital {
 background-position:0 -71px;
}


/*------ Skip Navigation (section 508 sites) -----*/
.skipNav {
 display:none;
}

/* ----- Submenus ----- */


/* *************************************************************************
=SECTION SPECIFIC
************************************************************************* */

/* ----- Positioning ----- */
#leftColumn {
 float:left;
 margin:-36px 0 0 0;
 padding:0px;
 position:relative;
 width:300px;
 z-index:-1;
}
#rightColumn {
 float:left;
 margin-left:38px;
 margin-top:35px;
 padding:0;
 width:485px;
}
#leftColumn2{
 float:left;
 margin:0;
 padding:7px 0 0 0;
 position:relative;
 width:295px;
}
#rightColumn2 {
 float:left;
 margin-left:38px;
 padding:7px 10px 0 0;
 width:485px;
}
