@charset "UTF-8";
/* CSS Document */
/* Tina Spear 301208 */


body {
	background: #f5f5f5 url(../img/page_bg.png) repeat-y center;
	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: #666;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
li.square{
	list-style: square;
	color: #fcbb00;
}
li.square span{
	color: #666;
}	
#container {
	width: 838px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 23px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding: 0px 0px 0 0px;
	margin-top: 28px;
}
#logo {
	width:210px;
	float:left;
}
#content {
	margin: 0px;
/*	background:  url(../img/content_bg.png) repeat-y;*/
}
#wrapper {
	padding: 0;
}
.clear {
	clear:both
}

a { color: #333; text-decoration:underline }
a:hover {text-decoration:underline; color:#000}
/* TOP LEVEL NAVIGATION */

#mainNav {
	font-size:11px;
	float:left;
	padding-bottom: 4px;
	color:#FFFFFF;
	width: auto;
	background:  url(../img/nav_side_bg.png) no-repeat left top;
}
#mainNav ul {
	margin: 0;
	padding: 0;
	list-style:none;
	width: auto;
	float:left;
}
#mainNav ul li {
	float:left;
}
#mainNav ul li a {
	display:block;
	width: 68px;
	height: 57px;
	line-height: 72px;
	list-style:none;
	margin-right:2px;
	text-align:right;
	padding-right:0;
	padding-top: 15px;
	font-weight: normal;
	text-decoration:none;
	color:#FFFFFF;
	background: url(../img/nav_button.png) no-repeat;
	padding-bottom:0;
	margin-bottom:0;
}
#mainNav ul li a.selected {
	background: url(../img/nav_button_selected.png) no-repeat;
}
#mainNav ul li a:hover, #mainNav ul li a:active {
	background: url(../img/nav_button_selected.png) no-repeat;
}
.innerNav {
	padding-right: 6px;
}
#bgNav {
	width: 628px;
	height:72px;
	background: url(../img/nav_right.png) no-repeat right top;
	margin: 0;
	padding: 0;
}
/* SECOND LEVEL NAVIGATION */

#subNav {
	clear:both;
	text-align: right;
	width: 838px;
	font-size: 10px;
	padding-bottom:5px;
}
#subNav a {
	padding-right: 11px;
	background:transparent url(../img/subdot.png) no-repeat right center;
	color: #666;
	text-decoration: none;
	font-size: 11px;
}
#subNav a.last {
	padding-right: 0;
	color: #666;
	text-decoration: none;
	background: none;
}
#subNav a:hover {
	text-decoration: underline;
}
/* NEW NEW NEW - HOMEPAGE */
#homeContent {
	margin: 0px;
/*	background:  url(../img/homecontent_bg.png) repeat-y;*/
}
#homeImages img {
margin-right: 2px;
margin-bottom: 2px;
}
#homeImages .lastImage {
margin-right: 0;
}
#homeMain {
float: left;
	width: 628px;
	margin: 0;
	padding: 0;
}
#homeMain #innerContent {
	padding-left: 12px;
	padding-right: 200px;
	font-size:15px;
	line-height:22px;
}
#homeMain #innerContent p {
margin-top: 7px;
}
#leftSide #newsList p {
	padding: 0;
	font-size:12px;
	font-weight:normal;
	padding-left:10px;
	line-height: 16px;
	padding-bottom: 10px;
}
#leftSide #newsList {
padding-bottom: 25px;
padding-right: 10px;
}
#newsList a {
font-size:14px;
text-decoration:none;
color:#FFFFFF;
}
#newsList a:hover {
text-decoration:underline;
font-size:14px;
}
#leftSide ul li.homeNews{ 
border-bottom:0;
}

/* RIGHT HAND COLUMN */

#rightSide {
	float: left;
	width: 208px;
	margin-left: 2px;
}
#rightSide img {
	padding-bottom:2px;
}
#rightSide img.last {
	padding-bottom:0;
}
/* CENTRAL COLUMN */

#mainContent {
	float: left;
	width: 420px;
	margin: 0;
	padding: 0;
	text-align: left;
}
#mainContent h1 {
	background: #fcbb00 url(../img/h1_bg.png) repeat-y;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
	height: 24px;
	line-height: 24px;
	margin:0 0 0 2px;
	padding-left: 10px;
}
#mainContent h1.subHead {
	background: #fcbb00 url(../img/h2_bg.png) repeat-y;
	font-weight: bold;
}
#mainContent h1.subHead a {
color:#FFFFFF;
font-weight: bold;
text-decoration: none;
}

#innerContent {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 30px;
}
#innerContent h2 {
font-size: 14px;
font-weight: bold;
margin: 0px 0 10px 0;
}
#innerContent hr {
color: #FFcc33;
background-color:#FFcc33;
margin-bottom: 10px;
border: 0;
height:1px;

}
#innerContent h3 {
font-size: 12px;
font-weight: bold;
margin: 20px 0 10px 0;
}
#innerContent h3 a, #innerContent h2 a { color: #666; text-decoration:none }
#innerContent h3 a:hover, #innerContent h2 a:hover {text-decoration:none; color:#666}
#innerContent p {
	margin-top: 0;
	margin-bottom: 20px;
}
#innerContent h3.postSub {
margin-top: 0;
}
.homeWidth {
width: 400px;
}
/* LEFT HAND COLUMNS */

