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

body, html {
	margin:0;
	padding:0;
}
html>body {margin-top: 10px;}
body {
	background: #990000 url(images/red-gradient_bg.jpg) repeat-x scroll top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000;
}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #660066;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
#wrap {
	width: 870px;
	background: url(images/content_main-bg.jpg) repeat-y right;
	margin: 0 auto;
	/*height: 100%; /* for IE */
	/*min-height: 100%; /* for not-IE */
}
html>body #wrap {
	/*height: auto; /* for not-IE */
}
#header {
	background-image: url(images/masthead_bg.jpg);
	background-color: #ddd;
	height: 235px;
	text-align:right;
}

#header h1, #header h3 {
	margin: 0;
	display: none !important;
}
#header #section-title { position:relative; right: 30px; top: 160px; }
#header #section-title h2
 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color:#990000;
	/*	padding-top: 190px;
	padding-right: 30px;
	padding-bottom:0; */
	margin:0;
	font-style: italic;
	
}


/* ---  MAIN PAGE CONTENT BEGINS --------------------------------------------------------- */
#main {
	margin-top: 0;
	margin-left: 210px;
	padding: 0 30px 20px 20px;
	border-left: solid 1px #000;
}
body.no-sidebar #main {
	margin-left: 70px;
	border: none;
}
#main h2, #main h3, #main h4, #main h5 {font-family: Georgia, Times New Roman, Times, serif; }
#main h2 {margin:1em auto .5em;}
#main h3 {font-size: 1.75em; color: #333333; margin: 1em 0 .5em 0;}
#main h4 {font-size: 1.5em; color: #990000; margin: 1em 0 .5em 0;}
#main h5 {font-size: 1.25em; color: #333333; margin:1em auto .5em; }
#main h6 {font-size: 1em; color: #333333; margin:1em auto;}

#main p {
	line-height:1.5em;
	text-align:justify;
	margin: .5em 1em .5em 0;
}
#main ul, #main ol {margin-top:.5em;}
#main li {
	margin-bottom:0.5em;
	line-height:1.5em !important;
}
#bottom {
	background: url(images/content_bottom-bg.jpg) no-repeat right bottom;
	height: 40px;
	margin: 0;
	padding: 0;
}
#bottom p {display:none;}
dl {margin: 1em 0;}
dt {font-weight: bold;margin-bottom:5px;}
dd { margin-bottom:10px;}
.yellowbox {padding:4px 8px; background-color:#FFFF99; text-align:center; border:dotted 4px #FFCC00;}
#breadcrumb {
	margin: 0;
	margin-bottom: 15px;
	padding:0;
	padding-top:5px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#breadcrumb a, #breadcrumb a:visited { color: #3300ff; text-decoration: none; }
#breadcrumb a:hover { color: #990000;}
table.news {border:2px solid #C00; padding:0 8px; margin: 25px auto; font-size:.9em; font-family:Georgia, Times New Roman, Times, serif; }
table.news p {text-align: left !important;}

/* ---  SIDE BAR AND MENU BEGINS ----------------------------------------------------------------- */
#sidebar {
	float:left;
	width:130px;
	margin-left: 75px;
	margin-top: 15px;
}
body.no-sidebar #sidebar { display:none;}

#menu ul { margin: 0; padding: 0; list-style-type: none; list-style-image: none; list-style-position: outside;  }

#menu li {
	position: relative;
	clear: left;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 125px;
}

#menu li a {
	color: #660000;
	text-decoration: none;
	display: block;
	font-family: "Verdana", Arial, Helvetica, Trebuchet, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 120%;
	font-size-adjust: none;
	font-stretch: normal;
	padding: 2pt;
}

#menu li a:hover {
	color:#990000;
	background-color: #CCCCCC;
	display: block;
}
ul#nav li a.active, ul#nav li:hover.active {
	color: #999999;
	cursor: default;
	background-color:#FFFFFF;
}

/* ---  FOOTER BEGINS ----------------------------------------------------------------- */
#footer {
	clear: both;
	text-align: center;
	margin-top: 20px;
}
#footer p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	font-size: 11px;
	letter-spacing: 1px;
}
#footer a, #footer a:visited {
	color:#FFFFCC;
	text-decoration:none;
}
#footer a:hover {color:#000000; text-decoration:none; }

/* --- GENERAL  RULES BEGINS ----------------------------------------------------------------- */
table.events {margin: 10px auto;}
table.events th{ border-bottom: 2px solid #000;}
table.events tr.alternate td{ background-color:#FFFFCC}
table.events p {line-height:normal !important; margin:4px 0 !important; text-align:left !important;}
table.events p.details { font-size:.9em; }
hr {color: #990000; text-align:center; }
#photo-box {
	border: 1px solid #666666;
	padding:4px;
	text-align:center;
}
#photo-box  p {font-size:.9em; text-align:center; line-height:normal;}
img.photo {border: 1px solid #000;}
.floatR {
	float:right;
	margin: 0 0px 15px 20px;
}
.floatL {float:left; margin: 0 15px 15px 0;}
.center-box { margin: 20px auto;}
