/* Main text formatting */
P, li, td {
font-size: 11px;
line-height: 1.2em;
}

.topimage {
float: left;
width: 100%;
margin: auto;
display: inline;
/* font-size: 10px; */
background-color: #fff;
border-bottom: 8px solid #E8E8E8;
}


h1 {
font-family: verdana, arial, sans-serif;
font-size: 14px;
font-weight: 700;
line-height: 1.2em;
text-transform: uppercase;
color: #862C2E;
margin-bottom: 18px;
}

h2 {
font-size: 14px;
font-weight: 700;
/* text-transform: uppercase; */
color: #07517C;
margin: 0 0 10px 0;
}

h2.homel, h2.homel a:link, h2.homel a:visited, h2.homel a:active, h2.homel a:hover {
font-family: arial, sans-serif;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
color: #694258;
margin: 0;
}

h2.homer, h2.homer a:link, h2.homer a:visited, h2.homer a:active, h2.homer a:hover {
font-family: arial, sans-serif;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
color: #17694B;
margin: 0;
}

h2.sechead {
text-transform: uppercase;
font-size: 20px;
font-weight: 500;
color: #7BAED7;
margin: 0 0 4px 8px;
}

h3 {
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
color: #17694B;
margin-bottom: -6px;
padding-top: 12px;
}

h3.cathead {
font-weight: 700;
color: #07517C;
text-transform: uppercase;
margin-top: 10px;
margin-bottom: -10px;
}

h3.homehead, h3.homehead a:link, h3.homehead a:visited, h3.homehead a:active, h3.homehead a:hover {
font-family: arial, sans-serif;
font-size: 12px;
font-weight: 700;
color: #07517C;
text-transform: uppercase;
text-decoration: none;
margin: 0 0 -4px 0;
}

h4 {
font-family: arial, sans-serif;
font-size:12px;
font-weight: 700;
color: #07517C;
text-transform: uppercase;
margin: 0 0 -10px 0;
}

h4.reverse {
font-family: arial, sans-serif;
font-size:14px;
font-weight: 700;
color: #fff;
margin:0;
padding:6px 0 6px 0;
}

h4.blue {
font-family: arial, sans-serif;
font-size:14px;
font-weight: 700;
color: #07517C;
margin:0;
padding:6px 0 6px 0;
}

h4.grey {
font-family: arial, sans-serif;
font-size:14px;
font-weight: 700;
color: #666666;
margin:0;
padding:6px 0 6px 0;
}

.lefthead {
font-family: arial, sans-serif;
font-size: 12px;
font-weight: 700;
color: #862C2E;
margin-bottom: 4px;
}


.accent-text {
color: #83c732;
font-weight: 700;
}
.frontcenter {
text-align: center;
}

.bold {
font-weight: 700;
}

a {
/* text-decoration: none; */
color: #07517C;
}

a:hover {
color: #862C2E;
}
a img {
border: 0px;
}
.nodec:hover {
text-decoration: none;
}

/* Images n stuff */
.border {
border: 1px solid #555;
}
.noborder {
border: 0px;
}
.button {
background-image: url(../images/menu-tab.jpg);
background-repeat: repeat-x;
border: 1px solid #ccc;
padding: 5px;
margin: 10px;
}
.button:hover {
text-decoration: none;
background-image: url(../images/menu-tab-over.jpg);
background-repeat: repeat-x;
border: 1px solid #999;
cursor: pointer;
}


/* Site guts */
.intro {
padding: 20px 55px 20px 65px;
background-color: #f6f6f6;
margin-left: -45px;
margin-right: -15px;
margin-top: -8px;
border-bottom: 1px solid #aaa;
color: #000;
}

.filling {
clear: left;
float: left;
width: 92%;
padding: 1% 6% 1% 2%;
/* background-image: url(../images/bg-leftcol.jpg); 
background-repeat: repeat-y;
background-position: left; */
}
.filling .leftcol {
   width: 30%;
   float: left;
   vertical-align: top;
}
.filling .rightcol {
    width: 68%;
    float: right;
}

.frontpage {
	clear: left;
	float: left;
	width: 100%;
	padding: 0%;
	background-color: #fff;
}
.home-table {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}


/* Text Stuff */
.content {
font-size: 12px;
line-height: 1.4em;
margin: auto;
}

.pad {
padding: 4px 8px 20px 8px;
}

.halfpad {
padding: 4px 8px 8px 8px;
}

.quartpad {
padding: 4px 8px 4px 8px;
}
.caption-left {
clear: left;
float: left;
margin: -5px 25px 5px 40px;
vertical-align: text-top;
font-size: 9px;
}
.caption-right {
clear: right;
float: right;
margin: -5px 40px 5px 25px;
vertical-align: text-top;
font-size: 9px;
}

.quote {
font-family: verdana, arial, sans-serif;
font-size: 10px;
font-style: italic;
line-height: 1.2em;
}
.quotecredit {
font-family: verdana, arial, sans-serif;
font-size: 10px;
text-align: right;
padding-bottom: 8px;
}

.list-left {
font-family: arial, sans-serif;
font-size: 11px;
margin: 16px 0 4px 12px;
padding: 0;
list-style-type: none;
/* list-style-image: url(../images/triangle-left.gif); */
}


