/* ------------------------------------------------------------

	Title: 		Parker Trio

------------------------------------------------------------ */

body {
	font: 10pt "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	background-color: #242624;
	color: #FFF;
	}

body, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, input, form, fieldset, label {padding: 0;margin: 0}

p {margin: 0 0 1.5em 0;line-height: 1.5em}

ul, li, dl, dt, dd {list-style: none}

a:link, a:visited {color: #67BC45}
a:hover {color: #67BC45;}
img {border: none;}
/* ------------------------------------------------------------

	Header Levels

------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, sans-serif;
}

hr {
	background:none;
	height:1px;
	border-top:1px solid #FFF;
}

/* ------------------------------------------------------------

	Page Structure

------------------------------------------------------------ */
#containerOuter {
	width: 826px;
	margin: 0 auto;
	background: url(/images/bg_container.jpg) top left repeat-y;
	padding: 0;
}
	
#container {
	padding: 0 8px;
}

#banner {
	position:relative;
	text-indent: -9999px;
	background: url(/images/bg_banner.jpg) top left no-repeat;
	overflow:hidden;
}

#banner #toggle_banner {
	position:relative;
	text-align:right;
	cursor:pointer;
}

/* ------------------------------------------------------------

	Navigation

------------------------------------------------------------ */
#nav {
	background: url(/images/bg_nav.jpg) top left repeat-x;
	overflow: hidden;
	_height: 1%;
}

#nav ul li {
	float: left;
}

#nav ul li {
	display: block;
	padding: 14px 14px;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #644140;
	border-left: 1px solid #291717;
}
#nav ul li a {
	color: #FFF;
	text-decoration: none;
}

#nav ul li a:hover {
	text-decoration: underline;
}

#nav ul .noborderL {
	border-left: none;
}

#nav ul .noborderR {
	border-right: none;
	padding-right:0;
	margin-right:0;
}	


/* ------------------------------------------------------------

	Wide Column

------------------------------------------------------------ */
#wideColOuter {
	width: 810px;
	float: left;
}

/* ------------------------------------------------------------

	Left Column

------------------------------------------------------------ */
#leftColOuter {
	width: 525px;
	float: left;
}

#leftCol, #wideCol {
	padding: 43px 30px;
}

#leftCol h2, #wideCol h2 {
	font-weight: normal;
	font-size: 180%;
	margin: 0 0 5px 0;
}

#leftCol h2 strong, #wideCol h2 strong {
	color: #67BC45;
}

#leftCol .intro {
	font-size: 105%;
	font-weight: bold;
}

#leftCol h3, #wideCol h3 {
	font-weight: normal;
	font-size: 130%;
	margin: 0 0 5px 0;
}

/* ------------------------------------------------------------

	Right Column

------------------------------------------------------------ */
#rightColOuter {
	width: 250px;
	float: left;
}

#rightCol {
	margin: 30px 0 0 0;
	padding: 20px;
	background: #D8D8D7;
	border: 1px solid #454546;
	color: #323232;	
}

#rightCol h4 {
	font-size: 135%;
	margin: 0 0 8px 0;
}

#rightCol li {
	padding: 0 0 12px 25px;
	font-size: 90%;
	background: url(/images/bg_rightcol_li.jpg) top left no-repeat;
}

#rightCol .button {
	text-align: center;
	margin: 10px;
}

#rightCol .button a {
	background: #67BC45;
	padding: 6px 10px;
	color: #FFF;
	margin: 8px 0 0 0;
	border: 1px solid #489829;
	text-decoration: none;
}

/* ------------------------------------------------------------

	Footer

------------------------------------------------------------ */
#footer {
	clear: both;
	background: #281011;
	padding: 20px 10px;
	text-align: center;
}

#footer ul {
	width:700px;
	margin:0 auto;
}

#footer ul li {
	float: left;
}

#footer ul li a {
	font-size: 90%;
	display: block;
	padding: 5px;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #644140;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer p {
	clear: left;
	font-size: 90%;
}

#footer ul .noborder a {
	border: none;
}

.message {
	border:1px solid green;
	padding:8px;
	margin-bottom:8px;
	background-color:#FFF;
	color:green;
}

.error {
	border:1px solid red;
	padding:8px;
	margin-bottom:8px;
	background-color:#FFF;
	color:red;
}