@charset "utf-8";

a:link {
	color: #004079;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #60903B;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
}

body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font: 100% Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

h1 {
	font-size: 125%;
	font-weight: bold;
	color: #004079;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	color: #004079;
}

h3 {
	font-size: 85%;
	font-weight: bold;
	color: #004079;
}

p {
	font-size: 90%;
	line-height: 1.3;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	font: 90%/1.3 Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

ul span, ol span {
	color: #666666; 
}
.container {
	margin: 0px auto;
	width: 780px;
}
#header {
	background: #FFFFFF url(../images/header_bg.jpg) repeat-x;
	float: left;
	width: 100%;
	padding: 20px 0px 0px;
}
#navigation {
	font-size: .8em;
	font-weight: bold;
	background: url(pro_drop4_back.gif) repeat-x;
	float: left;
	margin: 0px auto;
	width: 100%;
}
#content-wrapper {
	background: #FFFFFF url(../images/content_bg.jpg) repeat-x;
	padding: 0px 0px 0px;
	float: left;
	width: 100%;
}

#main-content {
	float: left;
	width: 610px;
	min-height:350px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.highlightbox {
	margin: 0px auto 10px;
	padding: 5px;
	width: 598px;
	float: none;
	background: #DFE9D8;
	border: 1px solid #AFC79D;
}
.highlightbox  p {
	font-style: italic;
	font-weight: bold;
	color: #60903B;
	text-align: center;
	white-space: normal;
}


#testimonial {
	margin: 0px;
	padding: 5px;
	background: #D9E2EB;
	border: 1px solid #99B3C9;
	font-size: 90%;
	font-style: italic;
	line-height: 125%;
}

#footer1 {
	background: url(../images/footer1_bg.gif) repeat;
	padding: 5px 0px;
	clear: both;
	float: left;
	width: 100%;
	font-size: 75%;
	color: #004079;
	text-align: center;
}

#footer2 {
	background: #AFC79D url(../images/footer2_bg.gif) repeat;
	padding: 5px 0px;
	float: left;
	width: 100%;
	font-size: 75%;
	text-align: center;
	font-weight: bold;
	color: #004079;
	border-bottom: 4px solid #004079;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
img.no-border {
	border: none;
}
img.float-right {
	margin: 5px 0px 5px 15px;
	float: right;
	border-style: none;
}
img.float-left {
	margin: 5px 20px 5px 0px;
	white-space: normal;
	float: left;
	border-style: none;
}
/* sidebar */
#sidebar {
	float: right;
	width: 147px;
	margin: 25px 0px 10px;
	padding: 0;
}	
#sidebar   h2 {
	padding: 5px 0px 0px 5px;
	margin: 0;
	color: #004079;
}
.sidebox {
	margin-bottom: 10px;	
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;
}
#sidebar ul.sidemenu li {
	padding: 0px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #666;
	height: auto;
	padding:0.3em 0 0.3em 15px;
	line-height: normal;
	border-bottom: 1px dashed #D5D5D5;
	text-decoration:none;
	font-size: 12px;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D5D5D5;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid #004079;
	color: #004079;
}
