@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	background: #eee;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearer {
	clear: both;
}

h1 {
	color: #8f181b;
	font: 24px/36px Arial, Helvetica, sans-serif;
}

h2 {
	color: #8f181b;
	font: 18px/28px Arial, Helvetica, sans-serif;
}

h3 {
	color: #8f181b;
	font: 16px/24px Arial, Helvetica, sans-serif;
}

/*** LAYOUT ***/

#main {
	background: #fff url(../images/menu_bg.jpg) repeat-x;
}
	
.wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#top {
	height: 100px;
	width: 960px;
	position: relative;
}

#logo {
	width: 205px;
	height: 100px;
	float: left;
	background: url(../images/logo.gif) no-repeat;
	margin-left: 15px;
}

#logo a, #logo a:visited {
	border: none;
	display: block;
	width: 205px;
	height: 100px;
}

#nav {
	height: 100px;
	width: 685px;
	float: right;
	background: url(../images/menu_div.jpg) right no-repeat;
}

#nav li {
	width: 137px;
	height: 100px;
	background: url(../images/menu_div.jpg) left no-repeat;
	float: left;
}

#nav li a, #nav li a:visited {
	width: 137px;
	height: 100px;
	font: 14px/100px Arial, Helvetica, sans-serif;
	color: #fff;
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
}

#nav li a:hover {
	color: #ddd;
	background: url(../images/nav_arrow.jpg) bottom center no-repeat;
}

#nav li.active a {
	color: #ddd;
	background: url(../images/nav_arrow.jpg) bottom center no-repeat;
}

#nav li.first a {
	color: #ddd;
	background: none;
}

#banner {
	width: 950px;
	height: 350px;
	background: url(../images/banner.jpg);
	margin: 30px 5px 0 5px;
	position: relative;
}

#date {
	position: absolute;
	top: 108px;
	right: 5px;
	width: 300px;
	height: 11px;
	font: 11px/11px Arial, Helvetica, sans-serif;
	color: #888;
	text-align: right;
}


#sub_banner {
	width: 950px;
	height: 180px;
	background: url(../images/subbanner.jpg);
	margin: 30px 5px;
}

#left_col {
	width: 310px;
	float: left;
}

#left_col li a, #left_col li a:visited {
	float: left;
	width: 310px;
	height: 48px;
	font: 14px/48px Arial, Helvetica, sans-serif;
	color: #555;
	text-decoration: none;
	text-indent: 30px;
	background: url(../images/subnav_bg.jpg) bottom right no-repeat;
}

#left_col li a:hover {
	color: #8f181b;
	text-indent: 35px;
}

#right_col {
	width: 635px;
	float: right;
}

#content {
	width: 960px;
	padding: 30px 0;
	color: #666;
	font: 12px/18px Arial, Helvetica, sans-serif;
}

#sub_content {
	width: 960px;
	color: #666;
	padding-bottom: 30px;
	font: 12px/20px Arial, Helvetica, sans-serif;
	background: url(../images/content_bg.png) top repeat-y;
}

#sub_content a, #sub_content a:visited {
	color: #8f181b;
}

#sub_content a:hover {
	color: #222;
	text-decoration: none;
}

#spacer {
	width: 960px;
	height: 30px;
	background: #fff;
}

.box {
	width: 320px;
	height: 200px;
	background: url(../images/boxes.jpg) no-repeat;
	float: left;
}
 
.box a, .box a:visited {
	color: #8f181b;
	text-decoration: none;
}
 
.box a:hover {
	color: #8f181b;
	text-decoration: underline;
}
 
.inner_box {
	width: 292px;
	height: 172px;
	margin: 14px;
}
 
.inner_box h2 {
	color: #8f181b;
	font-size: 18px;
	font-weight: normal;
	line-height: 34px;
	padding: 3px 0 3px 5px;
}
 
.inner_box p {
	font-size: 12px;
	line-height: 18px;
	color: #666;
	width: 140px;
	margin-left: 5px;
}
 
.left_box_image {
	background: url(../images/building.png) bottom right no-repeat;
}
 
.center_box_image {
	background: url(../images/girl.png) bottom right no-repeat;
}
 
.right_box_image {
	background: url(../images/buildings.png) bottom right no-repeat;
}

.img_left {
	border: 1px solid #ddd;
	padding: 3px;
	float: left;
	margin: 0 15px 10px 0;
}

.img_right {
	border: 1px solid #ddd;
	padding: 3px;
	float: right;
	margin: 0 0 10px 15px;
}

.bold {
	font-weight: bold;
}

.red {
	color: #8f181b;
}

#footer {
	background: #eee;
	font: 11px/40px Arial, Helvetica, sans-serif;
	color: #666;
	text-transform: uppercase;
	border-top: 1px solid #ccc;
}

#footer a, #footer a:visited {
	color: #666;
	padding-left: 20px;
	text-decoration: none;
}

#footer a:hover {
	color: #8f181b;
}

.f_left {
	float: left
}

.f_right {
	float: right;
}

.f_center {
	width: 120px;
	height: 50px;
	float: left;
	padding-top: 10px;
	display: block;
	position: absolute;
	top: 0;
	left: 420px;
}

#footer .f_center a {
	padding: 0;
	margin: 0;
}

.twitter, .facebook, .blogger {	
	display: block;
	float: left;
	width: 40px;
	height: 40px;
}

.twitter {
	background: url(../images/twitter.jpg) no-repeat;	
}

.facebook {
	background: url(../images/facebook.jpg) no-repeat;
}

.blogger {
	background: url(../images/blogger.jpg) no-repeat;
}

ul.list {
	list-style-type: square;
	padding: 15px 0 15px 30px;
}

ul.list li {
}

.staff {
	border: 1px solid #ddd;
	background: #f0f0f0;
	margin-bottom: 30px;
}

.staff h2 {
	padding: 0 0 5px 10px;
}

.staff p {
	color: #666;
	padding: 10px;
}

.staff p img {
	float: left;
	margin: 10px;
}

.listing {
	width: 635px;
	border-bottom: 1px solid #eee;
	padding: 12px 0;

}

.listing-pic {
	width: 175px;
	overflow: hidden;
	float: left;
}

.listing-pic img {
	width: 175px;
}

.listing-details {
	float: right;
	width: 445px;
	
}

.listing-gal {
	
}
.listing-gal a {
	margin: 2px;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/* FORMS */
 
div.form-container { margin: 10px; padding: 5px;}
 
p.legend { margin-bottom: 10px; }
p.legend em { color: #C00; font-style: normal; }
 
div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }
 
div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 170px; font-size: 90%; color: #333; }
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
div.form-container form legend { font-weight: bold; color: #666; }
div.form-container form fieldset div { padding: 3px 0; }
div.form-container label, 
div.form-container span.label { color: #666; font-size: 12px; margin-right: 10px; padding-right: 10px; width: 85px; display: block; float: left; text-align: right; position: relative; }
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 170px; }
div.form-container div.buttonrow { margin-left: 180px; }
