﻿body
{
	font: 12px Arial,Helvetica,sans-serif;
	background-color: #e9e6e0;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

a
{
}

a:visited
{
}

b
{
	font-size: 110%;
}
em
{
	color: #5f5047;
}

#topsection
{
	background-color: #877C73;
	height: 120px; /*Height of top section*/
}

#topsection a img
{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

#topsection a:hover img
{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

#contentwrapper
{
	float: left;
	width: 100%;
}

#contentcolumn
{
	margin: 0 180px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	background: #e9e6e0 url(content_pattern.gif) repeat-y top right;
}

#leftcolumn
{
	float: left;
	width: 185px; /*Width of left column*/
	margin-left: -100%;
	background: #D3CEC5 url(leftcolumn_pattern.gif) repeat-y;
}

#rightcolumn
{
	float: left;
	width: 185px; /*Width of right column*/
	margin-left: -190px; /*Set left marginto -(RightColumnWidth)*/
	background: #d3cec5 url(rightcolumn_pattern.gif) repeat-y;
}

#footer
{
	padding: 5px 0;
	clear: left;
	width: 100%;
	background: #877C73 url(footer_pattern.gif) repeat-x;
	text-align: center;
}

#footer a
{
	color: #EDEBE6;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

.innertube
{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

.box
{
	margin-top: 10px;
}


.box-i
{
	padding: 1px 0;
	color: #e9e6e0;
	font: 12px Arial,Helvetica,sans-serif;
	font-weight: bold;
	background: #ece9e2 url(thBack.gif) repeat-x;
	width: 100%;
	text-align: center;
}

.box-c
{
	font: 12px Arial,Helvetica,sans-serif;
	vertical-align: top;
	padding: 1px 5px 0 5px;
}

.sideButton
{
	background: url(button.gif) no-repeat;
}

.sideButton a
{
	text-decoration: none;
}

.sideButton td
{
	width: 146px;
	height: 35px;
	padding-left: 10px;
	color: #4a4744;
	font: bold 13px Arial,Helvetica,sans-serif;
	vertical-align: bottom;
}

img
{
	padding: 0;
	margin: 0;
	border: none;
}

.menuPanel
{
	left: 180px;
	width: 200px;
	position: absolute;
	display: none;
}

.menuPanel a img
{
	width: 200px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

.menuPanel a:hover img
{
	width: 200px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

.menuArea_menu
{
	color: #58514B;
	margin: 10px;
	font: 10px/16px Arial,Helvetica,sans-serif;
	z-index: 100;
}

.menuArea_menu a
{
	color: #58514B;
	font-size: 10px;
	text-decoration: none;
}

.menuArea_menu a:hover
{
	color: #58514B;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.menuArea_menu div
{
	padding: 0 0 5px -12px;
}

#menuArea_1
{
	background: #D3DDDB url(menu1_bg.gif) repeat-y;
	top: 120px;
}

#menuArea_2
{
	background: #E0E2D5 url(menu2_bg.gif) repeat-y;
	top: 155px;
}

#menuArea_3
{
	background: #D4D8DE url(menu3_bg.gif) repeat-y;
	top: 190px;
}

#menuArea_4
{
	background: #DED6DF url(menu4_bg.gif) repeat-y;
	top: 225px;
}

#menuArea_5
{
	background: #EFE0CF url(menu5_bg.gif) repeat-y;
	top: 260px;
}

#menuArea_6
{
	background: #e4f2f3 url(menu6_bg.gif) repeat-y;
	top: 295px;
}

.quote
{
	color: Black;
	background-color: #99ccff;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-color: Black;
	border-width: 1px;
	border-style: dotted;
}

.pm_menu
{
	padding-bottom: 5px;
	border-bottom: solid 2px #e9e6e0;
}

.pm_menu ul
{
	display: inline;
}

.pm_menu ul li
{
	display: inline;
	font: 11px Arial,Helvetica,sans-serif;
	padding: 1px 1px 1px 5px;
}

h1
{
	font-size: 150%;
}

h2
{
	font-size: 140%;
}

h3
{
	font-size: 130%;
}

h4
{
	font-size: 120%;
}

h5
{
	font-size: 110%;
}

h6
{
	font-size: 90%;
}

.superbox
{
	padding: 2px;
	background-color: White;
	border-top: #333333 1px solid;
	border-right: #333333 1px solid;
	border-left: #333333 1px solid;
	border-bottom: #333333 1px solid;
	margin-bottom: 5px;
}

ul#gallery, ul#gallery li
{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#gallery
{
	margin: 2em 0;
}
ul#gallery li
{
	float: left;
	display: inline;
	margin-right: 5px;
}
ul#gallery a
{
	float: left;
	display: inline;
	position: relative;
}
ul#gallery a:hover
{
	background: none;
	z-index: 100;
}
ul#gallery a span
{
	display: none;
}
ul#gallery a:hover span
{
	float: left;
	display: block;
	cursor: pointer;
}
ul#gallery a:hover em
{
	display: none;
}
ul#gallery a img
{
	border: 1px solid #999;
	padding: 2px;
	background: #fff;
	margin: 2px;
}
ul#gallery a:hover img
{
	border: 1px solid #000;
}

/*
			Vertical Accordions
		*/

#vertical_container
{
    width: 100%;
}
.accordion_toggle
{
	display: block;
	height: 30px;
	width: 125px;
	background: url(accordion_toggle.jpg) no-repeat top left #ffffff;
	padding: 0 10px 0 30px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-top: 1px solid #000033;
	cursor: pointer;
	margin: 0 0 0 0;
}

.accordion_toggle div
{
	padding: 0 0 5px -12px;
}


.accordion_toggle_active
{
	background: url(accordion_toggle_active.jpg) no-repeat top right #e0542f;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}

.accordion_content
{
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}

.accordion_content h2
{
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.accordion_content p
{
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}

.vertical_accordion_toggle
{
	display: block;
	height: 30px;
	width: 600px;
	background: url(accordion_toggle.jpg) no-repeat top right #a9d06a;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}

.vertical_accordion_toggle_active
{
	background: url(accordion_toggle_active.jpg) no-repeat top right #e0542f;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}

.vertical_accordion_content
{
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}

.vertical_accordion_content h2
{
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.vertical_accordion_content p
{
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}

/*
			Horizontal Accordion
		*/

.horizontal_accordion_toggle
{
	/* REQUIRED */
	float: left; /* This make sure it stays horizontal */ /* REQUIRED */
	display: block;
	height: 100px;
	width: 30px;
	background: url(h_accordion_toggle.jpg) no-repeat top left #a9d06a;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	border-right: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}

.horizontal_accordion_toggle_active
{
	background: url(h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
	border-right: 1px solid #f68263;
}

.horizontal_accordion_content
{
	/* REQUIRED */
	height: 100px; /* We need to define a height for the accordion as it stretches the width */
	float: left; /* This make sure it stays horizontal */ /* REQUIRED */
	overflow: hidden;
	background-color: #ffffff;
	color: #444444;
}

.horizontal_accordion_content p
{
	width: 450px;
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}


/* Container styling*/
#horizontal_container
{
	margin: 20px auto 20px auto;
	width: 680px;
	height: 100px;
}

#vertical_nested_container
{
	margin: 20px auto 20px auto;
	width: 620px;
}

