
/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
html {
	height: 100%;
}

body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
    color: #666;
    background: #FFF;
	height: 100%;
}
div, p, img, a, td, ul, ol {
    font-size: 1em; 
}
img {
	vertical-align: middle;
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	margin: .5em 0;
	letter-spacing: .07em;
}
p { padding: 0 0 1em 0; }

p.noindent{
	padding: 0 0 0 0;
}

a img, img {
    border: none;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #FF6787;
}
ul {
    list-style: none;
}

em {
	color: #FF6787;
	font-weight: bold;
    padding: 0px 2px;
}
td,th {
	vertical-align: top;
}
.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}
table.wrapper {
	width: 800px;
	height: 100%;
    margin: 0 auto;

}
table.wrapper td.middle{
	height: 100%;
}
table.wrapper td.left{
	background: url(images/bkg_wrapper_border.jpg) right repeat-y;
	width: 15px;
}
table.wrapper td.right{
    background: url(images/bkg_wrapper_border.jpg) left repeat-y;
	width: 15px;
}

#page {
    width: 770px;
    margin: 0 auto;
    text-align: left;
    background: #FFF; /* Must be same as #sidebar */
	min-height: 100%;
}

#content {
  	float: right;
   	text-align: left;
   	padding: 20px;
   	background: #FFF;
	color: #cdcabb;
	color: #777;
   	line-height: 1.5em;
}

#content th{
	font-size: 12px;
	color: #BFBCB0;
	text-align:right;
	padding-right: 20px;
}

#content td{
	font-size: 12px;
}

#content p{
	color: #666;
	text-indent: 1em;
}
#content a{
	text-decoration: underline;
}
#content ol{
	padding:0px;
	list-style: decimal outside;
	margin-bottom: 20px;
}
#content ul{
	list-style: inside;
	margin-left: 1em;
	margin-bottom: 10px;
}
#content li{

}
#content li li{
	margin-bottom: 5px;
}
#content ol strong{

}

#content div.displaytable th{
	text-align: center;
	padding: 5px;
	background: #333; 
}

#content div.displaytable TD{
	padding: 5px;
}


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

blockquote {
    margin: 0 0 0 10px;
    padding: 10px 0 0 10px;
    line-height: 1.5em;
}

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; }

.error, .message {
    padding: 12px;
    background-color: red;
    color: #fff;
}
.message {
    background-color: green;
}
#top_wrapper{
	width: 100%;
	float: left;
}

#top_right{
	width: 200px;
	float: right;
	text-align: right;
}

#top_left {
	width: 200px;
	float: left;
	padding: 5px 10px;
}
div#topstrip {
    text-align: right;
    color: #cdcabb;
    font-size: 10px;
}
div#top_right a{
    vertical-align: middle;
}
div#top_right div#sitemap{
   padding: 5px 10px 0px 0px;
}
div#top_right div#language{
   padding: 3px 10px 5px 0px;
}
div#top_right img{
 vertical-align: middle;
 margin: 0px 5px 0px 0px;
}


span.B_crumbBox {
	padding: 10px 10px 20px 10px;
    width: 100%;
	float:left;
}
/* 
------------------------------------------------------------------------- */
#header{
	float:left;
	width: 770px;
}

#globalnav{
	height:45px;
	width: 770px;
	float: left;
	border-top: 1px solid #DDD;

}
#globalnav a{
	text-decoration:none;
}

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

#main_banner {
	/* 
    background: #423F38 url(images/header_bkg.jpg) no-repeat top left;
	width: 770px;
	_width: 766px;
	*/
	height: 153px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
	float: left;
}

#header h1 {
	display: none;
}
#header h1 a {
    text-decoration: none;
    border-bottom: none;
    color: #fff;
}
#header h1 a:hover { 
    color: #eee; 
    text-shadow: #fff 0 0 4px;
}

.sidebtn a{
    display:block;
    height: 15px;
    width: 190px;
    padding: 5px 10px;
    font-size: 12px;
    text-decoration: none;
    background: #FFF;
    border-bottom: 1px dashed #CCC;

}
.sidebtn li.active a{
    color: #FF6787;
}

.sidebtn a:hover {
    color: #FF6787;
}
.sidebtn li{
    margin: 5px 0px;
}

table.home_buttons td{
	padding: 0px 10px 10px 0px;
}

div.prettypagelist {
  width: 210px;
  float: left;
  padding: 0px 15px 15px 0px; 
}
div.prettypagelist div.pgtitle{
  height: 31px;
  width: 210px;
  background: url(images/btn_b_bkg.jpg) no-repeat;

}
div.prettypagelist div.pgtitle div{
  padding: 7px 0px 0px 30px;
}
div.prettypagelist div.summary{
  padding: 0px 5px 5px 5px;
  height: 40px;
}




/* Search Form 
------------------------------------------------------------------------------- */
#search {

}
form.FSF_form {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: right !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;
}
input.FSF_submit { 
    display: inline;
    margin: -1px 0 0;
    padding: 0;
    height: 22px;
    line-height: 22px;
}


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

.post h1 { 
    margin-top: 0;
    font-size: 16px;
    color: #666;
    padding-left: 10px;
    border-left: 5px solid #FFCE23;
	border-left: 5px solid #9FBED2;

}
.post h2{
    font-size: 12px;
    color: #666; 
	color: #618798;
}

.post h3{
    margin-top: 10px;
    font-size: 12px;
	font-weight: bold;
}

.post h4{
    margin-top: 0;
    font-size: 13px;
    color: #FFF;
    padding-left: 10px;
    border-left: 5px solid #FFF;
}

.post h5{
    font-size: 12px;
    color: #FFCE23;
}


.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 {
    float:left;
	width: 200px;
	height: 100%;
    padding: 20px 0px 20px 20px;
    font-size: 85%;
    line-height: 1.4em;
    color: #999;
    background: #FFF; /* Must be same as #page */
}
#sidebar h1{
	font-size: 12px;
	background: #C7C7C7;
	width: 192px;
	padding: 4px;
	color: #FFF;
}
#sidebar h2 {

}
#sidebar div.more{
	padding: 10px 0px;
	color: #FF6787;
}

#sidebar div.more a{
    color: #FF6787;
	text-decoration: none;
}

#sidebar div.sidebanner{
	padding: 0px 0px 20px 0px;
}
div.ditto_mini_news h3{
  	font-size:10px;
    color: #999;
	font-weight: normal;
}
div.ditto_mini_news a{
	color: #999;
}
div.ditto_mini_news div.date{
 	
}
div.pressrelease{

}
div.pressrelease td{
	vertical-align: top;
}
div.pressrelease td.date{
	padding: 0px;
}
div.pressrelease td.title a{
    padding: 0px 0px 10px 20px;
} 
/* Footer 
------------------------------------------------------------------------- */
#footer {
   	padding: 11px;
   	font-size: 10px;
   	color: #666;
   	background: #DDD;
	height: 10px;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer div.left {
	float:left;
}
#footer div.right {
	float:right;
}

/* 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;
}

div.formresult dl{
	padding: 5px 20px;
}
div.formresult dt{
	color: #666;
	font-weight: bold;
}

/* 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 {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}

span.description{
	font-size: 10px;
}
table.bizareas td.description{
	padding: 0px 15px;
}

div.pamphlet_info td {
	width: 210px;
	padding: 5px;
	font-size: 12px;
}
div.pamphlet_info td strong {
	color: #FE80C0;	
}

