/*******************************
*****  Layout Skeleton   *******
*******************************/

html {
	background:url(/images/bg.jpg) top left repeat-x;
}

body {
	color:#99999A;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	line-height:25px;
	margin:0px;
}

#wrapper {
	width:1000px;
	margin:0px auto;
	border-right:1px #676767 solid;
	border-bottom:1px #676767 solid;
}

/** header  **/
#header {
	width:100%;
	height:84px;
	clear:both;
}

#header #top_end {
	float:left;
	background:url(/images/top_end.jpg) top left no-repeat;
	height:84px;
	width:26px;
}

#header #top {
	float:left;
	background:url(/images/top.jpg) top left repeat-x;
	height:84px;
	width:706px;
}

#header #top .tagline{
	margin:0px;
	padding:0px;
	padding-right:30px;
	text-align:right;
	line-height:30px;
	color:#FFFFFF;
	font-style:italic;
	font-weight:bold;
}

#login_form {
	 text-align:right;
	 margin:-3px 0px 0px 0px;
	 padding:0px 10px 0px 0px;
	 height:36px;
	 color:#FFFFFF;
}

#header #top #main_menu{
	margin-top:0px;
	padding-right:0px;
	height:32px;
	float:right;
}

/** header (main menu) **/
#header #top #main_menu ul{
	margin:0px;
	padding:0px;
	line-height:41px;
}

#header #top #main_menu ul li{
	list-style:none;
	float:left;
}

#header #top #main_menu ul li a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	padding:0px 10px 0px 10px;
}

#header #top #main_menu ul li a:hover{
	text-decoration:underline;
}

#content_wrapper {
	width:100%;
	background:#FFFFFF;
	clear:both;
}

/** Left Nav **/
#left_nav {
	background:url(/images/leftnav_fade.jpg) bottom left repeat-x #000000;
	width:200px;
	float:left;
	padding-top:30px;
	line-height:20px
}

#left_nav h2 {
	color:#FFFFFF;
	padding:0px;
	border-bottom:1px solid #a92320;
	font-size:14px;
	margin:0px 10px 0px 20px;
}

#left_nav ul {
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	list-style:inside;
	margin:7px 10px 13px 20px;
}

#left_nav ul li{
	line-height:16px;
	list-style:outside;
	margin-left:20px;
	font-size:12px;
}

#left_nav ul li a{
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
}

#left_nav ul li a:hover{
	text-decoration:underline;
}

/** Content **/
#content {
	background:url(/images/content_bg.jpg) top left repeat-x #ffffff;
	min-height:550px;
}

#content #main {
	width:555px;
	float:left;
	margin: 30px 0px 0px 19px;
	padding-right:10px;
	color:#54574f;
}

#content #main_2 {
	width:750px;
	float:left;
	margin: 30px 0px 0px 25px;
	color:#54574f;
}

#content #right {
	width:200px;
	float:left;
	border-left:1px #dcdcdc solid;
	margin-top:30px;
	padding-left:15px;
	color:#7f817b;
	font-size:12px;
	line-height:20px;
}

/** Footer **/
#footer {
	clear:both;
	height:85px;
	width:100%;
	background:#ffffff
}

#footer #left_nav_bottom {
	float:left;
	background: url(/images/footer_fade_left.jpg) repeat-x top left;
	width:200px;
	height:85px;
}

#footer #footer_content {
	border-top:1px #dcdcdc solid;
}

#footer #footer_content #copyright{
	float:left;
	color:#99999A;
	font-size:12px;	
	margin:18px 0px 0px 30px;
}

#footer #footer_content #footer_menu{
	float:right;
	margin:18px 25px 0px 0px;
}

#footer #footer_content #footer_menu ul{
	margin:0px;
	padding:0px;
}

#footer #footer_content #footer_menu ul li{
	float:left;
	list-style:none;
}

#footer #footer_content #footer_menu ul li a{
	padding:0px 6px 0px 6px;
	text-decoration:underline;
	color:#99999A;
	font-size:12px;
}

#footer #footer_content #footer_menu ul li a img{
	margin:0px 0px 0px 10px;
}