body {
	background-color: #ededed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p,body,td,input,textarea,select,button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
}
img {
	border: none;
}
/* Link related classes */

a:link, h2 a:link {
	color: #003B84;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003B84;
}
#cell_left a:link, #cell_right a:link, #cont_home a:link, .link_grey div a:link {
	color: #444444;
	text-decoration: none;
}
#cell_left a:visited, #cell_right a:visited, #cont_home a:visited, .link_grey div a:visited {
	text-decoration: none;
	color: #444444;
}
a:hover {
	text-decoration: none;
	color: #777777;
}
a:active {
	text-decoration: none;
}

/* Homepage Link related classes */

a.home:link {
	color: #0C2074;
	text-decoration: none;
}
a.home:visited {
	text-decoration: none;
	color: #0C2074;
}
a.home:hover {
	text-decoration: none;
	color: #777777;
}
a.home:active {
	text-decoration: none;
}

/* Footer related classes */

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	margin: 10px 5px 10px 5px;
}
a.footer:link,a.footer:visited,a.footer:active {
	color: #ffffff;
	text-decoration: none;
}
a.footer:hover {
	color: #222222;
	text-decoration: none;
}

/* Header related classes */

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0D1D7D;
	margin: 10px 5px 10px 5px;
}
a.header:link,a.header:visited,a.header:active {
	color: #0D1D7D;
	text-decoration: none;
}
a.header:hover {
	color: #777777;
	text-decoration: none;
}

/* Template Classes - Title, Content, Subtitle, Subcontent */

.title {
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 14px;
}
.titlewrap {
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 14px;
}
h2 {
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
.subtitle {
	line-height: 16px;
	font-weight: bold;
	font-size: 13px;
	color:#0C2074;
}

/* List related classes */

ul {
	margin-top: 0px;
	list-style-image: url(/_images/bullet.3px.gif);
}

ul ul {
	margin-top: 0px;
	list-style-image: url(/_images/dash.3px.gif);
}

.list {
	list-style-position: inside;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

.search {
}
.hr {
	color: #444444;
	vertical-align: top;
}
.line {
	border-top: 1px solid #444444;
}
.box {
	height: 1px;
	width: 1px;
}

/* Right blocks */

.rightnavbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 2px 2px 10px;
}
.rightnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 2px 2px 20px;
}

/* Breadcrumbs */

a.breadcrumblink:link {
	color: #ffffff;
	text-decoration: none;
}
a.breadcrumblink:visited {
	color: #ffffff;
	text-decoration: none;
}
a.breadcrumblink:hover {
	color: #ffffff;
	text-decoration: underline;
}
.breadcrumbs {
	color: #FFFFFF;
	font-size: 11px;
}

.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; padding-top: 4px; padding-bottom: 100px; padding-right: 1px; padding-left: 1px; margin-bottom: 100px; }

/* left navigation */

.leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 2px;
}
.leftnav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 10px 2px 2px;
}
.leftnav3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 18px 2px 2px;
}

/* Top color classes, used to define sections */

.CorporateBlue {
	background-color: #00AEEF;
	padding : 3px 10px 3px 10px;
}

/* firstServed CMS Class: Edit fields */

.fsEdit {
	background-color: #F5F5F5;
	cursor: hand;
	border: 1px solid #F5F5F5;
	height: 20px;
}
.error {
	font-weight: bold;
	color: #ff0000;
}
.errbox {
	border: 1px solid red;
}
.adspace2link * {
	color: white;
	font-size: 12px;
}

/* ---- SEARCH ---- */

.header_wrapper
{
	padding-right:	120px;
	height:			30px;
	padding-top:	5px;
}
.search_container
{
	position:		relative;
	top:			-16px;
	left:			110px;
	display:		block;
	width:			100px;
	height:			18px;
	border:			1px solid #6c6c6d;
	background: 	#ffffff;
}
.search_container .text
{
	width:			75px;
	border:			0px;
	height:			16px;
	line-height:	16px;
	background:		transparent;
	position:		absolute;
	left:			3px;
	top:			0px;
}
.search_container .submit
{
	text-indent:	-999px;
	overflow:		hidden;
	position:		absolute;
	right:			2px;
	top:			2px;
}