.li-left {
font-family: arial, sans-serif;
margin-left: 0;
margin-bottom: 5px;
}

html>body .li-left {
font-family: arial, sans-serif;
margin-bottom: 5px;
}

.list-body {
font-size: 11px;
list-style-type: none;
list-style-image: url(../images/triangle-red.gif);
}

.li-body {
font-size: 11px;
margin-bottom: 5px;
}
.homehead {
font-family: georgia, times, serif;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
padding-bottom: 6px;
color: #07517C;
}

.homecubes {
padding: 8px;
border-bottom: 1px dotted #CD853F;
background-position: bottom;
background-repeat: repeat-x;
}

.hometext {
font-size: 11px;
line-height: 12px;
}

.home-table {
background-position: bottom;
background-repeat: repeat-x;
}


.home-titles {
margin-bottom: 6px;
border: 0;
}

.greenbox {
background-color: #8EA593;
font-family: arial, sans-serif;
font-size: 12px;
line-height: 1.2em;
color: #fff;
padding: 0px 8px 8px 8px;
}

.greenboxdk, .greenboxdk a:link, .greenboxdk a:visited {
background-color: #6C7D70;
font-family: arial, sans-serif;
font-size: 11px;
font-weight: 700;
line-height: 1.2em;
color: #fff;
text-decoration: none;
padding: 4px 8px 4px 8px;
}

.greenboxdk a:hover, .greenboxdk a:active {
text-decoration: underline;
}

.bluebox {
background-color: #7BAED7;
font-family: arial, sans-serif;
font-size: 12px;
line-height: 1.2em;
color: #fff;
padding: 0px 8px 8px 8px;
}

.blueboxlt, .blueboxlt a:link, .blueboxlt a:visited {
background-color: #7BAED7;
font-family: arial, sans-serif;
font-size: 11px;
font-weight: 700;
line-height: 1.2em;
color: #fff;
text-decoration: none;
padding: 4px 8px 4px 8px;
}

.blueboxdk, .blueboxdk a:link, .blueboxdk a:visited {
background-color: #07517C;
font-family: arial, sans-serif;
font-size: 11px;
font-weight: 700;
line-height: 1.2em;
color: #fff;
text-decoration: none;
padding: 4px 8px 4px 8px;
}

.blueboxdk a:hover, .blueboxdk a:active {
text-decoration: underline;
}

.whitebox {
background-color: #fff;
font-family: arial, sans-serif;
font-size: 12px;
line-height: 1.2em;
color: #000;
padding: 0px 8px 8px 8px;
}

.greybox, .greybox a:link, .greybox a:visited {
background-color: #c8c8c8;
font-family: arial, sans-serif;
font-size: 11px;
font-weight: 700;
line-height: 1.2em;
color: #666666;
text-decoration: none;
padding: 4px 8px 4px 8px;
}

.greybox a:hover, .greybox a:active {
text-decoration: underline;
}

.greyboxdk, .greyboxdk a:link, .greyboxdk a:visited {
background-color: #a8a8a8;
font-family: arial, sans-serif;
font-size: 11px;
font-weight: 700;
line-height: 1.2em;
color: #fff;
text-decoration: none;
padding: 4px 8px 4px 8px;
}

.greyboxdk a:hover, .greyboxdk a:active {
text-decoration: underline;
}

.tri {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}

.a-center {
color: #fff;
}
.a-center:hover {
color: #fff;
text-decoration: underline;
}

.center {
vertical-align: top;
text-align: left;
padding: 8px 8px 8px 8px;
}

.img-center {
}

.center-under {
font-size: 11px;
line-height: 13px;
padding: 8px;
margin: 0px;
vertical-align: top;
}

.mainimg {
margin: 8px 8px 8px 8px;
}

.frontimg1 {
margin: 8px 0 8px 8px;
float: left;
}

.frontimg2 {
margin: 8px 8px 8px 0;
float: right;
display: inline;
}

.nobullet {
list-style-type: none;
margin-left: 4px;
padding-left: 8px;
display: inline;
}

.nobullet-li {
font-size: 11px;
padding-bottom: 10px;
}

.img-arrow {
display: inline;
vertical-align: middle;
}

.img-left {
display: inline;
float: left;
vertical-align: text-top;
margin: 0px 20px 10px 0px;
}

.img-leftless {
display: inline;
float: left;
vertical-align: text-top;
margin: 0px 8px 4px 0px;
}
.img-right {
display: inline;
float: right;
vertical-align: text-top;
margin: 0px 0px 10px 20px;
}

.img-right-inline {
display: inline;
float: right;
vertical-align: text-top;
}

.left {
float: left;
}

.right {
float: right;
}

a .img-left:hover, a .img-right:hover, .trans:hover {
opacity: .66;
/* filter: alpha(opacity=66); */
}

.navdots {
padding: 15px 0 15px 0;
border-bottom: 1px dotted #862C2E;
background-position: bottom;
background-repeat: repeat-x;
}

textarea  {
font-family: verdana, arial, sans-serif; 
font-size: 12px;
padding: 0px;
}

.clearout {
clear: both;
}
