@charset "ISO-8859-1";
@charset "UTF-8";
/* CSS Document */

/*
==========================================
 CSS Document 
==========================================
Title: slowart_styles
Author: Grey Ivor Morris
email: greyivor@yahoo.com
Updated:12
*/

/* Reset browser css section */
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 {
	outline: 0;
	font-size: 9pt;
	vertical-align: baseline;
	text-align: left;
	display: block;
	float: left;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	position: relative;
	width: 360px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
	top: 0px;
	height: 170;
}
ul#logo li a.greyivor {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/greyivor_logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	height: 50px;
	width: 120px;
	display: block;
}
body {
	
}

ol, ul {
	height: 50px;
	width: 100px;
	left: 0px;
	top: 10px;
	position: absolute;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
blockquote, q {
	quotes: 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;
}
/*      misc. classes           */
.clear {clear:both;}
/*
===================================================================================
Note Link Order- pseudo - classes for css
:link - as it looks before any interaction.
:visited - as it looks after, it is clicked.
:focus - as it looks, for non-mouse selection.
:hover - as it looks, on hover.
:active - as it looks, after it has been clicked and you then hover over it again.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

When you use them you must use them in this order.
*/
a:link {
	color: #000;
}
a:visited {
	color: #333;
}
a:hover {
	color: #666;
}
a:active {
	color: #999;
	float: left;
	width: 100px;
	height: 35px;
	clear: none;
}

/* typography.css */


/* set your typography  for your site basic elements */

p{
	font-family:"Times New Roman", Times, serif;
	font-size:12.5px;
	vertical-align: top;
	line-height: 1;
	text-align: left;
	position: relative;
	vertical-align: top;
	display: block;
	line-height: 1.5;
	color: #99FFFF;
	float: left;
	width: 370px;
	clear: none;
}


h1{
	font-family:"Times New Roman", Times, serif;
	font-size:72px;
	text-align:left;
	vertical-align: top;
	top: -20px;
	position: relative;
}

h2{
}

h3{
}

h4 {
}

h5{
}

h6 {
}


/* 
++++++++++++++++++++++++++++++++++++
specific divs 
++++++++++++++++++++++++++++++++++++
*/


#homepage {
	background-image: url(../../../Kingston%20Corridor%20Folder/_images/bkgd_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper #site #branding {
	background-image: url(../_images/kingston_corridor_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 2;
}

#homepage {
	background-image: url(../_images/bkgd_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#maps {
	background-image: url(../_images/bkgd_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#map_01 {
	background-image: url(../_images/bkgd_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


#about_us {
	background-color: #330033;
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/diamond_pattern.png);
	background-repeat: repeat;
	background-position: left top;
}

#join_us {
	background-color: #330033;
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/diamond_pattern.png);
	background-repeat: repeat;
	background-position: left top;
}

#wrapper {
	padding: 0;
	margin: 0;
	position: relative;
	text-align: center;
	display: block;
		}
	
#site {
	padding: 0;
	margin: 0;
	position: relative;
	width: 1100px;
	text-align: left;
	display: block;
	height: 720px;
		}	
	
#branding {
	background-image: url(../_images/logo_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 140px;
	width: 1000px;
	position: relative;
	display: block;
	float: left;
	overflow: visible;
}

#wrapper #overlay {
	background-image: url(../_images/bridge_silo.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	position: absolute;
	height: 680px;
	width: 1000px;
	z-index: 0;
	left: 530px;
}


	

	
/*
=======================================
Nav section
=======================================
*/

#siteInfo a:link,
#siteInfo a:visited,
#siteInfo a:hover,
#siteInfo a:active {
	
}

#site #maincontent {
	text-align: left;
	float: left;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	height: 450px;
	overflow: visible;
	clear: both;
}

#maincontent #navarea {
	float: left;
	height: 300px;
	width: 150px;
	text-align: left;
	text-indent: -999999px;
	clear: left;
	position: relative;
	top: 30px;
	left: 20px;
}

#navarea #nav_1:link {
	background-image: url(../_images/navbar.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	position: relative;
}

