﻿body
{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-image: url(images/master/bg.jpg);
	background-repeat: repeat-x;
}
h1
{
	color: #25408f;
	font-size: 16px;
}
.blue11
{
	color: #25408f;
	font-weight: bold;
	font-size: 11pt;
}
.serif12
{
	font-family: 'Times New Roman';
	font-size: 12pt;
}
.serif14
{
	font-family: 'Times New Roman';
	font-size: 14pt;
}
/* NAV */
a:link
{
	color: #0000ff;
	font-size: 10pt;
	text-decoration: none;
}
a:visited
{
	color: #0000ff;
	font-size: 10pt;
	text-decoration: none;
}
a:active
{
	color: #0000ff;
	font-size: 10pt;
	text-decoration: none;
}
a:hover
{
	color: #0000ff;
	font-size: 10pt;
	text-decoration: none;
	background-color: #cccccc;
}
a.white:link
{
	color: #ffffff;
	font-size: 10pt;
	text-decoration: none;
}
a.white:visited
{
	color: #ffffff;
	font-size: 10pt;
	text-decoration: none;
}
a.white:active
{
	color: #ffffff;
	font-size: 10pt;
	text-decoration: none;
}
a.white:hover
{
	color: #ffffff;
	font-size: 10pt;
	text-decoration: underline;
}
/* ----------------------------- COPY ----------------------------------*/
a.copy:link
{
	color: #000000;
	font-size: 10pt;
	text-decoration: none;
}
a.copy:visited
{
	color: #000000;
	font-size: 10pt;
	text-decoration: none;
}
a.copy:active
{
	color: #000000;
	font-size: 10pt;
	text-decoration: none;
}
a.copy:hover
{
	color: #000000;
	font-size: 10pt;
	text-decoration: underline;
}
/* ---------------------------- ACTIVE PAGE ----------------------------*/
a.activePage:link
{
	display: block;
	text-decoration: none; 
	font-weight: bold;
	color: #000000;
	height: 20px;
	font-size: 11px;
	padding-top: 10px;
	background-color: #d4effc;
	/*border-right: #ffffff 1px solid;*/
}
a.activePage:active
{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	height: 20px;
	font-size: 11px;
	padding-top: 10px;
	background-color: #d4effc;
	/*border-right: #ffffff 1px solid;*/
}
a.activePage:visited
{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	height: 20px;
	font-size: 11px;
	padding-top: 10px;
	background-color: #d4effc;
	/*border-right: #ffffff 1px solid;*/
}
a.activePage:hover {
	display:block;
	text-decoration:none;	
	font-weight:bold;
	color:#ffffff;
	height:20px;
	font-size:11px;
	padding-top:10px;
	background-color: #000000;
	/*border-right: #ffffff 1px solid;*/
}

/* ---------------------------- MENU ----------------------------*/

a.menu:link
{
	display:block;
	text-decoration:none;	
	font-weight:bold;
	color:#ffffff;
	height:20px;
	font-size:11px;
	padding-top:10px;	
	background-color: #000000;	
	/*border-right: #ffffff 1px solid;*/
}
a.menu:active
{
	display:block;
	text-decoration:none;	
	font-weight:bold;
	color:#ffffff;
	height:20px;
	font-size:11px;
	padding-top:10px;	
	background-color: #000000;	
	/*border-right: #ffffff 1px solid;*/
}
a.menu:visited 
{
	display:block;
	text-decoration:none;	
	font-weight:bold;
	color:#ffffff;
	height:20px;
	font-size:11px;
	padding-top:10px;	
	background-color: #000000;	
	/*border-right: #ffffff 1px solid;*/
}
a.menu:hover
{
	color:#55b151;
	background-color: #000000;
	/*border-right: #ffffff 1px solid;*/
}

/* ----------------------------------------- Nav ---------------------------------------------*/

.bannerBG
{
	background-image: url(images/master/banner.jpg);
}
.timeSince
{
	padding-right: 15px;
	font-size: 13pt;
}
.phone
{
	padding-right: 15px;
	font-size: 16pt;
	font-weight: bold;
}
.white
{
	color: #ffffff;
	font-size: 10pt;
	text-decoration: none; padding-left:10px; padding-right:10px;
}
.pad15
{
	padding: 15px 15px 15px 15px;
	/*padding-top: 15px; margin:15px 15px 15px 15px;*/
	
}