@charset "UTF-8";
body  {
	background-color: #333333;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(images/go_letters.jpg);
}
holder {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.small_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #999999;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #666666;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #E7690F;
	padding: 4px;
}
.h2_heading {
	font-size: 10pt;
	font-weight: bold;
	color: #E7690F;
	margin-bottom: 0px;
}
.p_detail {
	margin-top: 0px;
}
.twoColFixRtHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F4F4F4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
} 
.big_red {
	font-size: 18pt;
	color: #990000;
}
.red_italic {
	font-style: italic;
	color: #990000;
}
.red_bg {
	background-color: #990000;
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 50px;
}
.twoColFixRtHdr #header {
	background-color: #000000;
	background-image: url(images/go_header.jpg);
	background-repeat: no-repeat;
	height: 170px;
	padding-top: 0;
	padding-bottom: 0;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px;
	font-size: 9pt;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 15px;
	padding-left: 4px;
	background-color: #F4F4F4;
}
.twoColFixRtHdr #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	font-size: 9pt;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #663466;
}
.twoColFixRtHdr #mainContent a:link {/*property:values here*/
	text-decoration: underline;
	color: #E7690F;
}
.twoColFixRtHdr #mainContent a:visited { /*property:values here*/
	text-decoration: underline;
	color: #E7690F;
}
.twoColFixRtHdr #mainContent a:hover, #nav a:active, #nav a:focus {/*property values here*/
	text-decoration: underline;
	color: #737478;
}

.twoColFixRtHdr #mainContent_full {
	margin: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	font-size: 10pt;
	border-right-color: #663466;
	line-height: 16pt;
}
.twoColFixRtHdr #mainContent_full a:link {/*property:values here*/
	text-decoration: underline;
	color: #E7690F;
}
.twoColFixRtHdr #mainContent_full a:visited { /*property:values here*/
	text-decoration: underline;
	color: #E7690F;
}
.twoColFixRtHdr #mainContent_full a:hover, #nav a:active, #nav a:focus {/*property values here*/
	text-decoration: underline;
	color: #737478;
}
  
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #F4F4F4;
} 
.twoColFixRtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9pt;
	color: #999999;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.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;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #E7690F;
	padding-left: 25px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}
#header a:link {/*property:values here*/
	text-decoration: none;
	color: #999999;
	font-size: 8pt;
	line-height: 18pt;
}
#header a:visited { /*property:values here*/
	color: #999999;
	text-decoration: none;
	font-size: 8pt;
	line-height: 18pt;
	 }
#header a:hover, #nav a:active, #nav a:focus {/*property values here*/
	color: #E7690F;
	text-decoration: none;
	font-size: 8pt;
	line-height: 18pt;
}
#menu a:link {/*property:values here*/
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:visited { /*property:values here*/
	color: #FFFFFF;
	text-decoration: none;
	 }
#menu a:hover, #nav a:active, #nav a:focus {/*property values here*/
	color: #333333;
	text-decoration: none;
}
#sidebar1 a:link {/*property:values here*/
	text-decoration: none;
	color: #333333;
	font-size: 9pt;
}
#sidebar1 a:visited { /*property:values here*/
	color: #333333;
	text-decoration: none;
	font-size: 9pt;
	 }
#sidebar1 a:hover, #nav a:active, #nav a:focus {/*property values here*/
	color: #3399CC;
	text-decoration: none;
	font-size: 9pt;
}
#footer a:link {/*property:values here*/
	text-decoration: none;
	color: #999999;
}
#footer a:visited { /*property:values here*/
	color: #999999;
	text-decoration: none;
	 }
#footer a:hover, #nav a:active, #nav a:focus {/*property values here*/
	color: #3399CC;
	text-decoration: none;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
	line-height: 16pt;
}
.style1 {
	font-size: 6pt
}
#softblue_bg {
	background-color: #9DD5F0;
	padding: 6px;
}
.soft_blue_bg {
	background-color: #F4F4F4;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
}
h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #384066;
}
.aapo {
	height: 45px;
	width: 170px;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 9pt;
}
.orange {
	color: #E7690F;
	font-weight: bold;
	font-size: 9pt;
}
.smokey_blue {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 10px;
	background-color: #666666;
}
#mainContent p {
	font-size: 10pt;
	line-height: 16pt;
}
#mainContent li {
	list-style-image: url(images/bullet_orange.gif);
	list-style-type: circle;
	font-size: 10pt;
	margin-top: 0px;
	line-height: 16pt;
}
#hilite_whiteonorange {
	background-color: #FF6600;
	font-size: 9pt;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	line-height: 14pt;
}
.white_on_grey {
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 14pt;
	background-color: #999999;
	padding: 6px;
}
.sm_address {
	font-size: 7pt;
	line-height: 7pt;
	color: #999999;
}
.light_grey_bg {
	background-color: #CCCCCC;
}
.numbered_list {
	list-style-type: upper-roman;
}
.address_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 18px;
	font-weight: bold;
	color: #E7690F;
}
.smallish_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}

.backToTop {text-align:right;}

.go_life_style_page_left h1 {/*color:#E36C0A;*/margin-top:0px;}

.go_life_style_page_left {padding:0px 20px 0px 0px;border-right:1px solid #663466;vertical-align:top;color:#333333;}

#mainContent .go_life_style_page_left ul li {list-style-image:none;list-style-type:disc;}

.go_life_style_page_right {background-color:#F4F4F4;
float:right;
font-size:9pt;
padding:0px 0px 15px 10px;
width:220px;vertical-align:top;}

.right_quote {color:#E36C0A;font-style:italic;font-weight:bold;}

a.go_life_home_link, #sidebar1 a.go_life_home_link:visited {
display:block;
font-weight:bold;
text-decoration:none;
text-align:center;
font-size: 13pt;
padding:6px;
background:#BBBBBB;
}
a.go_life_home_link, #sidebar1 a.go_life_home_link:visited {
font-size: 9pt;
}
#sidebar1 a.go_life_home_link:hover {
color: #e7690f;
background:none;
}
.connect_widget .connect_widget_text {
width:120px;
}
#mainContent ul.bullets li {
    list-style-image: none;
    list-style-type: disc;
}
#mainContent ol.numbers li {
    list-style-image: none;
    list-style-type: decimal;
}
a.module_icon {
float:left;
text-align:center;
width:90px;
padding:90px 0px 10px 0px;
background: url(images/module_icon.png) no-repeat;
margin:10px 45px;
}


