html, table, td
{
	font-size: 1.0em;
}

body
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Georgia, sans-serif;
	background-color: #3E3F43;
}

p
{
	padding: 2px;
	padding-bottom: 25px;
	line-height: 1.5em;
	color: #333;
	text-align: justify;
	font-size: 0.9em;
}

a, a:link
{
	color: #038;
}

a:visited
{
	color: #038;
}

a:hover, a:focus
{
	cursor: pointer;
	color: #25C;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #232323;
}

h1
{
	font-size: 2em;
	padding-bottom: 5px;
}

h2
{
	font-size: 1.4em;
	padding-bottom: 5px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
}



/*
 * General Span Styles
 */
span.highlight
{
	background-color: #FF6;
}





/*
 * Structural Divs
 */
#canvas
{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}

#pageWrapper
{
	width: 1006px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-bottom: 40px;
}

#page
{
	background-color: #FFF;
	height: auto;
}




/*
 * Title Div
 */
#titleWrapper
{
	width: 1006px;
	height: 272px;
}

#title
{
	width: 100%;
	height: 100%;
}

#title .titleTop
{
	background-color: #FFF;
	background-image: url(../images/title/TitleTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 126px;
	width: 1006px;
}

#title .titleTop h1
{
	display: none;
}

#title .titleBottom
{
	background-color: #FFF;
	background-image: url(../images/title/TitleBottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 146px;
	width: 1006px;
}




/*
 * Content Div
 */
#content
{
	position: relative;
	z-index: 100;
	padding: 20px;
	min-height: 50px;
}

#content ul
{
	padding-left: 30px;
	list-style-type: disc;
}

#content ol
{
	padding-left: 30px;
	list-style-type: decimal;
}

#content li
{
	line-height: 1.45em;
	font-size: 0.8em;
	padding-left: 0px;
	padding-bottom: 10px;
}

#content table
{
	margin-bottom: 30px;
}

#content td
{
	padding: 5px;
	font-size: 0.9em;
	border: 1px solid #CCC;
}

/*
 * Content PagePanel Div
 */
#content .pagePanel
{
	padding: 10px;
	background-color: #E7E7E7;
	position: relative;
	height: 250px;
	margin-bottom: 20px;
	background-image: url(../images/structure/PagePanelBacking.jpg);
	background-repeat: no-repeat;
}

#content .pagePanel h1
{
	font-size: 1.6em;
}

#content .pagePanel div.image
{
	float: left;
	width: 250px;
	padding-right: 10px;
}

#content .pagePanel div.text p
{
	text-align: justify;
	line-height: 1.32em;
	font-size: 0.9em;
	color: #353535;
}

#content .pagePanel div.links
{
	position: absolute;
	bottom: 0;
	left: 270px;
	margin-bottom: 10px;
	right: 0px;
}

#content .pagePanel div.links ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#content .pagePanel div.links li
{
	font-size: 1.0em;
	line-height: 16px;
	height: 32px;
	position: relative;
	float: left;
	padding-right: 10px;

}
#content .pagePanel div.links li p
{
	padding-left: 36px;
	padding-top: 8px;
}

#content .pagePanel div.links li img
{
	width: 32px;
	height: 32px;
	position: absolute;
}

#content img.flyerEvents
{
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
}



/*
 * Menu Div
 */
#menuWrapper
{
	position: relative;
	width: 100%;
	height: 30px;
	background-image: url('../images/structure/menubar-light-gradient.png');
	background-repeat: repeat-x;
}

#menu
{
	height: 30px;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}

#menu ul
{
	width: 100%;
}

#menu li
{
	z-index: 200;
	float: left;
	height: 30px;
	line-height: 30px;
	padding-left: 14px;
	padding-right: 14px;
	text-align: center;
	position: relative;
	background-color: #AAA;
	background-image: url('../images/structure/menubar-light-gradient.png');
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 0.87em;
	white-space: nowrap;
}

#menu li:hover
{
	background-image: url('../images/structure/menubar-dark-gradient.png');
	cursor: pointer;
}

#menu li a
{
	text-decoration: none;
	color: #112;
}

#menu div.submenu
{
	display: none;
	position: absolute;
	left: 0;
	z-index: 210;
	background-image: none;
	background-color: #AAA;
	padding-bottom: 10px;
	padding-top: 6px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	opacity: 0.95;
}

#menu div.submenu li
{
	font-size: 0.85em;
	font-weight: normal;
	float: none;
	background-image: none;
	text-align: left;
	white-space: nowrap;
}

#menu div.submenu li:hover
{
	background-color: #888;
	cursor: pointer;
}

#footerWrapper
{
	height: 120px;
	background-image: url(../images/structure/FooterBacking.jpg);
	background-repeat: no-repeat;
}

#footer
{
	color: #DEF;
	position: relative;
	padding: 10px;
	border-top: 2px solid #3E3F43;
	font-size: 0.86em;
}

#footer a
{
	text-decoration: none;
	color: #CDF;
}

#footer a:hover
{
	color: #FFF;
}

#footer h2
{
	color: #DEF;
}

#footer td
{
	padding-right: 15px;
	padding-bottom: 10px;
	font-size: 0.85em;
}

#footer .description
{
	float: left;
	padding-left: 15px;
	padding-right: 20px;
}

#footer .contact
{
	float: left;
	border-left: 1px solid #678;
	padding-left: 20px;
	padding-right: 15px;
	height: 95px;
}

#footer .contact img.email
{
	margin-bottom: -4px;
}

#footer .AnataiLogo
{
	width: 120px;
	padding-top: 5px;
	text-align: center;
	font-size: 0.75em;
	color: #DEF;
	float: right;
}

#footer .AnataiLogo img
{
	padding-bottom: 5px;
}

#footer .AnataiLogo a
{
	text-decoration: none;
	color: #DEF;
}




/*
 * General Div Styles
 */

.floatLeft
{
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.floatRight
{
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}





/*
 * Special content-related Div Styles
 */
 
div#panelFlowerTentDownloadsWrapper
{
	position: relative;
	width: 420px;
	margin: 0;
	padding: 0;
}

#panelFlowerTentDownloads
{
	position: relative;
	background-image: url('../images/structure/GreenPanelBacking.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #DFD;
	padding: 10px;
}

#panelFlowerTentDownloads h1
{
	font-size: 1.3em;
	padding-bottom: 10px;
}

#panelFlowerTentDownloads li
{
	padding-bottom: 10px;
}




/*
 * Page-specific Divs
 */

div#LeftColumn
{
	position: relative;
	float: left;
	margin-left: 40px;
	width: 460px;
}

div#RightColumn
{
	position: relative;
	float: right;
	width: 420px;
	margin-right: 40px;
}

div#gMap
{
	position: relative;
	border: 1px solid #AAA;
}

div#pricesWrapper
{
	position: relative;
	width: 420px;
}

table#prices
{
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url('../images/structure/BluePanelBacking.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

table#prices td
{
	padding: 5px;
	border: 1px solid white;
	/*border: 1px solid #BCD;*/
}

