@charset "UTF-8";
/* CSS Document */

/* DO NOT EDIT: This colors the background */
body {
	background-color: #01252E;
	font-family: Myriad, Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
	}
	
/* DO NOT EDIT: This keeps the size and style of the wrapper */
#wrapper {
	/*width: 680px;*/
	width: 695px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	background-color: #01252E;
	}
	
/* DO NOT EDIT: This maintains the size and styles of the header div */
#header {
	height: 144px;
	background-color: #01252E;
	}

/* DO NOT EDIT: This styles and positions the topNav div */
#topNav {
	background-color: #01252E;
	height: 41px;
	width: auto;
	margin-top: 103px;
	float: left;
	}

/* DO NOT EDIT: This positions the g2 div */
#g2 {
	background-color: #01252E;
	/*width: 144px;*/
	width: 159px;
	height: 144px;
	float: right;
	}
	
/* This styles the content div */
#content {
	width: 436px;
	/*height: 474px;*/
	height: auto;
	background-color: #FFFFFF;
	float: left;
	padding: 50px;
	font-size: 12px;
	}

#content p {
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 22px;
	}

.intro {
	font-size: 14px;
	}
	
#content .title {
	color: #5297b9;
	font-size: 24pt;
	padding-bottom: 3px;
	}
	
#content .title2 {
	color: #5297b9;
	font-size: 16pt;
	padding-bottom: 0px;
	line-height: 75%;
	}
	
#content .title3 {
	color: #5297b9;
	font-size: 16px;
	}
	
#content a, a:visited {
	color: #5297b9;
	text-decoration: none;
	}
	
#content a:hover {
	text-decoration: underline;
	}
	
.arrowBack {
	font-size: 10px;
	text-align: right;
	}
	
h1 {
	font-size: 14px;
/*	color: #01252E;*/
	color: #5297b9;
	line-height: 24px;
	font-weight: normal;
	}
	
.gsquared {
	font-weight: bold;
	}
	
.careerContact {
	line-height: 18px;
	}
	
.sq_bulls {
	list-style: square;
	line-height: 20px;
	}
	
/* DO NOT EDIT: This postitions the first news box */	
#newsBox1 {
	float: left;
	}
		
/* DO NOT EDIT: This positions the second news box */
#newsBox2 {
	float: right;
	}
	
/*This styles both news boxes */
#newsBox1, #newsBox2 {
	background-color: #D2F0F4;
	width: 210px;
	height: 196px;
	}
	
#newsBox1 p, #newsBox2 p {	
	font-size: 11px;
	line-height: 16px;
	}
		
.newsL{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	}
	
.newsP {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	}
	
.newsLink, .newsLinkMore {
	color: #5297b9;
	text-decoration: none;
	}

.newsLink {
	font-size: 14px;
	line-height: 130%;
	}
	
.newsLinkMore {
	font-size: 11px;
	font-style:italic;
	}

#footer {
	width: 536px;
	height: auto;
	background-color: #01252E;
	font-size: 7pt;
	color: #FFFFFF;
	clear: both;
	}
	
#copyright {
	width: 180px;
	height: 60px;
	float: left;
	color: #5297b9;
	}
	
#copyright p {
	padding-top: 10px;
	}
	
#contactInfo {
	width: auto;
	padding-top: 10px;
	height: 60px;
	float: right;
	}