/*BODY {background:url(back_darkblue.jpg) repeat}*/

BODY {
	background: #ffffff url(background.jpg) repeat}

A:link {color:#660000; text-decoration:underline;}
A:visited {color:#660000; text-decoration:underline;}
A:hover {color:#000000; text-decoration:underline;}
A:active {color:#000000; text-decoration:underline;}

A.nav:link { color:#a6acb4; text-decoration:none;}
A.nav:visited { color:#a6acb4; text-decoration:none;}
A.nav:hover { color:#ffffff; text-decoration:underline;}
A.nav:active { color:#ffffff; text-decoration:none;}

.rounded-corners {
    border-radius: 20px;
}

.mainText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
}

.headerText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
}

.footerText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
}
	
.headersmText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #1A5121;
	text-decoration: none;
	}
		
	
.topText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	}
	
.phoneText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 30px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	}
	
	


.frame
{
padding: 0px;
border: 1px solid #CCC;
box-shadow: 1px 1px 2px #ccc;
border-radius: 18px;
max-width: 100%;
height: auto;
}

.tableFrame
{
padding: 0px;
border: 4px solid #000;
box-shadow:0px 0px 0px #ccc;
}

.block
{
padding: 0px;
border: 1px solid #cccccc;
background: #FCB200;
padding: 5px;
box-shadow:1px 1px 2px #ccc;
border-radius:12px;
}

.shadow {
     text-shadow: 1px 1px #dbdbdb;
}

a.bigbutton {
	margin: 0.25em;
	margin-bottom: 3px;
	margin-top: 3px;
	display: inline-block;
	background: #FCB200;
	border: 0px solid #cdcdcd;
	text-align: center;
	text-decoration: none;
	color: #000000;
	padding: 5px;
	font: bold 14px/120%  "Lucida Grande", Arial, Helvetica, sans-serif;
	border-radius:6px;
	box-shadow:
		3px 3px 12px #000000,
		0px 0px 3px #000000,
		inset 0px 5px 12px #FCB200,
		inset 0px 15px 2px #ffffff,
		inset 0px 25px 25px #FCB200;
	}
	
	.tableText {font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #000066; }
	
	.secondHeaders {color: #0066FF;}