#navarea #nav_1:visited {
	background-image: url(../_images/navbar.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navarea #nav_1:hover {
	background-image: url(../_images/navbar.png);
	background-repeat: no-repeat;
	background-position: -186px top;
	float: left;
	height: 30px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navarea #nav_1:active {
	background-image: url(../_images/navbar.png);
	background-repeat: no-repeat;
	background-position: -186px top;
	float: left;
	height: 30px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

#navarea #nav_2:link {
	background-image: url(../_images/navbar.png);
	background-repeat: no-repeat;
	background-position: left -50px;
	float: left;
	height: 30px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navarea #nav_2:visited {
	background-image: url(../_images/navbar.png);
	background-repeat: no-repeat;
	background-position: left -50px;
	float: left;
	height: 30px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navarea #nav_2:hover {
	background-image: url(../_images/navbar.png);
	background-repeat: no-repeat;
	background-position: -186px -50px;
	float: left;
	height: 30px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navarea #nav_2:active {
	background-image: url(../_images/navbar.png);
	background-repeat: no-repeat;
	background-position: -186px -50px;
	float: left;
	height: 30px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navarea #nav_3:link {
	background-image: url(../_images/navbar.png);
	background-repeat: no-repeat;
	background-position: left -100px;
	float: left;
	height: 30px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navarea #nav_3:visited {
	background-image: url(../_images/navbar.png);
	background-repeat: no-repeat;
	background-position: left -100px;
	float: left;
	height: 30px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navarea #nav_3:hover {
	background-image: url(../_images/navbar.png);
	background-repeat: no-repeat;
	background-position: -186px -100px;
	float: left;
	height: 30px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navarea #nav_3:active {
	background-image: url(../_images/navbar.png);
	background-repeat: no-repeat;
	background-position: -186px -100px;
	float: left;
	height: 30px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navarea #nav_4:link {
	background-image: url(../_images/navbar.png);
	background-repeat: no-repeat;
	background-position: left -150px;
	float: left;
	height: 30px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navarea #nav_4:visited {
	background-image: url(../_images/navbar.png);
	background-repeat: no-repeat;
	background-position: left -150px;
	float: left;
	height: 30px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navarea #nav_4:hover {
	background-image: url(../_images/navbar.png);
	background-repeat: no-repeat;
	background-position: -186px -150px;
	float: left;
	height: 30px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navarea #nav_4:active {
	background-image: url(../_images/navbar.png);
	background-repeat: no-repeat;
	background-position: -186px -150px;
	float: left;
	height: 30px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navarea #nav_5:link {
	background-image: url(../_images/navbar.png);
	background-repeat: no-repeat;
	background-position: left -200px;
	float: left;
	height: 30px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navarea #nav_5:visited {
	background-image: url(../_images/navbar.png);
	background-repeat: no-repeat;
	background-position: left -200px;
	float: left;
	height: 30px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navarea #nav_5:hover {
	background-image: url(../_images/navbar.png);
	background-repeat: no-repeat;
	background-position: -186px -200px;
	float: left;
	height: 30px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navarea #nav_5:active {
	background-image: url(../_images/navbar.png);
	background-repeat: no-repeat;
	background-position: -186px -200px;
	float: left;
	height: 30px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}


#navarea #joinus {
	display: block;
	clear: left;
	float: left;
	height: 120px;
	width: 120px;
	position: relative;
	left: 10px;
	top: 35px;
	overflow: hidden;
}

#navarea #joinus #nav_6:link {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/join_us.png);
	background-repeat: no-repeat;
	background-position: -124px top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	text-align: left;
	text-indent: -999999px;
	color: #FFFF99;
	display: block;
	float: left;
	height: 120px;
	width: 100%;
	overflow: hidden;
	position: relative;
		}

#navarea #joinus #nav_6:visited {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/join_us.png);
	background-repeat: no-repeat;
	background-position: -124px top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	text-align: left;
	text-indent: -999999px;
	color: #FFFF99;
	display: block;
	float: left;
	height: 120px;
	width: 100%;
	overflow: hidden;
	position: relative;
	}

#navarea #joinus #nav_6:hover {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/join_us.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	text-align: left;
	text-indent: -999999px;
	color: #FFFF99;
	display: block;
	float: left;
	height: 120px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

#navarea #joinus #nav_6:active {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/join_us.png);
	background-repeat: no-repeat;
	background-position: -124px top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	text-align: left;
	text-indent: -999999px;
	color: #FFFF99;
	display: block;
	float: left;
	height: 120px;
	width: 100%;
	overflow: hidden;
	position: relative;
	
	}



/*
=======================================
Featured section
=======================================
*/

#homepage #wrapper #site #maincontent #featured #featext #feaimg {
	display: block;
	height: 200px;
	width: 200px;
	float: left;
	position: relative;
	left: -10px;
}

#featured #KCfeahead {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #333333;
	text-align: center;
	position: relative;
	top: 10px;
	width: 100%;
	display: inline;
}

#maincontent #featured {
	position: absolute;
	height: 490px;
	width: 400px;
	top: 100px;
	left: 650px;
	float: left;
	display: block;
	text-align: left;
	background-image: url(../_images/corrugated.png);
	background-repeat: repeat;
	background-position: left top;
	z-index: 2;
}

#maincontent #featured #feahead {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #666666;
	display: block;
	height: 30px;
	width: 100%;
	position: relative;
	left: 0px;
	top: 10px;
	float: left;
	text-align: center;
}

#feahead h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFCC;
	width: 350px;
	font-style: normal;
	font-weight: normal;
	height: auto;
	vertical-align: baseline;
}

#feahead h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	color: #FFFFFF;
	top: 0px;
}

#maincontent #featured #featext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5;
	color: #000000;
	text-align: left;
	display: block;
	height: 340px;
	width: 88%;
	position: relative;
	left: 0px;
	top: 20px;
	clear: both;
	float: left;
	margin-left: 25px;
	margin-right: 0px;
	vertical-align: baseline;
}

