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

body {
	background:#252324 url(../images/bkgrnd01.jpg) top right no-repeat;
	/*background:#140504 url(../images/bkgrnd02.jpg) top center repeat-x;*/
	color:#FFF;
	font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
}

h1 {
	font-family:"Century Gothic","Lucida Grande",Arial,sans-serif;
	color:#FFF;
	letter-spacing:2px;
	font-weight:bold;
	text-transform:uppercase;
}

#topbar {
	/*background:url(../images/bkgrnd-grad01.png) repeat-x;*/
	background:#FFF;
	height:50px;
	margin:0 auto;
	width:100%;
}

#header {
	color:#FFF;
	height:30px;
	padding:10px 0 0 0;
	margin:0 auto;
	width:950px;
	font-size:11px;
	text-transform:uppercase;
}

#logo {
	margin-right:0;
}

#logo img {
	padding:0 20px 0 0;
	border-right:#256777 2px solid;
	margin-left:0;
	text-align:left;
	float:left;
}

#nav {
	color:#000;
	height:30px;
	line-height:30px;
	text-align:left;
}

#nav a {
	color:#256777;
	text-decoration:none;
}

#nav a:hover {
	text-decoration:underline;
}

#nav ul {
	margin:0 0 0 0px;
	padding:0;
	height:30px;
	line-height:30px;
}

#nav li {
	display: inline;
	margin:0 6px 0 0px;
}

#search {
	color:#000;
	height:30px;
	line-height:30px;
	text-align:left;
}

#content {
	border:#FFF solid 0px;
	margin:80px 0 0 0;
}

#content p {
	font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size:11px;
}

#sidebar-wrapper {
	/*background: url(../images/bkgrnd-blk-trans.png);*/
	background:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
}

#sidebar {
	padding:0 20px 20px 20px;
	margin:0;
}

#sidebar img {
	vertical-align:top;
}

#footer {
	margin:30px 0 60px 0;
	padding:0;
	color: #000;
	font-size:10px;
}

#footer a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

#footer a:hover {
	color:#FFF;
}

/*.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float 
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
}*/


/*.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}*/
