body {
	margin: 0;
	padding: 0;
	background-color: #EDEDEE;
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	color: #204C96;
	text-align: center;
}
th, td, input, select, textarea {
	color: #204C96;
	font-family: Verdana, sans-serif;
	font-size: 1em;
}
big {
	font-size: 1.3em;
	font-weight: normal;
}
img {
	border: none;
	display: block;
}
form {
	padding: 0;
	margin: 0;
}
h1 {
	color: #F9A64A;
	margin: 0;
	padding: 0 0 0.7em 0;
	font-size: 1.5em;
	font-weight: normal;
}
h2 {
	color: #fff;
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	font-size: 1em;
	font-weight: bold;
	background: url("/images/bg1.gif") repeat-x left top;
	text-transform: uppercase;
	border: 1px solid #F76900;
}
h2.title1 {
	border-right: none;
}
h2.title2 {
	color: #A5CD39;
	margin: 0 0 0.7em 0;
	padding: 0 0 0.3em 0;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	border-bottom: 1px solid #A5CD39;
	background: none;
}
hr {
	display: none;
}
p {
	margin: 0;
	padding: 0 0 0.8em 0;
}
small {
	font-size: 0.9em;
}

a {
	text-decoration: underline;
	color: #F9A64A;
}
a:hover {
	text-decoration: underline;
	color: #204C96;
}
.alignr {
	text-align: right;
}

.banner1, .banner2 {
	padding: 0.5em 1em 1em 1em;
	margin: 0 0 1em 0;
}
.banner1 {
	background: #8DC103 url("/images/bg-banner1.gif") repeat-x left top;
	border: 1px solid #9CCA1B;
}
.banner2 {
	background: #F76306 url("/images/bg-banner2.gif") repeat-x left top;
	border: 1px solid #F76306;
}
.banner1 h2, .banner2 h2 {
	padding: 0 0 0.1em 0;
	margin: 0;
	background: none;
	border: none;
	text-transform: none;
	font-size: 1.5em;
	font-weight: normal;
}
.banner1 a, .banner2 a {
	display: block;
	padding: 0 22px 0 0;
	background: url("/images/arrow2.png") no-repeat right bottom;
	text-decoration: none;
	color: #fff;
}
.banner1 a:hover, .banner2 a:hover {
	color: #204C96;
	text-decoration: none;
}

.bold {
	font-weight: bold;
}
.box1 {
	background: url("/images/bg-box1.gif") repeat-x left bottom;
	border-bottom: 1px solid #BFBFBF;
	padding: 0.5em 1em;
	margin: 0 0 1em 0;
}
.box2 {
	background: #F5F5F5;
	border-bottom: 1px solid #BFBFBF;
	padding: 1em;
	margin: 0 0 1em 0;
}
.box2_featured {
	background: #F9A64A;
	color: #fff;
	border-bottom: 1px solid #F76900;
	padding: 1em;
	margin: 0 0 1em 0;
}
.box2_featured a {
	color: #fff;
}
.box2_featured a:hover {
	color: #204C96;
}
.box_featured {
	background: url("/images/bg-box1.gif") repeat-x left bottom;
	border-bottom: 1px solid #BFBFBF;
	padding: 0.5em 1em 2em 1em;
	margin: 0 0 1.5em 0;
	position: relative;
	min-height: 8em;
	height: auto;
}
/* IE6 hack */
/*\*/
* html .box_featured {
	height: 11em;
}
.box_featured a {
	color: #204C96;
	font-weight: bold;
}
.box_featured a:hover {
	color: #91C500;
}

.box_home {
	margin: 1em 0;
	background: url("/images/bg-box-home.gif") repeat-y center top;
	height: 1%;
}
.box_home_left {
	float: left;
	width: 46%;
}
.box_home_right {
	float: right;
	width: 46%;
}

