﻿/* CSS Document */
#contentwrapper
{
	width: 940px;
	padding-top: 40px;
	background: #02b294 url(../images/media/content_background.jpg) no-repeat;
	min-height: 400px;
	overflow: auto;
	clear: both;
}

#contentwrapper div
{
	float: left;
}

#contentbottom
{
	height: 18px;
	margin-top: -18px;
}

#contentbottom #contentbottomleft
{
	height: 18px;
	width: 18px;
	background: url(../images/left_corner_trans.gif) no-repeat;
	float: left;
}

#contentbottom #contentbottommiddle
{
	height: 18px;
	width: 904px;
	background: url(../images/images/middle_trans.jpg) repeat-x;
	float: left;
}

#contentbottom #contentbottomright
{
	height: 18px;
	width: 18px;
	background: url(../images/right_corner_trans.gif) no-repeat;
	float: left;
}

#content
{
	width: 660px;
	padding-right: 40px;
	min-height: 400px;
	padding-bottom: 60px;
	height: 100%;
}

#contenttop
{
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	width: 660px;
}
/*
#contenttouts
{
	padding-top: 15px;
}

#tout1, #tout2, #tout3
{
	width: 240px;
	float: left;
	min-height: 160px;
	height: 100%;
}

#tout3
{
	width: 180px;
}

#tout1 p, #tout2 p, #tout3 p
{
	font-size: 1em;
	color: #fff;
	margin-bottom: 5px;
}

#tout1 a, #tout2 a, #tout3 a
{
	font-size: 0.9em;
	color: #fff;
	text-decoration: underline;
}

#tout1 a:hover, #tout2 a:hover, #tout3 a:hover
{
	text-decoration: none;
}

#content .toutop
{
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	width: 660px;
}

#tout1 .toutop, #tout2 .toutop, #tout3 .toutop
{
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	width: 180px;
}

#tout1 .toutcontent, #tout2 .toutcontent, #tout3 .toutcontent
{
	font-size: 1em;
	color: #fff;
	width: 180px;
	margin-top: 10px;
	height: 160px;
	height: 100%;
}

#tout1 .toutfooter, #tout2 .toutfooter, #tout3 .toutfooter
{
	font-size: 0.8em;
	color: #fff;
	width: 180px;
}

#tout1 .toutop, #tout2 .toutop, #tout1 .toutcontent, #tout2 .toutcontent
{
	margin-right: 60px;
}

#tout3 .toutcontent ul
{
	list-style-image: url(../images/list_image_white_off.gif);
	margin-left: 13px;
	margin-top: 3px;
}
*/


/* Wil Left Nav Styles */
ul.left-nav-content li a
{
	color: #0d204a;
}

ul.left-nav-content li a:hover
{
	color: #77b800;
}

ul.left-nav-content li a:hover,
ul.left-nav-content li.active a:hover,
ul.left-nav-content li.active ul li a:hover,
ul.left-nav-content li.active ul li.active a:hover{
	background:#77b800;
}

ul.left-nav-content li.active ul li a{
	background:none;
}

ul.left-nav-landing li a
{
	color: #ffffff;
}

ul.left-nav-landing  li a:hover
{
	background:#77b800;
}


































