/* ********** [ GENERAL ] ********** */

* {
	margin: 0px;
	padding: 0px; }

div.clear {
	clear: both; }

body {
	margin: 0px;
	padding: 0px;
	cursor: default;
	font: 11px arial, verdana, sans-serif;
	color: #222222;
	background: #8dc2ea; }


/* ********** [ PAGE ] ********** */

div#page_wrap { }

	div#page { }


/* ********** [ HEADER ] ********** */

div#header_wrap {
	height: 60px;
	text-align:left;}

	div#header {
		margin: 0px auto;
		position: relative;
		width: 920px; }

		div#header h1 {
			float: left;
			height: 60px;
			width: 300px;
			font: bold 26px/60px Trebuchet MS, tahoma, arial, sans-serif;
			color: #D52525;
			background: url('logo.gif') no-repeat 0px 60%; }

			div#header h1 span { display: none; }

	div#header div#quicklinks {
		position: absolute;
		top: 20px;
		color: #fff;
		right: 0px; }

		div#header div#quicklinks a {
			margin: 0px 3px;
			color: #fff;
			font: bold 11px arial; }


/* ********** [ FOOTER ] ********** */

div#footer_wrap {
	margin: 0px auto;
	padding: 0px 10px 10px 10px;
	width: 920px;
	background: #2268BB;
	border: 1px solid #164479;
	border-width: 0px 1px 1px 1px; }

	div#footer {
		height: 30px;
		background: #4C8FDE;
		font: 11px/30px verdana;
		color: #ffffff;
		text-align: center; }

		div#footer a {
			font: 11px/30px verdana;
			color: #ffffff;
			text-decoration: none; }

		div#footer a:hover {
			text-decoration: underline; }


/* ********** [ CONTAINER ] ********** */

div#container_wrap {
	margin: 0px auto;
	padding-bottom: 10px;
	width: 920px;}

  	div#container {
		width: 920px; }


/* ********** [ CONTENT ] ********** */

div#banner_wrap {
	width: 695px;
	float: left; }

	div#content_wrap {
		width: 695px;
		/*float: left;*/
		background: #ffffff url('pagebg.gif') no-repeat; }
	
		div#content {
			padding: 10px;
			background: url('pagebg.gif') no-repeat -695px 100%; }
		
/* ********** [ CONTENT FORUM ] ********** */


.tablebg { 
	background: url('forumbg.gif') no-repeat; }
	
.tablebg-b { 
	background: url('forumbg.gif') no-repeat -920px; }

div#forum_wrap {
	width: 920px;
	float: left;
  	background: #ffffff url('forumbg.gif') no-repeat; }

  	div#forum {
  		padding: 0px;
  		background: url('forumbg.gif') no-repeat -920px 100%; }


/* ********** [ SIDEBAR ] ********** */

div#sidebar_wrap {
	width: 215px;
	float: right; }

  	div#sidebar { }


/* ********** [ MAIN NAVIGATION ] ********** */

div#headernav_wrap {
	height: 42px;
	background: #2882b3 url('headernavbg.gif') repeat-x;
	margin: 0px auto 8px auto;
	width: 920px; }

	div#headernav {
		width: 920px;
		height: 42px;
		background: url('headernavbg.gif') no-repeat 0px -42px; }

		div#headernav ul {
			padding: 0px 5px;
			height: 42px;
			width: 910px;
			background: url('headernavbg.gif') no-repeat 100% -84px;
			list-style-type: none; }

			div#headernav ul li {
				height: 42px;
				float: left; }

			div#headernav ul li.sep {
				width: 2px;
				height: 42px;
				background: url('headernavbg.gif') repeat-x 0px -126px; }

				div#headernav ul li a {
					padding: 0px 10px;
					height: 40px;
					display: block;
					float: left;
					font: bold 12px/40px arial, verdana, sans-serif;
					color: #ffffff;
					text-decoration: none; }

					div#headernav ul li a:hover {
						text-decoration: underline; }


/* ********** [ USER NAVIGATION ] ********** */

div#usernav_wrap {
	height: 28px;
	background: #f976a2 url('usernavbg.gif') repeat-x;
	margin: 0px auto 8px auto;
	width: 920px; }

	div#usernav {
		background: url('usernavbg.gif') no-repeat 0px -28px; }

		div#usernav ul {
			height: 28px;
			padding: 0px 5px;
			width: 910px;
		    list-style: none;
			background: url('usernavbg.gif') no-repeat 100% -56px; }

			div#usernav li {
				float: left; }

				div#usernav ul li a {
					padding: 0px 8px;
					height: 28px;
	    			display: block;
	    			float: left;
				    font: bold 12px/28px arial, verdana, sans-serif;
					color: #ffffff;
				    text-decoration: none; }

					div#usernav ul li a:hover {
						text-decoration: underline; }


/* ********** [ COMMON ITEMS ] ********** */

h2, h3, h4, h5, h6 {
	padding-bottom: 5px;
	font: bold 14px/16px arial, verdana, sans-serif;
	color: #0C4D9C; }

	h2 {
		margin-bottom: 5px;
		font: bold 14px/16px arial, verdana, sans-serif;
		border-bottom: 1px solid #d4d4d4; }

	h3 {
		font: bold 13px/16px arial, verdana, sans-serif; }

	h4 {
		font: bold 12px/16px arial, verdana, sans-serif; }

	h4 {
		font: bold 11px/16px arial, verdana, sans-serif; }

p {
	font: 11px/16px arial, verdana, sans-serif;
	color: #222222; }

	a {
		font: 11px arial, verdana, sans-serif;
		color: #00608f;
		text-decoration: none; }

		a:hover {
			text-decoration: underline; }


