/*	
	SITE.LAYOUT.CSS
	David Winterbottom
	Generic page layout styles
*/

/* PARENT FONTS */
body {
	text-align: center;
	background-color: #fff;
	color: black;
}
body, td, th, li {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 10pt;
	line-height: 20px;
}
#wrapper {
	width: 850px;
	margin: 20px auto;
	text-align: left;
}

/* HEADER BAR - titles and navigation bar */
#headerBar {
	height: 80px;
}
#headerBar img {
	border: none;
}
#headerBarLeft {
	float: left;
}
#headerBarRight {
	font-size: 8pt;
	color: #333;
	float: right;
	text-align: right;
}
#headerBarRight a:active, #headerBarRight a:visited, #headerBarRight a:link, #footerBar a:active, #footerBar a:visited, #footerBar a:link {
	color: #333;
	text-decoration: underline;
}
#headerBarRight a:hover, #footerBar a:hover {
	text-decoration: underline;
	background-color: #ddd;
}
#userBar {
	color: #333;	
	font-size: 8pt;	
	float: right;
	border: 1px dashed #aaa;
	background-color: #eee;
	clear: right;
	margin-top: 5px;
	padding: 2px 4px;
}
#userBar a:active, #userBar a:visited, #userBar a:link {
	color: #333;
	text-decoration: underline;
}
#userBar a:hover {
	text-decoration: underline;
	background-color: #ddd;
}


#titleBar {
	padding-bottom: 10px;
}
#navBar {
	font-size: 10pt;
	color: #333;
	padding: 0;
	border-bottom: 1px solid gray;
}

/* RIGHT BOX - for holding side bar details */
#rightBox {
	float: right;
	width: 210px;
	padding-top: 10px;
}

/* MAIN CONTECT SECTION */
#page {
    overflow: auto;
    zoom: 1;    
}

#content {
    float: left;
    width: 580px;
	margin: 0px 0px 0px 0px;
	border-right: 1px solid gray;
	padding: 0px 20px 40px 1px;
	background-image: url(../images/bubbles_light_transparent.gif);
	background-position: top right;
	background-repeat: repeat-y;
	overflow: hidden;
    zoom: 1;
}

/* SNAIL TRAIL */
.tinyBar{
	color: gray;
	font-size: 11px;
	line-height: 20px;
}

/* FOOTER */
#footerBar {
	clear: both;
	margin: 0px;
	padding: .5em 0em .5em 0em;
	border-top: 1px solid gray;
	text-align: right;
	font-size: 8pt;
	color: #333;
}

div.float_catcher {
	clear: both;
	height: 0px;
	line-height: 0px;
	color: red;
	float: none;
}