#box_sectors {
	position: absolute;
	display: none;
	border-bottom: 1px solid #c0c0c0;
	width: 170px;
	left: -1px;
	margin-top: -2px;
	z-index: 10;
}
#box_sectors ul {
	border-top: 2px solid #F76900;
	background: #fff url("/images/bg-box-sectors.gif") repeat-x left bottom;
	list-style: none;
	margin: 1px 0 0 0;
	padding: 0.5em;
	height: 1%;
}
#box_sectors ul li {
	padding: 0.1em 0;
	margin: 0;
}
#box_sectors ul li a {
	display: inline;
	color: #F5823C;
	background: none;
	text-transform: none;
	padding: 0;
	font-size: 0.9em;
	text-decoration: none;
}
#box_sectors ul li a:hover {
	text-decoration: none;
	color: #1E4D96;
}

.buttons {
	margin: 0;
	padding: 0;
	list-style: none;
}
.buttons li {
	float: right;
	padding: 0 0 0 0.5em;
}
.buttons li a {
	display: block;
	padding: 0.2em 0.8em;
	border: 1px solid #F77812;
	background: #F7690C url("/images/bg-button1.gif") repeat-x left top;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
.buttons li a:hover {
	text-decoration: none;
	color: #204C96;
}

.button1 {
	background: transparent url("/images/arrow2.png") no-repeat right center;
	font-size: 1.1em;
	color: #204C96;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	border: none;
	padding: 0.1em 21px 0.1em 0;
	cursor: pointer;
}
.button1:hover {
	color: #91C500;
}
.button2 {
	padding: 0.2em 0.8em;
	border: 1px solid #F77812;
	background: #F7690C url("/images/bg-button1.gif") repeat-x left top;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.button2:hover {
	text-decoration: none;
	color: #204C96;
}

.clear {
	clear: both;
}

.col_left {
	width: 194px;
	float: left;
}
.col_main {
	width: 555px;
	float: right;
}
.col_main_left {
	width: 385px;
	float: left;
}
.col_main_right {
	width: 170px;
	float: right;
}

.colcode1 {
	color: #F9A64A;
}

.container {
	width: 770px;
	text-align: left;
	margin: 0 auto;
	background: #fff url("/images/bg-page-top.gif") no-repeat left top;
	padding: 16px 0 0 0;
}
.content {
	background: url("/images/bg-page.gif") repeat-y left top;
	padding: 0 10px;
	height: 1%;
}
.flash {
	margin: 0 0 1px 0;
	height: 116px;
	background: url("/images/flash-placeholder.jpg") no-repeat left top;
}
.flash img {
	display: inline;
}
.floatl {
	float: left;
}
.floatr {
	float: right;
}

.footer {
	background: #EDEDEE url("/images/bg-page-bottom.gif") no-repeat left top;
	padding: 15px;
	color: #999;
	height: 1%;
}
.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
.footer ul li {
	display: inline;
	padding: 0 0 0 0.5em;
}
.footer ul li a {
	color: #999;
}
.footer ul li a:hover {
	color: #204C96;
}

.form1 {
	width: 100%;
}
input.form2, textarea.form2 {
	width: 220px;
}
select.form2 {
	width: 225px;
}
.header {
	height: 1%;
}
.hidden {
	display: none;
}
.invisible {
	position: absolute;
	left: -999em;
	z-index: 1000;
}

.link1 {
	color: #204C96;
}
.link1:hover {
	color: #91C500;
}

.list1 {
	list-style: none;
	margin: 0;
	padding: 0 0 0.5em 0;
}
.list1 li {
	padding: 0.4em 0;
}
.list1 li a {
	color: #204C96;
}
.list1 li a:hover {
	color: #91C500;
}

.logo {
	padding: 0 0 22px 30px;
	float: left;
}
.logo img {
	display: inline;
}

.maintext {
	padding: 1em;
}

.menu {
	background: #F99639 url("/images/bg1.gif") repeat-x left top;
	border-top: 1px solid #F76900;
	border-right: 1px solid #F76900;
	border-bottom: 1px solid #F76900;
	font-weight: bold;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu ul li {
	float: left;
}
.menu ul li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0.5em 0;
	text-align: center;
	color: #fff;
	background: url("/images/menu-separator.gif") no-repeat left center;
}
.menu ul li a:hover {
	text-decoration: none;
	color: #204C96;
}
.menu ul li.active a {
	color: #204C96;
}
.menu1 {
	width: 10%;
}
.menu ul li.menu1 a {
	background: none;
}
.menu2 {
	width: 21%;
}
.menu3 {
	width: 14%;
}
.menu4 {
	width: 12%;
}
.menu5 {
	width: 23%;
}
.menu6 {
	width: 20%;
}
.rec {
	margin: 0 0 0 60px;
	color: #999;
	padding-bottom: 20px;
	padding-top: 5px;
}
.rec_logo {
	float: left;
	margin: 0 0 0 10px;
	padding-bottom: 20px;
	padding-top: 5px;
}
.sectors {
	background: url("/images/bg1.gif") repeat-x left top;
	border: 1px solid #F76900;
	width: 168px;
	float: right;
	position: relative;
}
.sectors a {
	text-decoration: none;
	display: block;
	color: #fff;
	padding: 0.5em;
	text-transform: uppercase;
	font-weight: bold;
	background: url("/images/arrow1.gif") no-repeat right center;
}
.sectors a:hover {
	text-decoration: none;
	color: #204C96;
}

.size1 {
	font-size: 1.1em;
}

.small {
	font-size: 0.9em;
}
.strapline {
	margin: 12px 0 0 200px;
	font-size: 1.1em;
	width: 330px;
}

.sub {
	display: none;
}
.submenu {
	background: url("/images/bg-submenu.gif") repeat-x left top;
	border-right: 1px solid #9CCA1B;
	margin: 1px 0;
	padding: 0.2em 1em 0.3em 1em;
	height: 1.2em;
	font-size: 0.9em;
	color: #fff;
	text-transform: uppercase;
}
.submenu a {
	color: #fff;
	text-decoration: none;
}
.submenu a:hover {
	color: #204C96;
	text-decoration: none;
}
#submenu1 {
	z-index: 10;
}
#submenu2 {
	z-index: 20;
}
#submenu3 {
	z-index: 30;
}

