/* 
Title:     SimpleBits master styles for screen media (brackets edition)
Author:    dan@simplebits.com
Updated:   April 24 2007
*/

body {
	margin: 0;
	padding: 0px 0 0 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	text-align: center;
	color: #383d44;
	background: #000000 url(images/background_strip.jpg) repeat-x top left;
	background-attachment: scroll; 
	}

/* links 

a:link, a:visited {
	padding-bottom: 1px;
	color: #326ea1;
	text-decoration: none;
	border-bottom: 1px solid #dbd5c5;
	}
a:hover {
	padding-bottom: 0;
	color: #383d44;
	border-bottom: 2px solid #dbd5c5;
	}
a.more {
	padding-right: 7px;
	background: url(../img/1206/icon-morearrow.gif) no-repeat 100% 5px;
	}
	
*/

/* page structure
---------------------------------------------------------- */

#main-body {
	width: 775px;
	margin: 0px auto;
	padding: 0;
	font-size: 95%;
	line-height: 1.6em;
	text-align: left;
	background: url(../img/1206/main-bg.gif) repeat-y 40em 0;
	}
#header {
	margin-left: 18px;
	height: 270px;
	width: 775px;
	float: left;
	background: #CCCCCC;
	}
#content {
	margin-left: 18px;
	width: 775px;
	float: left;
	background: #FFFFFF;
	margin-top: 0px;

	}
#left-margin{
	
	width: 811px;
	height: 600px;
	margin-left: -18px;
	float: left;
	background: #000000 url(images/middle.jpg) no-repeat top left;
	
}

#left-margin-repeat{
	
	width: 811px;
	margin-left: -18px;
	float: left;
	background: #CCCCCC url(images/middle_tile.jpg) repeat-y top left;
	position: fixed;
	top: 600px;
	z-index: 2;
}

#footer{
	
	width: 775px;
	height: 29px;
	float: left;
	margin-top: 0px;
	background: #000000 url(images/credit_logos.jpg) no-repeat center center;
}



.pageContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	padding-right: 10px;
}

.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 100%;
	font-weight: bold;
	color: #FFFFFF;
}

a.footer:link {color: #FFFFFF; text-decoration: none;} 
a.footer:active {color: #FFFFFF; text-decoration: none;}
a.footer:visited {color: #FFFFFF; text-decoration: none;}
a.footer:hover {color: #FFFFFF; text-decoration: underline;}

.sectionHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #00407d; 
}
