body{
	margin: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	background-color: #c1d6c1;
}

#SkipBar{
	display: none;
}

#Page{
	width: 970px;
	margin: auto;
	padding: 0;
}

#TopBar{
	height: 144px;
	color: #f4f4d1;
	background-color: #9cad9c;
	background-image: url("/Templates/images/top-bottom-bar.png");
	background-repeat: no-repeat;
	text-align: center;
}

#RSSBar{
	position: absolute;
	top: 62px;
	left: 50%;
	margin-left: -145px;
}

#ContentArea, #ContentArea-wp{
	min-height: 300px;
	padding: 0;
	padding-bottom: 15px;
	color: #f4f4d1;
	background-color: #8c957a;
	background-image: url("/Templates/images/background.png");
	background-repeat: repeat-y;
}

#MenuBar{
	position: absolute;
	width: 970px;
	top: 120px;
}

#MenuBar{
	text-align: center;
}

#MenuBar ul{
	margin: 0;
	padding: 0;
}

#MenuBar li{
	display: inline;
	padding-right: 4px;
	padding-left: 15px;
}

#MenuBar .Menu-Item{
	background-image: url("/Templates/images/icon-menu.png");
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#MenuBar-Content{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 10pt;
	font-weight: bold;
}

#MenuBar-Content a:link, #MenuBar-Content a:visited{
	text-decoration: none;
}

#MenuBar-Content a:hover{
	text-decoration: underline;
}

#Content, #Content-wp{
	padding-top: 1px;
	padding-bottom: 0;
	margin-right: 352px;
	margin-left: 47px;
	color: #f4f4d1;
	background-color: inherit;
	font-size: 0.8em;
	text-align: justify;
}

#Address{
	padding-top: 0;
	padding-bottom: 12px;
	padding-right: 352px;
	padding-left: 47px;
	font-size: 0.8em;
	text-align: center;
	color: #f4f4d1;
	background-color: #8c957a;
	background-image: url("/Templates/images/background.png");
	background-repeat: repeat-y;
}

#BottomBar{
	height: 32px;
	padding: 0;
	color: #000;
	background-color: #fff;
	background-image: url("/Templates/images/top-bottom-bar.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

#Footer, #Footer-wp{
	margin-top: 10px;
	color: #545954;
	background-color: inherit;
	font-size: 10pt;
	text-align: center;
}

#Footer p, #Footer-wp p{
	margin-top: 0;
}

#SkipBar a:link, #SkipBar a:visited, #Footer a:link, #Footer a:visited, #Footer-wp a:link, #Footer-wp a:visited{
	color: #707870;
	background-color: inherit;
	text-decoration: none;
}

#SkipBar a:hover, #Footer a:hover, #Footer-wp a:hover{
	color: #3b3e3b;
	background-color: inherit;
	text-decoration: underline;
}

a:link, a:visited{
	color: #ffffbe;
	background-color: inherit;
	text-decoration: underline;
	transition-property: color;
    transition-duration: 1s;
	-o-transition-property: color;
    -o-transition-duration: 1s;
	-moz-transition-property: color;
    -moz-transition-duration: 1s;
	-webkit-transition-property: color;
    -webkit-transition-duration: 1s;
}

a:hover{
	color: #f2f266;
	background-color: inherit;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, legend{
	color: #f4f4d1;
	background-color: inherit;
	text-align: left;
}

h1, h2{
	font-size: 1.4em;
}

h1{
	color: #f4f4d1;
	background-color: inherit;
}

h2, .large{
	font-size: 1.3em;
	color: #fff;
	background-color: inherit;
}

h3{
	font-size: 1.1em;
	color: #fff;
	background-color: inherit;
}

h4, h5, h6{
	font-size: 1em;
	color: #f4f4d1;
	background-color: inherit;
}

.smallprint{
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#PhotoBar, #primary{
	position: absolute;
	width: 308px;
	top: 150px;
	margin-left: 592px;
	color: #8c957a;
	background-color: #fff;
}

#PhotoBar h1, #PhotoBar h2, #PhotoBar h3, #primary h1, #primary h2, #primary h3{
	margin-top: 23px;
	margin-left: 17px;
	margin-right: 17px;
	color: #8c957a;
	background-color: inherit;
}

#PhotoBar p, #primary p{
	margin-left: 17px;
	margin-right: 17px;
}

