* {
	margin: 0;
	padding: 0;
}
html, body, img {
	margin:0;
	padding:0;
	border:0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font: 12px Helvetica, Arial, sans-serif;
	background:#e7e7df;
}	

.clear {clear: both;}

a{
	font-size:11px;
	color:#666;
	text-decoration:none;
}
/*a:hover {
	color:white;
	background:black;
}*/
span.links {
	background:black;
	color:white;
	font-size:11px !important;
	font-style:normal !important;
	float:none !important;
	padding:0px !important;
}
span.links a {
	color:white;
	font-style:normal !important;
	font-size:11px !important;
	padding:3px;
}
span.links a:hover {
	background: #666;
}
.imgleft {
	float:left;
	margin:0 10px 0 0;
}

/****************************** Global Font ****************************/
/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #27221f;
}
h1, h2, h3 {
	font-size: 2.7em;
	letter-spacing:-0.04em;
	line-height: 1.05em;
	padding-bottom: 10px;
}
h4 {
	font-size: 1.6em;
	line-height: 23px;
}

/****************************** Header *********************************/
#home-header-wrap {
	/*height:91px;*/
	height:55px;
	background:url(../images/header_bg.png) no-repeat 50% bottom;
	width:100%;
	margin:0 auto;
	z-index:100;
	position:absolute;
}
#header_wrap {
	height:55px;
	background:url(../images/top_bg.jpg) repeat-x;
	/*background:url(../images/header_bg.png) no-repeat 50% bottom;*/
	width:100%;
}
#header {
	width:959px;
	margin:0 auto;
}
#header #header_logo {
	width:165px;
	float:left;
	margin:8px 50px 0 0;
}
#header #navigation {
	width:500px;
	float:left;
	margin:8px 0 0 0;
}
#header #navigation ul {
	list-style:none;
	font-weight:bold;
	color:white;
}
#header #navigation li {
	float:left;
	margin: 0 10px;
}
#header #navigation li a {
	color:white;
	text-decoration:none;
	display:block;
	font-size:14px; 
}
#header #navigation li a:hover {
	border-bottom:2px solid #fff;
}
#header #navigation li a.current {
	border-bottom:2px solid #fff;
}

/****************************** Content ************************************/
#content_wrap {
    width:965px;
    /*padding:0px 17px 20px 17px;*/
	padding:0;
    margin: 0 auto;   
}
#content-main {
	width:100%;
	position:relative;
}
#postbox-wrap { width:655px; float:left; padding:0; margin-bottom:10px; }
.postbox { border-bottom:1px solid #ccc; padding:8px 0; clear:both; }
.postbox a:hover { text-decoration:underline; }
#twitter { float:right; width:300px; border-left:1px solid #ccc; }

/************************ fluid grid box ********************/
.box {
	background-color: #F0F0F0;
	background:white;
	font-family: Arial, Tahoma, serif;
	/** rounded border **/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.box .inner {
	padding:10px;
}
.box span {
	float: left;
	font-size: 26px;
	font-weight: bold;
	padding:0 5px 0 0;
}
.box a:hover {
	color:white;
	background:black;
}
.box.highlight {
	background:#e51837;
	color:#fff;
}
div.alt {
	/*background-color: #CCC;*/
}

/*********************************** Footer *************************************************/
#footer_wrap {
	width:100%;
	height:58px;
	position:absolute;
	bottom:0;
}
#footer {
    height:58px;
	background:url(../images/footer_bg.gif) no-repeat transparent 50% 0%;
	min-width:959px;
	margin:0px auto;
}
#footer #footer-content {
    width:959px;
    margin:0px auto;
    padding-top:33px;    
    
    /* ie7 docking bug */
    *padding-top:0px;
    *margin:33px auto 0px auto;
}
#footer #facebookbox a {
	float:left;
	margin:0 0 0 20px;
	color:#999;
}
#footer .footerbox {
	width:600px;
	float:right;
	text-align:right;
	margin:0;
	color:#999;
}
#footer a {
	color:#999;
}
#footer a:hover {
	border-bottom:1px dotted white;
}


