/*-------------------------------Invisible Text-----------------------------*/
.invisible	{
	visibility: hidden;
	overflow: hidden;
	z-index: 0;
	height: 0px;
	width: 0px;
	top: -100px;
}
/*--------------------------Body Colors-----------------------------------*/
body {
	background-color: #04024d;
	background-image:url(images/hlloyd-full-bg5.jpg);
	background-repeat: no-repeat;
	margin-left: 1px;
	margin-top: 1px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
/*--------------------------Top of page Logo & Graphic----------------------*/
.logo {
	position: absolute;
	z-index:1;
	left:-5px;
	top: 57px;
}
.main-graphic {
	position: absolute;



	z-index:2;
	top:30px;
	left:395px;
}
/*------------------------Navigation bar-----------------------------------*/
.nav_bar {
	z-index: 3;
	position: absolute;
	font-size: 10pt;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	height: 34px;
	width: 922px;
	left: 75px;
	top: 235px;
	background-image: url(images/hlloyd_link_bar.png);
	background-repeat: no-repeat;
	font-weight: 900;
	padding-top: 10px;
}
.nav_bar a:link{
	color: black;
	text-decoration: none;
}
.nav_bar a:visited{
	color: #404390;
	text-decoration: none;
}
.nav_bar a:hover{
	color: #5d5e9e;
	text-decoration: underline;
}
/*----------------------------------Right Side Content------------------------*/
.right-side {
	border: none;
	width: 250px;
	position: absolute;
	z-index:4;
	left: 724px;
	top: 290px;
}
/*----------------------------------Random Quote Box------------------------*/
.quote-box {
	border: none;
	width: 200px;
/* Removed to accomodate right side div creation
	position: absolute;
	z-index:4;
	left: 724px;
	top: 290px;
	*/
}
.quote-top {
	background-image: url(images/quote-bg-top.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 200px;
}
.quote-content {
	background-image: url(images/quote-bg-middle.png);
	padding-left: 6px;
	padding-right: 6px;
	font-size : 10pt;
	font-style : normal;

}
.quote-bottom {
	background-image: url(images/quote-bg-bottom.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 200px;
}
/*------------------------------Main Content--------------------------------*/
.index_content_left {
	position: absolute;
	z-index:5;
	left: 71px;
	top: 314px;
	height: 360px;
	width: 300px;
	padding: 0px;
	text-align: left;
	overflow:visible;
	font-size:18px;
}
.index_content {
	position: absolute;
	z-index:5;
	left: 395px;
	top: 314px;
	height: 360px;
	width: 330px;
	padding: 0px;
	text-align: right;
	overflow:visible;
	background-image: url(images/hlloyd_gray_gradient_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.index_content_left a:link {
	color: #FFFFFF;
	overflow: visible;
}
.index_content_left a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.index_content_left a:visited {
	color: #767adc;
	text-decoration: none;
}
.index_content a {
	color: #FFFFFF;
	text-decoration: none;
}
.content {
	position: absolute;
	z-index:5;
	left: 71px;
	top: 290px;
	overflow: visible;
	width: 620px;
	color: #000000;
	overflow:visible;
}
.content-bg{
	padding: 10px;
	background-color: #FFFFFF;
}
.content a {
	color: #5d5e9e;
	overflow: visible;
}
/*--------------------News Container for positioning-------------------------*/
.news-container {
	position: absolute;
	z-index: 6;
	top: 290px;
	left: 790px;
	width: 250px;
	font-size: 16px;
}
.alt-news-container {
/* Removed to accomodate right-side div
	position: absolute;
	z-index: 6;
	top: 521px;
	left: 725px;
*/
	width: 200px;
	font-size: 16px;
}
/*----------------------------News Table------------------------------------*/
.news-container table {
	width: 200px;
	height: 214px;
	background:url(images/hlloyd_news_container_bg.jpg);
	background-repeat:repeat-x;
}
.news-container td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 5px;
}
.news-container a:link {
	color: #FFFFFF;
	overflow: visible;
}
.news-container a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.news-container a:visited {
	color: #767adc;
	text-decoration: none;
}
.news-container .all_news a{
	color: #5d5e9e;
	text-decoration:underline;
	font-size: 9px;
	letter-spacing: .1em;
}
.news-container .news-separater {
	width: 10px;
	background-image: url(images/hlloyd_news_separater.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/*------------------------Alternate News Table-----------------------------*/
.alt-news-container table {
	width: 247px;
	height: 150px;
	background:url(images/hlloyd_news_container_bg.jpg);
	background-repeat:repeat-x;
}
.alt-news-container a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Cambria;
}
.alt-news-container a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Cambria;
}
.alt-news-container a:visited {
	color: #767adc;
	text-decoration: none;
	font-family: Cambria;
}
.all_news {
	text-align: right;
	margin-right: 25px;
	margin-top: 5px;
	margin-bottom: 3px;
}
/*---------------------------Video Container--------------------------------*/
.vid-container {
	position: absolute;
	z-index: 3;
	top: 280px;
	left: 725px;
	height: 223px;
	width: 247px;
	font-size: 12px;
	overflow: visible;
	padding-top: 10px;
}
/*----------------------------Page Footer---------------------------------*/
.footer  {
	margin-top : 70px;
	margin-bottom : 4px;
	overflow: visible;
	width:928px;
}
/*--------------------------Legal & Copyright Info---------------------*/
.legal  {
	text-align:left;
	color:#5d5e9e;
	font-size : 7pt;
	line-height : 10px;
	font-style : normal;
	font-weight : normal;
	margin-left: 10px;
}
.legal a:link {
	color: #FFFFFF;
	text-decoration: none;
	overflow: visible;
}
.legal a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	overflow: visible;
}
.legal a:visited {
	color: #767adc;
	text-decoration: none;
	overflow: visible;
}
/*----------------------------Headings---------------------------------------*/
h1 {
	color: #5d5e9e;
	font-size: 24px;
	font-family: Cambria, Batang;
}
h2 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom:-5px;
	font-family: Cambria, Batang;
}
H3  {
	font-size : 10pt;
	font-style : normal;
	font-weight : 600;
	color : #b36211;
	margin-bottom : 3px;
	margin-top : 0px;
	border-bottom-style:solid;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-color: #5d5e9e;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: .06em;
	padding-bottom: 3px;
	font-family: Cambria, Batang;
}
h4 {
	color: #acc426;
	text-transform: uppercase;
	font-size: 16px;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	font-family: Cambria, Batang;
}
/*---------------------------Small Custom Objects----------------------------*/
ul.light {
	list-style-image:url(images/bulb-bullet.png);
}
li.light {
	list-style-image:url(images/bulb-bullet.png);
}
.indent {
	text-indent: 20px;
}
.testimonial_name  {
	font-weight : 600;
	color : #b36211;
	padding-left: 20px;
	letter-spacing: .06em;
}
.tiny_link {
	color: #5d5e9e;
	text-decoration:underline;
	font-size: 9px;
	letter-spacing: .1em;
	overflow: visible;
	text-align: right;
	margin-right: 25px;
	margin-top: -8px;
	margin-bottom: 3px;
}
.title {
	font-weight : 600;
	color : #b36211;
	letter-spacing: .06em;
}
.IE-fix { /* required to keep IE from moving content class up about 30 pixels and overlapping video container and news container when all other browsers are working fine*/
	width:500px;
	height:1px;
}
