/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  03: 2Col_Fixed_Full_Width_Header_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0;
}
#masthead {
	color: #999999;
	background-color: #000000;
	padding: 0px;
	margin: 0 0 36px 0;
}
#masthead .content {
	padding: 10px 20px;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/clm03_middle.gif);
	background-repeat: repeat-y;
}
#column_top {
	background-image: url(img/clm03_top.gif);
	background-repeat: no-repeat;
	height: 12px;
}
#column_bottom {
	background-image: url(img/clm03_bottom.gif);
	background-repeat: no-repeat;
	height: 12px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 600px;
	float: left;
}
#left {
	width: 200px;
	float: left;
}
#right .content {
	padding: 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#left .content {
	font-size: 0.75em;
	line-height: 1.5em;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
}

#footer .content {
	padding-top: 12px;
	padding-bottom: 12px;
}
#footer {
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #900;
	text-decoration: none;
}
#left a:visited {
	color: #900;
	text-decoration: none;
}
#left a:hover {
	color: #900;
	text-decoration: underline;
}
#left h3 a:link {
	color: #FFF;
	text-decoration: none;
}
#left h3 a:visited {
	color: #FFF;
	text-decoration: none;
}
#right a:link {
	color: #900;
}
#right a:visited {
	color: #900;
}
#right a:hover {color: #000000;}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #C7EE51;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #66840D;}
.p7uberlink {
	font-weight: bold !important;
	/*letter-spacing: .15em;*/
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
	line-height: 1.4em;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}

.bluebox {
	 padding:16px; 
	 background-color:#D1E8ED; 
	 border:solid 1px #127AA7; 
	 color:#127AA7; 
	 font-size:14px; 
	 font-weight:bold;
}

#ltc {
	border:solid 1px #127AA7;
	background-color: #EAF4F7;
}

#ltc td {
	border-bottom:dotted 1px #666666;
	padding:8px;
	margin:0px;
}

/*******************
------Header-------
*******************/

#header{
	float: left;
	width: 100%;
	height: 120px;
	margin: 0;
	padding: 0;
	background: #3873A9;
	border-bottom: 6px solid #000;
	color: #fff;
	clear: both;
}

.title{
	width: 800px;
	text-align: left;
	color: #FFF;

	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-image: url(/images/lighthousewithlight120h-blue.gif); /*Add mastehead logo*/
	/*background-image: url(/images/lighthousewithlight120h-blue.gif);
*/	background-repeat: no-repeat;											  /*and postion logo*/
}

.title a:link{
	text-decoration: none;
	color:#FFF;
}

.title a:hover{
	text-decoration: underline;
	color: #CCC;
}

.title a:visited{
	text-decoration: none;
	color:#FFF;
}
.title .rightbanner {
	height: 80px;
	width: 250px;
	text-align: right;
	margin-left: 540px;
	clear: none;
}
.title .lefttitle {
	float: left;
	padding-left: 100px;
}
.companyname{
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 34px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}
.companyslogan{
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 14px;
	padding-right: 0;
	padding-left: 0px;
	font-weight: bold;
}

/********************
----Navigaiton Bar---
********************/

#top-menu{
	clear: both;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	text-align: left;
	background: #BFE0FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#top-menu a{
	text-decoration: none;
	color: #900;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#top-menu a:hover{
	text-decoration: none;
	color: #FFF;
	background: url(/images/nav_hover.gif) repeat-x;
}

#top-menu ul{
	margin: 0 auto;
	width: 765px;
	padding: 5px 0;
	text-align: left;
}

#top-menu ul li{
	display: inline;
	padding: 0;
	font-size: 14px;

/*END TOP MENU*/

#right .content .toc {
	float: right;
	width: 40%;
	clear: right;
	padding: 10px;
	border: 1px solid #666666;
	background-color: #EEE;
	list-style-position: outside;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 8px;
}
#right .content .toc ol {
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	padding-bottom: 5px;
	font-size: 11px;
}
#right .toc a:link {
	color: #900;
	text-decoration: none;
}
#right .toc a:visited {
	color: #900;
	text-decoration: none;
}
#right .toc a:hover {
	color: #900;
	text-decoration: underline;
}

#right .content li {
	padding-bottom: 0px;
	list-style-position: outside;
}


#right .content ul {
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	padding-bottom: 10px;
	font-size: 12px;
}
.postinfofooter{
	font-size: 11px;
	color: #aaa;
	/*	background-image: url(/images/stormylighthouseh208-80-trans.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
	margin-right: auto;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-bottom: 10px;
	clear: both;
	width: 96%;
	margin-top: 0px;
	margin-left: auto;
}
.clearboth {
	clear: both;
}
.content .right img{
	margin-left: 20px;
	height: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}
#form1 .fsleft {
	float: left;
	width: 300px;
	margin-right: 24px;
}
#topmenu-ae {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #FAEFBE;
	background-color: #000000;
	padding: 10px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
