@charset "UTF-8";

/* CSS Document */

/* Colors */

/* Black = #000000 */
/* Dark Gray = #666666 */
/* Medium Gray = #8e8e8e */
/* Red = #bb0011 previously #cc0000 */
/* Light Gray = #cccccc */
/* White = #ffffff */

body {
	font:normal .8em Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
}

a {
	color: #bb0011;
	text-decoration: none;
}

a:hover {
	color: #8e8e8e;
	text-decoration: underline;
}

img {
	border: 0px;

}


/* ----- main containers ----- */
#header {
	background: #fff;
	border-bottom: 3px solid #bb0011;
	margin: 0 auto; 
	padding: 20px 0 0 0;
	height: 100px;
}

#navigation {
	background: #bb0011;
}

#main {
	background: #fff;
}

#footer {
	background: #bb0011;
	height: 54px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #333333;
	padding-top: 10px;
}

/* ----- content containers ----- */
#header_content {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	height: 100px;
}

#header_left {
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
	width: 706px;
	padding: 0;
}

#header_left_logo {
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
	padding: 20px 0 0 0;
}
#header_left_type {
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: right;
	padding: 58px 0 0 0;
}
#header_right {
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
	float: right;
	padding: 27px 0 0 0;
}

#navigation_content {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #bb0011;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#main_content {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 30px 0 30px 0;
}

#footer_content {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #bb0011;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}

/* ----- main_content containers ----- */

#left_column_1 {
	width: 220px;
	float: left;
}

#left_column_2 {
	width: 190px;
	float: left;
/*	border-right: 1px solid #ccc; */
}

#right_column_1 {
	width: 520px;
	float: right;
}

#right_column_2 {
	width: 556px;
	float: right;
	border-left: 1px solid #ccc;
	padding-left: 20px;
}

#right_column_leftside {
	width: 200px;
	float: left;
}

#right_column_rightside {
	width: 330px;
	float: right;

}


/* ----- header styles ----- */

#header_content img {
	margin: 0; 
	padding: 0;
}

#header_content h1 {
	margin: 0; 
	padding: 0;
	font-weight: normal;
	color: #8E8E8E;
	font-size: 18px;
	text-align: left;
}

/* ----- content styles ----- */
#main_content h1  {
	color: #bb0011;
/*	font-family: "Times New Roman", Times, serif; */
	font-weight: normal;
	font-size: 1.7em;
	margin: 0; 
	padding: 0 0 10px 0;
}

#main_content h3 {
	font-weight: normal;
	color: #8e8e8e;
	font-size: 18px;
	margin: 0; 
	padding: 0 0 10px 0;
}

#main_content h5 {
	font-weight: bold;
	color: #000;
	font-size: 11px;
	margin: 0; 
	padding: 0 0 10px 0;
}


#right_column_rightside p {
	margin: 0;
	padding: 0 0 10px 0;
}

.quote_1 {
	font-size: 14px;
	font-style: italic;
	padding: 0 0 0 0;
	text-align: center;
}
.quote_1_attribute {
	font-size: 11px;
	padding: 0 0 10px 0;
	text-align: right;
	text-transform: uppercase;
}

.photo_credit {
	font-size: 10px;
	font-style: italic;
}
.project_image {
	padding-bottom: 10px;
}
.bio_photo {
	padding: 0 16px 8px 0;
}
		
		
/* ----- table styles ----- */
table {
	font-size: 11px;
}

td {
	padding-bottom: 4px;
}


/* ----- footer styles ----- */

#footer_content p {
	font-size: 0.8em;
	color: #ffffff;
	padding: 0;
	margin: 0;
	line-height: 22px;
}

#footer_content a {
	color: #ffffff;
}

#footer_content a:hover {
	color: #CCCCCC;
}

#footer_content .bar {
	color: #000000;
	padding: 0 5px;
}

#footer_content strong {
	color: #CCCCCC;
	font-weight: bold;
}



/* ----- horizontal navigation styles ----- */
/* ----- see file in SpryAssests folder ----- */



/* ----- Clear float class ----- */
#header_content h1 .llc {
	font-size: 15px;
}

.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: 0;
}
#main_content h1 .llc  {
	font-size: 18px;
}

#main_content h3 .llc  {
	font-size: 16px;
}

#main_content p .llc  {
	font-size: 11px;
}

#footer_content p .llc  {
	font-size: 9px;
}
.case_subhead1 {
	color: #bb0011;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0px;
}