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

/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
	height: 100%;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}

/* Div Formatting and Layout */
img {
vertical-align: top;
}
#header_background {
	position:absolute;
	background-image:url(../images/header_bkgd.jpg);
	background-repeat:repeat-x;
	z-index: 1;
	height:73px;
	width: 100%;
	top: 0px;
	left:0px;
}
#wrapper {
	width:896px;
	position: relative;
	height: 100%;
	margin: auto;
	z-index:2;
}

#menu {
	position:relative;
	float:left;
	width:896px;
	z-index:2;
	height: 100%;
}
#menu1 {
	position:relative;
	float:left;
	height:24px;
	width:126px;
	z-index:3;
	padding-top:14px;
	padding-left:17px;
}
#menu2 {
	position:relative;
	float:left;
	height:24px;
	width:126px;
	z-index:3;
	padding-top:10px;
	padding-left:17px;
}
#menu3 {
	position:relative;
	float:left;
	height:32px;
	width:126px;
	z-index:3;
	padding-top:3px;
	padding-left:17px;
}


#header_wrapper {
	position:relative;
	z-index:2;
}
#header {
	position:relative;
	float:left;
	width:333px;
	z-index:2;
	height: 100%;
}
/*#flash_wrapper {
	position:relative;
	z-index: 10;
}*/
#flash {
	position:relative;
	float:left;
	z-index:2;
}

#index_wrapper {
	background-image:url(../images/index_bkgd.jpg);
	background-repeat:repeat-y;
	width: 896px;
	height: 100%;
	margin: auto;
	position: relative;
	clear: left;
	float: left;
}

#index_wrapper #index_top {
	position:relative;
	z-index:2;
}
#index_wrapper #index_content {
	width:716px;
	z-index:2;
	position: relative;
	padding-left: 90px;
}
#index_wrapper #index_bottom {
	position:relative;
	z-index:2;
}
#pic_right {
	float:right;
	padding:10px;
}
#pic_left {
	float:left;
	padding:10px;
}
#footer_wrapper {
	width:896px;
	position: relative;
	/*height: 100%;*/
	margin: auto;
}
#footer_wrapper #footer_top {
	position:relative;
	float:left;
	width:896px;
	z-index:2;
	margin:auto;
}
#footer_wrapper #footer_links {
	position:relative;
	float:left;
	width:896px;
	height:139px;
	z-index:2;
	background-image:url(../images/links.jpg);
	font-size:12px;
	color:#fff;
}
#footer_wrapper #footer_links a {
	font-size:12px;
	color:#fff;
	text-decoration:none;
}
#footer_wrapper #footer_links a:hover {
	font-size:12px;
	color:#fff;
	text-decoration:underline;
}

#footer_background {
	position:relative;
	background-image:url(../images/footer_bkgd.jpg);
	background-repeat:repeat-x;
	z-index: 1;
	width: 100%;
	/*bottom: 0px;*/
	left:0px;
	clear: both;
	height: 240px;
	overflow: visible;
}

#content_wrapper {
	background-image:url(../images/content_bkgd.jpg);
	background-repeat:repeat-y;
	width: 896px;
	height: 100%;
	margin: auto;
	position: relative;
	clear: left;
	float: left;
}
#left_side {
	position:relative;
	z-index:2;
	float:left;
}
#left_side #menu_title {
	position:absolute;
	z-index:3;
	top:213px;
	right:0px;
	width:145px;
	height:25px;
	font-size:14px;
	color:#900;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
#left_side #menu_title a {
	font-size:14px;
	color:#900;
	text-transform:uppercase;
	text-decoration:none;
}
#left_side #menu_title a:hover {
	font-size:14px;
	color:#900;
	text-transform:uppercase;
	text-decoration:underline;
}
#left_side #menu {
	position:absolute;
	z-index:3;
	top:238px;
	right:0px;
	width:160px;
	height:300px;
	font-size:12px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}
#left_side #menu a {
	font-size:12px;
	color:#666;
	text-decoration:none;
}
#left_side #menu a:hover {
	font-size:12px;
	color:#666;
	text-decoration:underline;
}
#content_header {
	position:relative;
	z-index:2;
	float:left;
}
#content_header #title {
	position: absolute;
	z-index:3;
	top:36px;
	left:20px;
	width:220px;
	height:20px;
	font-size:14px;
	color:#FFF;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
#content_header #subtitle {
	position: absolute;
	z-index:3;
	top:36px;
	left:265px;
	width:360px;
	height:20px;
	font-size:14px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}
#content {
	width:585px;
	z-index:2;
	position: relative;
	padding-top:10px;
	padding-left:30px;
	float:left;
}
#content_bottom {
	position:relative;
	z-index:2;
	float:left;
}

#lct_wrapper {
	background-image:url(../images/lct_bkgd.jpg);
	background-repeat:repeat-y;
	width: 896px;
	height: 100%;
	margin: auto;
	position: relative;
	clear: left;
	float: left;
}
#left_side #menu_title_lct {
	position:absolute;
	z-index:3;
	top:180px;
	right:0px;
	width:145px;
	height:55px;
	font-size:14px;
	color:#900;
	text-transform:uppercase;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
#left_side #menu_title_lct a {
	font-size:14px;
	color:#900;
	text-transform:uppercase;
	text-decoration:none;
}
#left_side #menu_title_lct a:hover {
	font-size:14px;
	color: #900;
	text-transform:uppercase;
	text-decoration:underline;
}

#designer {
	position:relative;
	text-align:center;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F90;
	background-color:#898989;
}
#designer a {
	color: #F90;
}
#designer a:hover {
	color: #FFF;
}

/*#wrapper #copyright {
	margin: auto;
	float: right;
	position: relative;
	width: 330px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	z-index:2;
	text-align: right;
	padding-right:20px;
	padding-bottom:15px;
}
#wrapper #copyright a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
#wrapper #copyright a:hover{
	color:#ffffff;
	text-decoration:underline;
}*/


/* Text Formatting */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	top: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#900;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#ffffff;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #900;
}

#content a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-decoration:underline;
}
#content a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666;
	text-decoration:underline;
}
.section_header {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#900;
	text-decoration:none;
}
.section_header a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#900;
	text-decoration:none;
}
.section_header a:hover {
	color:#900;
	text-decoration: underline;
}
.small_text {
	font-size:10px;
}
.event {
	font-size:18px;
	color:#900;
}
.event2 {
	font-size:18px;
	color: #C60;
}
.text_heading {
	font-weight:bold;
	color:#C60;
}
.title1 {
	font-size:20px;
	color:#900;
	font-weight:bold;
}
.title2 {
	font-size:18px;
	color:#000;
}