﻿/** BASIC */

body
{
	font-family:  Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size:13px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
	text-align: center;
	background-color:white;
}

/** Default Topic Formatting **/
.pdefaulttopic
{
	font-family:  Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size:13px;
	line-height: 1.15em;
	margin: 3px 3px 3px 3px;
	padding: 2px 2px 2px 2px;
	text-align: left;
}

.phoneHeader
{
	text-decoration: none;
	font-size: 13px;
	color: #0000CD;
}

.defaultphoto
{
	position: relative;
	top: +10px;
	left:-2px;
}

.defaultsidebar
{
	position: relative;
	float:left;
	left:-2px;
}


.defaultbox
{
	border-bottom: 1px solid #483d8b;
	border-left: 1px solid #483d8b;
	border-right: 1px solid #483d8b;
	border-top: 1px solid #483d8b;
	width: 695px;
	height: 100%;
}


.defaultservicebox
{
	border-bottom: 1px ridge #cac8c8;
	border-left: 1px ridge #cac8c8;
	border-right: 1px ridge #cac8c8;
	border-top: 1px ridge #cac8c8;
	font-size:1.0em;
	padding: 3px 3px 3px 3px;
	width:175px;
	height:290px;
	text-align:left;
	color:#4f504f;
}

.imgHeaderMain
{
	width:210px;
}


div#listcontainer
{
	border:1px;
	width:400px;
	margin: 10px 10px 2px 10px;
}

div#listcontainer ul
{

	margin: 0px 0px 0px 3.5em;
	padding: 0px;
}

div#listcontainer li
{
	list-style-image: url('../../Images/list_item.gif');

	margin: 0px;
}

div#listcontainer a
{
	text-decoration: none;
	color: #69aa5d;
	font-weight:bold;
}

div#listcontainer a:hover {
	text-decoration: underline;
}


div#tablelistcontainer
{
	border:1px;
	width:300px;
	margin: 10px 10px 2px 10px;
}

div#tablelistcontainer ul
{

	margin: 0px 0px 0px 3.5em;
	padding: 0px;
}

div#tablelistcontainer li
{
	list-style-image: url('../../Images/list_item.gif');

	margin: 0px;
}

div#tablelistcontainer a
{
	text-decoration: none;
	color: #69aa5d;
	font-weight:bold;
}

div#tablelistcontainer a:hover {
	text-decoration: underline;
}


/** HEADINGS */

h1
{
	font-size: 1.5em;
	font-weight:bold;
	text-align: left;
	line-height: 1.1em;
	color: #31612b;
}

h2
{
	font-size: 1.5em;
	font-weight:bold;
	text-align:center;
	color: #31612b;
}

h2.leftalign
{
	font-size: 1.15em;
	font-weight:bold;
	text-align:left;
	line-height: 1.1em;
	color: #31612b;
}

h3
{
	font-size: 1.4em;
	font-weight:bold;
}


h4
{
	text-align:center;
	font-size: 1.2em;
	font-weight:bold;
	color:#5e8370;
}



/** LINKS */

a.boldlink {
	text-decoration: none;
	font-size: 1.1em;
	font-weight:bold;
	color:Blue;
}

a.boldlink:hover 
{
	text-decoration: underline;	
}

a.boldlink:visited 
{
	color:#31612b;
	font-size: 1.1em;
}



a.link1 {
	text-decoration: none;
	font-size: 1.1em;
	color: #5e7b5d;
	font-weight:bold;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

a.link2:hover {
	text-decoration: underline;
}

a.link3 {
	font-size: 10px;
	color: #30639F;
}

a.link4 {
	display: block;
	background: url('../../Images/homepage20.gif') repeat-x;
	text-decoration: none;
	color: #FFFFFF;
}

a.link4:hover {
	text-decoration: underline;
	cursor:hand;
}

a.link4 strong {
	display: block;
	height: 14px;
	padding-right: 17px;
	text-align: right;
	background: url('../../Images/homepage21.gif') no-repeat right top;
}

a.link5 {
	text-decoration: none;
}

a.link5:hover {
	text-decoration: underline;
}

/** BACKGROUNDS */

.bgfooter {
	background: url('../../Images/bgfooter.gif') repeat-x;
}

.sepline {
	background: url('../../Images/sep_line.gif') repeat-x;
	text-align:left;
	font-size:1.3em;
	font-weight:bold;
	color: #175006;
	padding: 6px 6px 3px 3px;
	vertical-align:top;

}

.bgpointer {
	background: url('../../Images/pointer.gif') no-repeat;
	padding: 0px 0px 0px 22px;
	background-position:center left;
	line-height: 1.3em;
}

.bg1 {
	background: url('../../Images/bg1.gif') repeat-x;
}

.bg2 {
	background: url('../../Images/bg2.gif') repeat-x;
}

.bg3 {
	background: url('../../Images/homepage07.jpg') no-repeat right bottom;
}

.bg4 {
	background: url('../../Images/homepage09.jpg') no-repeat left bottom;
}

.bg5 {
	background: url('../../Images/bg5.gif') repeat-x left top;
}

.bg6 {
	background: url('../../Images/homepage22.gif') repeat-x left top;
}

.bg7 {
	background: url('../../Images/subpage1_01.gif') repeat-x;
}

.bg8 {
    display: block;
	background: url('../../Images/homepage20.gif') repeat-x;
	text-decoration: none;
	color: #FFFFFF;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}



.hr1 {
	height: 1px;
	margin-bottom: 1em;
	background: url('../../Images/homepage19.gif');
}

/** Clear the floats **/


.clearthefloats
{
    clear:both;
}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after
{
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

.imgblockright
{
    border: solid 1px #9ab596;
    margin: 2px 2px 2px 10px;
    float:right;
}

.imgblockleft
{
    border: solid 1px #9ab596;
    margin: 2px 10px 2px 2px;
    float:left;
}

.imgblockcenter
{
    border: solid 1px gray;
    margin: 2px 2px 2px 2px;
}

.imgcaption
{
    font-size:.85em;
    text-align:center;
    font-weight:bolder;
}


/* Navigation */
#headerMenu {
	margin-top: 2px;
	float: right;
	font-size: 13px;
}

#headerMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#headerMenu li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 7px;
	text-align: center;
	border-right: solid silver 1px;
}

#headerMenu li.last {
	border-right: none;
	padding: 0 0 0 10px;
}

#headerMenu img {
	margin-right: 5px;
	float: left;
	text-decoration: none;
	border-style:none;
}

#headerMenu a, #headerMenu a:link,#headerMenu a:visited,#headerMenu a:active {
	color: #0000CD;
	text-decoration: none;
	border-style:none;

}

#headerMenu a:hover {
	color: #1E90FF;
}


#footerMenu {
	margin-top: 2px;
	float: center;
	font-size: 11px;
	color: White;
}

#footerMenu img {
	margin-right: 5px;
	float: left;
	text-decoration: none;
	border-style:none;
}

#footerMenu a, #footerMenu a:link,#footerMenu a:visited,#footerMenu a:active {
	color: #0000CD;
	text-decoration: none;
	border-style:none;

}
