/* CSS
Courtesy Dawn Studios' SliceIt */

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

body {
	background-color: #303d46;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

#wrapper {
	/*margin: -280px 0 0 -475px;*/
	margin: 20px 0 0 -475px;
	background-color: #ffffff;
	width: 950px;
	/*height: 560px;*/
	position: absolute;
	left: 50%;
	/*top: 50%;*/
}

#sidebar {
	width: 238px;
	float: left;
	padding-top: 30px;
}

#header {
	margin-bottom: 45px;
}

#header h1 {
	position: relative;
	height: 122px;
	width: 204px;
	margin: 0 auto;
	overflow: hidden;
}

#header h1 a {
	text-decoration: none;
	color: white;
}

#header h1 a span {
	height: 100%;
	width: 100%;
	position: absolute;
	background: url(http://janus.pmhclients.com/images/uploads/logo.jpg) no-repeat 0 8px;
}

#navigation {
	width: 204px;
	margin: 0 auto 30px;
	_margin-bottom: 15px;
}

*+html #navigation {
	margin-bottom: 15px;
}

#navigation ul {
	list-style: none;
	font-size: 10px;
	line-height: 1.4;
}

#navigation ul a {
	text-decoration: none;
	color: #000000;
}

#navigation ul a:hover {
	text-decoration: underline;
}

#navigation ul li {
	float: right;
	text-align: left;
	width: 90px;
}

#navigation ul li.odd {
	float: left;
	text-align: right;
}

#navigation ul li.clearer {
	clear: both;
	float: none !important;
}

#navigation ul li.current {
	font-weight: bold;
}

#sidebar #contact {
	width:204px;
	margin: 0 auto;
	font-size: 10px;
}

#contact p {
	text-align: center;
}

#contact a {
	color: #000000;
	text-decoration: none;
}

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

#content {
	float: right;
	width: 701px;
	padding-top: 30px;
	padding-right: 10px;
}

#content .intro-img {
	height: 120px;
	padding-bottom: 45px;
}

#content .main {
	/*overflow: auto;*/
	width: 700px;
	/*height: 363px;*/
}

#content .main .main-text {
	font-size: 13px;
	line-height: 1.3;
	float: right;
	width: 442px;
}

.main .main-text p, .main .main-text ol, .main .main-text ul {
	padding-bottom: 10px;
}

.main .main-text ol, .main .main-text ul {
	padding-left: 25px;
}

.main a {
	color: #000000;
}

.main .main-img {
	float: left;
	width: 235px;
}

.main .main-img img {
	margin-bottom: 30px;
}

.main .large {
	width: 430px !important;
}

.main .small {
	width: 204px !important;
}

.main .left {
	float: left !important;
}

.main .right {
	float: right !important;
	padding-right: 5px !important;
}

.main .text-only {
	width: 650px !important;
}

.main .no-image {
	width: 0px !important;
}



#navigation ul:after, #wrapper:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#navigation ul, #wrapper {
	min-height: 1px;
}

* html #navigation ul, * html #wrapper { height: 1%; }