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

/* body */
body{	
	position:absolute;
	left: 50%;
	background-color: #000;
	margin-left: -500px; /* half of the width */
	margin-top: 50px; /* half of the height */
	color: #ccc;
	font-family: helvetica,arial,sans-serif;
	font-size: 15px;
}

body a{
	color: #CCC;
	text-decoration: none;
}

body img{
	border: none;	
}

font.hometitle{
	font-size: 22px;
}

h2{
	margin-top: 0px;	
}


/* navigation */
#navigation {
	position: absolute;
	top: 200px;
	float: left;
	background:#222222;
	border-right:0px solid white;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width:1000px;
	height: 30px;
	list-style:none;
	z-index: 3;
}
/*image map roll over and sprite for the main navigation*/
.navexample {
background: url(images/navbar.jpg) no-repeat;
width:1000px;
height:47px;
margin:0;
padding:0;
}

.navexample span {
display: none;
}

.navexample li, .navexample a {
height:45px;
display:block;
}

.navexample li {
float:left;
list-style:none;
display:inline;
}

/*div positions the global navigation*/
.navexample1 {width: 173px;}
.navexample2 {width: 163px;}
.navexample3 {width: 164px;}
.navexample4 {width: 165px;}
.navexample5 {width: 163px;}
.navexample6 {width: 170px;}


.navexample1 a:hover {background: url(images/navbar.jpg) 1px -50px no-repeat; }
.navexample2 a:hover {background: url(images/navbar.jpg) -174px -50px no-repeat; }
.navexample3 a:hover {background: url(images/navbar.jpg) -338px -50px no-repeat; }
.navexample4 a:hover {background: url(images/navbar.jpg) -501px -50px no-repeat; }
.navexample5 a:hover {background: url(images/navbar.jpg) -664px -50px no-repeat; }
.navexample6 a:hover {background: url(images/navbar.jpg) -827px -50px no-repeat; }

#content{
	width:1000px;
}

#text{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 660px;
	padding-right: 40px;
	padding-left: 20px;
	float: left;
	
}

#sidebar{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 200px;
	padding-right: 20px;
	padding-left: 40px;
	float: left;
	font-size:12px;
	
}

#feeds{
	width: 200px;
	height: 111px;
	z-index: 1;
	margin-top: 0;
	margin-bottom: 10px;
}

#newsletter{
	width: 200px;
}



#share{
	margin-left: 25px;
	padding-left: 5px;
	margin-top: -25px;
	height: 20px;
}

#share img{
	padding-top: 0px;
	padding-left: 11px;
	padding-bottom: 0px;

}


#footer-bar{
	background: url(images/bar.jpg) no-repeat;
	width:1000px;
	height: 10px;
}

#footer{
	margin-top:10px;
	width: 950px;
	padding-bottom: 10px;
}

.center{
	text-align:center;
}

.clear{
	clear: both;
	margin: 0;
	padding: 0;
}

.quote{
	padding-top: 5px;
	padding-bottom: 10px;
	font-size:12px;
	margin-bottom: 0;
}

.quote-home{
	padding-top: 5px;
	padding-bottom: 10px;
	font-size:13px;
	margin-bottom: 0;
}

.left{
	
	padding-right: 10px;
	padding-bottom: 10px;
	float:left;
}

.right{
	
	padding-left: 10px;
	padding-bottom: 10px;
	float:right;
}