/* Main UI styles */
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-size: 1em;
	background-color: #d7dad7;
}
#mainContainer {
	width: 912px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #FFFFFF;
	border: 1px solid #505050;
}
/* masthead styles */
#masthead {
	padding: 0px;
	height: 50px;
	width: 878px;
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 17px;
	position: relative;
}
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 35px;
	width: 270px;
	background-image: url(../assets/mainUI_graphics/fsr_logo270x35.jpg);
}
.masthead_links {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 15px;
	width: 608px;
	position: relative;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: bold;
	color: #505050;
}
.masthead_links a {
	color: #12AD2B;
	padding-left: 10px;
	text-decoration: none;
}
.masthead_links a:hover {
	text-decoration: underline;
}
.masthead_links a:visited {
	color: #12AD2B;
}
/* main nav styles */
#main_nav {
	height: 15px;
	width: 844px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 51px;
	position: relative;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #505050;
	padding: 0px;
}
#main_nav a {
	color: #505050;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}
#main_nav #home:hover {
	color: #12ad2b;
}
#main_nav #aboutus:hover {
	color: #efc72b;
}
#main_nav #ouredge:hover {
	color: #12ad2b;
}
#main_nav #people:hover {
	color: #8b259a;
}
#main_nav #lob:hover {
	color: #0010d8;
}
#main_nav #investor:hover {
	color: #12ad2b
}
#main_nav #media:hover {
	color: #f201bb;
}
#main_nav #offices:hover {
	color: #07acc5;
}
#main_nav #careers:hover {
	color: #e87a04;
}
/* content pod styles */
#contentpod_edge {
	padding: 0px;
	height: 640px;
	width: 878px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../assets/images/edge_diverse.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
}
#intro_top {
	margin: 0px;
	padding: 0px;
	width: 215px;
	height: 385px;
	position: relative;
	left: 659px;
}
#intro_top p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}
#strip {
	padding: 0px;
	height: 48px;
	width: 878px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#description_bottom {
	width: 400px;
	position: relative;
	top: 40px;
	left: 10px;
}
#description_bottom p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #505050;
	position: relative;
	display: inline;
	width: 400px;
}
#description_title{
	font-family: Arial, Helvetica, sans-serif;
	color: #12ad2b;
	font-weight: bold;
}
.button_global {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 215px;
	height: 48px;
	background-color: #8c259a;
	border: 2px outset #505050;
	position: relative;
}
.button_global:hover {
	background-color: #731380;
}
.button_technology {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 215px;
	height: 48px;
	background-color: #e87a04;
	border: 2px outset #505050;
	position: relative;
}
.button_technology:hover {
	background-color: #C96B03;
}
.button_capital {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 215px;
	height: 48px;
	background-color: #07acc5;
	border: 2px outset #505050;
	position: relative;
}
.button_capital:hover {
	background-color: #0595A9;
}
.button_diverse {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 215px;
	height: 48px;
	background-color: #fe005a;
	border: 2px outset #505050;
	position: relative;
}
.button_diverse:hover {
	background-color: #D9004B;
}
.buttontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	width: 205px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	margin-bottom: 4px;
}
.buttontitle a{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}
/* footer styles */
#divider {
	padding: 0px;
	height: 10px;
	width: 878px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	clear: both;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #505050;
}
#footer {
	padding: 0px;
	height: 20px;
	width: 878px;
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 17px;
	position: relative;
}
#footer_links {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 15px;
	width: 439px;
	position: relative;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: bold;
	color: #505050;
}
#footer_links a {
	color: #12AD2B;
	padding-left: 10px;
	text-decoration: none;
}
#footer_links a:hover {
	text-decoration: underline;
}
#footer_links a:visited {
	color: #12AD2B;
}
#footer_courtesy {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 15px;
	width: 439px;
	position: relative;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: bold;
	color: #505050;
}
#footer_courtesy a {
	color: #12AD2B;
	padding-left: 10px;
	text-decoration: none;
}
#footer_courtesy #print {
	width: 45px;
	height: 15px;
	background-image: url(../assets/mainUI_graphics/print_icon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 15px;
}
#footer_courtesy #email {
	width: 45px;
	height: 15px;
	background-image: url(../assets/mainUI_graphics/email_icon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 15px;
}
#footer_courtesy a:hover {
	text-decoration: underline;
}
#footer_courtesy a:visited {
	color: #12AD2B;
}