#PhotoBar a:link, #PhotoBar a:visited, #primary a:link, #primary a:visited{
	color: #9cad9c;
	background-color: inherit;
	text-decoration: underline;
	transition-property: color;
    transition-duration: 1s;
	-o-transition-property: color;
    -o-transition-duration: 1s;
	-moz-transition-property: color;
    -moz-transition-duration: 1s;
	-webkit-transition-property: color;
    -webkit-transition-duration: 1s;
}

#PhotoBar a:hover, #primary a:hover{
	color: #8c957a;
	background-color: inherit;
	text-decoration: none;
}

.photo{
	width: 308px;
}

.photo-small{
	float: left;
	width: 154px;
}

.photo-wide{
	width: 568px;
	margin: auto;
}

.shadow-t{
    background: url("/Templates/images/shadow-top.png") center top;
	background-repeat: repeat-x;
}

.shadow-b{
    background: url("/Templates/images/shadow-bottom.png") center bottom;
	background-repeat: repeat-x;
}

.shadow-l{
    background: url("/Templates/images/shadow-left.png") left center;
	background-repeat: repeat-y;
}

.shadow-r{
    background: url("/Templates/images/shadow-right.png") right center;
	background-repeat: repeat-y;
}

.shadow-tl{
    background: url("/Templates/images/shadow-top-left.png") left top;
	background-repeat: no-repeat;
}

.shadow-tr{
    background: url("/Templates/images/shadow-top-right.png") right top;
	background-repeat: no-repeat;
}

.shadow-tl-g{
    background: url("/Templates/images/shadow-top-left-green.png") left top;
	background-repeat: no-repeat;
}

.shadow-tr-g{
    background: url("/Templates/images/shadow-top-right-green.png") right top;
	background-repeat: no-repeat;
}

.shadow-bl{
    background: url("/Templates/images/shadow-bottom-left.png") left bottom;
	background-repeat: no-repeat;
}

.shadow-br{
    background: url("/Templates/images/shadow-bottom-right.png") right bottom;
	background-repeat: no-repeat;
}

.shadow-bl-g{
    background: url("/Templates/images/shadow-bottom-left-green.png") left bottom;
	background-repeat: no-repeat;
}

.shadow-br-g{
    background: url("/Templates/images/shadow-bottom-right-green.png") right bottom;
	background-repeat: no-repeat;
}

.shadow{
    padding: 4px;
}

.List li{
	padding: 0.3em;
}

img{
	border-color: #7B95A6;
}

#Content ul li{
	list-style-image: url("/Templates/images/icon-list.png");
}

li li{
	margin-left: -25px;
}

.Center{
	text-align: center;
}

.Right{
	text-align: right;
}

.ListBar{
	float: left;
	width: 270px;
	margin-top: -13px;
}

.Align-Image-Right{
	float: right;
	width: inherit;
	margin-bottom: 5px;
	margin-left: 15px;
}

.Align-Image-Left{
	float: left;
	width: inherit;
	margin-bottom: 5px;
	margin-right: 15px;
}

.Align-Image-Right-New-Line{
	float: right;
	width: inherit;
	margin-bottom: 5px;
	margin-left: 15px;
	clear: both;
}

.Align-Image-Left-New-Line{
	float: left;
	width: inherit;
	margin-bottom: 5px;
	margin-right: 15px;
	clear: both;
}

.Image-Right-Margin{
	margin-right: 10px;
}

.Image-Top-Margin{
	margin-top: 10px;
}

.Image-Bottom-Margin{
	margin-bottom: 10px;
}

.Image-Top-Right-Margin{
	margin-top: 10px;
	margin-right: 10px;
}

.New-Line{
	clear: both;
}

form, label, input{
	font-size: 10pt;
} 

fieldset{
	width: 92%;
	margin: auto;
	padding-top: 0.5em;
	padding-bottom: 0;
	padding-left: 1em;
	padding-right: 1em;
	
} 

legend{
	font-weight: bold;
	color: #fff;
	background-color: inherit;
}

.label{
	position:relative;
	width: 79%;
	display: block;
	margin-top: 1em;
}

.label input{
	position: absolute;
	left: 45%;
	top: 0;
	width: 79%;
} 

.label select{
	position: absolute;
	left: 45%;
	top: 0;
} 

.label textarea{
	position: absolute;
	left: 45%;
	top: 0;
	width: 79%;
	height: 111px;
}

.textarea{
	height: 107px;
	padding-bottom: 4px;
}

.Table{
	margin: auto;
	border: 0;
	border-collapse: collapse;
}

.Table caption{
	padding: 0.4em;
	border: 0;
	color: #8c957a;
	background-color: #fff;
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
}

