/* Stylesheet by ZeroAD.co.uk */

/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Arial, Helvetica, sans-serif;
	background: #ffffff url(images/bg_body.jpg) top repeat-x;
    font-size: small;
    color: #333;
	margin: 0;
    padding: 0;
    min-width: 980px;
}

body.nobg { background: none!important; min-width: 0!important; }

div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

h1 { font-size: 164% }
h2 { font-size: 145%;}
h3 { font-size: 118%;}
h4 { font-size: 105%;}
h6 { font-size: 100%; font-weight: bold;}
p { padding: 0 0 1em; }

/*a, a:link { 
    text-decoration: none;
    color: #69c;
    border-bottom: 1px dotted #69c; 
}
a:visited { color: #669; border-color: #669; }
a:hover { color: #693; border-color: #693; text-decoration: none; }
a:active { color: #c33; border-color: #c33 }
*/

a, a:link { 
    text-decoration: none;
}
a:visited { 
color: #669;}
a:hover { color: #c33; text-decoration: underline; }
a:active { color: #000;}

a img, img {
    border: none;
    /* display: block; */
}


#left ul {
    margin: 0 0 10px 12px;
}

/*
#left li {
    padding-left: 5px;
    margin-bottom: 3px;
}
#left li li {
	padding-top: 5px;
}
*/

#right ul {
    margin: 0 0 5px 30px;
}
#right li {
    padding-left: 5px;
    margin-bottom: 3px;
}
#right li li {
	padding-top: 5px;
}

li li li li{
	list-style: disc;
}
li li li li li{
	list-style: circle;
}
li li li li li li{
	list-style: square;
}
.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}
#left{
background: #285127 url(images/bg_left.jpg) top left no-repeat;
font-size: 96%;
width: 260px;
float: left;
padding: 0 10px 20px 10px;
border-bottom: 7px solid #526B44;
}

#left, #left a{
color: #ffffff;
}

#left .homelink a { height: 130px; width: 240px; display: block; overflow: hidden; text-indent: -8888px; }

#left a:visited {
color: #f0f0f0;
}

#right{
margin-left: 280px;
padding-left: 20px;
background: transparent url(images/bg_right.jpg) left top no-repeat;
position: relative;
}

/* Special text formatting 
------------------------------------------------------------------------------- */

#left h2{
	color: #ffffff;
	font-family: "Arial", sans-serif;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-left: 20px;
	background: url(images/icon_lefth2.gif) left top no-repeat;
	font-weight: normal;
}

#right h1{
	color: #ffffff;
	font-family: "Arial Black", sans-serif;
	text-align: right;
	margin: -4px -8px 10px 0px;
	padding:0;
	border: none;
	display: inline;
}

h1.semdoc a:link, h1.semdoc a:visited, h1.semdoc a:hover {
	color: #ffffff;
	background: transparent url(images/icon_spyglass.gif) right top no-repeat;
	float: right;
	padding-right: 30px;
	height: 30px;
}

h1.semdoc a:hover {
	text-decoration: none;
}

#right .search {
position: absolute;
right: 6px;
top: 36px;
}

#right h2{
	color: #000;
	font-family: "Arial";
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
		font-weight: normal;
		
}

#right h3{
	color: #000;
	font-family: "Arial";
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
		font-weight: normal;
}

#right h4{
	color: #000;
	font-family: "Arial";
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 100%;
}

#right h5{
	color: #000;
	font-family: "Arial";
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ffffff;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 100%;
}

#right h6 { color: #000; font-weight: normal;}

#footnote{
	font-size: 86%;
	margin-top: 10px;
	border-top: 1px dotted #666;
	padding: 10px;
}

#breadcrumbs{
	font-size: 86%;
	padding: 50px 0 10px 0;
}

body.page-1 #breadcrumbs { visibility: hidden; }

#downloads{
border: 1px dotted #1A492B;
padding: 8px;
}