.tab1 {
	border-collapse: collpase;
	margin: 1em 0;
}
.tab1 th {
	font-weight: bold;
	color: #F9A64A;
	text-align: left;
	vertical-align: top;
	border: none;
	padding: 0.3em 0 0.5em 0;
	width: 180px;
}
.tab1 td {
	text-align: left;
	vertical-align: top;
	border: none;
	padding: 0 0 0.5em 0;
}

#tickercontrol1, #tickercontrol2 {
	position: absolute;
	right: 1em;
	bottom: 0.5em;
}
#tickercontrol1 a, #tickercontrol2 a {
	font-weight: normal;
}

.topbar {
	height: 6px;
	width: 570px;
	background: url("/images/bg-topbar.gif") repeat-x left top;
	border: 1px solid #91C500;
	float: left;
}
.social-networking-links {
    text-align:center;
    margin-left:30px;
}
.facebook_logo {
    float:left;
    text-indent:-9999px;
	margin:0 0 0 10px;
	width:32px;
    height:32px;
    background:url("/images/socmed-3xicons_32px_sprite.png") 0 0;
}
.twitter_logo {
    float:left;
	text-indent:-9999px;
	margin:0 0 0 10px;
	width:32px;
    height:32px;
    background:url("/images/socmed-3xicons_32px_sprite.png") 0 -36px;
}
.linkedin_logo {
    float:left;
	text-indent:-9999px;
	margin:0 0 0 10px;
	width:32px;
    height:32px;
    background:url("/images/socmed-3xicons_32px_sprite.png") 0 -72px;
}