#featured #feahead #feaname {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFF99;
	float: left;
	position: relative;
	width: 250px;
	clear: none;
	top: auto;
	height: 30px;
	left: 0;
}

.namestyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	font-weight: bold;
	vertical-align: baseline;
	padding-right: 4px;
	width: auto;
	color: #000000;
	display: inline;
}

#maincontent #featured #feapic {
	position: relative;
	height: 200px;
	width: 200px;
	background-image: url(../_images/FeaPic_SenateHouse.png);
	background-repeat: no-repeat;
	background-position: left top;
	top: -10px;
	padding-bottom: 0px;
	margin-bottom: -10px;
	left: -20px;
	margin-right: -20px;
	float: left;
}

#featured #feahead .italicstyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #66FFFF;
	position: relative;
	text-align: left;
	vertical-align: baseline;
	float: left;
}

#maincontent #featured #feanote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003300;
	width: 100%;
	clear: both;
	float: left;
	position: relative;
	top: 30px;
	text-align: center;
}

#feat_loel {
	background-color: #330033;
}


/*
=======================================
Events section
=======================================
*/

.eventscopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFF00;
	width: 100%;
	height: 100%;
	line-height: 13px;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	display: inherit;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}

.eventsholiday {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFF00;
	width: 100%;
	height: 100%;
	line-height: 18px;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	display: inherit;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	font-weight: bold;
}

#homepage #wrapper #site #maincontent #eventsmain #eventsslides #events_ask {
	height: 20px;
	width: 360px;
}

#homepage #wrapper #site #maincontent #eventsmain #eventsslides #events {
	height: 170px;
	width: 360px;
}

#homepage #wrapper #site #maincontent #eventsmain {
	position: absolute;
	width: 400px;
	float: left;
	top: 420px;
	left: 240px;
	height: 210px;
}

#maincontent #eventsonly {
	position: relative;
	width: 360px;
	float: left;
	top: 10px;
	left: 30px;
	height: 210px;
}

#eventsonly #eventshead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	display: block;
	float: left;
	text-align: center;
	position: relative;
	width: 370px;
	color: #6699FF;
}

#homepage #wrapper #site #maincontent #eventsartists #eventsslides {
	float: left;
	height: 170px;
	width: 360px;
	position: relative;
	display: block;
	overflow: hidden;
	text-indent: -999999px;
	left: 0;
	top: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clip: rect(0px,0px,0px,0px);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#eventshead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	display: block;
	float: left;
	text-align: center;
	position: relative;
	width: 370px;
	color: #000000;
}

#eventsonly #eventsslides {
	float: left;
	height: 170px;
	width: 360px;
	position: relative;
	display: block;
	margin: 0px;
	overflow: hidden;
	text-indent: -999999px;
	left: 0;
	top: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clip: rect(0px,0px,0px,0px);
}

#eventsonly #events2 {
	position: relative;
	width: 360;
	padding: 0px;
	top: 30px;
	height: 210;
}


#eventsonly #previous {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFCC;
	position: absolute;
	z-index: 10;
	top: 200px;
	left: 500px;
	width: 100px;
	display: block;
	float: left;
	visibility: visible;
}

#eventsonly #previous {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	position: fixed;
	height: 15px;
	width: 60px;
	top: 350px;
	left: 620px;
	display: block;
	z-index: 10;
}

#eventsonly #next {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	height: 15px;
	width: 60px;
	position: fixed;
	left: 900px;
	top: 350px;
}

#eventsonly #eventshead2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	display: block;
	text-align: center;
	position: absolute;
	width: 100%;
	color: #6699FF;
	font-style: normal;
	font-weight: lighter;
	left: 0px;
	top: 0px;
	height: auto;
}

#eventsonly #maincontent #events2 {
	position: absolute;
	height: 210px;
	width: 360px;
	left: 240px;
	top: 40px;
	clear: both;
	float: left;
}

/*
=======================================
MAP section
=======================================
*/

#maps #wrapper #site #maincontent #mapmenu {
	float: left;
	height: 385px;
	width: 600px;
	position: absolute;
	visibility: visible;
	display: block;
	left: 200px;
	top: 20px;
	z-index: 1;
}

#homepage #wrapper #site #maincontent #maparea {
	float: left;
	height: 390px;
	width: 600px;
	position: absolute;
	visibility: visible;
	background-image: url(../_images/corridor_map_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	left: 200px;
	top: 20px;
	z-index: 1;
}


/*
=======================================
BIZ section
=======================================
*/

#arttextmain a:link,
#arttextmain a:visited,
#arttextmain a:hover,
#arttextmain a:active {
	width: 135px;
	height: 35px;
	clear: none;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#bizarea #biztextmain img {
	display: block;
	float: left;
	height: 100px;
	width: 100px;
	position: relative;
	visibility: visible;
	margin-right: 10px;
}

