@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	color: #CCC;
	background-color: #000;
	background-image: url(../img/homeBackground_s1.png);
	background-repeat: repeat-x;
}

.navigation {
	background-color: #0033CC;
	float: right;
	height: 45px;
	width: 650px;
	text-align: right;
	vertical-align: middle;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.navigation ul {
	display: block;
	list-style-type: none;
	text-align: right;
	float: right;
	padding-right: 25px;
}
.navigation ul li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#dropdown{
	position:absolute;
	display:none;
	z-index:50;
	background-color: #03C;
	color: #FFF;
}
#dropdown li{
	float:none;
	text-align: left;
}

#dropdown li a{
	color:#FFF;
}
#itemTwo:hover #dropdown {
	display: block;
	background-color: #0033CC;
}

a {
	font-weight: bold;
	color: #FFF;
}
a:hover {
	font-style: italic;
}

.selected {
	font-style: italic;
	color: #CCC;
}


.navigation ul li {
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: right;
}




/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	padding-right: 15px;
	padding-left: 15px;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #0033CC;
}

p {
	padding-right: 15px;
	padding-left: 15px; 
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
}
/* ~~ this fixed width container surrounds the other divs ~~ */
#container {
	width: 960px;
	margin: 0 auto;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
#header {
	background-color: #000;
	height: 224px;
	vertical-align: bottom;
	float: none;
	position: relative;
	width: 960px;
	bottom: auto;
	
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding: 0px;
	text-align: left;
}

/* ~~ The footer ~~ */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0033cc;
	text-align: center;
	height: 55px;
	width: 960px;
	clear: both;
	background-color: #333;
	background-image: url(../img/footer.png);
	display: block;
	line-height: 3em;
}
.logo {
	float: left;
	width: 310px;
	height: 150px;
	bottom: 0px;
	position: absolute;
	left: 0px;
	vertical-align: middle;
	text-align: center;
	background-color: #CCC;
	background-image: url(../img/LBGlogoFlat.png);
}


#homeMain {
	background-image: url(../img/middleHome960600.png);
	background-repeat: repeat-y;
	width: 100%;
	min-height:30px;
	height:auto!important;
	_height:30px;}

}
.rightMain {
	float: right;
	width: 650px;
	display: block;
}

.leftMain {
	display: block;
	float: left;
	width: 310px;
	
}

.floatLeft {
	float: left;
	padding-right: 15px;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom:1px;
}

.floatRight {
	float: right;
	padding-right: 0px;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom:1px;
}
.clear {
	clear: both;
	height: 0px;
}
.centered {
	text-align: center;
}
