/*

DOHO theme
name: DOHO 
designer: Dennis Wyman  
designer_url: http://www.zangaroa.com/ 
*/

/* Page Wrapper -------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url("bg_body.png") repeat-x center top;
	font: normal 13px arial, helvetica, sans-serif;
	color: #000000;
}

a {
	color: #315774;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 990px;
	position: relative;
	background: transparent url("bg_container.png") repeat-y center top;
}


/* Header -------------------------------------------------- */

#header {
	display: block;
	margin: 0 auto;
	clear: both;
	width: 990px;
	height: 180px;
	background: transparent url("bg_header.png") no-repeat center top;
}

	#header h1 {
		width: 440px;
		height: 180px;
	}

	#header h1 * {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -5000em;
	}

#header-navigation {
	display: block;
	margin: 0 auto;
	clear: both;
	width: 990px;
	height: 40px;
	background: transparent url("bg_header_navigation.png") no-repeat center top;
	overflow: hidden;
}

	#header-navigation-buttons {
		padding: 8px 0 0 50px;
	}

		#header-navigation-buttons a {
			font-size: 17px;
			font-weight: bold;
			color: #FFF;	
			text-decoration: none;
			padding: 6px 9px 7px 9px;
			border-left: 1px solid #235170;
			border-right: 1px solid #235170;
			margin: 0;
		}

			#header-navigation-buttons a:hover {
				background: #1F4763;
			}


/* Content Wrapper -------------------------------------------------- */

#content {
	padding: 0;
	margin: 0 auto;
	clear: both;
}


/* Left Column -------------------------------------------------- */

#beta {
	position: relative;
	float: left;
	width: 285px;
}


/* Right Column -------------------------------------------------- */

#alpha {
	position: relative;
	float: right;
	width: 700px;
	min-height: 625px;
}

#alpha-inner {
	padding: 5px 35px 20px 5px;
}


/* Footer -------------------------------------------------- */

#footer {
	display: block;
	clear: both;
	width: 990px;
	background: #FFFFFF url("bg_footer.png") no-repeat center top;
	padding: 20px 0 0 0;
	margin: 0 auto;
	min-height: 100px;
	text-align: center;
}

	#footer a {
		color: #39C;
	}

		#footer a:hover {
			color: #FFF;
			text-decoration: none;
		}

	#footer p.links {
		margin: 0 0 0.6em 0;
		color: #39C;
	}

	#footer p.copyright {
		margin: 0 0 0.6em 0;
	}

	#footer p.positronic {
		font-size: 10px;
		font-weight: bold;
	}

#subfooter {
	display: block;
	clear: both;
	width: 1000px;
}


/* Page Content -------------------------------------------------- */

#alpha h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 0.6em 0;
}

#alpha h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}

#alpha h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 0.4em 0;
}

#alpha h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0.3em 0;
}
	
#alpha p {
	margin: 0 0 1.5em 0;
	text-align: justify;
}

#alpha ul, #alpha ol {
	padding: 0 0 1.5em 20px;
}

	#alpha li {
		padding: 0 0 5px 0;
	}
	
#alpha blockquote {
	margin: 0 30px 0 40px;
}

#alpha hr {
	margin: 0 0 20px 0;
}

#alpha .align-left {
	float: left;
	margin: 0 20px 20px 0;
	display: block;
}

#alpha .align-right {
	float: right;
	margin: 0 0 20px 20px;
	display: block;
}

#alpha .align-center {
	margin: 0 auto 20px auto;
	display: block;
	text-align: center;
}


/* Business Profile */

#alpha #profile {
	float: right;
	background: #EEE;
	margin: 5px 0 15px 15px;
	padding: 10px 5px;
}

	#alpha #profile td {
		vertical-align: top;
		padding: 2px 5px;
		font-size: 11px;
	}

		#alpha profile .col1 {
			font-weight: bold;
		}

		#alpha profile .col2 {
			font-weight: normal;
		}

#alpha .postCategories {
	font-size: 11px;
	text-align: left;
	padding: 0 0 10px 0;
	margin: 0;
}



/* Category Listings */

#category table {
	width: 100%;
	margin: 0;
	padding: 0;
}

	#category tr:hover {
		background: #F0F7FB;
	}

	#category th {
		font-size: 15px;
		font-weight: bold;
		padding: 6px 8px 6px 8px;
		margin: 0;
		border-top: 1px solid #222;
		border-bottom: 1px solid #222;
		background: #255778;
		color: #FFF;
		text-align: left;
	}

	#category td {
		padding: 4px 8px 4px 8px;
		margin: 0;
		border-bottom: 1px solid #CCC;
		text-align: left;
	}

	
/* Contact Form */

#content .contact table, #content .contact small {
	margin: 0 0 0 20px;
}
	#content .contact td {
		padding: 3px;
	}


/* Sidebar CSS -------------------------------------------------- */

.widget {
	margin: 0 0 20px 35px;
}

	.widget h2 {
		background: transparent url("bg_beta_widget_h2.png") no-repeat left top;
		color: #FFF;
		height: 28px;
		font-size: 15px;
		padding: 5px 7px 0 8px;
		overflow: hidden;
		width: 250px;
	}

	.widget ul {
		list-style: none;
		width: 250px;
	}

		.widget li {
			margin: 0 10px 3px 15px;
		}

.widget-join {
	margin: 10px 0 12px 35px;
}

	.widget-join a {
		display: block;
		height: 175px;
		width: 250px;
		border: 0;
		padding: 0;
		margin: 0;
		background: transparent url("joindoho.png") no-repeat left top;
	}

		.widget-join a span {
			display: none;
		}

