* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #595959;
	/*font-family:Arial, Helvetica, sans-serif;*/
	background: #000000 url(../img/bg_hspan.jpg) repeat-x;
}

input {
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #595959;
}

ul {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:disc;
}

#wrap {
	background: url(../img/bg_swirl.jpg) no-repeat center top;
}

#wrap-content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.clear_both {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

img.float_left {
	float: left;
}

img.float_right {
	float: right;
}

#header {
	
}

#top_nav_wrap {
	background: url(../img/bg_top_mnu_hspan.jpg) repeat-x;
	_width: 900px;
}

#top_nav_lside {
	background: url(../img/bg_top_mnu_lside.jpg) no-repeat left;
}
#top_nav_rside {
	background: url(../img/bg_top_mnu_rside.jpg) no-repeat right;
}

#top_nav {
	padding-left: 15px;
	height: 30px;
}

#top_nav img {
	display: block
}

.top_nav_btn {
	float: left;
}

#top_separator {
	background: url(../img/bg_sep_orange.jpg) repeat-x;
	height: 4px;
	margin-left: 5px;	
	margin-right: 3px;
}

#content {
	_margin-top: -9px;
	margin-left: 5px;
	margin-right: 3px;
	padding-bottom: 10px;
	background-color: #ffffff;
	*width: 892px;
	_width: 892px;
}

#main-content {
	/*padding: 5px 8px;*/
	/* float: left; */
	/* width: 700px; */
}

#home-content {
	float: left;
}

#sidebar {
	float: right;
	width: 174px;
	padding-right: 8px;
}

.sub_panel {
	float: left;
	width: 154px;	
	margin-right: 24px;
	padding-top: 15px;
}

.sub_panel_last {
	margin-right: 0;
}

.panel_content {
	background: url(../img/panel_bg.jpg) no-repeat bottom right;
	padding: 0 10px 10px 10px;
}

.panel_content p {
	min-height: 70px;
	_height:70px;
}

#footer {
	float: right;
}

#footer p {
	font-family: Verdana;
	font-size: 10px;
}

p {
	color: #595959;
	font-size: 11px;	
	padding-top: 5px;
	padding-bottom: 5px;
}

.post {
	padding: 10px;
	_display:inline;
}

.post h2 {
	padding: 10px 0;
}

.htab {
	background-color:#F8F8F8;
	border-top:1px solid #5F5F5F;
	padding:10px;
	cursor:pointer;
}

.htab-content {
	display: none;
}

/* cform css hacks */

.cform {
	width:600px !important;
}

.cform textarea, .cform input {
	width:300px !important;
}
.cform input.sendbutton { 
	width: 100px !important;
}


.linklove {
	display: none;
}

.cform input.sendbutton {
	margin:10px 0 0 100px  !important;
}


/* sucker fiss hars */
.sf-menu {
	padding: 0;
	border: 0;		
	margin: 0;
}
.sf-menu a {
	padding: 0;
	border: 0;		
}

.sf-menu a.sf-with-ul {
	padding: 0;
}

.sf-menu li li {
	background:#F6F6F6 none repeat scroll 0 0;
	border: 1px solid #626262;
	border-top: 0;
	padding: 10px;
	width: 130px;
}

.sf-menu a, .sf-menu a:visited {
	color: #595959;
}

/* staff */

.staff_profile {
	float: left;
	width: 100%;
	padding: 0 10px 10px;
}

.staff_profile img {
	float: left;
	padding:0 10px 10px 0;
}


/*---added 04.08.2009----*/

p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
/*	display: inline;*/
	display: block;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
/* staff */

.staff_profile {
	float: left;
	width: 100%;
	padding: 0 10px 10px;
}

.staff_profile img {
	float: left;
	padding:0 10px 10px 0;
}
