
/* CSS Document */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../img/top-bg.gif) top repeat-x;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 16px;
	}

a:link, a:visited {
	color: #999999;
	}
a:alink, a:hover {
	color: #333333;
	}


#container {
	margin:0;
	padding:0;
	}
#top {
	width: 900px;
	padding: 0;
	margin: 0;
	height: 180px;
	background: url(../img/circles.gif) no-repeat;
	}

#navigation {
	background: #666;/*url(../img/nav-bg.gif) top repeat-x;*/
	height: 20px;
	margin:0;
	padding: 10px 0px 5px 80px;
	}	
	#navigation ul {
		margin: 0;
		padding: 0;
		width: 900px;
		color: #fff;
		font-weight: bold;
		list-style: none;
		}
	#navigation a:link, #navigation a:visited {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		}

	#navigation ul li {
		float: left;
		margin-right: 22px;	}

#middle {
	background: #fff;
	text-align: center;	
	clear: left;
	float: left;
	width: 100%;
	min-height: 500px;
	}
	#middlebody-index {
		float: left;
		text-align: left;
		width: 900px;
		padding: 15px 0 15px 80px;
		}
	#middlecontainer {
		width: 960px;
		float: left;
		}
	#middlebody {
		float: left;
		text-align:left;
		width: 550px;
		padding: 15px 0 15px 80px;
		}
	h2 {
		color: #f47a20;
		font-size: large;
		line-height: 22px;
		}
	#middlebody h3 {
		color: #f47a20;
		font-size: small;
		margin-bottom: 0;
		padding-bottom: 0;
		}

#quote {
	width: 190px;
	float: right;
	margin: 15px 80px 15px 20px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
	}
#whitebar {
	height: 15px;
	background: #fff;
	width: 100%;
	}
#footer {
	background: #f47a20;
	height: 25px;
	float: left;
	color: #fff;
	text-align: left;
	font-size:11px;
	width: 100%;
	padding-top: 5px;
	}
	#footer .copyright {
			padding-left: 80px;
			}
	#footer a:link, #footer a:visited, #footer a:hover {
		color: #fff;
		text-decoration: none;
		}
		
	
	
/* set millions of background images */
.rbroundbox { background: url(../img/nt.gif) repeat; }
.rbtop div { background: url(../img/tl.gif) no-repeat top left; }
.rbbot div { background: url(../img/bl.gif) no-repeat bottom left; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 238px;
height: 26px;
font-size: 1px;
}
.rbcontent { margin: 0 10px; }
.rbroundbox { width: 238px; margin: 20px 20px; float: right;}
