@charset "utf-8";
/* GENERAL START */
A {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
BR {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
DIV {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
FORM {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
H1 {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
H2 {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
H3 {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
H4 {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
H5 {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
H6{PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
INPUT{PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
LABEL {	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
OBJECT {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
OL {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
P {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
SELECT {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
SPAN {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
TABLE {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
TD {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
TEXTAREA {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
TR {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
UL {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #f8f9f9;
}
#container #mainContent a {
	color: #C46815;
	text-decoration: none;
}
#container #mainContent a:link {
	color: #C46815;
	text-decoration: none;
}
#container #mainContent a:hover {
	color: #4BAA2A;
	text-decoration: underline;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #ececec;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#container  #header  #address  {
	padding: 0px;
	font-size: 12px;
	line-height: 1.25;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container  #header  #button  {
	display: block;
	background-color: #42AD21;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
#container  #header  .submit  {
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../img/button.png);
	height: 25px;
	width: 75px;
	font-weight: bold;
}
#container  #header  input  {
	padding: 5px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container  #header  #textfield  {
	width: 150px;
	height: 20px;
}

#container #header .newsletter {
	font-size: 12px;
	color: #666666;
}
.oneColFixCtrHdrHome    #container    #tag  {
	padding-top: 8px;
	padding-bottom: 8px;
}
.oneColFixCtrHdrHome    #container    #tag    h1   {
	font-size: 19px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #ed892f;
	font-style: normal;
}
.oneColFixCtrHdr #container #tag {
	padding-top: 8px;
	padding-bottom: 8px;
}

.oneColFixCtrHdr  #container  #tag  h2 {
	font-size: 19px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #ed892f;
	font-style: normal;
}



#nav {
	height: 41px;
	background-image: url(../img/nav_bg.gif);
}
#mainContent {
	margin-top: 25px;

}
#container #mainContent #homeBottomContent #businessPlanTypes {
	width: 260px;
	height: 435px;
	float: right;
}

#container #mainContent #homeBottomContent {
	width: 900px;
	height: 435px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#container #mainContent #featured {
	width: 615px;
	float: left;
	height: 435px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5fb50b;
	padding-right: 10px;
}

#container #mainContent #homeBottomContent #featured #featuredContainer {
	height: 140px;
	margin-bottom: 15px;
}
#container #mainContent #homeBottomContent #featured #featuredContainer #featuredContainerCopy {
	margin-left: 20px;
	float: right;
	width: 290px;
	height: 140px;
	margin-right: 10px;
}
#container #mainContent #homeBottomContent #featured #featuredContainer #featuredContainerCopy h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-image: url(../img/bg_h2.jpg);
	height: 25px;
	width: 280px;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
}
#container #mainContent #homeBottomContent #featured #featuredContainer #featuredContainerCopy ul {
	list-style-type: disc;
	margin-left: 30px;
	margin-top: 10px;
	font-size: 14px;
	padding: 0px;
	line-height: normal;
}
#container #mainContent #homeBottomContent #featured #featuredContainer #featuredContainerCopy li {
	padding-bottom: 3px;
	margin: 0px;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#container #mainContent #homeBottomContent #featured #featuredContainer #featuredContainerImage {
	float: left;
	height: 140px;
	width: 295px;
	color: #FFFFFF;
	text-align: center;
}
#container #mainContent #homeBottomContent #featured #featuredContainer #featuredContainerCopy a {
color:#000000
}
#container #mainContent #homeBottomContent #featured #featuredContainer #featuredContainerCopy a:link {
color:#000000
}
#container #mainContent #homeBottomContent #businessPlanTypes h2 {
	font-size: 24px;
	font-weight: normal;
	color: #e78426;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 8px;
	margin-bottom: 15px;
}
#container #mainContent #homeBottomContent #businessPlanTypes p {
	font-size: 13px;
	line-height: 1.35;
}

#container #mainContent #homeTopContent {
	width: 900px;
	height: 305px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #354383;
	padding-bottom: 15px;
}
#container  #mainContent  #homeTopContent  #caption  {
	width: 560px;
	height: 20px;
	font-size: 15px;
	color: #666666;
	margin-top: 15px;
	float: right;
	text-align: center;
}


