body {
	margin:0;
	padding:0px;
	/*background-color:#336601;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444444;
}
.bg1 {
	background-color:#336601;
}
.bg2 {
	background-color:#ADC41A;
}
.bg3 {
	background-color:#EAF5B0;
}
.bg4 {
	background-color:#F9FBE1;
}
.bg5 {
	background-color:#E7F19A;
}
.bg6 {
	background-color:#FFFFFF;
}
.bg7 {
	background-color:#669900;
}
.bg_grey {
	background:url(bg_g_x.jpg) repeat-y;
	background-color:#E9E9E9;	
}
.bg_orange_why {
	background-color:#FF9900;
	padding:3px;
}
.bg_light_why {
	background-color:#F9FBE1;
	padding:3px;
}
.bg_green_why {
	background-color:#ADC41A;
	padding:3px;
}
td.bg_why {
	/*background-color:#E9E9E9;*/
	background:url(bg_g_y.jpg) repeat-x;;
	border:1px #AEAEAE solid;
	vertical-align:top;
	width:140px;
}
td.bgwhite {
	background-color:#FFFFFF;
	height:350px;
}
a.lnkwhite {
	color:#FFFFFF;
}
.line {
	color:#EBF4A8;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.bold {
	font-weight:bold;
}
div.titles {
	font-family:Georgia, Verdana;
	color:#336601;
	padding-left:5px;
	padding-bottom:6px;
	font-size:18px;
	text-align:left;
}
div.subtitles {
	font-family:Georgia, Verdana;
	color:#336601;
	font-size:16px;
	font-weight:bold;
}
#content {
	background-color:#FFFFFF;
	height:auto;
	width:89%;
	min-height:280px;
	text-align:left;
}
#content h2, p, div {
	margin-top:0;
	margin:0 10px 0 10px;
}
#content h2{
	padding:6px;
	margin-bottom:4px;
}
div.titles_icon {
	font-family:Georgia, Verdana;
	color:#4D0827;
	padding-bottom:2px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
td.titles_why {
	text-align:center;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	vertical-align:top;
}
.txtwhite {
	color:#FFFFFF;
	font-size:10px;
}
.txt_why {
	font-size:11px;
	text-align:center;
	vertical-align:top;
}
.txt_sub {
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
}
.txt_main {
	text-align:left;
}
td.icon {
	background-color:#CCCCCC;
	text-align:center;
	padding:5px;
}
div.icon {
	padding-top:3px;
	padding-bottom:3px;
	text-align:left;
}
.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}

/* MENU styles
-------------------------------------------*/

#nav{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	/*font-weight:bold;*/
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}
#nav ul li {
	display: block;
	float: left;
	margin: 0 24px 0 24px;
}
#nav ul li a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 8px 10px 4px 10px;
	color: #FFFFFF;
	text-transform:uppercase;
	font-weight: bold;
}
#nav ul li a:hover {
	color: #336601;
}
#nav a.current {
	color: #FFFFFF;
	background: #212E3F;
}
#nav a.current {
    color: #FFFFFF;
    background: #B31B34;
}
#nav a.current {
    color: #FFFFFF;
}

/*PORTFOLIO styles
-------------------------------------------*/
#portfolio {
	margin:0 auto;
	padding-bottom:15px;
}
#holder {
	/*width:700px;*/
	width:700px;
	margin-top:20px;
	text-align:center;
}
#portfolio a {
	/*width:187px;*/
	width:240px;
	height:132px;
	display:block;
	text-decoration:none;
	margin: 0 14px 20px 14px;
	float:left;
}
#portfolio img {
	border:0px;
	border:1px solid #ADC41A;
}
#portfolio table td {
	text-align:center;
	padding:4px 4px 8px 4px;
	height:220px;
}
#portfolio .caption {
	width:240px;
	color:#669900;
	font-size:10px;
}
#holder img {
	border:3px solid #ADC41A;
}
#contacts {
	padding-top:40px;
	font-size:14px;
}