/* TRIPLE BLOCK */

div.tripleblock
{
}

div.tripleblock ul
{
	list-style:		none;
	margin:			0px;
	padding:		0px;
}

div.tripleblock ul li
{
	list-style:		none;
	margin:			0px;
	padding:		0px;
	width:			160px;
	height:			198px;
	background:		#aeb3b4;
	float:			left;
	margin-bottom: 	20px;
}

div.tripleblock ul li.nr2
{
	margin:			0px 40px;
}

div.tripleblock ul li div.text
{
	height:			70px;
	overflow:		hidden;
	padding:		4px 8px;
}

div.tripleblock ul li div.text h2
{
	margin:			0px 0px 2px 0px;
	line-height:	16px;
}

div.tripleblock ul li div.text p
{
	margin:			0px;
	color:			#fff;
}

div.tripleblock ul li div.text h2 a
{
	color:			#fff;
}

div.tripleblock ul li div.image
{
	height:			120px;
	overflow:		hidden;
	padding:		0px;
}

div.tripleblock div.clear
{
	clear:			left;
}

#code_photoheader
{
	width:			955px;
	margin:			0px auto;
}
	
	/* go back & share link */
	
	a.goback
	{
		color:				#00AEEF;
		text-decoration:	none;
		text-transform:		uppercase;
		font-weight:		bold;
		padding:			0px 2px 0px 12px;
		background:			url(/_images/lms_062011/icon-back.png) 2px center no-repeat;
	}
	
	a.goback:hover
	{
		color:				#777;
		background:			url(/_images/lms_062011/icon-back-hover.png) 2px center no-repeat;
	}
	
	a.addthis_button
	{
		color:				#00AEEF;
		text-decoration:	none;
		text-transform:		uppercase;
		font-weight:		bold;
		padding:			0px 2px 0px 10px;
		background:			url(/_images/lms_062011/icon-share.png) 2px center no-repeat;
	}
	
	a.addthis_button:hover
	{
		color:				#777;
		background:			url(/_images/lms_062011/icon-share-hover.png) 2px center no-repeat;
	}

	div.googleplus
	{
		position: 			relative;
		margin:				10px 0px;
		height:				20px;
	}
	
	div.googleplus div.addthis_toolbox
	{
		position:			absolute;
		top:				0;
		right:				0;
	}





	
	ul.questions
	{
		list-style:			none;
		padding:			0;
		margin:				1em 0;
		width:				564px;
	}
	
	ul.questions li
	{
		list-style:			none;
		margin:				20px 0;
		padding:			0;
		float:				left;
	}
	
	ul.questions li.nr1
	{
		margin:				20px 42px;
	}
	
	ul.questions li a
	{
		display:			block;
		width:				160px;
		height:				165px;
		
		text-decoration:	none;
	}
	
	ul.questions li a .question
	{
		display:			block;
		background:			#aeb4b4;
		color:				#fff;
		height:				30px;
		padding:			5px;
		margin:				3px 0px;
		font-weight:		bold;
		overflow:			hidden;
	}
	
	ul.questions li a .answer
	{
		display:			block;
		top:				45px;
		left:				0px;
		color:				#0086d3;
		text-align:			center;
		font-weight:		bold;
		font-size:			12px;
		overflow:			hidden;
		
		width:				150px;
		height:				110px;
		padding:			5px;
		margin:				3px 0px;
	}
	
	ul.questions li a .image
	{
		display:			block;
		width:				160px;
		height:				120px;
		top:				45px;
		margin:				3px 0px;
		left:				0px;
	}
	
	ul.questions li a .image img
	{
		border:				0;
	}