#container #mainContent #mainImg {
	height: 270px;
	width: 562px;
	float: right;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	background-color: #063A6C;
}
#container #mainContent #homeTopContent #introCopy {
	float: left;
	width: 320px;
}
#container  #mainContent  #homeTopContent  #introCopy  h2 {
	font-size: 28px;
	color: #ed892f;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 0px;
}
#container #mainContent #homeTopContent #introCopy p {
	line-height: 1.35;
	font-size: 17px;
	color: #505050;
}
.oneColFixCtrHdrHome #container #mainContent #homeBottomContent #businessPlanTypes .gfpWhite img {
	border: 1px solid #5FB50C;
}


#container #mainContent #survey {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #354383;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #354383;
	font-size: 16px;
}
#footer {
	background-image: url(../img/bg_footer.jpg);
	height: 30px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 875px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;

}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	line-height: 1.30;
	letter-spacing: 0.25px;
	text-align: center;
}
#footer a {
	color: #A5B3D8;
	text-decoration: none;
}

#footer a:link {
	color: #A5B3D8;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#container .gfpGreen {
	color: #42AD21;
}

#container .gfpOrange {
	color: #ed892f;
}
#container .gfpBlue {
	color: #354383;
}
#container .gfpWhite {
	color: #FFFFFF;
}
#container  .softGrey   {
	color: #999999;
}

#container #mainContent #subLeftContent {
	float: left;
	width: 550px;
	padding-right: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #42AD21;
	margin-bottom: 20px;
}
#container #mainContent h1 {
	font-size: 28px;
	color: #ed892f;
	font-weight: normal;
	margin-bottom: 15px;
}
#container #mainContent #quoteContained {
	color: #94BAE9;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#container   #mainContent   .by   {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 2;
}
#container #mainContent .callOut {
	color: #F18930;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}



#container  #mainContent .h1sub {
	font-size: 26px;
}

#container #mainContent .question {
	color: #354383;
	font-weight: normal;
	line-height: 1.40;
}

#container #mainContent h2 {
	font-size: 22px;
	color: #354383;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 24px;
}
#container #mainContent  h3 {
	font-size: 19px;
	color: #354383;
	font-weight: normal;
	margin-bottom: 8px;
}


#container #mainContent p {
	line-height: 1.15;
}
#container #mainContent ul {
	line-height: 1.35;
	list-style-type: disc;
	margin-left: 30px;
	margin-right: 50px;
}
#container #mainContent  ol {
	list-style-type: decimal;
	margin-left: 40px;
}

#container #mainContent li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}




#container #mainContent #subRightContent {
	float: right;
	width: 311px;
	margin-left: 10px;
}
#container #mainContent #subRightContent #quoteSidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #354383;
	font-style: italic;
	text-align: center;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
}

.oneColFixCtrHdrHome #container #mainContent  p {
	line-height: 1.45;
	font-size: 16px;
}
.oneColFixCtrHdr #container #mainContent #subRightContent .phoneNo {
	font-size: 16px;
}

#container #mainContent  h4 {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 0px;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.firstLetter{
	display      : block;
	float        : left;
	margin-top   : -0.4em; /* use -0.205em for two lines */
	margin-left  : 0em;
	margin-right : 0.5em;
	height       : 3.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	font-style: normal;
}
.firstLetter + span{
	margin-left  : 0em;
	font-weight: normal;
}
.firstLetter span{
	font-size    : 3.2em;   /* use 3.33em for two lines */
	line-height  : 1em;
	font-weight: normal;
}
.oneColFixCtrHdr #container #mainContent #subRightContent img {
	margin-bottom: 15px;
}
.oneColFixCtrHdr #container #mainContent #subRightContent p {
	font-size: 14px;
}
.oneColFixCtrHdr #container #mainContent  h5 {
	color: #FF9900;
	font-size: 16px;
	font-weight: normal;
}
.oneColFixCtrHdr #container #mainContent #subLeftContent #faq #question {
	margin-bottom: 6px;
	color: #666666;
}
.oneColFixCtrHdr #container #mainContent #subLeftContent #faq #question p {
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: normal;
}

.oneColFixCtrHdr #container #mainContent #subLeftContent #faq #answer {
	margin-bottom: 35px;
}
.oneColFixCtrHdr #container #mainContent #subLeftContent #faq #answer p {
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr  #container  #mainContent  #sitemap  p {
	line-height: 1.25;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #mainContent #subLeftContent #messageForm {
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
	text-align: left;
}
.oneColFixCtrHdr #container #mainContent #subLeftContent #messageForm #Default_NewFromBlank_Default .NewFromBlank_Default ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #mainContent #subLeftContent #messageForm #Default_NewFromBlank_Default .NewFromBlank_Default li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
