﻿* {
    margin: 0;
    padding: 0;
}
body {
    text-align: center;
    font: 12px/170% Sans-serif, Verdana, Sans;
    color: #000;
    background-image: url('../images/layout/bg_site.jpg');
    background-position: top center;
    background-repeat: repeat-x;
    background-color: #6d643a;
}
div#container {
	width: 100%;
	overflow: hidden;
	text-align: center;
    background-image: url('../images/layout/bg_container.png');
    background-position: top center;
    background-repeat: repeat-x;
}
div#container div#inner-container {
	margin: 0 auto;
	width: 870px;
	height: 100%;
	overflow: hidden;
    text-align: left;
    display: table;
}
div#header{
	width: 870px;
	overflow: hidden;
	margin: 0 auto;
}
div#header h1 {
    text-indent: -5000px;
    background-image: url('../images/layout/header_logo.jpg');
    background-repeat: no-repeat;
    width: 324px;
    height: 79px;
}
div#header h1 a {
    outline: none;
    display: block;
    width: 100%;
    height: 100%;
}
div#header h3 {
    background-image: url('../images/layout/header_slogan.jpg');
    background-repeat: no-repeat;
    width: 870px;
    height: 36px;
    clear: both;
}
div#header h3 a {
    outline: none;
    display: block;
    color: #fff;
    margin-left: 68px;
	font: 16px/110% "Trebuchet MS";
	font-weight: bold;
	font-style: italic;
}
div#header h3 a:hover {
    text-decoration: none;
}
div#navigation {
	width: 820px;
    height: 42px;
	margin: 0 0 0 40px;
	overflow: hidden;
	clear: both;
}
div#navigation ul {
    list-style-type: none;
}
div#navigation ul li {
    float: left;
    height: 42px;
    display: inline;
    background-image: url('../images/layout/navigation_bullet.gif');
    background-repeat: no-repeat;
    background-position: center left;
}
div#navigation ul li a {
    display: block;
    outline: none;
    color: #597b1e;
	font: 14px/140% "Trebuchet MS";
	font-weight: bold;
	font-style: italic;
    margin: 10px 15px 0 15px;
}
div#navigation ul li a:hover {
    text-decoration: none;
    color: #ccc;
}
div.image {
    display: none;
}
div#content {
    height: 1%;
	width: 870px;
	margin: 0 auto;
	overflow: hidden;
	background-image: url('../images/layout/bg_content.png');
	background-repeat: repeat-y;
	background-position: top right;
	display: table;
    }
div#content-inner {
    width: 639px;
    width: 637px;
	overflow: hidden;
	float: right;
	display: inline;
	min-height: 600px;
	padding-bottom: 15px;
    }
div#content div#content-inner div#infobox form {
    margin: 0;
}
div#content div#content-inner div#infobox p, div#content div#content-inner div#infobox p.submit {
	display: inline;
	float: left;
	margin: 10px 0;
}
div#content div#content-inner div#infobox .form-submit {
    margin-left: 5px;
}
div#content div#content-inner div#infobox .form-input {
    width: 200px;
}
div#content-left {
    width: 221px;
	overflow: hidden;
	float: right;
    }
div#content-inner p {
    font: 12px/150% Sans-serif, Verdana, Sans;
	text-align: justify;
	margin: 0 0 20px 0;
    }
div#content-inner p.center {
    font: 17px/150% "Trebuchet MS";
	text-align: center;
	margin: 20px 0 0 0;
    }
a {
    color: #597b1e;
    text-decoration: none;
    }
a:hover {
    color: #597b1e;
    text-decoration: underline;
    }
a:visited 
{
    color: #597b1e;
    text-decoration: none;
}
    
    
div#content-inner h2 {
	width: 603px;
	height: 22px;
	clear: both;
	font: 15px/160% "Trebuchet MS";
	color: #fff;
	font-weight: bold;
	font-style: italic;
	text-align: left;
    background-image: url('../images/layout/content_box_header.jpg');
    background-repeat: no-repeat;
    margin-top: 25px;
    padding-left: 15px;
    }
    
div#content-inner h2 a, div#content-inner h2 a:hover {
	font: 15px/160% "Trebuchet MS";
	color: #fff;
	font-weight: bold;
	font-style: italic;
	text-align: left;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
    outline: none;
    }