th{
text-align: left;
}

blockquote {
    margin: 0 0 0 30px;
    padding: 10px 0 0 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
    /* background: url(images/quotes.gif) no-repeat top left; */
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em/2.5em 'Courier New', Courier, monospace;
	color: #444;
	white-space: pre; 
    width: 350px;
    height: auto;
	overflow: auto;
    display: block;
    border: 1px solid #999;
    border-width: 2px 0;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fafafa;
}
li code { width: 330px }

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display: none; }


.error, .message {
    padding: 12px;
    background-color: red;
    color: #fff;
}
.message {
    background-color: green;
}

/* Header 
------------------------------------------------------------------------- */

#header { 
    background: #e0e0e0 url(images/top_div.gif) no-repeat top left;
    position: relative;
}

#header h1 {
    margin: 0;
    padding: 45px 60px 45px 75px;
    color: #fff;
    text-shadow: #81A75B 2px 2px 2px;
    background: url(images/top_h1.gif) no-repeat bottom left;
}
#header h1 a {
    text-decoration: none;
    border-bottom: none;
    color: #fff;
}
#header h1 a:hover { 
    color: #eee; 
    text-shadow: #fff 0 0 4px;
}


/* Search Form 
------------------------------------------------------------------------------- */

form.FSF_form {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: left !important;
}

input.FSF_input { 
    display: inline;
    height: 17px;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background: #fff url(images/input-bg.gif) repeat-x top left;
    margin: -1px 3px 0;
    padding: 3px 0 0 3px;
}
input.FSF_submit { 
    display: inline;
}

.FSF_highlight1{
	background: Yellow;
}
.FSF_highlight2{
	background: Pink;
}
.FSF_highlight3{
	background: Orange;
}
.FSF_highlight4{
	background: Lime;
}
.FSF_highlight5{
	background: #00FFFC;
}

/* Post (main content entries)
------------------------------------------------------------------------- */
.post {
    margin: 0 0 1.5em 0;
    padding: 0 0 1.5em 14px;
    border-bottom: 1px solid #ddd;
}

.post h3 {
    margin-top: 0;
    color: #f63;
}
.post ul li {
	background: url(images/tictac_orange.gif) no-repeat 0 6px;
	margin-left: 0em;
}



/* Related Links 
------------------------------------------------------------------------- */
#navlist li { 
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}


/* UserComments 
------------------------------------------------------------------------- */                        
.comment {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    background-color: #f4f4f4;
}
.commentAuthor {
    background-color: #ffc;    
}
.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}
.commentNum {
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}


/* Sidebar 
------------------------------------------------------------------------- */

#sidebar {
    margin: 0 30px 0 481px;
    padding: 23px 0 0 0;
    font-size: 85%;
    line-height: 1.4em;
    color: #999;
    background: url(images/sidebar_bg.gif) no-repeat 0 0;
}

#sidebar h2 {
    padding: 25px 0 0 35px;
    color: #666;
    background: url(images/sidebar_icon.gif) no-repeat 5px 15px;
    height: 32px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
}

#sidebar ul, #sidebar p {
    padding: 5px 15px 1em;
    margin-left: -5px;
}

#sidebar ul { margin-bottom: 1em }
#sidebar ul ul { margin-bottom: 0; border-bottom: 1px solid #ddd; }
#sidebar ul ul ul { border-bottom: none; margin-bottom: 0; }
#sidebar ul li ul li { background: url(images/tictac_green.gif) no-repeat 0 6px; }


/* Foot 
------------------------------------------------------------------------- */
#lastedited {
	font-size: 80%;
	padding-top: 20px;
}



/* Forms 
------------------------------------------------------------------------------- */
/*
form {
	width: 360px;
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	border: none;
}*/

form.full { width: 100%; }

fieldset {
    border: none;
}

legend {
	display: none;
}
form h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

form label,
form p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