#maincontent #bizarea {
	display: block;
	clear: both;
	float: left;
	width: 375px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5;
	color: #CCFFFF;
	top: 110px;
	left: 1070px;
	overflow: visible;
	height: 1000px;
	position: absolute;
	margin-top: 10px;
}

#bizarea #bizheadmain {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFCC;
	text-align: center;
	width: 360px;
	background-image: url(../_images/busbar.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	left: 0px;
	height: 55px;
	clear: both;
	float: left;
	top: 0px;
	display: block;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #3300FF;
	border-top-width: medium;
	border-top-color: #3300FF;
}

#bizarea #biztextmain {
	height: 100%;
	width: 380px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}

#biztextmain #bizbox {
	height: 100px;
	width: 260px;
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
	display: block;
	position: relative;
}




/*
=======================================
Artists section- Right
=======================================
*/

#arttextright a:link,
#arttextright a:visited,
#arttextright a:hover,
#arttextright a:active {
	width: 100px;
	height: 35px;
	clear: none;
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	}

#maincontent #eventsmain #artistsarea #arttextright {
	height: 220px;
	width: 175px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
	position: relative;
	clear: none;
	left: 0px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #3300FF;
	padding-left: 0px;
}


#arthead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFCC;
	text-align: center;
	width: 360px;
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/artbar.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	left: 0px;
	height: 30px;
	clear: both;
	float: left;
	top: 0px;
	display: block;
	margin-bottom: 10px;
}


#homepage #wrapper #site #maincontent #eventsartists #artistsarea #arttext #arthead_ann {
}

#arttextmain #artheadshot_1 {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/headshot_ann.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 30px;
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	position: relative;
	display: block;
	top: 0px;
	padding: 0px;
	clear: both;
}

#artistsarea #arttextmain #arthead_ann {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/headshot_ann.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	width: 70px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	position: relative;
	display: block;
	}
	
	
#arttextbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #99FFFF;
	width: 400px;
	height: 400px;
	line-height: 18px;
	overflow: auto;
	position: relative;
	top: 0px;
	left: 230px;
	clear: both;
	float: left;
}

#arthead_1 {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/pics_ann.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	width: 70px;
	padding-right: 0px;
	float: left;
	padding-bottom: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
}


.artcopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #99FFFF;
	width: 260px;
	height: 95px;
	line-height: 18px;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	clear: both;
	float: left;
	display: inherit;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}

.biotext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
	line-height: 1.5;
	color: #99FFFF;
}

.artbold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF99;
	margin-right: 5px;
	padding: 0px;
	width: auto;
	margin-top: 0px;
	line-height: 18px;
	float: left;
	position: relative;
	margin-left: 30px;
	height: 25px;
}

.artbold2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF99;
	margin-right: 5px;
	padding: 0px;
	width: auto;
	margin-top: 0px;
	line-height: 18px;
	float: left;
	position: relative;
	margin-left: 55px;
	height: 25px;
}

.artname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFF99;
	height: 35px;
	width: 114px;
	float: left;
	padding: 0px;
	position: relative;
	clear: none;
	top: 0px;
	margin: 0px;
	display: block;
}

.italicstyle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: #9999FF;
	float: right;
	margin-left: 5px;
	position: relative;
	clear: none;
	width: auto;
	height: auto;
	display: inherit;
	left: 5px;
}

.email {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8.5px;
	font-style: italic;
	font-weight: lighter;
	color: #99CCFF;
	width: auto;
	clear: both;
	float: left;
}

.note {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	color: #666666;
	width: 360px;
	text-align: center;
}


#artistsarea #arttextmain #arthead_2 {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/headshot_lempicka.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 30px;
	padding-right: 0px;
	float: left;
	padding-bottom: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	clear: both;
}

#maincontent #eventsmain #artistsarea #arttextright #arthead_6 {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/headshot_hamada.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	height: 30px;
	width: 30px;
	margin-right: 10px;
	margin-left: 5px;
}

#maincontent #eventsmain #artistsarea #arttextright #arthead_7 {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/headshot_picasso.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	width: 30px;
	margin-right: 10px;
	position: relative;
	margin-left: 5px;
}

#maincontent #eventsmain #artistsarea #arttextright #arthead_8 {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/headshot_grey.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	width: 30px;
	margin-right: 10px;
	margin-left: 5px;
}

#maincontent #eventsmain #artistsarea #arttextright #arthead_9 {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/headshot_vangogh.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	margin-right: 10px;
	margin-left: 5px;
}

#maincontent #eventsmain #artistsarea #arttextright #arthead_10 {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/headshot_wyeth.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	margin-right: 10px;
	margin-left: 5px;
}

#wrapper #site #maincontent #eventsmain #artistsarea #arttextmain #arthead_L6 {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/headshot_loel.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	margin-right: 10px;
	position: relative;
}

#wrapper #site #maincontent #eventsmain #artistsarea #arttextright #arthead_R6 {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/headshot_bacon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	margin-right: 10px;
	position: relative;
	margin-left: 5px;
}


