@charset "utf-8";
/* CSS Document */

body {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
}

a:link {
	color:#0000cc;
	text-decoration:none;
}

a:visited:hover, a:hover {
	color:#0000cc;
	text-decoration:underline;
}

a:visited {
	color:#0000cc;
	text-decoration:none;
}

img {
	border:none;
}

.green_background {
	background-color:#336600;
}

#front_page {
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/brickhousesroad-urbana-il.jpg);
	background-repeat:no-repeat;
	min-height:680px;
	min-width:996px;
	width:996px;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	padding-top:80px;
}

#header{
	background-image:url(images/bricks.jpg);
	background-repeat:repeat-x;
	min-height:100px;
	text-align:center;
}

#header .brick{
	margin-left:-225px;
}

#header .green {
	margin-left:521px;
}

#front_message {
	padding:30px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #000;
	background-color:#FFFFFF;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
	width:750px;
	min-height:100px;
	color:#000000;
	font-size:120%;
}

.large{
	font-size:135%;
}

.larger{
	font-size:170%;
}

.largest{
	font-size:200%;
}

/*** menu ***/
#rightways {
	text-align:right;
	margin-left:823px;
	*margin-left:822px;
}

#alt_menu {
	width:996px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-82px;
	margin-bottom:58px;
	text-align:right;
}

.toptabs{
	text-align:left;
	width: 100%;
	overflow: hidden;
	background: transparent;
	z-index:0;
}

.toptabs ul{
	font: bold 11px Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index:0;
}

.toptabs li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: uppercase;
	z-index:10;
	position:relative;
}

.toptabs a{
	float: left;
	color: white;
	background: #003300 url(media/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
	margin: 0 1px 0 0;
	padding:5px;
	text-decoration: none;
	letter-spacing: 1px;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	z-index:20;
	position:relative;
}

.toptabs a:hover{
	background-color: #006600; /*background color of tabs onMouseover*/
	color: white;
	z-index:30;
	text-decoration:none;
}


#menu {
	width:996px;
	margin-left:auto;
	margin-right:auto;
}

.ubercolortabs{
	padding: 0;
	width: 100%;
	overflow: hidden;
	background: transparent;
	margin-top:-27px;
	z-index:0;
}

.ubercolortabs ul{
	font: bold 11px Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index:0;
}

.ubercolortabs li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: uppercase;
	z-index:10;
	position:relative;
}


.ubercolortabs a{
	float: left;
	color: white;
	background: #804000 url(media/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
	margin: 0 1px 0 0;
	/*padding: 0 0 1px 3px;*/
	padding:5px;
	text-decoration: none;
	letter-spacing: 1px;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	z-index:20;
	position:relative;
}

/*.ubercolortabs span a {
float: left;
display: block;
background: solid url(media/roundright.gif) no-repeat right top;*/ /*right corner image*/
/*padding: 7px 9px 3px 6px;
cursor: pointer;
z-index:20;
}
*/
/*.ubercolortabs a span{
float: none;
}*/


.ubercolortabs a:hover, .ubercolortabs li.selected a{
	background-color: #AE5300; /*background color of tabs onMouseover*/
	color: white;
	z-index:30;
	text-decoration:none;
}

/*.ubercolortabs a:hover span{
background-color: transparent;
}*/


.ubercolordivider{ /*CSS for horizontal line.*/
	clear: both;
	padding: 0;
	width: 100%;
	height: 5px;
	line-height: 5px;
	background: #804000; /*background color of horizontal line*/
	border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}
/*** end menu ***/

#content {
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	min-height:650px;
	min-width:996px;
	width:996px;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}

#footer {
	margin-left:auto;
	margin-right:auto;
	width:996px;
	text-align:center;
	font-size:80%;
	font-weight:bold;
	padding-bottom:10px;
}

#footer a:link, #footer a:visited {
	color:#0000CC;
}

.photo_border {
	border:1px solid #000;
}

.fleft {
	float:left;
	text-align:left;
}

.fright {
	float:right;
}

.photos {
	margin-left:15px;
}

.center {
	text-align:center;
}

.hide {
	display:none;
}

.clearfix {
	display:inline-block;
	width:100%;
} 

.green {
	font-weight:bold;
	color:#006600;
	font-size:1.2em;
}

.small {
	font-size:.8em;
}

.left {
	text-align:left;
}

#rebates {
	text-align:left;
	padding: 0px 20px 10px 20px;
}

#left_header{
	float:left;
	padding-bottom:10px;
}

#debbie_photos {
	text-align:left;
	width:550px;
	float:left;
}

#right_header{
	float:right;
	padding-bottom:10px;
}

#debbie_news{
	float:right;
	margin-right:15px;
	width:400px;
	text-align:left;
}

#john_foster {
	text-align:left;
}
/*** slideshow ***/
.bgimage{margin:0px; padding:0px; background-color:#336600;}
#slide_container{margin: 30px auto; padding-top: 15px; height:700px; width:900px; background-color:#FFFFFF; border:#000000 1px solid; left:50%; text-align:center;}
#slide_container a{color:#999999; font-size:1.4em;}
#slide_left_arrow{float:left; padding:0 0 0 30px;}
#slide_right_arrow{float:right; padding-right:35px;}
#slide_nav_container{display:inline; width:100%;}
#slide_middle_text{display:inline; position:absolute; margin-left:-300px; text-align:center; width:600px;}
#slide_return{margin-top:20px;}
#slide_return a{font-size:.9em;}

.black_image_border {border:1px solid #000;}
/*** end slideshow ***/

