@charset    "utf-8";

/* CSS Document */
/***************************************** reset *****************************************/
*
{
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
}

/***************************************** elements **************************************/
body
{
	margin: 0px;
	background-color: #6A3667;
	background-image: url('../gfx/background.png');
	background-repeat: repeat-x;
	background-position: center top;
}

hr
{
	border-color: #97980B;
	border-width: 1px;
	border-style: solid;
	margin: 15px 0px;
}

a { color: #97980B; }
a:link { color: #97980B; }
a:visited { color: #97980B; }
a:hover { color: #AA8CA8; }
a:active { color: #7F537D; }

.clear
{
	clear: both;
	height: 0px;
}

/***************************************** structure *****************************************/
#main
{
	width: 880px;
	margin: auto;
}

#header
{
	background-image: url('../gfx/header-background.png');
	background-repeat: no-repeat;
	padding: 30px 0px 0px 0px;
	margin: 0px 15px;
	width: 850px;
	float:left;
}

#header h1
{
	margin: 0px 0px 10px 30px;
	padding: 0px;
	width: 210px;
	float: left;
}

#header h1 a
{
	background: transparent url('../gfx/plum-grove-logo.png') no-repeat scroll 0 0;
	display: block;
	height: 110px;
	overflow: hidden;
	text-indent: -9999px;
}

#leaderboard
{
	float: right;
	margin: 30px 30px 0px 30px;
	padding: 0px;
}

#navigation
{
	width: 850px;
	margin: 0px 15px;
	display: inline-block;
	color: #fff;
	background-color: #551A52;
	float:left;
}

#hometop
{
	background-image: url('../gfx/home-image.jpg');
	background-repeat: no-repeat;
	width: 790px;
	min-height: 300px;
	max-height: 300px;
	margin: 0px 15px;
	padding: 30px 30px 0px 30px;
	display: inline-block;
	color: #fff;
}

#homebottom
{
	background-color: #3B1239;
	width: 850px;
	margin: 0px 15px;
	padding: 0px;
	display: inline-block;
	color: #fff;
	float:left;
}

#homeleft
{
	background-color: #3B1239;
	width: 380px;
	margin: 15px 15px 15px 30px;
	padding: 0px;
	float: left;
}

#homeright
{
	background-color: #3B1239;
	width: 380px;
	margin: 15px 30px 15px 15px;
	padding: 0px;
	float: left;
}

#contentcontainer
{
	width: 880px;
	padding: 0px;
	margin: 0px auto;
	clear: both;
	background-color: transparent;
	background-image: url('../gfx/main-shadow-repeat.png');
	background-repeat: repeat-y;
	display: inline-block;
	float:left;
}

#content
{
	width: 850px;
	padding: 0px 0px 30px 0px;
	margin: 0px 15px 0px 15px;
	clear: both;
	float: left;
	background-color: transparent;
	background-image: url('../gfx/transparent.png');
	background-repeat: repeat;
	min-height:400px;
}

/*div {border:1px solid blue;}*/
#subnavigation
{
	position: relative;
	width: 190px;
	padding: 0px margin: 0px;
	float: left;
}

#contentleft
{
	width: 410px;
	padding: 0px;
	margin: 0px 30px 0px 30px;
	float: left;
}

#contentright
{
	width: 140px;
	padding: 10px;
	margin: 0px;
	float: left;
	background-color: #eeeeee;
}

#footer
{
	width: 850px;
	margin: 5px auto 20px auto;
	clear: both;
	color: #fff;
	font-size: 0.75em;
	line-height: 1em;
	/*	border:1px solid red;*/
}

/***************************************** Level 1 Navigation *****************************************/
#navigation ul
{
	/*float: left;*/
	margin: 0px;
	padding: 0px;
	width: 850px;
	position: relative;
	font-size: 0.875em;
	font-weight: normal;
	text-transform: uppercase;
	list-style: none;
	letter-spacing: 0.05em;
}

#navigation ul li
{
	float: left;
	margin: 0px;
	border-right: #fff;
	border-width: 0px 1px 0px 0px;
	border-style: none solid none none;
}

#navigation ul li a.l1on
{
	color: #97980B;
	background-color: #3B1239;
}

#navigation ul li a
{
	float: left;
	padding: 9px 30px 7px 30px;
	margin: 0px;
	color: #fff;
}

#navigation ul li a:hover
{
	color: #97980B;
	background-color: #3B1239;
}

/***************************************** Level 2 Navigation *****************************************/
#subnavigation ul
{
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
	font-weight: normal;
	list-style: none inside;
}

#subnavigation ul li
{
	margin: 0px;
	border-top: #FFF;
	border-width: 1px 0px 0px 0px;
	border-style: solid none none none;
	background-color: #AA8CA8;
}

#subnavigation ul li:first-child
{
	border-width: 0px 0px 0px 0px;
	border-style: none none none none;
}

#subnavigation ul li:first-child a
{
	background-image: url(../gfx/subnav-top.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#subnavigation ul li a.l2on
{
	color: #97980B;
	background-color: #3B1239;
}

#subnavigation ul li a
{
	/*border:1px solid blue;*/
	display: block;
	padding: 5px 10px 5px 30px;
	margin: 0px;
	color: #fff;
}

#subnavigation ul li a:hover
{
	color: #97980B;
	background-color: #3B1239;
}

#subnavigation img
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

/* home page */
#hometop h2
{
	font-size: 1.5em;
	line-height: 1.2em;
	word-spacing: 0em;
	letter-spacing: 0em;
	font-style: normal;
	font-weight: normal;
	color: #fff;
}

#homeleft h3, #homeright h3
{
	font-size: 1em;
	line-height: 1.2em;
	word-spacing: 0.05em;
	letter-spacing: 0.02em;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #97980B;
}

#hometop p
{
	margin: 20px 0px;
	padding: 0px;
	font-size: 0.875em;
}

#homebottom p, #homebottom ul
{
	color: #ffffff;
	margin: 10px 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: default;
	font-size: 0.875em;
	line-height: 1.3em;
	word-spacing: 0em;
	letter-spacing: 0em;
	font-style: normal;
	font-weight: normal;
}

#homebottom ul li { margin: 5px 0px; }
#homebottom a { color: #fff; }
#homebottom a:link { color: #fff; }
#homebottom a:visited { color: #fff; }
#homebottom a:hover { color: #AA8CA8; }
#homebottom a:active { color: #AA8CA8; }

/* --------------------------------- Content Styles ---------------------------------- */
#contentleft h1, #contentleft h2, #contentleft h3, #contentleft h4, #contentleft h5, #contentleft h6
{
	margin:0px 0px 10px 0px;
}

#contentleft h1, #contentright h1
{
	font-size: 2.125em;
	line-height: 1.2em;
	word-spacing: 0em;
	letter-spacing: 0em;
	font-style: normal;
	font-weight: normal;
	color: #97980B;
}

#contentleft h2,#contentright h2
{
	font-size: 1.6em;
	line-height: 1.2em;
	word-spacing: 0em;
	letter-spacing: 0em;
	font-style: normal;
	font-weight: normal;
	color: #97980B;
}

#contentleft h3,#contentright h3
{
	font-size: 1.25em;
	line-height: 1.2em;
	word-spacing: 0em;
	letter-spacing: 0em;
	font-style: normal;
	font-weight: normal;
	color: #6A3667;
}

#contentleft h4,#contentright h4
{
	font-size: 1.125em;
	line-height: 1.2em;
	word-spacing: 0em;
	letter-spacing: 0em;
	font-style: normal;
	font-weight: normal;
	color: #97980B;
}

#contentleft h5,#contentright h5
{
	font-size: 1em;
	line-height: 1.2em;
	word-spacing: 0em;
	letter-spacing: 0em;
	font-style: normal;
	font-weight: normal;
	color: #6A3667;
}

#contentleft h6,#contentright h6
{
	font-size: 0.875em;
	line-height: 1.2em;
	word-spacing: 0em;
	letter-spacing: 0em;
	font-style: normal;
	font-weight: bold;
	color: #97980B;
}

#contentleft p, #contentleft li, #contentright p, #contentright ul, #contentright ol
{
	margin: 10px 0px;
	padding: 0px;
}

#contentleft p, #contentright p
{
	font-size: 0.875em;
	line-height: 1.3em;
	word-spacing: 0em;
	letter-spacing: 0em;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

#contentleft a { text-decoration: underline; }
#contentleft big, #contentright big { font-size: 1.2em; }
#contentleft small, #contentright small { font-size: 0.9em; }

#contentleft ul
{
	list-style-type: disc;
	list-style-position: inside;
}

#contentleft ol
{
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
}

#contentleft ul li, #contentleft ol li
{
	color: #666666;
	font-size: 0.875em;
	line-height: 1.3em;
	word-spacing: 0em;
	letter-spacing: 0em;
	font-style: normal;
	font-weight: normal;
}

#contentleft img
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	vertical-align:top;
}

.downloadlink
{
	background-image: url('../gfx/download-icon.png');
	background-repeat: no-repeat;
	display: block;
	padding: 70px 0px 0px 0px;
}


/*---------------------------- form elements ----------------------- */
form { margin: 10px 0px; }

input, textarea
{
	clear: both;
	font-size: 0.875em;
	font-weight: lighter;
	line-height: 1.2em;
}

label a { text-decoration: underline; }

#contentright .field
{
	color: #666;
	width: 130px;
	height: 21px;
	overflow: hidden;
	padding: 4px 5px 0px 5px;
	margin: 5px 0px;
}

#homeright .field
{
	color: #666;
	width: 199px;
	height: 21px;
	overflow: hidden;
	padding: 4px 5px 0px 5px;
	margin: 5px 0px;
}
.field:focus, .textarea:focus { background-color: #eee8ed; }

.textarea
{
	float: left;
	color: #666;
	background-color: #fff;
	padding: 4px 5px 0px 5px;
	margin: 0px;
	border: 1px solid #f4f4f4;
}

.textareaborder
{
	float: left;
	border: 1px solid #dddddd;
	margin: 5px 0px;
}

.button
{
	color: #fff;
	background-image: url('../gfx/input-button-background.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 0%;
	width: 125px;
	height: 22px;
	overflow: hidden;
	padding: 0px;
	margin: 5px 0px;
	cursor: pointer;
}

.checkbox { }
.button:hover { background-position: 0px 100%; }

/* ----------------------- table styles ---------------------------*/
table
{
	border: 0px solid #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
	border-collapse:collapse;
	border:none;
}
table thead tr th, table thead tr td, table tbody tr th, table tbody tr td, table tfoot tr th, table tfoot tr td {
	padding:2px 4px;
	border-width:0px 0px 0px 1px;
	border-style:dotted;
	border-color:#fff;
}

table thead tr th, table tbody tr th, table tfoot tr th {
	border-right:1px solid #fff;
}

table tbody tr th {
	font-weight:normal;
}

table tbody tr td, table tfoot tr td {
	text-align: right;
}

table tfoot tr td {
	font-weight:bold;
}


table thead tr th
{
	background: #551a52;
	color: #fff;
}

table thead tr td
{
	background: #7f537d;
	color: #fff;
}

table tbody tr:first-child, table tfoot tr:first-child {
	border-top:1px solid #fff;
}

table tbody tr {
	border-top:1px dotted #fff;
}
table tbody tr th
{
	background: #aa8ca8;
	color: #fff;
}

table tbody tr td
{
	background: #d4c5d3;
	color: #000;
}
table tfoot tr th
{
	background: #97980b;
	color: #000;
}

table tfoot tr td
{
	background: #cbcb85;
	color: #000;
}



/* clarity */
