/* CSS Document */

/* Normalizes margin, padding */

body, div, ul, li, a, h1, h2, h3 {
	padding : 0;
	margin : 0;
}


html {
	text-align: center;
	background-color:#000000;
	xbackground-image:url(../images/liberty-bg1.png);
	
}

body {

	font : 78%/1.5 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
	color:#FFFFFF;
	text-align: left;
	line-height: 1.2em;
	position : relative;
	width : 900px;
	margin : 0 auto;
	background-color:#000000;
	
	

}

a  {
	color:#FF6600;
	text-decoration:none;
}


H2{
font-size: 300%;
line-height: 1em;
color: #cccccc;
padding-bottom: 30px;
}

H3{font-size: 150%
}

/* Individual page wrappers */

div#wrapper1{
	width: 900px;
	min-height:600px;
	margin-top: 125px;
	background :url(../images/liberty-bg-blue.jpg) 
}
div#wrapper2{
	width: 900px;
	min-height:600px;
	margin-top: 125px;
	background-image:url(../images/liberty-bg-pink.jpg)
}
div#wrapper3{
	width: 900px;
	min-height:600px;
	margin-top: 125px;
	background-image:url(../images/liberty-bg-yellow.jpg)
}
div#wrapper4{
	width: 900px;
	min-height:600px;
	margin-top: 125px;
	background-image:url(../images/liberty-bg-red.jpg)
}
div#wrapper5{
	width: 900px;
	min-height:600px;
	margin-top: 125px;
	background-image:url(../images/liberty-bg-green.jpg)
}
div#wrapper6{
	width: 900px;
	min-height:600px;
	margin-top: 125px;
	border-style: solid;
border-width: 1px;
border-color:#333333;
background-color:#000000;
	xbackground-image:url(../images/liberty-bg-black.jpg)
}




div#branding {
	margin-top: 0px;
	margin-left: 10px;
	padding-left:20px;
	z-index: 10;
	position : relative;
	width : 900px;
	height : 113px;
	xbackground-image:url(../images/liberty-logo-large.png);
	xbackground-repeat: no-repeat;
	xbackground-position: 300px;

}

h1 { position: absolute;
top: 0px;
left: 270px;
width: 350px;
height: 78px;
background : transparent url(../images/logo/libertylogo_sml.png) no-repeat;
text-indent: -9999px;

}

/* Navigation */

div#navigation {
	
	position : relative;
	width : 900px;
	height : 25px;
	margin-top: 30px;
	font-family: "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5em;
}


ul#nav_list li{
	display: inline;
}


.nav_list a {
	text-decoration: none;
	color:#CCCCCC;
	
	}

.nav_list a:hover {
	color:#FFFFFF;
}


/* Content */



div#content_wrapper {
width: 898px;
height: 338px;
border-style:solid;
border-width: 1px;
border-color:#0a0a0a;
background-color:#000000;
}

div#content {

float: left;
width: 448px;
height: 339px;
background-color:#000000;
xborder-right-style: dotted;
xborder-right-width: 1px;
xborder-right-color: #FF0000;

}

div#sub_content {
float: right;
padding: 30px;
height: 279px;
width: 389px;
background-color:#E2EEFF;
}
div#sub_content_2 {
float: right;
padding: 30px;
height: 279px;
width: 389px;
background-color:#FFDAFE;
}
div#sub_content_3 {
float: right;
padding: 30px;
height: 279px;
width: 389px;
background-color:#FFFEEB;
}
div#sub_content_4 {
float: right;
padding: 30px;
height: 279px;
width: 389px;
background-color:#FFE5E2;
}
div#sub_content_5 {
float: right;
padding: 30px;
height: 279px;
width: 389px;
background-color:#E4FFE0;
}
div#sub_content_6 {
float: right;
padding: 30px;
height: 279px;
width: 389px;
background : transparent url(../images/liberty-bgr-blur.jpg) no-repeat;
}
div#sub_content_7 {
float: right;
padding: 30px;
height: 279px;
width: 389px;
background : transparent url(../images/liberty-bg-face-blur.jpg) no-repeat;
}
div#sub_content_8 {
float: right;
padding: 30px;
height: 279px;
width: 389px;
background-color:#333333;
xbackground : transparent url(../images/liberty-bg-face-blur.jpg) no-repeat;
}

div#siteinfo {
	font-size: 9.5px;
	text-align:center;
	color: 939393;
	clear: both;
	margin-top:80px;
	margin-left: 30px;
	

}


div#footer_shadow{
	width: 1020px;
	height: 14px;
	background : url(../images/bottom-border.jpg);
}