form input {
	display: block;
	margin-top: 3px;
}

form select {
	float: left;
	display: block;
}

form label.first,
form label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

form label.second,
form label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
form label.state { width: 60px; }

form label.first input,
form label.city input,
form label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

form label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.zip,
form label.zip input {
	float: left;
	width: 80px;
}
form label.zip { clear: none; }

form label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

form label input {
	float: left;
	width: 310px;
	padding: 0;
}

form input.radio,
form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

form label.radio,
form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

form input.checkbox,
form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

form label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

/* style the form elements to look similar across browsers ... emulates Safari 

form label input,
form textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
form input.checkbox,
form select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
form textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
form input.button {
    clear: left;
}
*/
/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	clear: both; /* was float: left; */
}

.MODX_RichTextWidget a {
	border: 0px;
}

/* Ditto styles */

#ditto_wrapper{
padding: 10px;
font-size: 86%;
text-align: right;
}
#ditto_pages{
margin-top: 5px;
}

#ditto_wrapper .ditto_article {
margin-bottom: 20px;
}
#ditto_wrapper .ditto_title {
font-size: 115%;
width: 100%;
border-bottom: 1px solid #B5C4B5;
}
#ditto_wrapper .ditto_title .ditto_info {
float: right;
display: block;
text-align: right;
font-size: 75%;
color: #555;
}
#ditto_wrapper .ditto_link {
text-align: right;
font-size: 75%;
}
#ditto_wrapper a, #ditto_wrapper
a:visited, #ditto_wrapper a:hover {
border: 0;
}
.ditto_paging {
border-top: 1px solid #ccc;
padding: 10px;
font-size: 86%;
color: #618100;
}
#ditto_pages #ditto_currentpage {
border: 1px solid #265126;
padding: 1px 5px 2px 5px;
margin-right: 1px;
background-color: #B5C4B5;
color: #fff;
}

.ditto_summaryPost, .FSF_result {
padding-bottom: 5px;
margin-left: 10px;
margin-bottom: 5px;
border-bottom:1px dotted #ddd;
}

.dittoblog_summaryPost {
	/* padding-bottom: 5px; */
margin-left: 10px;
margin-bottom: 10px;
border-bottom:1px dotted #1A492B;
}

h3.dittoblog {
border-bottom: none!important;
margin-bottom: 0!important;
padding-bottom: 4px!important;
}

.dittoblog_info {
font-style: italic;
font-size: 86%;
color: #999;
padding-left: 5px;
}

.dittoblog_summary {
padding: 5px;
}

.ditto_currentpage {
padding: 0 5px;
}

#ditto_pages .ditto_off {
border: 1px solid #ccc;
padding: 1px 5px 2px;
margin-right: 1px;
color: #999;
}
#ditto_pages a, #ditto_pages a:link,
#ditto_pages a:visited {
border: 1px solid #B5C4B5;
padding: 1px 5px 2px;
margin-right: 1px;
text-decoration: none !important;
color: #265126;
}
#ditto_pages a:hover {
background-color: #fff;
color: #000;
}
#ditto_archivelist ul {
list-style-type: none;
margin-left: 15px;
padding-left: 0;
}
#ditto_archivelist ul ul {
list-style-type: square;
margin-left: 35px;
}
#ditto_archivelist .ditto_month {
font-weight: bold;
}

/* Article Table */

.article th{
font-weight: normal;
font-style: italic;
text-align: left;
width: 20%;
vertical-align: top;
border-bottom: 1px dotted #F3F3F3;
padding: 6px;
}

.article td{
padding: 6px;
border-bottom: 1px dotted #f3f3f3;
vertical-align: top;
}

.green{
	color: #1A492B;
}

p.FSF_pagination {
padding: 10px 5px 10 20px;
}

#right ul.topnav {
padding-top: 0px;
}

#WebLoginLayer0 input.button {
clear: both;
margin-bottom: 20px;
}
