body {
	background: url(../images/background.jpg) repeat-y;
	margin: 0px;
	padding: 0px;
	font: 12px/20px Myriad, Verdana, Arial, sans-serif;
}

h1, h2, h3, div, p, ul, li {
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	text-decoration: none;
}

#container {
	background: url(../images/background.jpg) repeat-y;
	width: 866px;
}

/* @group Header */

#header {
	background: url(../images/title.jpg) no-repeat;
	height: 275px;
	width: 865px;
	text-indent: -5000px;
}

#phoneAndEmail{
	position: absolute;
	color: #fff;
	top: 20px;
	left: 520px;
	font-size: 14px;
	width: 325px;
}

#phoneAndEmail a:link{
	color: #fff;
}

#phoneAndEmail a:hover{
	color: #ccc;
}

	
/* @end */

/* @group Navigation */

#navigation {
	float: left;
	width: 216px;
}

#navigation a:link, 
#navigation a:visited 
{
	color: white;
}

#navigation a:hover {
	color: #1a1f53;
}

#navigation ul {
	padding-top: 0px;
}

#navigation ul li {
	padding-top: 0px;
	border-top: 1px solid #1a1f53;
	list-style: none;
}

#navigation ul li.subcategory {
	margin-top: 0px;
	margin-bottom: 0px;
}

#navigation ul.l1 {
	border-bottom: 1px solid #1a1f53;
}

#navigation ul.l1 li.inactive {
	background: #b2b699;
	padding-left: 10px;
}

#navigation ul.l1 li.active {
	background: #1a1f53;
	font-weight: bold;
	padding-left: 10px;
}

#navigation ul.l1 li.active a:hover {
	color: #8786a9;
}

#navigation ul.l2 li.inactive {
	background: #8786a9;
	padding-left: 30px;
}

#navigation ul.l2 li.active {
	background: #504d83;
	font-weight: bold;
	padding-left: 30px;
}

#navigation ul.l2 li.active a:hover {
	color: #1a1f53;
}

#navigation ul.l3 li.inactive {
	background: #aa555d;
	padding-left: 30px;
}

#navigation ul.l3 li.active {
	background: #7A2D36;
	font-weight: bold;
	padding-left: 30px;
}

#navigation ul.l3 li.inactive a:link, 
#navigation ul.l3 li.inactive a:visited 
{
	background: url(../images/l3_inactive_link_arrow.jpg) no-repeat left center;
	padding-left: 15px;
}

#navigation ul.l3 li.inactive a:hover {
	background: url(../images/l3_inactive_hover_arrow.jpg) no-repeat left center;
}

#navigation ul.l3 li.active a:link,
#navigation ul.l3 li.active a:visited
{
	background: url(../images/l3_active_link_arrow.jpg) no-repeat left center;
	padding-left: 15px;
}

#navigation ul.l3 li.active a:hover {
	background: url(../images/l3_active_hover_arrow.jpg) no-repeat left center;
}

/* @end */

/* @group Content */

#content {
	float: left;
	width: 650px;
	padding-bottom: 100px;
}

#content h3 {
	margin-left: 60px;
	margin-right: 80px;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #8a9264;
	font-size: 16px;
}

#content h4 {
	margin-left: 60px;
	margin-right: 80px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: black;
	font-size: 14px;
}

#content p {
	margin-left: 60px;
	margin-right: 80px;
	margin-bottom: 15px;
}

#content span {
	margin-right: 80px;
	margin-bottom: 15px;
	font-weight:bold;
}

#content img.img_wrap_left {
	float: left;
	margin-left: 60px;
	margin-right: 30px;
	margin-bottom: 30px;
}

#content img.img_wrap_right {
	float: right;
	margin-left: 30px;
	margin-right: 80px;
	margin-bottom: 30px;
}

#content img.img_wrap_none {
	float: none;
	margin-left: 60px;
	margin-right: 80px;
	margin-bottom: 20px;
}

#content a:link, #content a:visited {
	color: black;
	text-decoration: none;
}

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

#content ul {
	margin-bottom: 20px;
	margin-left: 40px;
	margin-right: 80px;
}

#content ul li {
	background: url(../images/body_bullet.jpg) no-repeat left 4px;
	margin-bottom: 5px;
	padding-left: 20px;
	list-style: none;
}

#content ul.links li {
	background: url(../images/body_bullet.jpg) no-repeat left 4px;
	margin-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
	list-style: none;
}

#content dl.quote {
	margin-left: 60px;
	margin-right: 80px;
	padding-bottom: 20px;
}

#content dl.quote dd {
	margin-left: 0px;
}

#content dl.quote dt {
	margin-right: 40px;
	font-weight: bold;
	text-align: left;h
}

#content dl.contactinfo {
	margin-left: 60px;
	margin-right: 80px;
	padding-bottom: 0px;
}

#content dl.contactinfo dt {
	margin-right: 40px;
	font-weight: bold;
	text-align: left;
}

#content dl.contactinfo dd {
	margin-left: 0px;
}

/* @end */

/* @group Footer */

#footer {
	background: #1a1f53;
	clear: left;
	font-size: 10px;
}

#footer p {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	color: white;
	text-align: right;
}

/* @end */