div#content-inner div.content {
	width: 603px;
	clear: both;
	margin: 10px 0 0 10px;
    }
div#content-inner div.hidden {
	display: none;
    }
div#content-inner div.content div.top {
	width: 603px;
	height: 4px;
	clear: both;
    background-image: url('../images/layout/content_box_top.gif');
    background-repeat: no-repeat;
    display: table;
    overflow: hidden;
    }
div#content-inner div.content div.mid {
	width: 583px;
	clear: both;
    background-image: url('../images/layout/content_box_mid.gif');
    background-repeat: repeat-y;
    display: table;
	overflow: hidden;
	padding: 0 10px;
    }
div#content-inner div.content div.bot {
	width: 603px;
	height: 4px;
	clear: both;
    background-image: url('../images/layout/content_box_bot.gif');
    background-repeat: no-repeat;
    }
div#content-left div.section {
    width: 221px;
    margin: 25px 0 0 0;
    }
div#content-left div.section h3 {
    width: 221px;
    height: 25px;
    background-image: url('../images/layout/sidebar_header.png');
    background-repeat: no-repeat;
    color: #fff;
    font: 12px/110% Sans-serif;
    padding-left: 30px;
    }
div#content-left div.section div.content {
    width: 193px;
    margin: 0 3px 0 25px;
    font: 11px/150% Sans-serif, Verdana, Sans;
    }
div#content-left div.section div.content p.search {
    width: 195px;
    text-align: right;
    margin: 10px 10px 0 0;
    float: right;
    }
div#content-left div.section div.content p.right {
    width: 170px;
    margin: 10px 15px 0 0;
    float: right;
    text-align: right;
    }
div#content-left div.section div.content ul li {
    list-style-type: none;
    list-style: none;
    }
div#footer {
	clear: both;
    width: 860px;
    height: 25px;
    background-image: url('../images/layout/footer_bg.png');
    text-align: left;
    float: right;
	overflow: hidden;
    }
div#footer p.left {
	color: #c2c2c2;
	float: left;
	margin: 5px 0 0 30px;
	display: inline;
    }
div#footer p.left a {
	color: #c2c2c2;
    text-decoration: none;
    }
div#footer p.left a:hover {
	color: #7fb12c;
    text-decoration: underline;
    }
input.search-submit {
    width: 21px;
    height: 26px;
    border: 0px solid #b0b088;
    background-image: url('../images/layout/search_submit.png');
    background-repeat: no-repeat;
    text-indent: -5000px;
    display: inline;
}
input.search-input {
    width: 136px;
    height: 20px;
    border: 0px solid #b0b088;
    background-color: transparent;
    background-image: url('../images/layout/search_input.png');
    background-repeat: no-repeat;
    vertical-align: top;
    font: 11px/150% Sans-serif, Verdana, Sans;
    color: #000;
    padding-left: 10px;
    padding-top: 6px;
    display: inline;
}


div#content-inner div.content table {
  margin: 1em 0;
  width: 100%;
}
div#content-inner div.content thead th {
  border-bottom: 2px solid #597b1e;
  color: #494949;
  font-weight: bold;
}
div#content-inner div.content th a:link, div#content-inner div.content th a:visited {
  color: #597b1e;
}
div#content-inner div.content td, div#content-inner div.content th {
  padding: .3em .5em;
}
div#content-inner div.content tr.even, div#content-inner div.content tr.odd, div#content-inner div.content tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}
div#content-inner div.content tr.odd, div#content-inner div.content tr.info {
  background-color: #c3ed79;
}
div#content-inner div.content tr.even {
  background-color: #fff;
}
div#content-inner div.content tr.odd td.active {
  background-color: #b3d774;
}
div#content-inner div.content tr.even td.active {
  background-color: #c4e38d;
}
div#content-inner div.content td img {
    border: 0px solid #fff;
}

div#content-inner div.content div.pager {
  clear: both;
  text-align: center;
  margin: 10px 0px 10px;
}
div#content-inner div.content div.pager div {
    padding:0em;
    display:inline;
}
div#content-inner div.content div.pager a, div#content-inner div.content div.pager strong {
    padding: 2px 5px;
    margin: 0px 0.25em 0px 0.25em;
    background: #c3ed79;
    border: 1px solid #b3d774;
    -moz-border-radius: 2px;
}
div#content-inner div.content div.pager a:hover {
    text-decoration: none;
    background: #e4e9ad;
}
div#content-inner div.content div.pager strong {
    background: #b3d774;
    color: #597b1e;
}

