@charset "utf-8";
/* Basic Styles */

* {
	margin:0;
	padding:0;
}

body {
	background-image:url(/Images/PageBG.jpg);
	background-repeat:repeat-x;
	background-color:#646464;
	color:#222;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
}

a, a:link, a:visited {
	color:#3063a3;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color:#174d91;
	text-decoration:none;
}

input {
	color:#333;
	font-size:14px;
	font-weight:bold;
	padding:2px;
}

textarea {
	color:#333;
	font-size:14px;
	font-weight:bold;
}

.SubmitButton {
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
}

.Notice, .Error {
	background:#ccef6f;
	border:1px solid #6d8430;
	padding:25px;
}

.FormTip {
	font-size:12px;
	font-style:italic;
	margin:0 0 0 5px;
}

/* Primary Layout */

#Container {
	background:#f7f7f7;
	border:2px solid #fff;
	margin:25px auto 15px auto;
	padding:30px 30px 0 30px;
	width:900px;
}

/* Header */

#Header {
	background:url(/Images/HeaderBG.png);
	margin:auto;
	width:900px;
}

#HeaderLinks {
	float:right;
	margin:15px 15px 15px 15px;
}

#HeaderLinks a, #HeaderLinks a:link, #HeaderLinks a:visited {
	color:#929292;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0 0 0 15px;
	text-decoration:none;
}

#HeaderLinks a:hover {
	color:#000;
}

#Header .Logo {
	margin:0 0 15px 0;
}

/* Menu */

#Menu {
	clear:both;
	float:right;
	margin:20px 0px 0 0;
	width:550px;
}

#Menu a, #Menu a:link, #Menu a:visited {
	color:#434343;
	float:right;
	font-size:13px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin:0 0 0 10px;
	padding:5px 10px 5px 10px;
}

#Menu a:hover {
	color:#174d91;
}

/* Features */

#Feature_Homepage {
	background:url(/Images/Feature_Homepage.jpg);
	display: block;
	height:130px;
	margin:0 0 25px 0;
	text-indent:-2000em;
	width:900px;
}

/* Sub Features */

#SubFeature {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0;
}

#SubFeature a, #SubFeature a:link, #SubFeature a:visited {
	color:#222;
	text-decoration:none;
}

#SubFeature a:hover {
	color:#174d91;
}

#SubFeature .Headshots img {
	border:none;
	margin:10px 4px 0 0;
	padding:0;	
}

#SubFeature p {
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:0 15px 0 15px;	
}

#SubFeature .PhoneEmail {
	font-size:12px;
	font-weight:bold;
	margin:10px 0 0 30px;
	padding:0;	
}

#SubFeature .PhoneEmail img {
	margin:0 10px 0 0;
	vertical-align:middle;
}

#SubFeature form {
	margin:15px 0 0 0;
	padding:0 15px 0 15px;	
}

#SubFeature1, #SubFeature2, #SubFeature3 {
	border-top:1px #ccc solid;
	padding:0 0 15px 0;
	margin:0 0 30px 0;
}

#SubFeature1, #SubFeature3 {
	float:left;
	width:300px;
}

#SubFeature2 {
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	float:left;
	width:298px;
}

#SubFeature h2 {
	color:#557398;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:normal;
	margin:0 0 0 0;
	padding:15px;
}

/* PageContent */

#PageContent {
	font-size:14px;
	width:575px;
	margin:0 0 30px 5px
}

#PageContent h3 {
	border-bottom:1px solid #cdcdcd;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding:0 0 15px 0;
}

#PageContent p {
	line-height:22px;
	margin:15px 0 0 0;
}

#PageContent .Lead {
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	margin:0;
	padding:15px 0 10px 0;
}

#PageContent ul {
	list-style:none;
	margin:25px 0 0 0;
}

#PageContent li {
	background:url(/Images/Icon_Accept.jpg) no-repeat;
	min-height:20px;
	margin:0 0 10px 20px;
	padding:0 15px 0 35px;
}

#PageContent li.Individuals {
	background:url(/Images/Individuals.jpg) no-repeat;
}

#PageContent li.SmallBusinesses {
	background:url(/Images/SmallBusinesses.jpg) no-repeat;
}

#PageContent li.CorporationsExecutives {
	background:url(/Images/CorporationsExecutives.jpg) no-repeat;
}

.Separator {
	border-bottom:1px #d6d6d6 dotted;
	margin:0;
}

/* Side Bar */

#SideBar {
	color:#404040;
	float:right;
	font-size:12px;
	line-height:18px;
	text-align:right;
	width:298px;
}

#SideBar #LearnMore {
	background:url(/Images/LearnMore.jpg) no-repeat;
	cursor:pointer;	
	display: block;
	float:right;
	height:29px;
	margin:0 13px 15px 0;
	text-indent:-2000em;
	width:135px;
}

#SideBar #ContactUs {
	background:url(/Images/ContactUs.jpg) no-repeat;
	cursor:pointer;	
	display: block;
	float:right;
	height:29px;
	margin:0 0 15px 0;
	text-indent:-2000em;
	width:135px;
}