#artistsarea #arttextmain #arthead_3 {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/headshot_annette.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 30px;
	padding-right: 0px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	clear: both;
}

#artistsarea #arttextmain #arthead_4 {
	height: 30px;
	width: 30px;
	float: left;
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/headshot_basquiat.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 10px;
	margin-bottom: 5px;
	clear: both;
}

#artistsarea #arttextmain #arthead_5 {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/headshot_warhol.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 30px;
	margin-right: 10px;
	margin-bottom: 5px;
	clear: none;
	float: left;
	position: relative;
}

#arttext2 {
	float: left;
	width: 50%;
	height: 400px;
}


/*
=======================================
Artists Page - Left
=======================================
*/

#artists #wrapper #site #maincontent #artpageleft #copyann #ceramics {
	display: block;
	float: left;
	height: 25px;
	width: 25px;
	position: relative;
	z-index: 3;
	clear: none;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}



#maincontent #eventsmain #artistsarea #arttextmain #arthead_5 {
}

#maincontent #eventsartists #artistsarea #arttext #Ann {
	float: left;
	width: 150px;
	position: relative;
	height: auto;
}

#eventsartists #artistsarea #arttext #Sammis {
	float: left;
	width: 150px;
	position: relative;
	clear: none;
	height: 40px;
}

#maincontent #eventsartists #artistsarea #arttext #Jaret {
	float: left;
	height: 35px;
	width: 150px;
}

#maincontent #eventsartists #artistsarea #arttext2 {
	float: left;
	width: 200px;
	position: absolute;
	left: 500px;
	top: 100px;
}


/*
=======================================
ARTISTS Page - Left
=======================================
*/

#artists #wrapper #site #maincontent #artpageleft {
	height: 600px;
	width: 330px;
	float: left;
	overflow: visible;
	position: absolute;
	left: 230px;
	top: 250px;
	display: block;
}

#artists #wrapper #site #maincontent #artpageleft #arthead {
}

#artkey {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/icon_key.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 40px;
	width: 360px;
	position: relative;
	margin-bottom: 10px;
}


#artists #wrapper #site #maincontent #artpageleft #artpic_1 {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/pics_ann.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 90px;
	width: 70px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
}

#artists #wrapper #site #maincontent #artpageleft #copyann {
	float: left;
	height: 95px;
	width: 250px;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/icon_ceramic_paint.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#artists #wrapper #site #maincontent #artpageleft #arttext1 {
	float: left;
	height: 95px;
	width: 250px;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #CCFF00;
}

#artists #wrapper #site #maincontent #artpageleft #artpic_2 {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/pics_lempicka.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	width: 70px;
	margin-right: 10px;
	margin-bottom: 20px;
	clear: both;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

#artists #wrapper #site #maincontent #artpageleft #arttext2 {
	float: left;
	height: 95px;
	width: 200px;
	clear: none;
	position: relative;
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/icon_paint.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#artists #wrapper #site #maincontent #artpageleft #artpic_3 {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/pics_annette.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	height: 90px;
	width: 70px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
}

#artists #wrapper #site #maincontent #artpageleft #arttext3 {
	clear: none;
	float: left;
	height: 95px;
	width: 200px;
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/icon_paint_mixed.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#artists #wrapper #site #maincontent #artpageleft #artpic_4 {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/pics_basqiat.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	width: 70px;
	margin-right: 10px;
	margin-bottom: 20px;
	clear: both;
	float: left;
}

#artists #wrapper #site #maincontent #artpageleft #arttext4 {
	clear: none;
	float: left;
	height: 95px;
	width: 200px;
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/icon_paint_mixed.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#artists #wrapper #site #maincontent #artpageleft #artpic_5L {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/pics_warhol.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	width: 70px;
	margin-right: 10px;
	margin-bottom: 20px;
	clear: both;
	float: left;
}

#artists #wrapper #site #maincontent #artpageleft #arttext5 {
	clear: none;
	float: left;
	height: 95px;
	width: 200px;
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/icon_paint_mixed.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#artists #wrapper #site #maincontent #artpageleft #artpic_6L {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/pics_loel.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	width: 70px;
	margin-right: 10px;
	margin-bottom: 20px;
	clear: both;
	float: left;
}

#artists #wrapper #site #maincontent #artpageleft #arttext6 {
	clear: none;
	float: left;
	height: 95px;
	width: 200px;
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/icon_paint_mixed.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#artistsarea #arttextbox2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #99FFFF;
}



/*
=======================================
ARTISTS Page - Right
=======================================
*/

#artists #wrapper #site #artpageright {
	height: 700px;
	width: 380px;
	position: absolute;
	top: 160px;
	right: 0px;
	left: 650px;
	overflow: visible;
}

#artpageright #artheadright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFCC;
	text-align: center;
	width: 360px;
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/artbar.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	float: left
	height: 40px;
	top: 0px;
	display: block;
	height: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#artists #wrapper #site #artpageright #arttextboxright {
	height: 100%;
	width: 100%;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
	position: relative;
	clear: both;
	left: 0px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #3300FF;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	overflow: visible;
	top: 0px;
	border-top-width: 0px;
}