.Table th, .Table td{
	padding: 0.4em;
	border: 0;
	text-align: left;
	color: #f4f4d1;
	background-color: #8c957a;
	transition-property: color, background-color;
    transition-duration: 0.5s;
	transition-timing-function: linear;
	-o-transition-property: color, background-color;
    -o-transition-duration: 0.5s;
	-o-transition-timing-function: linear;
	-moz-transition-property: color, background-color;
    -moz-transition-duration: 0.5s;
	-moz-transition-timing-function: linear;
	-webkit-transition-property: color, background-color;
    -webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
}

.Table td{
	color: #8c957a;
	background-color: #f7f4d2;
	text-align: center;
}

.Table th[scope=colgroup]{
	border-bottom: 0 solid #aa9b91;
	text-align: center;
}

.Table th[scope=col]{
	border-bottom: 0 solid #aa9b91;
}

.Table th[scope=row]{
	border-right: 0 solid #aa9b91;
}

.Table tr:hover th, .Table tr:hover td, .Header{
	color: #ffffbe;
	background-color: #9cad9c;
}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 0 solid #f4f4d1;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 0 solid #f4f4d1;
 border-bottom: none;
 color: inherit;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #ffffbe; background: #9cad9c; }
ul.tabbernav li a:visited { color: #ffffbe; background: #9cad9c; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #fff;
 border-color: #f4f4d1;
}

ul.tabbernav li.tabberactive a
{
 color: #000;
 background-color: #f4f4d1;
 border-bottom: 0 solid #f4f4d1;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: #fff;
 border-bottom: 0 solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border: 0 solid #f4f4d1;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2.tabberheading {
 display:none;
}
.tabberlive .tabbertab h3.tabberheading {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url("/Templates/images/slimbox/loading.gif") no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	opacity: 0.13;
	transition-property: opacity;
    transition-duration: 1s;
	-o-transition-property: opacity;
    -o-transition-duration: 1s;
	-moz-transition-property: opacity;
    -moz-transition-duration: 1s;
	-webkit-transition-property: opacity;
    -webkit-transition-duration: 1s;
}

#lbPrevLink {
	left: 0;
	background: transparent url("/Templates/images/slimbox/prevlabel.gif") no-repeat 0 15%;
}

#lbPrevLink:hover {
	opacity: 1;
}

#lbNextLink {
	right: 0;
	background: transparent url("/Templates/images/slimbox/nextlabel.gif") no-repeat 100% 15%;
}

#lbNextLink:hover {
	opacity: 1;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url("/Templates/images/slimbox/closelabel.gif") no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* WordPress */

#ContentArea-wp{
	min-height: 800px;
}

.entry-title{
	font-size: 1.4em;
	margin-bottom: 0;	
}

.entry-title a:link, .entry-title a:visited{
	text-decoration: none;
}

.entry-title a:hover{
	text-decoration: underline;
}

.entry-meta, .entry-utility{
	font-size: 0.8em;
	font-style: italic;
}

.entry-utility{
	margin-bottom: 25px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #f4f4d1;
}

.widgettitle{
	margin-bottom: 5px;
}

.widget_tag_cloud div{
    margin-left: 18px;
}

#s{
	width: 212px;
	margin-left: 18px;
}

#primary ul li{
	list-style: none;
	margin-left: -40px;
}

#primary ul li li, #primary ul li li li{
	list-style: disc;
	margin-left: -8px;
}

#index-insert ul li, #index-insert ul li li, #index-insert ul li li li, #index-bottom ul li, #index-bottom ul li li, #index-bottom ul li li li{
	list-style: none;
	margin-left: -40px;
}

.textwidget, #nav-below{
	margin-top: 15px;
}

#nav-above{
	display: block;
}

#nav-above, #nav-below{
	width: 100%;
}

.navigation{
	overflow: hidden;
}

.nav-next{
	float: right;
	text-align: right;
	width: 50%;
}

.nav-previous{
	float: left;
	width: 50%;
}

#siteinfo, .widget_thematic_search .widgettitle, .comments-closed-link, .meta-sep-tag-links, .meta-sep-comments-link{
	display: none;
}

#Content-wp img{
	border: 0;
}

.wp-caption{
	background-color: #F3F3F3;
	border: 1px solid #DDDDDD;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}

.wp-caption p.wp-caption-text{
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 5px 5px 5px;
}

.alignright{
	float: right;
}

.alignleft{
	float: left;
}

.aligncenter, div.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#comments-list li .avatar{
	width: 36px;
	height: 36px;
}