/* MAIN LINK COLORS ::::::::::::::::::::::::::::::::::::::::: */
a:link 		{color: #0000ff; background: none; text-decoration: none}
a:visited	{color: #006633; background: none; text-decoration: none} /*ff00ff*/
a:hover		{color: #ff0000; background: none; text-decoration: underline}
a:active 	{color: #ff0000; background: none; text-decoration: none}
/* ========================================================= */

body {
  color: #000000; background: #f7f2de;
  background-image: url(/images/background.gif);
  background-repeat: repeat-x;
  font: normal normal normal 12px/1em arial, verdana, helvetica, sans-serif;
  padding: 0px;
  margin: 0px;
  margin-top: 0px;
}

sup	{
	vertical-align: 0.5em;
	font-size: 0.7em;
}

.text	{
	line-height: 1.4em;
	padding-left: 10px;
	padding-right: 10px;
}

.text1	{
	padding-left: 10px;
	padding-right: 10px;
}

a img {
	border: 0px;
}

img.paddingright {
	margin: 5px 0px 0px 10px;
}

img.paddingleft {
	margin: 5px 10px 0px 0px;
}

img.paddingrightborder {
	margin: 5px 0px 0px 10px;
	border: 1px solid #000000;
}

img.paddingleftborder {
	margin: 5px 10px 0px 0px;
	border: 1px solid #000000;
}

ul.floatleft	{ /* used for 2 column ul's */
	width: 500px;
}

ul.floatleft	li	{ /* used for 2 column ul's */
	float: left;
	width: 250px;
}

h1 {
  color: #000000; background: none;
	font-size: 2em;
	margin-top: .5em;
	padding: 0px;
}

h2 {
  color: #000000; background: none;
	font-size: 1.5em;
	letter-spacing:0.01em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h3 {
  color: #756525; background: none;
  font-size: 20px;
	letter-spacing:0.01em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

h4 {
  color: #306f42; background: none;
	font-size: 20px;
	letter-spacing:0.01em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: 2px dotted #0a1849;
}

h1, h2, h3 {
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: bold;
}

.frontheader {
  color: #306f42; background: none;
	font-size: 20px;
	letter-spacing:0.01em;
	font-weight: 900;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

p	{
	margin: 0 0 1em;
}
 
.address-footer {
	color: #000000; background: none;
	text-align: center;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 15px;
}

.address-contact {
	color: #000000; background: none;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
}
.websiteby {
	color: #000000; background: none;
	font-size: 11px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

/* 	MENU STYLES WITH HYPERLINK COLOR SETTINGS */

.headermenu {
	color: #ffffff; background: url(/images/Header-Menu-Bg.jpg);
	font-size: 14px;
	font-weight: normal;
}
a.headermenu:link 		{color: #ffffff; background: none; text-decoration: none}
a.headermenu:visited	{color: #ffffff; background: none; text-decoration: none}
a.headermenu:hover		{color: #ffffff; background: none; text-decoration: none}
a.headermenu:active 	{color: #ffffff; background: none; text-decoration: none}

.headerselected {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
a.headerselected:link 		{color: #ffffff; background: none; text-decoration: none}
a.headerselected:visited	{color: #ffffff; background: none; text-decoration: none}
a.headerselected:hover		{color: #ffffff; background: none; text-decoration: none}
a.headerselected:active 	{color: #ffffff; background: none; text-decoration: none}

.menu	{
	color: #ffffff; background: none;
	font-size: 11px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 0px;
}
a.menu:link 		{color: #173956; background: none; text-decoration: none}
a.menu:visited	{color: #15446d; background: none; text-decoration: none}
a.menu:hover		{color: #7d7ab0; background: none; text-decoration: none}
a.menu:active 	{color: #b06732; background: none; text-decoration: none}

.menuselected	{
	color: #959838; background: none;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 0px;
}
a.menuselected:link 		{color: #173956; background: none; text-decoration: none}
a.menuselected:visited	{color: #15446d; background: none; text-decoration: none}
a.menuselected:hover		{color: #7d7ab0; background: none; text-decoration: none}
a.menuselected:active 	{color: #b06732; background: none; text-decoration: none}

.MenuItemSelected	{
	color: #959838; background: none;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
a.MenuItemSelected:link 		{color: #173956; background: none; text-decoration: none}
a.MenuItemSelected:visited	{color: #15446d; background: none; text-decoration: none}
a.MenuItemSelected:hover		{color: #7d7ab0; background: none; text-decoration: none}
a.MenuItemSelected:active 	{color: #b06732; background: none; text-decoration: none}

.MenuItemNotSelected	{
	color: #959838; background: none;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
a.MenuItemNotSelected:link 		{color: #173956; background: none; text-decoration: none}
a.MenuItemNotSelected:visited	{color: #15446d; background: none; text-decoration: none}
a.MenuItemNotSelected:hover		{color: #7d7ab0; background: none; text-decoration: none}
a.MenuItemNotSelected:active 	{color: #b06732; background: none; text-decoration: none}

.footer {
	text-align: center;
}

.footermenu {
	color: #ffffff; background: #0a1849;
	font-weight: normal;
}
a.footermenu:link 		{color: #ffffff; background: none; text-decoration: none}
a.footermenu:visited	{color: #ffffff; background: none; text-decoration: none}
a.footermenu:hover		{color: #ffffff; background: none; text-decoration: none}
a.footermenu:active 	{color: #ffffff; background: none; text-decoration: none}

.footerselected {
	font-weight: bold;
}
a.footerselected:link 		{color: #ffffff; background: none; text-decoration: none}
a.footerselected:visited	{color: #ffffff; background: none; text-decoration: none}
a.footerselected:hover		{color: #ffffff; background: none; text-decoration: none}
a.footerselected:active 	{color: #ffffff; background: none; text-decoration: none}

/* 	end of menu styles with hyperlink color settings */

.menubkgd {
  background: #ffffff; background-image:url(/images/Menu-Bg.jpg);
  background-repeat: no-repeat;
}

.picborder{
	border: 1px solid #000000;
}

.floatRight	{
	float: right;
	margin: 1em 0 .05em 1em;

}

.floatLeft	{
	float: left;
	margin: 1em 1em .05em 0;
}

.border {
	border: 2px solid #0a1849;
}

.dottedline	{
	border-bottom: 4px dotted #000000;
}

.dottedbottom	{
	border-bottom: 2px dotted #0a1849;
}

.front-right	{	
	background: #f7f2de;
  background-image: url(/images/Front-Right-Bg.gif);
  background-repeat: no-repeat;
  border-left: 1px solid #0a1849;
}

.titles	{
	color: #000000;
	font-style: italic;
	font-weight: 600;
}

.reasons {
  color: #306f42; background: none;
  font-size: 13px;
  font-weight: 600;
}

.reasonssub {
  color: #000000; background: none;
  font: normal normal normal 12px/1em arial, verdana, helvetica, sans-serif;
}

.mainThumbnailImgContainer {
background-color:#F1EFE7;
border:1px solid #DFDFE0;
float:left;
margin:3px 11px 11px 11px;
padding:8px 8px 8px 8px;
text-align:center;
width:105px;
}

.mainThumbnailImg {
background-color:#FFFFFF;
border:1px solid #D5D5D5;
margin-right:8px;
padding:3px;
}

.mainImgContainer {
background-color:#F1EFE7;
border:1px solid #DFDFE0;
float:left;
margin:3px 3px 3px 3px;
padding:8px 8px 8px 8px;
text-align:center;
}

.mainImg {
background-color:#FFFFFF;
border:1px solid #D5D5D5;
padding:3px;
}