#artpageright #arttextboxright #artpic_1R {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/pics_hamada.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	width: 70px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-top: 0px;
}

#artpageright #arttextboxright #arttext_1R {
	clear: none;
	float: left;
	position: relative;
	width: 200px;
	height: 95px;
	top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	color: #99FFFF;
	display: block;
	left: 0px;
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/icon_ceramic.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#artpageright #arttextboxright #artpic_2R {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/pics_picasso.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	width: 70px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
	clear: both;
	position: relative;
	margin-left: 10px;
}

#artpageright #arttextboxright #arttext_2R {
	clear: none;
	float: left;
	position: relative;
	width: 200px;
	height: 95px;
	top: 0px;
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/icon_ceramic_paint.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#artpageright #arttextboxright #artpic_3R {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/pics_grey.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	width: 70px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
	clear: both;
	position: relative;
	margin-left: 10px;
}

#artpageright #arttextboxright #arttext_3R {
	clear: none;
	float: left;
	position: relative;
	width: 200px;
	height: 95px;
	top: 0px;
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/icon_paint_photo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#artpageright #arttextboxright #artpic_4R {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/pics_vangogh.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	width: 70px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
	clear: both;
	position: relative;
	margin-left: 10px;
}

#artpageright #arttextboxright #arttext_4R {
	clear: none;
	float: left;
	position: relative;
	width: 200px;
	height: 95px;
	top: 0px;
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/icon_paint.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#artpageright #arttextboxright #artpic_5R {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/pics_wyeth.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	width: 70px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
	clear: both;
	position: relative;
	margin-left: 10px;
}

#artpageright #arttextboxright #arttext_5R {
	clear: none;
	float: left;
	position: relative;
	width: 200px;
	height: 95px;
	top: 0px;
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/icon_paint.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#artpageright #arttextboxright #artpic_6R {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/pics_bacon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	width: 70px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
	clear: both;
	position: relative;
	margin-left: 10px;
}

#artpageright #arttextboxright #arttext_6R {
	clear: none;
	float: left;
	position: relative;
	width: 200px;
	height: 95px;
	top: 0px;
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/icon_paint.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#gallery1 {
	background-color: #330033;
	
}

/*
=======================================
About Us section
=======================================
*/


#aboutus #wrapper #site #maincontent #aboutarea {
	position: relative;
	height: 490px;
	width: 400px;
	top: 10px;
	left: 0px;
	float: left;
	display: block;
	text-align: left;
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/fea_full.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: 10px;
}

#maincontent #aboutarea #abouthead {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFCC;
	display: block;
	height: 30px;
	width: 100%;
	position: relative;
	left: 0px;
	top: 10px;
	float: left;
	text-align: center;
}

#aboutus #wrapper #site #maincontent #aboutarea #abouttext #aboutpic {
}


#aboutarea #abouttext p{
	font-family: "Times New Roman", Times, serif;
	font-size: 12.75px;
	line-height: 1.75;
	color: #99FFFF;
	text-align: left;
	display: block;
	height: 340px;
	width: 320px;
	position: relative;
	left: 0px;
	top: 20px;
	clear: both;
	float: left;
	margin-left: 25px;
	margin-right: 0px;
	vertical-align: baseline;
	text-indent: 10px;
	font-style: normal;
	font-weight: normal;
}

#aboutarea #abouttext .namestyle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.75;
	font-weight: bold;
	vertical-align: text-bottom;
	padding-right: 4px;
	width: auto;
	color: #FFFF99;
	display: block;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: left;
	text-indent: 0px;
	height: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/*
=======================================
Calendar section
=======================================
*/

#eventspage #wrapper #site #maincontent #calendararea {
	display: block;
	float: left;
	height: 490px;
	width: 750px;
	margin-left: 20px;
	margin-top: 10px;
}
#eventspage #wrapper #site #maincontent #calendararea #month {
	background-color: #330000;
	display: block;
	float: left;
	height: 50px;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	color: #FFCC00;
	padding-top: 5px;
	padding-left: 5px;
	text-align: center;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: none;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
}

#eventspage #wrapper #site #maincontent #calendararea #weekday {
	display: block;
	border: thin none #000099;
	clear: none;
	float: left;
	height: 76px;
	width: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #CCCCCC;
	padding-top: 0px;
	padding-left: 5px;
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/calendar_weekday.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

#eventspage #wrapper #site #maincontent #calendararea #weekend {
	display: block;
	float: left;
	height: 80px;
	width: 100px;
	border: thin none #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #FFFFFF;
	padding-top: 0px;
	padding-left: 5px;
	position: relative;
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/calendar_weekend.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}

#eventspage #wrapper #site #maincontent #calendararea #holiday {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CC6600;
	display: block;
	float: left;
	height: 76px;
	width: 100px;
	position: relative;
	border: thin none #CC3300;
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/calendar_holiday.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/*
=======================================
Siteinfo section
=======================================
*/


