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

body {
	font: .885em Helvetica, Arial, sans-serif;
	background: url(/images/css/body_bg.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	line-height: 1.2em;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 1040px width allows for browser chrome and avoids a horizontal scroll bar */
	min-height:600px;
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header1 {
	background-color:#FAAF40;
	padding:10px 0 0 10px;
}
#header2 {
	padding:0;
}
#banner {
	width:100%;
}
.oneColFixCtr #footer {
	float:left;
	width:100%;
	margin-top:30px;	
	padding: 0 0px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	border-top: 1px solid #000000;
} 
.oneColFixCtr #footer p {
	text-align:center; margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color: #666666;
	font-size:.75em;
	font-weight:normal;
}
.oneColFixCtr #footer img.right {
	text-align:right;
	}
	
.oneColFixCtr #footer img.left {
	float:left;
}
#searchbar {
	text-align: right;
	vertical-align: top;
	padding: 6px 10px 10px 15px;
	float: right;
	font-size: .8em;
	color: #777777;
}
#searchbar form {
	display: inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#mousenav {
	padding: 10px 10px 10px 15px;
	text-align: right;
	vertical-align: bottom;
	font-size: .8em;
	color: #777777;
}
#mousenav a:link {
	color:#666;
	text-decoration:none;
}
#mousenav a:visited {
	color:#666;
	text-decoration:none;
}
#mousenav a:hover {
	color:#666;
	text-decoration:underline;
}
/*menu styles*/
#menu {
	color:#4D4D4D;
	font-size:.98em;
	float:left;
	width:180px;
	min-height:600px;
	margin:10px 10px 10px 0;
	padding-right:10px;
	border-right: solid 1px #CCC; 
}
#menu a:link {
	color:#4D4D4D;
	text-decoration:none;
}
#menu a:visited {
	color:#4D4D4D;
	text-decoration:none;
}
#menu a:hover {
	color:#FFF;
	text-decoration:none;
}
.bluebox {
	background-color:#AEDEE4;
	font-size:.9em;
	margin-top:2px;
	padding:5px 5px 5px 10px;
}
/*rounded corners for main menu*/
.roundedcornr_box_321158 {
	   background: #bed63a;
}
.roundedcornr_top_321158 div {
	background: url(/images/css/roundedcornr_321158_tl.png) no-repeat top left;
}
.roundedcornr_top_321158 {
	background: url(/images/css/roundedcornr_321158_tr.png) no-repeat top right;
}
.roundedcornr_bottom_321158 div {
	background: url(/images/css/roundedcornr_321158_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_321158 {
	background: url(/images/css/roundedcornr_321158_br.png) no-repeat bottom right;
}

.roundedcornr_top_321158 div, .roundedcornr_top_321158, 
.roundedcornr_bottom_321158 div, .roundedcornr_bottom_321158 {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.roundedcornr_content_321158 { 
	margin: 0 10px; padding-bottom:8px;
}
.roundedcornr_box_752937 {
	   background: #aedee4;
}
.roundedcornr_bottom_752937 div {
	background: url(/images/css/roundedcornr_752937_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_752937 {
	background: url(/images/css/roundedcornr_752937_br.png) no-repeat bottom right;
}
.roundedcornr_bottom_752937 div, .roundedcornr_bottom_752937 {
	width: 100%;
	height: 10px;
}
.roundedcornr_content_752937 { margin: 0 10px; }
/*end rounded corners*/

/*end menu styling*/
/*headers*/
h2 {
	font-size:1.25em;
	font-weight:bold;
	color:#798B13;
	margin-bottom:0px;
	padding: 5px;
}

/*main body elements*/
img.logo {
	margin-left:100px;
	padding:10px;
}       
img.right {
        float:right;
        padding:8px;
        border:0;
}
img.left {
	float:right;
	    padding:8px;
        border:0;
}


/*mainContent styling*/
.oneColFixCtr #mainContent {
	margin: 0 0 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	background-color:#FFF;
} 
.oneColFixCtr #mainContent p.image {
	margin-bottom:32px;
	margin-left:120px;
}
.oneColFixCtr #mainContent ul > li { 
	margin-left:8px;
	list-style-image: url(/images/home/list_bg.gif);
}
.oneColFixCtr #mainContent img {
	margin:8px 0 8px 0;
}
.oneColFixCtr  h3 {
	margin-top:18px;
	margin-bottom:0px;
}
.oneColFixCtr #mainContent table ol li {
	margin-bottom:8px;
}
.oneColFixCtr #mainContent table {
	margin:8px 4px 12px 0;
	}

.oneColFixCtr #mainContent table td {
	padding:8px;
	border: 1px solid #333;
	font-size:.9em;
}
.oneColFixCtr #mainContent p.image {
	margin-bottom:32px;
	margin-left:120px;
}
.oneColFixCtr #people p > img {
	float:right;
	padding:6px;
}
.oneColFixCtr #mainContent a {
	color:#333333;
	}
.oneColFixCtr #mainContent ul > li { 
	margin-left:8px;
	list-style-type:square;
}

.oneColFixCtr #mainContent ol > li { 
	margin: 0 0 12px 8px;
	list-style-type:decimal;
}

.oneColFixCtr #mainContent a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
} 
.oneColFixCtr #mainContent a:link, a:visited {
	color:#000000;
	text-decoration:none;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*styles for case study pages*/
.oneColFixCtr #title {
	float:left;
	margin-bottom:12px;
}
.oneColFixCtr #title .demographics {
	float:right;
	font-size:.85em;
	width:300px;
	color:#333333;
	padding: 6px;
	margin-top:12px;
	margin-bottom:12px;
} 
.oneColFixCtr #title p.demographics {
	margin:none;
	padding:none;
}
.oneColFixCtr #title  h5 {
	font-size:1.2em;
	font-weight:bold;
	color:#798B13;
	margin:0px;
	padding:0px;
	}
.oneColFixCtr #title .head {
	float:right;
	width:400px;
	}
.oneColFixCtr #title h3 {
	color:#798B13;
	margin-bottom:0px;
	padding-bottom:0px;
}
.oneColFixCtr #title .head p {
	margin-top:0;
	padding-top:0;
}

.oneColFixCtr #mainContent #caselinks {
	float:left;
	margin-bottom:12px;
	width:700px;
	}
.oneColFixCtr #mainContent #caselinks a {
	color:#4D4D4D;
}
.oneColFixCtr .case {
	font-size:.9em;
	font-weight:bold;
	margin:4px;
	padding:5px;
	width:150px;
	height:50px;
	background-color:#AEDEE4;
	color:#FFFFFF;
	float:left;
}
body.frame {
	text-align:left;
	background-color:#FFFFFF;
	font-size:.8em;
}

/*styling for hihghline.js image zoom divs */
#zoom {
	float:right; 
}
#zoom img {
	margin:8px 0 0 8px;
	padding::8px 0 0 8px;
	}
#zoom .caption {
	float:right;
	margin-right:20px;
	font-size:.98em; 
	font-weight:bold;
}

