/* eWebEdit Pro textbox styles */
body {
padding: 0 .6em;
margin: 0 .6em;
color: #000;
background: #fff;
font-family: verdana, arial, helvetica, geneva, sans-serif;
font-size: x-small;
line-height:1.4em;
}
ul {
margin-left: .4em;
padding-left: .4em;
}
ol {
margin-left: 1em;
padding-left: 1em;
}
ul ul, ol ol {
margin-top: .4em;
margin-bottom: .4em;
}
ul, ol, dl {
margin-bottom: 1em;
}
ul {
list-style: none;
}
ul li {
padding-left: .8em;
color: #000;
background: #fff url(../imgs/icons/bullet_box.gif) no-repeat 0 .55em;
}
p {
margin-top: 0;
margin-bottom: .6em;
}
p, li, dt, dd {
line-height: 1.4em;
}
h1, h2, h3, h4, h5, h6 {
color: #007b27;
margin: .6em 0 .2em 0;
}
h1, h2 {
font-family: georgia, "times new roman", serif;
}
h1 { font-size: 1.5em; border-bottom: 1px solid #007b27; margin-top: 0; padding-bottom: .1em; margin-bottom: .6em;}
h2 { font-size: 1.3em; margin-top: .8em; margin-bottom: .4em; }
h3 { font-size: 1.1em; }
h4, h5, h6 { font-size: 1em; }
table {
margin: 1em 0;
width: 100%;
}
th {
font-weight: bold;
text-align: left;
}
th, td {
padding:4px 4px 4px 0pt;
vertical-align: top;
}
caption {
color: #007b27;
background: #fff;
text-align: left;
font-weight: bold;
padding: .4em 0;
}

/* These are duplicated and sometimes refined in ~/css/ric.css */
.Right, p.Right {
float: right;
margin-left: 1em;
visible: false;
}
.Left {
float: left;
margin-right: 1em;
visible: false;
}
/*.Center {
margin-left: auto;
margin-right: auto;
}*/
img.Center, ul.Center, ol.Center, dl.Center, table.Center {
margin-left: auto;
margin-right: auto;
}
h1.Center, h2.Center, h3.Center, h4.Center, h5.Center, h6.Center,
p.Center, th.Center, td.Center {
text-align: center;
}
/* Text
==================== */
.Small {
font-size: .85em;
}
/* Images
==================== */
img.Right, img.Left {
margin-bottom: 1em;
}
img.Dropshadow {
border: none;
border-right: 4px solid #555;
border-bottom: 4px solid #555;
}
img.DropshadowRight {
float: right;
margin: 0 0 1em 1em;
border: none;
border-right: 4px solid #555;
border-bottom: 4px solid #555;
}
img.DropshadowLeft {
float: left;
margin: 0 1em 1em 0;
border: none;
border-right: 4px solid #555;
border-bottom: 4px solid #555;
}
img.Inline {
display: inline;
}
img {
border: 1px solid #000;
}
img.Plain {
border: none;
}
img.PlainRight {
border: none;
float: right;
margin-left: 1em;
}
img.PlainLeft {
border: none;
float: left;
margin-right: 1em;
}
img.PlainCenter {
border: none;
margin: 0 auto;
}
img.CenterImage {
margin-left: auto;
margin-right: auto;
}
.
/* Tables
==================== */
table {
font-family: verdana, arial, helvetica, geneva, sans-serif;
font-size: x-small;	
}
table.Border {
border-top: 1px solid #007b27;
border-right: 1px solid #007b27;
}
table.Border th, table.Border td {
border-left: 1px solid #007b27;
border-bottom: 1px solid #007b27;
padding: 4px;
visible: false;
}
table.Border2 {
border-left: 1px solid #007b27;
border-top: 1px solid #007b27;
border-right: 1px solid #007b27;
}
table.Border2 th, table.Border2 td {
border-bottom: 1px solid #007b27;
padding: 4px;
visible: false;
}
table.Border3 {
border: 1px solid #007b27;
}
table.Border3 th, table.Border3 td {
padding: 4px;
visible: false;
}
table.Border2 caption, table.Border3 caption {
border-bottom: none;
}
tr.TableHeaderRow, tr.ColorRow {
color: #000;
background: #f0f8f4;
}
tr.TableHeaderRow th {
border-bottom: 1px solid #007b27;
visible: false;
}
table.AutoWidth {
width: auto;
}
th.FixedSmall, td.FixedSmall {
width: 80px;
}
th.FixedMedium, td.FixedMedium {
width: 150px;
}
th.FixedLarge, td.FixedLarge {
width: 300px;
}
/* Links 
======================= */
a.NewWindow, a:link.NewWindow, a:focus.NewWindow, a:hover.NewWindow, a:visited.NewWindow 
{
 background: transparent;
}	

/* Custom HTML Elements
==================== */
/* Callout Boxes */
div.CalloutRight, div.CalloutRightWider {
width: 180px;
float: right;
border: 1px solid #9AD1A1;
color: #000;
background: #f0f8f4;
margin: 0 0 1em 1em;
visible: false;
}
div.CalloutRightWider {
width: 390px;
}
div.CalloutRight div, div.CalloutRightWider div {
margin: 9px;
visible: false;
}
div.CalloutRight h1, div.CalloutRight h2, div.CalloutRight h3,
div.CalloutRight h4, div.CalloutRight h5, div.CalloutRight h6,
div.CalloutRightWider h1, div.CalloutRightWider h2, div.CalloutRightWider h3,
div.CalloutRightWider h4, div.CalloutRightWider h5, div.CalloutRightWider h6 {
font-size: 1.1em;
border-bottom: 1px solid #007b27;
margin-bottom: .4em;
padding-bottom: .2em;
visible: false;
}
div.CalloutWide {
width: 99%;
float: left;
border: 1px solid #9AD1A1;
color: #000;
background: #f0f8f4;
margin-bottom: 1em;
visible: false;
}
div.CalloutWide div {
margin-left: 1em;
visible: false;
}
div.CalloutWide img {
float: right;
margin: .8em .8em .6em 1em;
border-bottom: 1px solid #9AD1A1;
border-left: 1px solid #9AD1A1;
visible: false;
}
div.CalloutWide h1, div.CalloutWide h2, div.CalloutWide h3,
div.CalloutWide h4, div.CalloutWide h5, div.CalloutWide h6 {
font-size: 1.1em;
border-bottom: 1px solid #007b27;
margin: 0 0 .4em 0;
padding: .6em 0 .2em 0;
visible: false;
}
div.CalloutRight li, div.CalloutWide li {
background-color: transparent;
visible: false;
}
div.Plain {
background: #fff;
visible: false;
}
/* Images with Captions */
div.Caption {}
div.Caption img {
margin-bottom: .6em;
visible: false;
}
div.Caption p {
font-size: .85em;
visible: false;
}
/* ArrowMenu */
ul.ArrowMenu {
padding: 0;
margin-left: 0;
list-style: none;
width: 193px;
}
ul.ArrowMenu li {
color: #000;
background: url(../imgs/arrow_menu_btn_top.gif) no-repeat 0 0;
margin: 2px 0;
padding: 0;
visible: false;
}
ul.ArrowMenu a {
padding: 4px .2em .3em 28px;
visible: false;
}
ul.ArrowMenu a, ul.ArrowMenu a:focus, ul.ArrowMenu a:hover, ul.ArrowMenu a:active {
display: block;
color: #000;
background: url(../imgs/arrow_menu_btn_bot.gif) no-repeat left bottom;
text-decoration: none;
visible: false;
}
ul.ArrowMenu a:focus, ul.ArrowMenu a:hover, ul.ArrowMenu a:active {
color: #007b27;
visible: false;
}
/* Button Links */
a.Button, a.ButtonAuto {
display: block;
width: 8em;
padding: .2em .4em;
border: 1px solid #007b27;
border-right-width: 2px;
border-bottom-width: 2px;
background: #f0f8f4;
text-decoration: none;
margin-bottom: 1em;
}
a.ButtonAuto { width: auto; float: left; }
a.Button:visited, a.ButtonAuto:visited { color: blue; }
a.Button:focus, a.Button:hover, a.Button:active,
a.ButtonAuto:focus, a.ButtonAuto:hover, a.ButtonAuto:active { 
border-top-width: 2px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 2px;
background: #fff;
visible: false;
}
/* Button2 */
ul.Button2 {
padding: 0;
margin-left: 0;
list-style: none;
width: 222px;
}
ul.Button2 li {
color: #000;
background: url(../imgs/btn2_top.gif) no-repeat 0 0;
margin: 0 0 .6em 0;
padding: 0;
font-size: .85em;
visible: false;
}
ul.Button2 a {
padding: 4px .2em .6em 18px;
visible: false;
}
ul.Button2 a, ul.Button2 a:focus, ul.Button2 a:hover, ul.Button2 a:active {
display: block;
color: #007b27;
background: url(../imgs/btn2_bot.gif) no-repeat left bottom;
text-decoration: none;
visible: false;
}
ul.Button2 a:focus, ul.Button2 a:hover, ul.Button2 a:active {
color: #000;
visible: false;
}
/* Two Col lists */
ol.TwoCol, ul.TwoCol, p.TwoCol {
width: 49%;
float: left;
margin-left: 0;
padding-left: 0;
}
/* Three Col lists */
ol.ThreeCol, ul.ThreeCol, p.ThreeCol {
width: 32%;
float: left;
margin-left: 0;
padding-left: 0;
}
ol.Plain, ul.Plain {
list-style-type: none;
margin-left: 0;
padding-left: 0;
}
ul.Plain li {
background-image: none;
padding-left: 0;
visible: false;
}
h1.ClearLeft, h2.ClearLeft, h3.ClearLeft,
h4.ClearLeft, h5.ClearLeft, h6.ClearLeft,
p.ClearLeft, ul.ClearLeft, ol.ClearLeft, img.ClearLeft, div.ClearLeft {
clear: left;
}
h1.ClearRight, h2.ClearRight, h3.ClearRight,
h4.ClearRight, h5.ClearRight, h6.ClearRight,
p.ClearRight, ul.ClearRight, ol.ClearRight, img.ClearRight, div.ClearRight {
clear: right;
}
h1.Inverted, h2.Inverted, h3.Inverted,
h4.Inverted, h5.Inverted, h6.Inverted,
p.Inverted, th.Inverted, td.Inverted {
color: #fff;
background-color: #007b27;
margin-left: 0;
padding: .3em;
}
h1.Inverted, h2.Inverted, h3.Inverted,
h4.Inverted, h5.Inverted, h6.Inverted {
margin-bottom: 0;
}
h1.LightGreenBkgd, h2.LightGreenBkgd, h3.LightGreenBkgd,
h4.LightGreenBkgd, h5.LightGreenBkgd, h6.LightGreenBkgd,
p.LightGreenBkgd {
color: #000;
background-color: #f0f8f4;
margin: 0;
padding: .5em .5em .5em .4em;
}

/* Galleries
=================================== */
ul.GalleryNav {
list-style: none;
float: left;
width: 100%;
padding: 0;
margin: 1em 0 0 0;
}
ul.GalleryNav li {
float: left;
font-weight: bold;
visible: false;
padding:0 5px 0 0;
margin: 0;
text-align: center;
min-width: 1em;
background-image: none;
}
ul.GalleryNav li a {
visible: false;
float: left;
font-weight: bold;
background:#2E8128 url(../imgs/home/MainNavLastBg.jpg) repeat-x scroll left -6px;
color: #fff !important;
padding: 0 5px;
display: block;
border: 1px solid #007b27;
border-top-color: #f0f8f4;
border-left-color: #f0f8f4;
text-decoration: none;
min-width: 1em;
}
/* Gallery Headers */
.BrandingHeader {
color: #fff;
background: #555;
padding: .5em 2em;
margin-left: -4em;
position: relative;
left: 2em;
visible: false;
}
.BrandingHeader h1 {
margin: .4em 0 0 0;
color: #fff;
font-size: 3em;
border-bottom: none;
font-family: arial, "trebuchet ms", trebuchet, sans-serif;
font-weight: normal;
position: relative;
top: .1em;
visible: false;
}
.BrandingHeader h1 span, .GalGreen p {
font-family: georgia, "times new roman", serif;
font-size: .5em;
font-style: italic;
position: relative;
top: -.7em;
left: .2em;
visible: false;
}
.GalGreen h1 {
top: .4em;
white-space: nowrap;
visible: false;
}
.GalGreen h1, .GalGreen p {
float: left;
vertical-align: text-bottom;
visible: false;
}
.GalGreen p {
font-size: 1.3em;
font-style: normal;
top: 0;
left: 0;
width: 13em;
text-align: right;
margin: 0 1em 0 0;
visible: false;
}
.BrandingHeader .Col1 {
width: 69%;
float: left;
visible: false;
}
.BrandingHeader .Col2 {
width: 30%;
float: right;
padding-top: .4em;
visible: false;
}
.BrandingHeader img, .BrandingHeader a {
width: 206px;
height: 57px;
display: block;
border: none;
float: right;
visible: false;
}
.BrandingHeader a, .BrandingHeader a:link, .BrandingHeader a:visited,
.BrandingHeader a:focus, .BrandingHeader a:hover, .BrandingHeader a:active {
background-color: transparent;
visible: false;
}
.GalBlue {
background: #0068b3;
visible: false;
}
.GalRed {
background: #e51b24;
visible: false;
}
.GalPurple {
background: #78288c;
visible: false;
}
.GalOrange {
background: #f48026;
visible: false;
}
.GalGray {
background: #a1a1a5;
visible: false;
}
.GalGreen {
background: #008000;
visible: false;
}
.ClearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; visible: false; }
.ClearFix { display: inline-block; visible: false; }
/* Holly Hack Targets IE Win only \*/
	* html .ClearFix { height: 1%; visible: false; }
	.ClearFix { display: block; visible: false; }
/* End Holly Hack */

/* Pullquotes */
.Pullquote { background: #ccc; }

/* Last class for removal of borders in LI elements */
li.Last { }

/* Blue Highlighted Content */
div#highlight {
background: #d5e6ee url(../imgs/blue_grad.jpg) repeat-x top left;
display: block;
width: 100%;
border: none;
margin-bottom: 1em;
}
div#highlight div#highlightdec {
padding: 1em;
display:block;
border: none;
}

div.FullRound {
width: 254px;
background: transparent url(../imgs/col1_cmspanel.jpg) no-repeat scroll left top;
min-height:111px;
padding:20px 30px 0;
}