#wrapper #site #siteinfo {
	clear: both;
	float: left;
	position: relative;
	height: 50px;
	width: 990px;
	left: 0px;
	top: 60px;
	text-align: right;
	color: #CCFFFF;
	clear: both;
	float: left;
}


#artists #siteinfo2 {
	position: absolute;
	height: 200px;
	width: 130px;
	top: 700px;
	left: 25px;
}


#siteinfo #sitetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	display: block;
	text-align: left;
	vertical-align: 50%;
	position: absolute;
	width: 250px;
	left: 740px;
	padding-top: 20px;
	font-style: normal;
	color: #CCFFFF;
	text-decoration: blink;
	}

#siteinfo #sitetext:hover {
	color: #FFFF99;
	display: block;	
		}
		
#siteinfo #sitelogo {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/greyivor_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 50px;
	width: 130px;
	position: relative;
	left: 600px;
}

#siteinfo #sitelogo:hover {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/greyivor_logo.png);
	background-repeat: no-repeat;
	background-position: left -50px;
	}

#homepage #wrapper #site #siteinfo2 {
	position: absolute;
	height: 50px;
	width: 130px;
	left: 0px;
	top: 6040px;
	text-align: right;
	color: #CCFFFF;
	clear: both;
	float: left;
}

#homepage #wrapper #site #siteinfo2 #sitetext2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	display: block;
	text-align: left;
	vertical-align: 50%;
	position: absolute;
	width: 120px;
	left: 0px;
	padding-top: 20px;
	font-style: normal;
	color: #CCFFFF;
	text-decoration: blink;
	top: 50px;
	height: auto;
}

#siteinfo2 #sitelogo2 {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/greyivor_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 50px;
	width: 130px;
	left: 30px;
	top: 0px;
}

#siteinfo2 #sitelogo2:hover {
	background-image: url(../../Dreamweaver%20CSS%20%3Chome%3E/public_html/_images/greyivor_logo.png);
	background-repeat: no-repeat;
	background-position: left -50px;
	position: absolute;
	height: 100px;
	width: 130px;
	left: 30px;
	top: 0px;
	}

#secondary {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	display: block;
	text-align: center;
	vertical-align: 50%;
	position: absolute;
	width: 150px;
	left: 20px;
	padding-top: 0px;
	font-style: normal;
	color: #CCFFFF;
	top: 50px;
	height: auto;
	line-height: 1.5;
	font-weight: lighter;
}

#infovert {
	display: block;
	float: left;
	height: 300px;
	width: 200px;
	position: absolute;
	top: 650px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	color: #999999;
	margin-left: 0px;
	text-align: center;
	text-indent: 0px;
	z-index: 3;
	left: 0px;
	background-image: url(../_images/infovert_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#infovert #vertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	width: 120px;
	margin-left: 60px;
	height: 45px;
	color: #333333;
}

#infovert #vertlogo:link {
	background-image: url(../_images/greyivor_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 50px;
	width: 150px;
	margin-top: 10px;
	margin-left: 20px;
	position: relative;
	visibility: visible;	
	
}

#infovert #vertlogo:visited {
	background-image: url(../_images/greyivor_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 50px;
	width: 150px;
	margin-top: 10px;
	margin-left: 20px;
	position: relative;
	visibility: visible;	
}

#infovert #vertlogo:hover {
	background-image: url(../_images/greyivor_logo.png);
	background-repeat: no-repeat;
	background-position: left -50px;
	display: block;
	height: 50px;
	width: 150px;
	margin-top: 10px;
	margin-left: 20px;
	position: relative;
	visibility: visible;	
	
}

#infovert #vertlogo:active {
	background-image: url(../_images/greyivor_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 50px;
	width: 150px;
	margin-top: 10px;
	margin-left: 20px;
	position: relative;
	visibility: visible;
	margin-right: 0px;
	margin-bottom: 0px;	
}

#infovert #vertext #contactus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	top: 10px;
	text-align: left;
}

#homepage #wrapper #site #maincontent #eventsmain #eventsslides p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	line-height: 18px;
	margin-bottom: 10px;
}



#maps #wrapper #site #maincontent #mapmenu {
	display: block;
	position: absolute;
	visibility: visible;
	height: 680px;
	width: 840px;
	background-color: #999999;
}
#maps #wrapper #site #maincontent #mapmenu #mapthumb {
	float: left;
	height: 100px;
	width: 140px;
	position: relative;
	left: 20px;
	top: 10px;
	margin-right: 26px;
	visibility: visible;
	font-family: "Times New Roman", Times, serif;
	font-size: 13.5px;
	font-style: normal;
	text-align: center;
	letter-spacing: .25em;
}
#maps #wrapper #site #maincontent #mapmenu #maplarge {
	clear: both;
	float: left;
	height: 520px;
	width: 800px;
	position: relative;
	top: 30px;
	left: 20px;
}
#maps #wrapper #site #maincontent #mapmenu #maplarge img {
	height: 500px;
	width: 800px;
}
#maps #wrapper #site #maincontent #mapmenu #mapthumb img {
	height: 100px;
	width: 130px;
}
#maps #wrapper #site #maincontent #mapmenu #mapclick {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	float: left;
	height: 30px;
	width: 800px;
	position: relative;
	left: 20px;
	top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}
