@charset "UTF-8";
body {
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.topLinks {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0A853E;
	text-align: right;
	height: 10px;
}
.header {
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	height: 107px;
	margin-top: 4px;
	margin-bottom: 4px;
	background-image: url(../images/bg-header.png);
}
.mainContentTop {
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	height: 15px;
	margin-top: 10px;
	background-image: url(../images/bg-bodytop.png);
}
.mainContentMiddle {
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg-bodymiddle.png);
}
.mainContentBottom {
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	height: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url(../images/bg-bodybottom.png);
}
#sidebarContainer {
	width: 176px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	background-image: url(../images/BGsidebarMiddle.jpg);
}
#sidebarTop {
	background-image: url(../images/BGsidebarTop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
.sidebarContent {
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.smalltext {
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #999;
}
a:link{
	color: #0A853E;
}
a:visited{
	color: #056C07;
}
a:active{
}
a:hover{
	color: #F60;
}h1 {
	font-size: 1.6em;
	color: #0A853E;
}
h2 {
	font-size: 1.2em;
}

/****** Header Navigation Start *******/
#dropnavlistcontainer {
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	height: 25px;
	width: 742px;
	margin-right: auto;
	margin-bottom: 0px;
}
#navleft  {
	position: relative;
	height: 25px;
	width: 10px;
	background-image: url(../images/navbar_left.gif);
	float: left;
}
#navright {
	position: relative;
	height: 25px;
	width: 10px;
	background-image: url(../images/navbar_right.gif);
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}

ul#dropnavlist {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	position: relative;
	left: 0px;
	height: 25px;
	font-weight: bold;
	font-style: normal;
	background-image: url(../images/navbar.gif);
	line-height: 2em;
	color: #FFF;
}
ul#dropnavlist a
{
	text-decoration: none;
}

ul#dropnavlist, ul#dropnavlist ul, ul#dropnavlist li
{
	list-style-type: none;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul#dropnavlist li {
	float: left;
	height: 25px;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 105px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}

ul#dropnavlist li a
{
	color: #FFF;
	height: 25px;
	display: block;
	margin: 0px;
	padding: 0px;
}

ul#dropnavlist li a:hover
{
	background-color: #060;
	background-image: url(../images/navbar_over.gif);
	background-repeat: repeat-x;
	height: 25px;
}

ul#dropnavlist li a:active
{
	color: #000000;
	background-color: #003366;
	background-image: url(../images/navbar_sel.gif);
}
ul#dropnavlist li a.left {
	color: #FFF;
	height: 25px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #666;
	background-image: url(../images/navbar_left.gif);
	background-repeat: no-repeat;
	background-position: left;
}
ul#dropnavlist li a.left:hover {
	background-image: url(../images/navbar_left_over.gif);
}
ul#dropnavlist li a.right {
	color: #FFF;
	height: 25px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #666;
	background-image: url(../images/navbar_right.gif);
	background-repeat: no-repeat;
	background-position: right;
}
ul#dropnavlist li a.right:hover {
	background-image: url(../images/navbar_right_over.gif);
}
/******* Header Navigation End *******/
.testimonialSignature {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#sidebarBottom {
	background-image: url(../images/BGsidebarBottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 10px;
}
.box1 {
	height: 116px;
	width: 176px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 12px;
	display: inline-block;
	float: left;
}
.headerTagline  {
	position: relative;
	left: 30px;
	top: 74px;
	width: 400px;
	float: left;
}
.wsjLink {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.wsjLink a:link {
	color: #0A853E;
	text-decoration: none;
}
.wsjLink a:hover {
	color: #0C0;
}
.boxContainer {
	height: 130px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 0px;
}
.mainContainer {
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
}
.mainText {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 20px;
	margin-left: 20px;
}
.footer {
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	height: 128px;
	margin-top: 4px;
	margin-bottom: 20px;
	background-image: url(../images/bg-footer.png);
}
#footerTop {
	height: 14px;
	background-image: url(../images/bg-footerTop.png);
	width: 766px;
	margin-right: auto;
	margin-left: auto;
}
#footerMiddle {
	background-image: url(../images/bg-footerMiddle.jpg);
	width: 766px;
	margin-right: auto;
	margin-left: auto;
}
#footerBottom {
	height: 14px;
	background-image: url(../images/bg-footerBottom.png);
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.footerContent {
	text-align: center;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #FFF;
	font-size: 12px;
}
.footerContent a:link {
	color: #CCC;
	text-decoration: none;
	font-weight: normal;
}
.footerContent a:visited {
	color: #999;
}
.footerContent a:hover {
	color: #FFF;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	margin-top: 10px;
}
#category {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #f1f2f2;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	margin-right: 5px;
	margin-left: 5px;
}
.imageleft {
	float: left;
	padding-right: 10px;
	position: relative;
}
.category-textbox {
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
}
.textBox {
	background-color: #E6E6E6;
	padding: 30px;
	width: 570px;
	border: 1px solid #999;
	margin-left: 25px;
	line-height: 2em;
}
.bold {
	font-weight: bold;
}
li {
	font-size: 1em;
	line-height: 1.8em;
	font-weight: bold;
	color: #0A853E;
}

.vzebra-odd
{
	background: #eff2ff;
}
.vzebra-even
{
	background: #e8edff;
}
#ver-zebra #vzebra-odd
{
	background: #d0dafd;
	border-bottom: 1px solid #c8d4fd;
}
#ver-zebra #vzebra-even
{
	background: #dce4ff;
	border-bottom: 1px solid #d6dfff;
}
.red {
	color: #F00;
}
