/* CSS layout */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	background-color: #ffffff;
	text-align: center;
}
a {
	color: #0079C2;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration:none;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0079C2;
	font-weight: normal;

}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0079C2;
	font-weight: bold;

}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4ba318;
	font-weight: normal;

}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f64d16;
	font-weight: bold;

}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_center {
	text-align: center;
}

#masthead {
	/*background-image: url('../vb_header_with_special.gif');*/
	border: none;
	border-style:none;
	height: 150px;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	width: 800px;
	margin: 0 auto 0px;
}

#container {
	position: relative;
	width: 800px;
	background-color: #ffffff;
	text-align: left;
	margin: 0 auto;
	
}

/* Styles for SideBar Navigation */
#sidebar {
	padding: 10px 0px 0px 0px;
	float: left;
	width: 150px;
	background-color: #ffffff;
	position: relative;
	clear: both;
	display: inline;
	color: #0079C2;
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 0px solid #cdf;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #0079C2;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid;
	background-color: #0079C2;
	border-bottom-color: #0079C2;
}

#page_content {
	margin-right: 200px;
	margin-left: 150px;
	padding: 5px 10px 30px 10px;
}
#homepage_content {
	margin-right:0px;
	margin-left: 150px;
	padding: 5px 0px 30px 10px;

}
#right_col {
	width: 160px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding-left: 10px;
	padding-bottom: 30px;
	overflow: auto;
	padding-top: 5px;
}
#image {
	margin-bottom: 10px;
	margin-left: 3px;
	margin-right: 3px;
	border: none;
}

#image a {
	text-decoration:none;
	border:none;
}

#image a:hover {
	border: none;
}
#navigation {
	background-color: #71BF44;
	text-align: center;
	width: 800px;
	height:35px;
		margin: 0 auto;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 800px;
	margin: 0;
	padding: 0;
    background-color: #71bf44;
}
#navigation li {
	float: left;
}
#navigation a {

	color: #FFFFFF;
	text-decoration: none;
	margin: 0 1px;
	padding: 10px;
	display: block;
	font-family: "Copperplate Gothic Light";
	background-color: #71bf44;
	font-size: 15px;
	vertical-align: middle;
	text-align: center;
}
#navigation a:hover {
	border: 1px none #FFFFFF;
	background-color: #cdf;
	color: #0079C2;
}

/* Styles for Footer */
#footer {
	clear: both;
	width: 800px;
	background-color: #71bf44;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
		margin: 0 auto;
}

#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
/*Styles for Footer #2 */
#footer2 {
	clear: both;
	width: 800px;
	background-color: #000000;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
		margin: 0 auto;
}

#footer2 p {
	font-size: 0.7em;
	color:#ffffff;
	text-align: center;
	margin: 0px;
	padding: 2px;
}

#testimonial {
	background-color: #ffffff;
	text-align: center;
	width: 400px;
	margin: 0 auto;
	}
/* Styles for Testimonials */
#testimonial ul {
	width: 400px;
	height:30px;
	margin: 0;
	padding: 0;
    background-color: #ffffff;
}
#testimonial li {
	float: left;
	height:30px;
	padding: 5px;
	color: #71bf44;
	background-color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	display: block;
}

#testimonial a {

	margin: 0 px;
	padding: 5px;
	display: block; 
	background-color: #ffffff;
	font-size: 15px;
	vertical-align: middle;
}
#testimonial a:hover {
	border: 0px none #FFFFFF;
	background-color: #cdf;
	color: #0079C2;
}