@charset "UTF-8";
/* CSS Document */
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%;
	background: transparent;
}
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;
}
/* align center */
body {
	background: #fafafa url(images/bkg.jpg) no-repeat top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}

a:link, a:visited {
	color: #000;
	font-size: 14px;
	text-decoration:underline;
}

a:hover, a:active {
	color: #f72600;
	font-size: 14px;
	text-decoration:underline;
}


#container {
	margin: 0 auto;
	width: 870px;
	position: relative;
}
#hr_dots{
	width: 100%;
	height: 10px;
	background: url(images/hr_dots.gif) repeat;
}

#hr_dots2 {
	width: auto;
	background: url(images/hr_dots2.gif) repeat;
	height: 28px;
	padding: 10px;
	xborder: 5px solid #fafafa;
	margin: 5px;

}


h1 {
	font-size: 24px;
	color: #f72600;
}
p.info {
	font-size: 14px;
	color: #858585;
}
h3 {
	font-size: 18px;
	color: #7c7c7c;
}
.h3 {
	font-size: 18px;
	color: #f72600;
}
p.details {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
#menu ul {
	line-height: 28px;
	font-size: 14px;
	text-align: right;
	padding-right: 20px;
}
div.info {
	font-size: 18px;
	color: #4c4c4c;
	width: 200px;
}
ul.thumb {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0px;
	width: 140px;
}
ul.thumb li {
	margin: 0;
	padding: 0px;
	float: left;
	position: relative;
	width: 140px;
	height: 36px;
}
ul.thumb li img {
	width: 140px;
	height: 36px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	padding: 0px;
	xbackground: #f0f0f0;
	position: absolute;
	left: 0;
	top: 0;
}
ul.bigthumb li #bigthumb_info {
	padding-left: 10px;
	position: relative;
	top: 220px;
	font-size: 14px;
}

ul.bigthumb li #bigthumb_info a {
	color: #333;
	text-decoration:none;
	}
ul.bigthumb li #bigthumb_info a:hover {
	color: #f72600;
	text-decoration: underline;
}

ul.bigthumb li {
	margin: 0;
	padding-right: 10px;
	padding-left: 5px;
	float: left;
	position: relative;
	width: 280px;
	height: 300px;
}

ul.thumbgrid li {
	margin: 0;
	padding-right: 12px;
	padding-left: 5px;
	float: left;
	position: relative;
	width: auto;
	height: 190px;
	
}

ul.linksgrid li {
	margin: 0;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	position: relative;
	width: auto;
	height: 12px;
	
}

ul.infogridwide li {
	margin: 0 auto;
	padding: 0px 0px 10px;
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 14px;
}

ul.infogridwide li.h3 {
	
	font-size: 18px;
}
ul.infogridwide li strong {
	
	color: #666;
	
}

ul.thumbgridwide li {
	margin: 0 auto;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
	
}

ul.thumbgrid2col li {
	margin: 0 auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	float: left;
	position: relative;
	width: 50%;
	height: auto;
	
}




ul.bigthumb li img {
	width: 280px;
	height: 213px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	padding: 5px;
	xbackground: #f0f0f0;
	position: absolute;
	left: 0;
	top: 0;
}
xul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}
/* Background Color */
.tb {
	background-color : #fff;
	border: 1px solid #f72600;
	width: 130px;
	font-size: 14px;
	padding: 5px;
}
#footer {
	position: relative;
	bottom: 0px;
}
#footer table {
	background: #212121 url(images/footer.gif) repeat-x;
	height: 42px;
	color: white;
	width: 100%;
}
#footerdiv {
	background: transparent url(images/footer.gif) repeat-x;
	height: 42px;
	position: fixed;
	bottom: 0px;
	z-index:1000;
	width:100%;
	text-align:center;
	color:white;
	display:block;
}

.gray {
	
	color: #4c4c4c;
}


ul.links {
	display: block;
}

ul.links li a:link, ul.links li a:visited {
	color: #000;
	font-size: 14px;
	text-decoration:none;
}

ul.links li a:hover {
	color: #f72600;
	font-size: 14px;
	text-decoration:underline;
}

ul.event_details, div.breadcrumbs {
	padding-left: 10px;
}

ul.event_details li {
	list-style: inside;
	font-size: 11px;
	color: #333;
}

#bigthumb_info .header1 { font-size: 16px; font-weight: bold; color: #f72600;}
#bigthumb_info .header2 { font-size: 16px; font-weight: bold; color: #993366;}
#bigthumb_info .header3 { font-size: 16px; font-weight: bold; color: #cc6633;}
#bigthumb_info .header4 { font-size: 16px; font-weight: bold; color: #334ca0;}

div.clear {
	clear: both;
}


a:link img, a:visited img {  }
#container a:focus img, #container a:hover img, #container a:active img { opacity: .9; filter:alpha(opacity=90); }

#footer a:link, #footer a:visited { color: #fafafa; text-decoration: underline;}
#footer a:focus, #footer a:hover, #footer a:active { color: #f72600; text-decoration: underline;}
