a, a:focus, a:active,
input, input:focus, input:active,
button, button:focus, button:active,
applet, object, embed, iframe,
applet:focus, object:focus, embed:focus, iframe:focus {
	outline:none;
}
body {
	margin:0;
	padding:0;
	background-color: white;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #553424;
}
a, a:hover, a:active, a:visited {
	color:black;
	text-decoration:none;
}

#container {
	width: 960px;
	margin: 10px auto;
}
#header {
	overflow:hidden;
	width:100%;
	padding-bottom:21px;
}
#header #logo {
	background-image: url(../images/yellow_logo.png);
	width: 134px;
	height: 27px;
	float: left;
	font-size: 10px;
	text-indent: -9999px;
	margin-top: 7px;
	cursor: pointer;
}
#header #topnav {
	float: right;
	margin:13px 0 0 0;
	padding:0;
}
#header #topnav li {
	list-style: none;
	/*text-transform: uppercase;*/
	float: left;
	margin-left: 14px;
}

#header #topnav li a,
#header #topnav li a:link,
#header #topnav li a:visited {
	text-decoration: none;
	font-size: 18px;
	color: #9a7666;
	outline:none;
	font-family:"Times New Roman", Times, serif;
}

#header #topnav li a.active,
#header #topnav li a.active:link,
#header #topnav li a.active:visited,
#header #topnav li a.active:focus,
#header #topnav li a.active:hover,
#header #topnav li a.active:active,

#header #topnav li a:focus,
#header #topnav li a:hover,
#header #topnav li a:active {
	color: #401703;
	outline:none;
}

#content {
	clear: both;
	width:100%;
	margin: 0;
	min-height: 420px;
}

#footer {
	clear:both;
	overflow:hidden;
	width:100%;
	padding-top:32px;
}

#footer #copyright {
	text-transform: uppercase;
	font-size: 10px;
	float:left;
	line-height: 20px;
}
#footer #copyright,
#footer #copyright a,
#footer #copyright a:active,
#footer #copyright a:visited,
#footer #copyright a:hover {
	color: #9a7666;
	text-decoration: none;
}

#footer #bottomnav {
	float:right;
	margin:0;
	padding:0;
}

#footer #bottomnav li {
	list-style: none;
	/*text-transform: uppercase;*/
	float: left;
	margin-left: 14px;
}

#footer #bottomnav li a,
#footer #bottomnav li a:link,
#footer #bottomnav li a:visited {
	text-decoration: none;
	font-size: 18px;
	color: #9A7666;
	outline:none;
	font-family:"Times New Roman", Times, serif;
}

#footer #bottomnav li a.active,
#footer #bottomnav li a.active:link,
#footer #bottomnav li a.active:visited,
#footer #bottomnav li a.active:focus,
#footer #bottomnav li a.active:hover,
#footer #bottomnav li a.active:active,

#footer #bottomnav li a:focus,
#footer #bottomnav li a:hover,
#footer #bottomnav li a:active {
	color: #401703;
	outline:none;
}

/* GLOBAL CLASSES */

.flash {
	outline: none;
}

.main_title {
	font-family: Times New Roman, Serif;
	font-size: 48px;
	font-weight:normal;
	line-height:1;
	color: #553424;
	margin-bottom: 15px;
	}

.sub_title {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height:15px;
	font-weight: bold;
	color: #D5BDA4;
	text-transform: uppercase;
	border-bottom: 1px dotted #D5BDA4;
	padding-bottom: 12px;
	margin-top: 8px;
	margin-bottom: 12px;
	width: 225px;

}

.sec_title {
	font-family: Times New Roman, Serif;
	font-weight: normal;
	font-size: 28px;
	color: #553424;
	margin-top: 10px;
	margin-bottom: 10px;
}



input.button,
a.button,
a.button:link,
a.button:visited,
a.button:focus,
a.button:hover,
a.button:active {
	display:inline-block;
	cursor: pointer;
	padding:1px 5px 1px 5px; 
	border:solid 1px #414142; 
	background:#553424; 
	font:bold 10px/13px Arial, Helvetica, sans-serif; 
	color:#ffffff; 
	text-transform:uppercase;
}

a.button,
a.button:link,
a.button:visited, {
	display:inline-block;
	width:auto;
	text-decoration:none;
	/*padding:3px 10px 3px 10px; */
}

.col1 input {
	display:block;
	width: 215px;
	border: 1px solid #553424;
	margin-bottom: 10px;
	outline: none;
}

.padding {
	height: 35px;
	clear: both;
}

input.inText,
textarea.inText {
	width: 98%;
/* 	height: 18px; */
	margin-bottom: 10px;
	padding:3px 5px 3px 5px;
}

textarea, input.ftext, input.inText {
	color:#553424;
	font-size:11px;
	font-family: arial;
	border: 1px solid #553424;
}
.col1 input.ftext { width: 211px; }

div.select {
	border:1px solid #553424;
	margin-bottom:10px;
	width:215px;
}
select {
	color:#553424;
	width: 100%;
	margin:0;
	border:0;
	outline:none;
	background:#fff;
}

label, .required {
	color: #D5BDA4;
	font-size: 11px;
	font-weight:bold;
	text-transform: uppercase;
	}

.box, { clear:both; }
.check { float:left; margin-right:15px; }
* html .box, * html .check { padding:3px 0; }
.box input, .check input { position:relative; top:1px; height:15px; width:15px; margin-right:2px; }
.box label, .check label {
	vertical-align:text-bottom;
	}
.box label {
	color: #553424;
	font-weight:normal;
	text-transform:none;
	}

.col1 {
	float: left;
	width: 285px;
}

.col1 .text {
	color:#553424;
	padding-right: 50px;
	}
	.col1 .text p {
		padding-bottom:8px;
	}


.col2 {
	float: right;
	width: 655px;
	margin-left: 20px;
}

#map_results {
	width:100%;
	height:420px;
}

.listing {
	font-family:Helvetica,Arial,sans-serif;
	color:#999;
	font-size:11px;
	padding:0 20px 0;
	margin:0 0 0 0;
	}
	.listing li {
		list-style:none;
		padding:0 0 0 0;
		margin:0 0 10px 0;
		}
		.listing li input {
			display:none;
		}
		.listing a, .listing a:visited {
			display:block;
			margin:0 0 4px;
			padding:0 0 3px;
			color:#a5a5a5; 
			text-decoration:none;
			background:url('../images/separator_h.gif') repeat-x 0 bottom;
			}
			.listing a:hover {
				color:#000000; 
				/*background: url('../images/separator_h_o.gif') repeat-x 0 bottom;*/
			}

.listing .titre,
.gmap_info .titre {
	font-size:13px;
	color:#553424; 
	display:block;
	font-weight:bold;
}

.gmap_info h2.sub_title {
	border-bottom:0;
	padding-bottom:4px;
	margin-bottom:0;
}

.listing .desc {
	color:#D5BDA4;
}

hr {
	clear:both;
	background:transparent;
	color:#fff;
	border:0;
	border-bottom:1px dotted #D5BDA4;
	width:99%;
	padding:0;
	margin:10px 0;
	text-align:left;
} 

hr.formSeparatorH { 
	width:215px; 
}

.content980  {
	width:970px;
	float:left;
	position:relative;
	left:-6px;
}

.content970  {
	width:980px;
	float:left;
	position:relative;
	left:-10px;
	z-index:1;
	background:url(../images/bg/bg_catShadow.jpg) top left no-repeat;
}

#history_flash {
	margin:0 0 0 -9px;
}
