body{
	margin:0;
	padding:0;
	background:#e8e6dd;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1, h2, h3, h4, h5, h6{
	font-weight:bold;
	color:#871c1b;
}

h1{
	font-size:18px;
}

h2{
	font-size:16px;
}

a{ color:#871c1b; font-weight:bold; text-decoration:none; }

#pageContainer{
	margin:15px auto 0 auto;
	padding:1px 0 1px 0;
	width:1006px;
	background:#FFF;
}

/*
------------------------------------------------------------------------------------------------------------------
Navigation
------------------------------------------------------------------------------------------------------------------
*/

#navigation{
	width:1006px;
	text-align:center;
	padding:10px auto 10px auto;
}

#navigation ul{
	width:996px;
	margin:15px auto 15px auto;
	padding:10px 0 10px 0;
}

#navigation ul li{
	font-size:18px;
	display:inline;
	padding:10px 10px 10px 10px;
	margin:0;
	width:143px;
	height:40px;
}

#navigation ul li a{
	color:#000;
	font-weight:normal;
	padding:10px 10px 10px 10px;
}

#navigation ul .current a{
	color:#fff4c0;
	background:#871c1b;
	padding:10px 10px 10px 10px;
}

#navigation ul li a:hover{
	color:#fff4c0;
	background:#871c1b;
}
/*
------------------------------------------------------------------------------------------------------------------
END Navigation
------------------------------------------------------------------------------------------------------------------
*/
#header{
	width:1006px;
	margin:0 10px 0 10px;
	height:337px;
}

#logo{
	width:272px;
	height:317px;
	background:#fff4c0 url(../images/logo.gif);
	display:block;
	float:left;
	margin:0 0 0 10px;
}

#logo .text{
	padding-top:200px;
	height:117px;
	font-weight:bold;
	text-align:center;
	color:#871c1b;
	font-size:12px;
}
.text .large{
	font-size:20px;
}

#revolvingImages{
	width:676px;
	height:317px;
	background:#FFF url(../images/header/img_001.gif);
	display:block;
	float:right;
	margin:0 30px 0 0 ;
}

#content{
	width:968px;
	min-height:200px;
	margin:0 auto 20px auto;
}

/*
------------------------------------------------------------------------------------------------------------------
Main
------------------------------------------------------------------------------------------------------------------
*/

#main{
	text-align:left;
	width:760px;
	border-right:3px solid #f6f5f1;
	padding: 0 10px 0 0;
}

/*
------------------------------------------------------------------------------------------------------------------
END Main
------------------------------------------------------------------------------------------------------------------
*/

.bold{
	font-weight:bold;
	color:#871c1b;
}

#lineTop{
	display:block;
	float:right;
	background:#fff url(../images/lineTop.gif);
	width:676px;
	height:5px;
	margin:0 0 15px 0;
}

#latestEvents{
	width:175px;
	min-height:200px;
	display:block;
	float:right;
	margin:0 0 0 10px;
	padding:10px 5px 20px 5px;
	text-align:left;
}

#eventMain{
	text-align:center;
	width:175px;
}

.events{
	width:112px;
	height:19px;
	background:url(../images/latestEvents.gif) no-repeat top left;
	margin:0 0 10px 0;
}

.events .title{
	display:none;
}

/* 
------------------------------------------------------------------------------------------------------------------
Callback
------------------------------------------------------------------------------------------------------------------
*/

#callback{
	width:242px;
	display:block;
	float:left;
	background:#f6f5f1;
	text-align:left;
	padding:15px;
	margin:-20px 20px 10px 0;
}

.callback{
	width:167px;
	height:26px;
	background:#f6f5f1 url(../images/callback.gif);
}

.callback .title{
	display:none;
}

#callback table{
	width:262px;
	margin:0 0 0 10px;
	text-align:left;
}

#callback table th{
	font-weight:bold;
	color:#871c1b;
	text-align:left;
}

#callback table td{
	font-size:10px;
	font-weight:normal;
	color:#000;
	text-align:left;
}

#callback .frmInput{
	border:1px #871c1b solid;
	height:14px;
	width:190px;
	font-size:10px;
	font-weight:normal;
	color:#000;
}

#callback .frmText{
	border:1px #871c1b solid;
	width:190px;
	font-size:10px;
	font-weight:normal;
	color:#000;
}

#callback .frmButton {
	width:131px;
	height:21px;
	padding: 55px 0 0;
	margin: 0;
	border: 0;
	background: #f6f5f1 url(../images/btnCallback.jpg) no-repeat center top;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
form>#callback .frmButton { /* For non-IE browsers*/
	height: 0px;
}

#callback .spam {
	display:none;
	visibility:hidden;
}

/*
------------------------------------------------------------------------------------------------------------------
END Callback
------------------------------------------------------------------------------------------------------------------
*/

/*
------------------------------------------------------------------------------------------------------------------
Footer
------------------------------------------------------------------------------------------------------------------
*/

#footer table{
	margin:0 auto 0 auto;
	width:972px;
	padding:0 10px 0 0;
}

#footer{
	font-weight:bold;
	font-size:11px
}

/*
------------------------------------------------------------------------------------------------------------------
END Footer
------------------------------------------------------------------------------------------------------------------
*/

/*
------------------------------------------------------------------------------------------------------------------
Maps API
------------------------------------------------------------------------------------------------------------------
*/

#map_canvas{
	border:1px solid #ccc;
	margin:0 auto 0 auto;
	float:right;
	margin:0 10px 0 0;
}

/*
------------------------------------------------------------------------------------------------------------------
END Maps API
------------------------------------------------------------------------------------------------------------------
*/