﻿html {
	background: #eee;
}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: arial, helvetica, verdana, sans-serif;	
	line-height: 1.6em;
}

/*
 * Main layout 
 */
#HeaderWrapper {
	background: #E0E8FF url(../images/header_background.png) repeat-x;
	color: #a7ca76;
	text-align: center; /* IE hack */
}

#Header {
	width: 720px;
	margin: 0 auto;
	padding-top: 60px;
	text-align: left;
}
#CompanyLogo {
	background: url(../images/VisionPartners.png) no-repeat;
	margin-top: -8px;
	margin-bottom: 8px;
	width: 500px;
	height: 50px;
}
#Navigation {
	width: 720px;
	margin: 0 auto;
	text-align: left;
}
#BannerWrapper {
	background-image: url('../images/banner.jpg');
	height: 100px;
	text-align: center;
	background-repeat: no-repeat;
	
}
#Banner {
	background-image: url('../images/banner.png');
	height: 180px;
	width: 760px;
	margin: 0 auto;
	padding-top: 60px;
	text-align: left;
}
#BodyWrapper {
	background: #eee url(../images/background.png) repeat-x;
	text-align: left;
	min-height: 300px;
}

#Body {
	width: 720px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0px 20px 30px 20px;
}

#Layout {
	padding-top: 30px;
}

#FooterWrapper {
	width: 760px;
	margin: 0 auto;
	margin-bottom: 30px;
}

#Footer {
	padding: 10px 20px 10px 20px;
}
/* end of Main layout */

/*
 * General styles
 */
a {
	text-decoration: none;
}

a img {
	border: none;
}

.clear {
	display: block;
	clear: both;
	height: 0px;
}
/* end of General styles

/*
 * Header 
 */
#Header {
}
	#Header h1 {
		margin-top: 0;
	}
	#SiteName {
		font-size: 35px;
		text-shadow: #548b14 1px 1px 2px;
		margin-bottom: -8px;
		font-family: arial, helvetica, verdana, sans-serif;
		letter-spacing: -3px;
	}
		#SiteName a {
			color: #b8db87;
		}
		#SiteName span {
			color: #fff;
		}
	#TagLine {
		color: #fff;
		font-weight: normal;
		text-shadow: #548b14 1px 1px 2px;
	}
		#TagLine span {
			font-family: Baskerville, Goergia, Times, "Times New Roman", serif;
			font-style: italic;
		}
/* end of Header */

/*
 * Navigation 
 */
#Navigation {
}
	#Navigation ul {
		float: left;
		margin: 0;
		margin-bottom: 10px;
		padding: 0;
		list-style: none;
		clear: both;
		font-size: 12px;
	}
	#Navigation ul li {
		float: left;
	}
	#Navigation ul li a {
	display: block;
	color: #000080;
	font-weight: bold;
	margin-left: 3px;
	margin-right: 3px;
	}
	#Navigation .navItemBottomLeft, #Navigation .navItemBottomRight {
		height: 5px;
	}
	#Navigation a.current, #Navigation a.section {
	color: #7A7878;
	background: #D3DAED url(../images/nav_menu_item_left_corner.png) no-repeat;
}
	#Navigation a.current .navItemBottomLeft , #Navigation a.section .navItemBottomLeft  {
		background: #D3DAED url(../images/nav_menu_item_bottom_left_corner.png) 0% 0% no-repeat;
	}
	#Navigation a.current .navItemBottomRight , #Navigation a.section .navItemBottomRight  {
		background: url(../images/nav_menu_item_bottom_right_corner.png) 100% 0% no-repeat;
	}
		#Navigation a span {
			display: block;
			padding: 6px 10px 0px 10px;
		}
		#Navigation a.current span, #Navigation a.section span {
			background: url(../images/nav_menu_item_right_corner.png) 100% 0% no-repeat;
			text-shadow: none;
		}
	#Navigation a:hover {
	color: #7B7979;
}
/* end of Navigation */

/*
 * SubNavigation 
 */
#SubNavigation {
	background: #EEF2FE url(../images/subnavigation_background.png) no-repeat 0%
100%;
}
	#SubNavigation ul {
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
		clear: both;
	}
	#SubNavigation ul li {
		float: left;
	}
	#SubNavigation ul li a {
	color: #00379B;
	display: block;
	padding: 5px 8px 5px 8px;
	margin-left: 3px;
	margin-right: 3px;
	font-weight: bold;
}
#SubNavigation a.current, #SubNavigation a.section {
	color: #908F91;
}
#SubNavigation a:hover {
	color: #00379B;
}
/* end of Navigation */

/* Breadcrumbs */
#Breadcrumbs {
	font-size: 11px;
}
/* end of Breadcrumbs */

/* Body */
#Body {
	background: #fff url(../images/body_background.png) 0% 100% no-repeat;
	text-align: left;
	color: #333;
	padding-bottom: 20px;
}
	#Body a {
	color: #00379B;
}
#Body a:hover {
	color: #7A7878;
}

#Content {
	margin-top: 20px;
}
/* end of Body */

/* 
 * Page Comment 
 */
#PageComments_holder h4 {
	font-size: 1.2em;
	margin-bottom: 5px;
	color: #666;
}
#PageComments {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}
	#PageComments li {
		padding: 5px 10px 5px 10px;
	}
	#PageComments li.even {
		background: #eee;
	}
#PageComments .actionLinks {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}
	#PageComments .actionLinks li {
		display: inline;
		padding-left: 0;
		margin-left: 0;
	}

/* Footer */
#FooterWrapper {
	background: #D3DAED url(../images/footer_background_top.png) no-repeat;
}
#Footer {
	background: url(../images/footer_background_bottom.png) 0% 100% no-repeat;
	text-align: left;
	color: #7A7878;
	font-size: 11px;
}
		#Footer a {
	color: #808080;
	font-weight: bold;
}
/* end of Footer */
/************************
SITEMAP
************************/
#sitemap-list {padding:0 0 0 10px; margin:0; list-style:none; font-weight:bold; line-height:150%} /*1st level list*/
#sitemap-list li {padding:10px; margin-top:10px; font-size:13px; background:#f0f0f0;} /*1st level items*/
 
#sitemap-list ul {margin:5px 10px 5px 10px; padding:5px 10px; font-weight:normal; background:#f8f8f8;} /*2nd level lists*/
#sitemap-list li li {padding:0; margin:0; list-style:none; font-weight:bold; font-size:11px; line-height:18px; background:none} /*2nd level items*/
 
#sitemap-list ul ul {margin-left:10px;padding:5px 10px;  background:#fff;} /*3rd level lists*/
#sitemap-list li li li {font-size:11px; font-weight:normal;} /*3rd level items*/