@charset "utf-8";

/* -------------------------------------------- general styles ----------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	color: #021c4a;
	background: #e6e5e5 url(images/backg.gif) repeat-x;
}

#container {
	width: 926px;
	margin: 0 auto 0 auto;
	position: relative;
}

#branding {
	height: 424px;
	width: 926px;
}

.bulletedList {
	font-size: 1.4em;
	padding-left: 25px;
}

.bulletedList li {
	padding-bottom: 5px;
}

.employee {
	font-size: 1.5em;
	padding: 10px 0 0 12px;
	list-style-type: none;
}

.employee dt {
	font-weight: bold;
	padding-bottom: 3px;
}

.employee dd {
	padding-bottom: 3px;
}

.addressList {
	font-size: 1.8em;
	padding: 10px 0 0 12px;
	list-style-type: none;
}

.addressList dt {
	font-weight: bold;
	padding-bottom: 3px;
}

.addressList dd {
	padding-bottom: 3px;
}

p a {
	color: #003399;
	text-decoration: none;
}

p a:hover {
	color: #009900;
	text-decoration: underline;
}


/* ------------------------------------------- /end general styles ------------------------------------------ */


/* ----------------------------------------- masthead and nav areas --------------------------------------------- */

#masthead {
	background: #FFF url(images/masthead_backg.gif) no-repeat;
	height: 96px;
	width: 926px;
	position: relative;
}

#masthead a  {
	background: url(images/gencorp_logo.gif) no-repeat left top;
	text-indent: -9999px;
	height: 63px;
	width: 192px;
	display: block;
}

/* this is the logo / home link */
h1 {
	text-indent: -9999px;
	position: absolute;
	top: 20px;
	left: 15px;
}

/* remove the nav bar on home page only - since Flash is used in its place */
#homePage #nav {
	display: none;
}

#homePage #content {
	padding-left: 12px;
	margin-top: 0px;
}


#subNav {
	list-style-type: none;
	font-size: 1.2em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	padding-right: 20px;
	text-align: right;
	position: relative;
	top: -100px;
}
#homePage  #subNav {
	position: absolute;
	top: 38px;
	right: 0px;
}


#subNav a {
	color: #021c4a;
	text-decoration: none;
}

#subNav a:hover {
	color: #009545;
	text-decoration: underline;
}

#subNav  li {
	display: inline;
	border-right: 1px solid #021c4a;
	padding: 0 8px 0 8px;
}

#subNav  li.last, #footer li.last {
	border-right-style: none;
}

#navList {
	list-style-type: none;
	text-align: center;
}

#navList li {
	display: inline;
}

#navList a {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #FFFFFF;
	font-size: 1.8em;
	position: relative;
	display: block;
	padding-top: 9px;
}


#homeButton   {
	height: 42px;
	width: 93px;
	display: block;
	float: left;
	background: url(images/home_button_backg.gif) repeat-x;
	border-left: 1px solid #183b78;
}

#homeButton:hover {
	background-color: #666;
	background-image: none;
}

#businessButton {
	display: block;
	float: left;
	height: 42px;
	width: 204px;
	background: url(images/business_button_backg.gif) repeat-x;
	border-left: 1px solid #FFF;
}

#businessButton:hover {
	background-color: #D92F3B;
	background-image: none;
}

#personalButton {
	display: block;
	float: left;
	height: 42px;
	width: 201px;
	background: url(images/personal_button_backg.gif) repeat-x;
	border-left: 1px solid #FFF;
}

#personalButton:hover {
	background-color: #F4BB22;
	background-image: none;
}

#wealthButton {
	display: block;
	float: left;
	height: 42px;
	width: 216px;
	background: url(images/wealth_button_backg.gif) repeat-x;
	border-left: 1px solid #FFF;
}

#wealthButton:hover {
	background-color: #00984B;
	background-image: none;
}

#employeeButton {
	display: block;
	float: left;
	height: 42px;
	width: 206px;
	background: url(images/employee_button_backg.gif) repeat-x;
	border-left: 1px solid #FFF;
	border-right: 1px solid #183b78;
}

#employeeButton:hover {
	background-color: #1D3F7B;
	background-image: none;
}
/* ----------------------------------------- /masthead and nav areas --------------------------------------------- */



/* ----------------------------------------- home page --------------------------------------------- */
#content {
	background: url(images/content_backg.gif) repeat-y;
	float: left;
	width: 926px;
	margin-top: -18px;
}

/* 3 mini boxes underneath main branding (flash) area */
#mission, #services, #news {
	float: left;
	width: 278px;
	background: url(images/homepage_subs_backg.gif) no-repeat;
	margin: 0 10px 0 10px;
}

#mission h2, #services h2, #news h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.8em;
	color: #FFFFFF;
	background-image: url(images/header_backg.gif);
	padding: 8px;
}

#mission p {
	font-size: 1.4em;
	margin: 12px;
}

#services ul {
	list-style-type: none;
	margin: 8px;
	font-size: 1.8em;
	font-style: italic;
}

