﻿/* -------Reset------- */
html, body, div, h1, h2, h3, h4, h5, h6, dl, dt, dd, img, p, blockquote, pre, form, fieldset, table, th, td {
	border: 0;
	outline: none;
	margin: 0;
	padding: 0;
	}

p {
	margin-bottom:1.2em;
	}
a {
	color: #660000;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}


/* -------General------- */

body {
	background: #dcdcdc url(/images/bg.png) repeat-x;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
	margin: 0;
	padding: 0;
	}

body#home {
	background: #3c3f34 url(/images/new_back_strip.jpg) repeat-x;
	background-position: 0px 100px;
	width: 100%;
	}


/* -------DIVs------- */
#home_container {
	background: #ffffff url(/images/home_bg_content.png) repeat-x 0 100px;
	font-size: 1.2em;
	position: relative;
	text-align: left;
	z-index: 1;
	width: 985px;
	}

#home_left {
	float: left;
	position: relative;
	width: 254px;
	z-index: 1;
	}

#home_right {
	float: left;
	position: relative;
	width: 731px;
	z-index: 1;
	}

#container {
	background: url(/images/bg_container.png) repeat-y;
	font-size: 1.2em;
	position: relative;
	text-align: left;
	width: 985px;
	z-index: 1;
	}

#left {
	float: left;
	position: relative;
	width: 254px;
	}

#right {
	background: #dcdcdc url(/images/inside_city_bg.png) no-repeat 0 100px;
	float: left;
	position: relative;
	width: 731px;
	}

#header {
	background-color: #fff;
	height: 90px;
	padding-bottom:10px;
	width: 731px;
	}
#menu-container {
	margin: 35px 0px 0px 0px;
}
#content {
	width: 728px;
	padding-left:20px;
	width:708px;
	
	background-color: #dcdcdc;
	margin-top: 55px;
	}

#leftcontent {
	background-color: transparent;
	float: left;
	text-align: left;
	width: 500px;
	}

#rightcontent {
	background-color: transparent;
	float: right;
	height: 600px;
	width: 160px;
	}

#footer {
	background: #3c3f34 url(/images/footer_tile.png) repeat-x top center;
	color: #999;
	height: 200px;
	font: 11px/15px Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	width: 100%;
	}

#footer p {
	width: 1000px;
	}

#footer a {
	color: #999;
	text-decoration: underline;
	}

#bottom-ad {
	background-color: #3c3f34;
	height: 90px;
	padding-bottom:10px;
	width: 1000px;
	text-align: center;
	}

/* -------Specific Styles------- */

.clear {
	clear: both;
	}

.row {
	display:block;
	clear:left;
	margin-bottom:3px;
}