@charset "utf-8";
/* Blue River CSS Document */

html, body, p, ul, ol, li, h1, h2, h3, h4, h5, h6, fieldset, form {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	/*background-image:url(../images/design/vertical_bg.gif);*/
	background-color: #666666;
	text-align: center;
	background-repeat: repeat-x;
}

a {
	text-decoration:none;
}

a img{
	border:none
}

p	{
	font-color: #000080;
	}
	
#wrapper {
	/*min-height: 100%;*/
	width: 885px;
	background-image:url(../images/design/background_design2.jpg);
	/*background-color: #fff;*/
	/*background-repeat:repeat-y;*/
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
}

#header {
	height: 143px;
	background-image:url(../images/design/header.jpg);
	background-repeat: no-repeat;
}

#leftCol {
	color-background: #003399;
	float:left;
	width:160px;
}

#rtCol {
	margin-left:175px;
	/*background-color:#E6EAFE;*/
}

#content {
	padding-left: 0px;
	padding-right: 10px;
	margin-top: 20px;
	text-align: left;
	color: #000080;
}

#content_main {
	width: 460px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	font: GillSans;
	text-align: left;
}

#content_main p {
	font-family: GillSans;
	font-size: 13px;
	}
	
#content_main h1 {
	font-family: GillSans;
	font-size: 16px;
	color: #000080;
	font-style: strong;
	text-align: center;
	}
	
#content_main h2 {
	font-family: GillSans;
	font-size: 12px;
	color: #000080;
	/*font-style: strong;*/
	text-align: center;
	}

#content_right {
	width: 200px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-left: 5px;
	/*text-align: left;
	color: #000000;*/
}

#content_right h1 {
	font-family: GillSans;
	font-size: 14px;
	color: #000080;
	font-style: strong;
	text-align: center;
	}

#content_right h2 {
	font-family: GillSans;
	font-size: 12px;
	color: #000080;
	/*font-style: strong;*/
	text-align: center;
	}

#content_right .section {
	padding-bottom:34px;
	overflow:auto;
}



#top_nav {
	height:24px;
	background-image:url(../images/bg_menu.gif) ;
}

#top_nav li {
	display:inline;
	font-size: 80%;
	list-style: none;
	padding:0 10px 0 10px;
}


#content h1 {
	font-size: 100%;
	color:#FFF;
}

#content h2 {
	font-size: 60%;
	color:#ffffff;
}

#content p {
	margin: 10px 0 10px 10px;
	color:#000;
}

#content2 {
	margin-top: 20px;
	text-align: left;
	
}

#content2 p {
	margin: 10px 0 10px 0;
	color:#000;
}

#nav li {
	vertical-align: -1.8em;
	width: 766px;
	height: 72px;
	display: inline;
	margin-top: 25px;
	list-style: none;
}

#nav a:link {
	text-decoration: none;
	color:#FFF799;
}
#nav a:visited {
	text-decoration: none;
	color:#FFF799;
}
#nav a:hover {
	text-decoration: none;
	color:FFF;
}
#nav a:active {
	text-decoration: none;
	color:FFF;
}

#sep a:link {
	text-decoration: none;
	color:#9E7905;
}
#sep a:visited {
	text-decoration: none;
	color:#9E7905;
}
#sep a:hover {
	text-decoration: none;
	color:#9E7905;
}
#sep a:active {
	text-decoration: none;
	color:#9E7905;
}


#footer {
	background-color:#2C51AE;
	padding: 5px 0 5px 0;
	font-size: 80%;
	color:#FFFFFF;
	text-align: center;
	display:block;
	}
	
#footer a {
		color:#FFFFFF;
		text-decoration:none;
}

#footer a:hover {
		color:#CCCC00;
		text-decoration:none;
}

#footer p {
		color:#FFFFFF;
		font-size: 12px;
		text-align: center;
		/*text-decoration:none;*/
}

#footer h2 {
		color:#FFFFFF;
		font-size: 11px;
		text-align: center;
		/*text-decoration:none;*/
}


#table_row {
		color: #ffffff;  // whatever colors you want
		background-color: #ff0000; // whatever colors you want
}


.desc {
color: #F4F4F4;
font-size: 80%;
}

.row0 {
    background-color: #ffffff;
}

.row1 {
    background-color: #f0f0f0;
}


#sidebar {
	margin-left: float;
	width: 250px;
	
	/*background-color: #3366FF;*/
}

#main {
 width: 500px;	
 float:left;
}

#clearIt {
	clear: both;
}

#sep { background-image: url(../images/design/bg_title_0_1.jpg);
	height: 30px;
	width: 468px;
	text-align:right;
	margin: 5px 20px 5px 0px;
	background-repeat: no-repeat;
	
 }

#sep p {
	padding-top: 5px;
	padding-right: 20px;
}

#sidebar {
	background-color:#000040;
	heigth: 500px;
	margin-left: auto;
	width: 120px;
	float:left;
}

.rental {
	color: #000000;
	font-size: 70%;
	}
	
#searchform{
	padding: 10px 10px 10px 10px;
	background-color:#CCCCCC;
	}