@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	}

p {
	margin:0px 0px 20px 0px;
	}

h1 {
	font-size:20px;
	color:#000000;
	font-weight:bold;
	}
h4 {
	font-size:20px;
	color:#880000;
	font-weight:bold;
	}
h2 {
	font-size:14px;
	color:#000000;
	margin:0px;
	padding:0px;
	}
	
	h2 a:link {
	color:#990000;
	}
	
	h2 a:visited {
	color:#990000;
	}
	
h3 {font-size:14px;
	color:#880000;
	margin:0px;
	padding:0px;
	}
	
	h3 a:link {
	color:#880000;
	}
	
	h3 a:visited {
	color:#880000;
	}
	
.headerh1 {
	font-size:16px;
	font-weight:bold;
	color:#000000;
	margin:40px 40px 10px 0px;
	padding:0px
	}
	
.headeraph1 {
	font-size:16px;
	font-weight:bold;
	color:#000000;
	margin:10px;
	vertical-align:bottom;
	}
	
.headerh2request {
	font-size:24px;
	text-align:right;
	color:#990000;
	padding:0px 10px 0px 0px;
	margin:0px;
	vertical-align:bottom;
	}
	
	.headerh2request a {
	color:#990000;
	}
	
	headerh2request a:visited {
	color:#990000;
	}
	
.headerh2call {
	color: #999999;
	font-size:12px;
	padding:0px 40px 0px 0px;
	margin:0px;
	}
	
.headerh2phone {
	color:#000000;
	font-size:16px;
	margin:0px;
	padding:0px 40px 0px 0px;
	}
	
.tagline {
	color:#990000;
	font-size:14px;
	font-weight:bold;
	padding:0px 40px 0px 0px;
	}

li {
	margin-left: -25px;
}
	
.content {
	font-size:12px;
	color:#000000;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	}
	
		.content a {
		color:#990000;
		}
		
		.content a:visited {
	color:#990000;
		}
	
.creativebolding {
	font-size:14px;
	color:#1b66ad;
	font-weight:bold;
	}
	
.creativeboldingblack {
	font-size:14px;
	color:#000000;
	font-weight:bold;
	}
	
.bluebold14 {
	font-size:14px;
	color:#1b66ad;
	font-weight:bold;
	text-align:center;
	}
	
	.bluebold14 a {
	color:#1b66ad;
	}
	
	.bluebold14 a:visited {
	color:#1b66ad;
	}
	
.blackbold14 {
	font-size:14px;
	font-weight:bold;
	}
	
.maroonbold {
	color:#990000;
	font-size:12px;
	}
	
.greytableborder {
	border-bottom:#afafaf 1px solid;
	border-left:#afafaf 1px solid;
	border-right:#afafaf 1px solid;
	}
	
.whitetableborder {
	border-bottom:#FFFFFF 5px solid;
	border-left:#FFFFFF 5px solid;
	border-right:#FFFFFF 5px solid;
}
	
.contentbg {
	background-image:url(/images/Content-bg-long.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	height:356px;
	background-color:#F8E3E4;
	border-left:#FFFFFF 5px solid;
	}
	
.leftcolumn {
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#E5F2FB;
	border:#cee5fa 1px solid;
	font-size:12px;
	color:#000000;
	padding:7px;
	}
	
	.leftcolumn a:link {
		color:#000000;
		}
	
	.leftcolumn a:visited {
		color:#000000;
		}
	
.contentAreaTable {
	border-top:#FFFFFF 5px solid;
	}
	
.footer {
	font-size:12px;
	text-align:center;
	padding:5px;
	}
	
	.footer a {
		color:#000000;
		text-decoration:underline;
		}

.photogallerylink {
	vertical-align:bottom;
	}
	
#freereporttable {
	background-color:#FFFFFF;
	font-size:14px;
	}
	
#leftcolumn {
	float:left;
	width:600px;
	margin-top:20px;
	font-size:13px;
	}
	
	#leftcolumn p {
		margin:4px 0px;
		padding:0px;
		}
	
#rightcolumn {
	float:left;
	width:280px;
	margin-left:40px;
	margin-top:20px;
	}
	
	#rightcolumn ul {
	color: #333399;
	line-height:22px;
	font-weight:bold;
	font-size:15px;
	}
	
.redbold {
	color:#FF0000;
	font-size:30px;
	font-weight:bold;
	}
	
.blackbold {
	font-size:24px;
	font-weight:bold;
	}
	
.purplebold {
	font-size:23px;
	font-weight:bold;
	color: #333399;
	}

.button {
	margin:20px 0px;
	}
	
/*NAV*/

.indentmenu{
font: 12px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
background-color:#ABC6E1;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color:#000000; /*text color*/
padding: 5px 5px;
text-decoration: none;
border-right: 1px solid #FFFFFF; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color:#000000;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color:#FFFFFF !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background-color:#7D93A8;
}

/* Right hand side of the secondary Navigation Menu */

.indentmenu2 {
margin: 0;
padding: 0;
float: left;
width: 375px; /*width of menu*/
background-color:#FF0101;
}

.indentmenu2 a {
color:#FFFFFF; /*text color*/
padding: 5px 7px;
float: right;
text-decoration: none;
}

.indentmenu2 a:visiting {
	color:#FFFFFF;
}

.indentmenu2 a:hover {
color:#000000 !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background-color:#FF0101;
}