#services li {
	height: 50px;
	width: 267px;
	background: url(images/services_button_backg.gif) no-repeat;
	margin-bottom: 10px;
}

#services li:hover {
	background: url(images/services_button_backg_hover.gif) no-repeat;
}

#services ul a {
	text-decoration: none;
	color: #021c4a;
	position: relative;
	display: block;
	top: 10px;
	left: 20px;
	width: 230px;
	height: 30px;
}

#services ul a:hover {
	color: #189c50;
}

.newsEntry {
	margin: 12px;
	font-size: 1.4em;
}

#news dt {
	font-weight: bold;
	padding-bottom: 2px;
}

#news dd {
	padding-bottom: 5px;
}

.newsMore {
	font-style: italic;
}

#news a {
	color: #021c4a;
	text-decoration: none;
}

#news a:hover {
	color: #189c50;
	text-decoration: underline;
}
/* ----------------------------------------- /home page --------------------------------------------- */


/* ----------------------------------------- footer and copyright --------------------------------------------- */
#copyright {
	clear: both;
	background-image: url(images/copyright_backg.gif);
	height: 74px;
	width: 926px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.2em;
}

#copyright p {
	padding-top: 20px;
}

#footer {
	font-size: 1.2em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	text-transform: lowercase;
	padding-bottom: 30px;
}

#footer a {
	color: #021c4a;
	text-decoration: none;
}

#footer a:hover {
	color: #009849;
	text-decoration: underline;
}

#footer ul {
	list-style-type: none;
	margin: 6px 0 6px 0;
}

#footer li {
	display: inline;
	padding: 0 10px 0 10px;
	border-right: 1px solid #021c4a;
}

/* ----------------------------------------- /footer and copyright --------------------------------------------- */



/* ----------------------------------------- sub pages --------------------------------------------- */
#contentMain {
	float: left;
	width: 598px;
	background: url(images/maincontent_backg.gif) no-repeat;
	margin: 12px 6px 12px 12px;
}

#contentMain h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.8em;
	color: #FFFFFF;
	background-image: url(images/header_backg.gif);
	padding: 8px;
}

#contentMain p {
	padding: 10px 10px 5px 10px;
	font-size: 1.4em;
	line-height: 1.4em;
}

#sidebar {
	float: right;
	width: 278px;
	background: url(images/sidebar_backg.gif) no-repeat;
	margin: 12px 18px 12px 1px;
}

/* makes the font size of just the menu in the sidebars smaller */
#sidebarNav {
	font-size: 1.4em !important;
}


#sidebar h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.8em;
	color: #FFFFFF;
	background-image: url(images/header_backg.gif);
	padding: 8px;
}

#sidebar ul {
	list-style-type: none;
	font-size: 1.8em;
}

#sidebar a {
	text-decoration: none;
	color: #021c4a;
}

#sidebar a:hover {
	color: #009849;
}

#sidebar li {
	background: url(images/bullet_arrow.gif) no-repeat;
	padding: 0 7px 7px 22px;
	margin: 10px 9px 0 6px;
	margin-top: 10px;
	border-bottom: 1px solid #d9dce1;
}

#sidebar li.last {
	border-bottom-style: none;
}

/* this adds padding to this sidebar due to the short amount of buttons, preserves the fade effect of the background image */
.aboutUs #sidebar li.last, .careers #sidebar li.last {
	padding-bottom: 220px;
}

/* this adds spacing to the sidebar on this page */
.charitableFoundation #sidebar dl {
	padding-bottom: 200px;
}


/* sets style for all first paras, places img under first paragraph on personal page - latter styles override this for other pages */
#personalMain .firstPara, #businessMain .firstPara, #employeeMain .firstPara, #wealthMain .firstPara {
	padding-bottom: 170px;
	background: url(images/personal_img.jpg) no-repeat bottom;
}

#businessMain .firstPara {
	background-image: url(images/business_img.jpg);
}

#employeeMain .firstPara {
	background-image: url(images/employee_img.jpg);
}

#wealthMain .firstPara {
	background-image: url(images/wealth_img.jpg);
}

#testimonialMain blockquote {
	font-size: 1.4em;
	margin: 20px 0 4px 10px;
}

#testimonialMain cite {
	font-size: 1.2em;
	margin-left: 15px;
}

#contactTable {
	width: 250px;
	margin: 10px 6px 50px 12px;
	font-size: 1.4em;
}

#contactTable td {
	padding: 5px;
}

#contactTable textarea {
	width: 145px;
}

#directionsthing {
	font-size: 1.5em;
}

#contactTable2 {
	width: 580px;
	margin: 10px 6px 50px 12px;
	font-size: 1.4em;
}

#contactTable2 td {
	padding: 5px;
}

#contactTable2 textarea {
	width: 350px;
}

.contact .addressList {
	margin: 0 0 25px 20px;
	font-size: 1.6em;
}
/* ----------------------------------------- /sub pages --------------------------------------------- */