#homepage #wrapper #site #maincontent #maparea #maphead {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #333333;
	width: 100%;
	text-align: center;
	position: relative;
	top: 10px;
}

#maparea #mapcompass {
	float: left;
	height: 120px;
	width: 80px;
	position: relative;
	top: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: center;
	display: block;
	left: 300px;
	clear: both;
}

#maparea #mapcompass a:link {
	float: left;
	height: 100px;
	width: 80px;
	position: relative;
	background-image: url(../_images/compass_button.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
	text-align: center;
	vertical-align: bottom;
	line-height: 110%;
}

#maparea #mapcompass a:visited {
	float: left;
	height: 100px;
	width: 80px;
	position: relative;
	background-image: url(../_images/compass_button.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
	text-align: center;
	vertical-align: bottom;
	line-height: 110%;
}

#maparea #mapcompass a:hover {
	float: left;
	height: 100px;
	width: 80px;
	position: relative;
	background-image: url(../_images/compass_button.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
	text-align: center;
	vertical-align: bottom;
	line-height: 110%;
}

#maparea #mapcompass a:active {
	float: left;
	height: 100px;
	width: 80px;
	position: relative;
	background-image: url(../_images/compass_button.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
	text-align: center;
	vertical-align: bottom;
	line-height: 110%;
}#homepage #wrapper #site #maincontent #maparea #mapcompass #mapsgoto {
	position: relative;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.25;
	color: #000000;
	text-align: center;
}
#maps #wrapper #site #maincontent #mapholder {
	position: absolute;
	height: 1300px;
	width: 2000px;
	left: 20px;
	top: 20px;
}
#map_01 #wrapper #site #maincontent #mapholder {
	position: absolute;
	visibility: visible;
	height: 750px;
	width: 1000px;
	left: 150px;
	top: 20px;
	background-color: #CCFF00;
}

#maps #wrapper #site #maincontent #mapmenu #mapthumb a {
	float: left;
	height: 100px;
	width: 140px;
	position: relative;
	z-index: 1;
	clear: none;
	text-indent: -999999px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	background-image: url(../_images/corridor_thumb_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#maps #wrapper #site #maincontent #mapmenu #mapthumb #map01 {
	float: left;
	height: 100px;
	width: 140px;
	position: relative;
	z-index: 1;
	clear: none;
	text-indent: -999999px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	background-image: url(../_images/corridor_thumb_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#maps #wrapper #site #maincontent #mapmenu #mapthumb #map02 {
	float: left;
	height: 100px;
	width: 140px;
	position: relative;
	z-index: 1;
	clear: none;
	text-indent: -999999px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	background-image: url(../_images/corridor_thumb_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#maps #wrapper #site #maincontent #mapmenu #mapthumb #map03 {
	float: left;
	height: 100px;
	width: 140px;
	position: relative;
	z-index: 1;
	clear: none;
	text-indent: -999999px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	background-image: url(../_images/corridor_thumb_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#maps #wrapper #site #maincontent #mapmenu #mapthumb #map04 {
	float: left;
	height: 100px;
	width: 140px;
	position: relative;
	z-index: 1;
	clear: none;
	text-indent: -999999px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	background-image: url(../_images/corridor_thumb_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#homepage #wrapper #site #raffle {
	clear: none;
	float: left;
	height: 180px;
	width: 120px;
	position: absolute;
	z-index: 2;
	left: 1000px;
	top: 20px;
}
#homepage #wrapper #site #raffle #rafftext {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	color: #990000;
	position: relative;
	top: 10px;
	width: 100%;
	text-align: center;
	padding-left: 0%;
	font-weight: normal;
	line-height: 1.25;
	clear: both;
	float: left;
}

#homepage #wrapper #site #raffle a:link {
	background-image: url(../_images/DK_Logo_Icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999999px;
	float: left;
	height: 125px;
	width: 120px;
	position: relative;
}

#homepage #wrapper #site #raffle a:visited {
	background-image: url(../_images/DK_Logo_Icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999999px;
	float: left;
	height: 125px;
	width: 120px;
	position: relative;
}

#homepage #wrapper #site #raffle a:hover {
	background-image: url(../_images/DK_Logo_Icon.png);
	background-repeat: no-repeat;
	background-position: -120px top;
	text-indent: -999999px;
	float: left;
	height: 125px;
	width: 120px;
	position: relative;
}

#homepage #wrapper #site #raffle a:active {
	background-image: url(../_images/DK_Logo_Icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999999px;
	float: left;
	height: 125px;
	width: 120px;
	position: relative;
}
#bizarea #biztextmain #bizbox p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	float: left;
	width: 150px;
	position: relative;
	clear: none;
}