#leftSideWrapper{
	float: left; /* since this element is floated, a width must be given */
	width: 208px;
}
#leftSide{
	width: 208px;
	background:#fcbb00; /* the background color will be displayed for the length of the content in the column, but no further */
	height: auto;
	min-height: 366px;
	color:#FFFFFF;
	position:relative;
	text-align: left;
}
#leftSide2{
	float: left;
	width: 208px;
	height: 30px;
	margin-top: 30px;
}
#leftSide.leftSideHome{
	min-height: 0px;
}
#leftSide p {
	font-size:17px;
	font-weight: lighter;
	line-height: 20px;
	padding-left: 10px;
	padding-top: 0px;
	margin-top: 6px;
	margin-bottom: 0;
	padding-bottom: 0;
}
#leftSide ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
#leftSide ul li {
	height: 24px;
	line-height: 24px;
	list-style:none;
	border-bottom:solid #fff 2px;
	background: url(../img/leftcolmenu_bg.png) repeat-y;
	text-indent:10px;
}
#leftSide ul li.selected {
	background: url(../img/leftcolmenuselected_bg.png) repeat-y;
}
#leftSide ul li a {
	display:block;
	width:208px;
	height:24px;
	line-height:24px;
	text-decoration:none;
	color:#FFFFFF;
	background:url(../img/leftcolmenu_bg.png) repeat-y;
}
#leftSide ul li a:hover {
	display:block;
	width:208px;
	height:24px;
	line-height:24px;
	text-decoration:none;
	background:url(../img/leftcolmenuselected_bg.png) repeat-y;
}
#leftSide ul.homeNews {
border-top: solid #fff 2px;
}
#leftSide ul li.latestNews a {
	background: url(../img/leftcolmenu_bg.png) repeat-y;
	border-top:solid #fff 2px;
}
#leftSide ul li.latestNews a:hover {
	background: url(../img/leftcolmenuselected_bg.png) repeat-y;
}
#leftSide ul li.blog a {
	background: url(../img/blog_bg.png) repeat-y;
	border-top:solid #fff 2px;
}
#leftSide ul li.blog a:hover {
	background: url(../img/leftcolmenuselected_bg.png) repeat-y;
}
#leftSide ul.newsBlog{
	position: absolute;
	bottom: -52px;
}
#square {
height: 208px;
}
#leftSide p.quotes {
margin: 20px 0px;
font-size: 14px;
font-weight: normal;
padding-right: 10px;
}
.subList {
	padding: 5px 0 5px 0;
	font-size:16px;
	font-weight:normal;
	padding-left:10px;
	line-height: 22px;
	padding-bottom: 5em;
}
#caseStudies ul li {
	padding: 0px 5px 0px 0;
	font-size:13px;
	font-weight:normal;
	padding-left:10px;
	line-height: 16px;
	padding-bottom:8px;
	padding-top: 5px;
	background:none;
	border-bottom: 0px solid #FFFFFF ;
	height:auto;
	text-indent: 0;
}
#caseStudies ul li a {
padding: 0px 5px 0px 0;
	font-size:13px;
	font-weight:normal;
	line-height: 16px;
	background:none;
	border-bottom: 0px solid #FFFFFF ;
	height:auto;
	text-indent: 0;
text-decoration:none;
display:inherit;
width:auto;
}
#caseStudies ul li a:hover {
padding: 0px 5px 0px 0;
	font-size:13px;
	font-weight:normal;
	line-height: 16px;
	background:none;
	border-bottom: 0px solid #FFFFFF ;
	height:auto;
	text-indent: 0;
text-decoration:underline;
width:auto;
}
#caseStudies ul li.first  {
	border-top: 0px solid #FFFFFF ;
}
#caseStudies ul {
	padding-bottom:5em;
}
#caseStudies h3 {
	font-size:13px;
		padding-left:10px;
		font-weight:normal;
		font-style:italic;
		margin: 15px 0 5px 0;
}
#innerContent ul#assignments {
margin-top: 0;
padding-top:0;
}
.listTitle {
font-weight:bold;
list-style:none;
}
#workTable p {
	margin: 0 5px 10px 5px;
}

.teamPic {
float: left;
width: 72px;

}
.teamTxt {
float: left;
width: 315px;
margin-top: 0;
padding-top: 0;
}
#innerContent .teamTxt h3 {
margin-top: 0;
padding-top: 0;
}
.black {
color: #000
}


/* FOOTER */

#footer {

	background:#fcbb00;
	clear:both;
	color: #FFFFFF;
	font-size:10px;
	padding-top: 3px;
	border-top:solid #fff 2px;
	padding-bottom: 3px;
	margin-left: 0px;
}
#footer a {
	padding: 0px 7px 0px 7px;
	color:#FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#innerFooter {float: left}
#footerRight {float:right; }