#SideBar #LearnMore:hover, #SideBar #ContactUs:hover  {
	background-position:0 -29px;
}

#SideBar .SideBarBlock, #SideBar .SideBarBlockButton {
	margin:0 0 25px 0;
	padding:15px 0 0 0;
}

#SideBar .SideBarBlockButton {
	cursor:pointer;
}

#SideBar .SideBarBlockButton:hover {
	background-color:#E6EFC2;
	border:1px solid #C6D880;
	color:#529214;
}

#SideBar li {
	background:url(/Images/Icon_Tick.jpg) no-repeat;
	min-height:20px;
	margin:0 0 10px 20px;
	padding:0 15px 0 30px;
}

#SideBar li.Address {
	background:url(/Images/Icon_Compass.jpg) no-repeat;
}

#SideBar li.Phone {
	background:url(/Images/Icon_Phone.jpg) no-repeat;
}

#SideBar li.Fax {
	background:url(/Images/Icon_Arrows.jpg) no-repeat;
}

#SideBar li.Email {
	background:url(/Images/Icon_Envelope.jpg) no-repeat;
}

#SideBar ul {
	list-style:none;
}

#SideBar p {
	font-size:12px;
	margin:0;
	text-align:left;
}

#SideBar .Lead {
	font-size:14px;
	font-weight:bold;
	margin:40px 0 0 0;
}

#CallOut_Individuals, #CallOut_SmallBusinesses, #CallOut_CorporationsExecutives {
	clear:both;
	cursor:pointer;
	display:block;
	height:62px;
	margin:15px 0 0 17px;
	padding:0;
	text-align:left;
	width:280px;
}

#CallOut_SubPages {
	background:url(/Images/CallOut_SubPages.jpg);
	clear:both;
	display:block;
	font-size:12px;
	height:196px;
	margin:40px 0 0 17px;
	padding:0;
	text-align:left;
	width:280px;
}

#CallOut_Individuals:hover, #CallOut_SmallBusinesses:hover, #CallOut_CorporationsExecutives:hover {
	color:#3063a3;
}

#CallOut_Individuals {
	background:url(/Images/CallOut_Individuals.jpg);
}

#CallOut_SmallBusinesses {
	background:url(/Images/CallOut_SmallBusinesses.jpg);
}

#CallOut_CorporationsExecutives {
	background:url(/Images/CallOut_CorporationsExecutives.jpg);
}

#CallOut_Individuals p, #CallOut_SmallBusinesses p, #CallOut_CorporationsExecutives p {
	padding:3px 30px 0 10px;
	font-size:10px;
	text-align:left;
}

#CallOut_SubPages p {
	padding:10px;
	font-size:11px;
	text-align:left;
}

#CallOut_Individuals span, #CallOut_SmallBusinesses span, #CallOut_CorporationsExecutives span {
	font-size:11px;
	font-weight:bold;
}

#CallOut_Individuals span {
	color:#691209;
}

#CallOut_SmallBusinesses span {
	color:#006459;
}

#CallOut_CorporationsExecutives span {
	color:#a77200;
}

#CallOut_SubPages span {
	color:#557398;
	font-size:14px;
	font-weight:bold;
}

/* Form */

.Form {
	background:#ededed;
	border-bottom:1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
	clear:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	height:1%;
	margin:0 auto 0 auto;
	padding:5px;
	padding-left:100px; /*width of left column containing the label elements*/
	width:415px;
}

.Form label {
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-left:-50px;
	padding:0 5px 0 0;
	text-align:right;
	width:75px; /*width of labels. Should be smaller than left column (100px) to create some right margin*/
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
*/

* html .threepxfix {
	margin-left:3px;
}

/* Table */

#one-column-emphasis
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#one-column-emphasis th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	color: #039;
}
#one-column-emphasis td
{
	padding: 10px 15px;
	color: #669;
	border-top: 1px solid #e1e1e1;
}
.oce-first
{
	background: #ededed;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#one-column-emphasis tr:hover td
{
	color: #339;
	background: #ecf4fd;
}

/* Footer */

#Footer {
	background-image:url(/Images/FooterBG1.jpg);
	clear:both;
	color:#f0f0f0;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	height:50px;
	margin:0 0 0 -30px;
	width:960px;
}

#FooterLeft {
	float:left;
	padding:8px 0 0 10px;
}

#FooterRight {
	float:right;
	padding:8px 10px 0 0;
}

#Footer a, #Footer a:link, #Footer a:visited {
	color:#f0f0f0;
	padding:0 10px 0 10px;
	text-decoration:none;
}

#Footer a:hover {
	color:#fff;
}

#SubFooter {
	color:#f7f7f7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:auto;
	width:960px;
}

#SubFooterLeft {
	float:left;
	padding:10px 0 0 30px;
}

#SubFooterRight {
	float:right;
	padding:10px 30px 0 0;
	text-align:right;
}

