/* BASIC STYLES --------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
	}

body {
	padding: 0px; margin: 0px;
	font: 13px "trebuchet ms", georgia, verdana, sans-serif; 
	color: #000; 
	background: url(../../../images/bg.gif) repeat top left;
	line-height:1.4em;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #1F2E37;
}

a:link { color: #793333; }

a:visited { color: #793333; }

a:hover { color: #620913; }

h1, h2, h3 { font-weight: normal; }

h1 { 
	font-size: 25px;
	color:#620913;
	padding-bottom:15px;
	line-height:1.2em;
	 }

h2 { font-size: 20px;
	padding-bottom:10px; }

h3 { font-size: 18px;
	padding-bottom:10px;
	color:#620913; }

h4 { 
	font-size: 16px;
	padding-bottom:10px;
	color:#620913;
}

img { border: 0px; }

p {padding-bottom:15px;}

/*---- CLASS STYLES ----------------------------------------------------------*/

/* ALIGNMENT ******************************************************************/

.alignRight { text-align: right; }

.alignCenter { text-align: center; }

.red { 
	color:#620913;
	padding-bottom:15px;
}

/* CLEAR **********************************************************************/

.clear { clear: both; }

.clearLeft { clear: left; }

.clearRight { clear: right; }

/* FLOAT **********************************************************************/

.floatRight {
	position:relative;
	float: right;
}
.floatRightImg {
	position:relative;
	float:right;
	margin: 5px 0px 0px 5px;
	}

.floatLeft {
	position:relative;
	float: left;
}

/* LINES **********************************************************************/

.line {
	height: 1px;
	border-top: 1px solid #000;
}

.dashedLine {
	height: 1px;
	border-top: 1px dashed #000;
}

.dottedLine {
	height: 15px;
	border-top: 1px dotted #000;
	margin-top:5px;
}

/* MISC ***********************************************************************/

.hidden { display: none; }

/* ID STYLES -----------------------------------------------------------------*/

#container {
	position: relative;
	margin: auto;
	width: 100%;
	background: #fff;
}

/* HEADER *********************************************************************/

#header {
	position: relative;
	width: 100%;
	height: 227px;
	background: url(../../../images/header_bg.jpg) repeat-x top left;
}

#header_inner {
	position: relative;
	margin: auto;
	width: 717px;
	height:227px;
	background: url(../../../images/banner.jpg) no-repeat top center;
}

#logo { 
	padding-top: 10px;
	width: 402px;
}

#logo img { display: block; }

#nav { 
	text-align: right;
	font-size: 1.3em;
	color: #F57300;
	padding: 30px 0px 0px 0px;
	width: 348px; 
}

#nav ul { 
	margin: 0px;
	padding: 0px;
}

#nav li {
	display: inline; 
	padding-left: 10px;
}

/* SLOGAN *********************************************************************/

#slogan { 
	margin: 0 auto;
	position: relative;
	width: 100%;
	height:121px;
	background: url(../../../images/bk_red.jpg) repeat-x top left; 
}

#slogan_inner { 
	font-size: 1.3em;
	color: #F5DB00;
	margin: 0 auto;
	width: 717px; 
	height:121px;
	background: url(../../../images/header.jpg) no-repeat top center;
}

#shadow {
	position: relative;
	width: 100%;
	height: 27px;
	background: url(../../../images/content_bg.jpg) repeat-x top left;
}

#shadow_inner {
	background: url(../../../images/feet.jpg) no-repeat top center;
	height:27px;
	position:relative;
	}

#main {
	position: relative;
	margin: 10px auto 10px auto;
	_margin: 0px auto;
	width: 717px;
}

/* SIDE L *********************************************************************/

#sideL {
	position:relative;
	float: left;
	width: 458px;
	padding-right: 20px;
}

#sideL img {
	padding:3px;
	border: solid 1px #D0BFA6;
	margin-bottom:10px;
	}

/* CONTENT ===================================================================*/

#content {
	position: relative;
}

/* SIDE R *********************************************************************/

#sideR {
	float: right;
	width: 210px;
	padding-left: 20px;
	border-left: 1px solid #D0BFA6;
}

#menu ul {
	margin: -5px 0px 15px 0px;
	padding: 0px;
	list-style: none; 
}

#menu li { margin: 0px; padding: 0px; }
	
#menu a {
	text-decoration: none;
	font-size: 1.1em;
	padding: 5px 0px;
	_height: 30px;
	_width: 210px;
	border-bottom: 1px solid #D0BFA6;
	display: block;
}

#menu a:hover { background: #EFE8D6; }

#spot p {
	padding: 10px;
	background: url(./../../images/bg.gif) repeat top left;
	border: 1px solid #708E9C;
}

#spot img { 
	border: 1px solid #708E9C;
	display: block;
}
	

/* FOOTER *********************************************************************/

#footer { 
	position: relative;
	width: 100%;
	padding: 10px 0px;
	background: url(../../../images/footer_bg.gif) repeat-x top left #620913; 
	border-bottom: 1px solid #000;
	font-size:11px;
}

#footer_inner { 
	color: #C3BCAC;
	margin: auto;
	width: 717px; 
}

#footer a {color:#C3BCAC;}

/* CALENDAR *********************************************************************/

.calendarBG {
 	background-color: #D0BFA6; 
	width:100%;
	text-align:center;
	margin-bottom:15px;
}

.calendarBlank { 
	color:#D0BFA6;
	background-color:#fff;
	text-align:center;
}

.calendarHeader { 
 	font-weight: bold; 
 	color: #fff; 
 	text-align: center;
 	background-color: #620913; 
 	text-transform: uppercase;
}

.calendarMonthLinks {
 	font-size:         11px;
 	font-weight:		bold;
 	letter-spacing:	.1em;
 	text-decoration:   none;
 	color:             #fff;
 	background-color:  transparent;
}

.calendarMonthLinks a {
 	color: #EFE8D6;
 	text-decoration:   none;
 	background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 	color: #EFE8D6;
 	text-decoration:   none;
 	background-color:  transparent;
}

.calendarMonthLinks a:hover {
 	color: #EFE8D6;
 	text-decoration:   underline;
 	background-color:  transparent;
}

.calendarDayHeading {
 	font-weight: bold; 
 	font-size:	11px;
 	color: #793333; 
 	background-color: #EFE8D6; 
 	text-align:  center;
 	vertical-align: middle;
}

.calendarToday { 
 	font-size:         12px;
 	font-weight:		bold;
 	letter-spacing:	.1em;
 	text-decoration:   none;
 	text-align:  center;
 	vertical-align: middle;
 	color: #fff;
 	background-color: #620913;
}

.calendarCell {
 	font-size:         12px;
 	font-weight:		bold;
 	letter-spacing:	.1em;
 	text-decoration:   none;
 	text-align:  center;
 	vertical-align: middle;
 	color:             #999;
 	background-color:  #fff;
}

.calendarCell a {
 	color:             #620913;
 	text-decoration:   underline;
  	background-color: #transparent; 
}
  
.calendarCell a:visited {
 	color:             #620913;
 	text-decoration:   underline;
 	background-color:  transparent;
}

.calendarCell a:hover {
 	color:             #620913;
 	text-decoration:   none;
 	background-color:  transparent;
}
