body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	background-color:#666f41;
	background-image:url(/images/bg-white-site.gif); 
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	color:#333333;
}

img {
	border:0px;
}

#wrapper {
	background-image:url(/images/bg_page2.gif); 
	background-repeat:repeat-x;
	width:100%;
	margin-right:auto;
	margin-left: auto;
	background-color:#FFFFFF;
}

h1 {
	font-size:21px;
	font-weight: normal;
	line-height:26px;
	color:#708c01;
}

h2 {
	font-size:14px;
	font-weight: bold;
	line-height:18px;
	color:#d37802;
}

h3 {
	font-size:14px;
	font-weight: bold;
	line-height:18px;
	color:#000000;
}

#content_space {
	padding-left:1px;	
}

.text_large {
	font-size:14px;
}

a {
	color:#0062a3;
	text-decoration:none;
}

a:hover {
	color:#0062a3;
	text-decoration:underline;
}

ul#list_spaced li {
	padding-bottom:15px;
}


/* HOME */
#home_box_black { 
	background-color:#000000;
	color:#FFFFFF;
	width:218px;
	padding:7px 0px 6px 12px;
}

#home_box_orange { 
	padding:5px 20px 10px 20px;
	border:solid 1px #f8bf5f;
}

a.white_link:link, a.white_link:visited, a.white_link:active {
	color: #ffffff;
	font-size:12px;
	text-decoration: none;
	font-weight:normal;
}

a.white_link:hover {
	color: #ffffff;
	font-size:12px;
	text-decoration: underline;
	font-weight:normal;
}


/* HEADER */
.tagline_text {
	font-size:14px;
	font-weight: normal;
	line-height:26px;
	color:#708c01;
}

.tagline_large {
	font-size:16px;
	font-weight: bold;
	line-height:26px;
	color:#708c01;
}

.header_text {
	font-size:11px;
	font-weight: bold;
	color:#666666;
}

a.header_text_link:link, a.header_text_link:visited, a.header_text_link:active {
	font-size:11px;
	font-weight: bold;
	color:#666666;
	text-decoration: none;
}

 a.header_text_link:hover {
	font-size:11px;
	font-weight: bold;
	color:#666666;
	text-decoration: underline;
}

.header_text_large {
	font-size:15px;
	font-weight: bold;
	color:#666666;
	padding-bottom:4px;
}

.breadcrumb, a.breadcrumb:link, a.breadcrumb:visited, a.breadcrumb:active {
	color: #7e7e7e;
	font-size:10px;
	text-decoration: none;
	font-weight:normal;
}

a.breadcrumb:hover {
	color: #d78702;
	font-size:10px;
	text-decoration: underline;
	font-weight:normal;
}


/* LEFT NAV */

#leftnav {
	width:100%;
	background-color:#FFFFFF;
}

#menu_space	{
	padding-bottom:15px;
}

menu {
	font-size:13px;
	line-height:17px;
	font-weight: bold;
	color:#d37802;
}

a.menu:link, a.menu:visited, a.menu:active {
	color: #000000;
	font-size:13px;
	line-height:17px;
	text-decoration: none;
	font-weight:bold;
}

a.menu:hover {
	color: #d78702;
	font-size:13px;
	line-height:17px;
	text-decoration: underline;
	font-weight:bold;
}

.menu_on {
	color: #d78702;
	font-size:13px;
	line-height:17px;
	font-weight:bold;
}

.testimonial  {
	font-size:13px;
	line-height:20px;
	font-weight: bold;
	color:#708c01;
}

.testimonial_name  {
	font-size:11px;
	line-height:16px;
	font-weight: normal;
	color:#708c01;
}


.copyright {
	font-size:11px;
	line-height:19px;
	font-weight: normal;
	color:#c6ccad;
	text-align:left;
}

#footer {
	padding:17px 0px 15px 0px;
	text-align:center;
	background-color:#666f41;
}

.footer_link {
	color:#c6ccad;
}

a.footer_link:link, a.footer_link:visited, a.footer_link:active {
	color: #c6ccad;
	font-size:11px;
	line-height:17px;
	text-decoration: none;
	font-weight:bold;
}

a.footer_link:hover {
	color: #c6ccad;
	font-size:11px;
	line-height17px;
	text-decoration: underline;
	font-weight:bold;
}


/* COLORS */

#bg_gray_light { background-color:#999999;}
#bg_black { background-color:#000000;}