div#content-inner div.content form {
	margin: 10px 0;
}
div#content-inner div.content form p {
    font: 12px/150% Sans-serif, Verdana, Sans;
	margin: 10px 0 0 0;
}
div#content-inner div.content label {
    width: 9em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;

    float: none;
    width: 25em;
    text-align: left;
    margin-right: 0px;
    display: inline;
    
}

div#content-inner div.content .form-input {
    background: #c3ed79;
    border: 1px solid #b3d774;
    font-size: 13px;
}
div#content-inner div.content .form-textarea {
    background: #c3ed79;
    border: 1px solid #b3d774;
}
div#content-inner div.content .form-submit {
    color: #597b1e;
    background: #b3d774;
    border: 2px outset #b3d774;
    margin-left: 9.5em;
    font-size: 12px;
}




/* =============== BEGIN CUSTOMIZATIONS ================*/

.MainContentArea
{
	padding: 6px;
}

.CollapseHeader
{
	padding: 3px;
	border: solid 1px #ddd;
	background-color: #7fb12c;
	color: White;
}

.CollapseHeader a
{
	display: block;
	cursor: pointer;
}

.CollapseBody
{
	background-color: #ddd;
	color: Black;
	margin-bottom: 12px;
}

.CollapseBodyInner
{
	padding: 6px;
}

.PopupWindow
{
	border: solid 2px black;
	background: white; 
}

.PopupWindowTitleBar
{
	color: White;
	font-weight: bold;
	background: #7DAF2B;
	border-bottom: solid 2px black;
	padding: 4px;
}

.ModalPopupBackground
{
	background: #555;
	filter: alpha(opacity=70);
	opacity: 0.7;
}






.GridViewStyle
{   
    border-right: 2px solid #A7A6AA;
    border-bottom: 2px solid #A7A6AA;
    border-left: 2px solid white;
    border-top: 2px solid white;
    padding: 4px;
    background-image: url('../images/layout/bg_content.png');
}

.GridViewStyle a
{
    color: #FFFFFF;
}

.GridViewHeaderStyle th
{
    border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
}

.GridViewHeaderStyle
{
    background-color: #597b1e;
    font-weight: bold;
    color: White;
}

.GridViewFooterStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}

.GridViewRowStyle
{
    background-color: #F7F6F3;
    color: #333333;
}

.GridViewAlternatingRowStyle
{
    background-color: #FFFFFF;
    color: #6d643a;
}

.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
    border: 1px solid #EBE9ED;
}

.GridViewSelectedRowStyle
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.GridViewPagerStyle
{
    background-color: #284775;
    color: #FFFFFF;
}

.GridViewPagerStyle table /* to center the paging links*/
{
    margin: 0 auto 0 auto;
}

.ContentPadding
{
	padding: 8px;
}

.SiteMap
{
	padding-top: 8px;
	padding-left: 8px;
	font-weight: bold;
}

.collapsibleHeader h2
{
    background-image: url('../images/layout/content_box_header_drop.jpg');
}

.LoginBox
{
	width: 240px;
	border: solid 2px #A7A77B;
	padding: 8px;
	background: white;
}

.RequestLocation label 
{
    float: none;
    width: 15em;
    text-align: left;
}

.PopupFilter
{
	padding: 8px;
	background: #eee;
	border: solid 1px #999;
	width: 400px;
}

.PopupFilter fieldset
{
	margin-top: -6px;
	padding: 10px 10px 10px 20px;
}

.HeaderBarLink a:visited
{
}

.CheckboxListContainer
{
	background-color: White;
	height: 159px;
	overflow: auto;
	overflow-x: hidden;
	border: solid 1px #aaa;
}

.CheckboxListContainer input
{
	padding: 0px;
	margin: 0px;
}

div#content-inner div.content table.CheckboxList td
{
	padding: 0px;
}

div#content-inner div.content table.CheckboxList
{
	margin: 0px;
}

div#content-inner div.content table.NoMargin
{
	margin: 0px;
}

div#content-inner div.content table.NoMargin td
{
	padding: 0px;
}

.AddEditBox
{
	border: solid 1px #808080;
	background: #F7F6F3;
	padding: 6px;
	margin-top: 6px;
}