.column
	{
	float:left;
	}	
	
.clear:after
	{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size:.1em;
	line-height:.1em;
	}

.clear
	{
	display:block;
	}

*
	{
	margin:0;
	padding:0;
	vertical-align:bottom;
	}

ul
	{
	list-style:none outside;
	}
	
li a
	{
	text-decoration:none;
	}

img
	{
	border:0;
	}

html
	{
	height:100%;
	background:url(../images/layout/bg.png) left top repeat-x #d7d7d7;
	}
	
body
	{
	height:100%;
	background:url(../images/layout/bg-fx.png) center top no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.95em;
	color:#191919;
	padding-bottom:1px;
	}
	
a
	{
	color:#22a8a8;
	}
	
hr
	{
	margin:0;
	padding:0;
	background:#22a8a8;
	border:none;
	height:1px;
	}
	
#main
	{
	width:940px;
	margin:0 auto;
	}
	
#main-header
	{
	position:relative;
	padding:30px 0 0 0;
	}
	
#main-header .logo
	{
	position:absolute;
	bottom:8px;
	left:8px;
	}
	
#main-header .info
	{
	text-align:right;
	float:right;
	}
	
#main-header .contact
	{
	font-size:1.65em;
	font-weight:bold;
	padding:0 0 18px 0;
	}
	
#main-header .contact img
	{
	margin:0 7px 3px 0;
	vertical-align:middle;
	}
	
#main-header .menu
	{
	font-weight:bold;
	text-transform:uppercase;
	font-size:.7em;
	}	
	
#main-header .menu ul
	{
	
	}
	
#main-header .menu li
	{
	padding:14px 0 0 0;
	min-height:25px;
	display:block;
	float:left;
	width:118px;
	background:url(../images/layout/menu-button.png) top left no-repeat #2e3a29;
	text-align:center;
	margin:0 0 3px 3px;
	}	
	
#main-hader .menu li.first
	{
	margin-left:0;
	}
	
#main-header .menu li.active
	{
	background:url(../images/layout/menu-button-active.png) top left no-repeat #66dede;
	margin-bottom:0;
	padding-bottom:3px;
	}	
	
#main-header .menu a
	{
	color:#f2f2f2;
	}
	
#main-header .menu .active a
	{
	color:#fff;
	}
	
#main-intro
	{
	padding:3px 0 0 0;
	border-top:5px solid #66d8d8;
	}
	
#main-intro .container
	{
	width:940px;
	height:208px;
	background:url(../images/layout/intro.jpg) top left no-repeat;
	}

#main-body
	{
	padding:35px 0 0 0;
	}
	
.more
	{
	font-weight:bold;
	}	
	

#body-left
	{
	/* width:315px; */
	width:252px;
	padding-right:63px;
	}	
	
#body-left .menu
	{
	padding:0 0 7px 0;
	background:url(../images/layout/side-menu-bottom.png) bottom left no-repeat;
	font-size:1em;
	}	
	
#body-left .menu .wrapper
	{
	padding:7px 0 0 0;
	background:url(../images/layout/side-menu-top.png) top left no-repeat;
	}		
	
#body-left .menu ul
	{
	padding:0 30px;
	background:url(../images/layout/side-menu.png) bottom left no-repeat #30c1c1;
	text-align:center;
	}	
	
#body-left .menu li
	{
	display:block;
	border-top:1px solid #fff;
	padding:6px 0 7px 0;
	}	
	
#body-left .menu li.active
	{
	
	}			
	
#body-left .menu li.first
	{
	border:none;
	padding-top:3px;
	}	
	
#body-left .menu li.last
	{
	padding-bottom:3px;
	}	
	
	
#body-left .menu li a
	{
	color:#f1f1f1;
	font-family:"Arial Black", Gadget, Sans-serif;
	}		

#body-left .menu li.active > a 
	{
	padding:0 12px;
	background:url(../images/layout/side-menu-active.png) left center no-repeat;
	}		
	

	
#body-left ul.sub
	{
	padding:4px 0 0 0;
	background:none;
	}		

#body-left ul.sub li
	{
	margin:0;
	padding:0 0 4px 0;
	background:none;
	border:none;
	}		
	
#body-left ul.sub a
	{
	margin:0;
	padding:0;
	font-size:.9em;
	font-family:Arial, Helvetica, sans-serif;
	}	
	
	
#body-right 
	{
	width:625px;
	}

	
table
	{
	border-collapse:collapse;
	}
	
td
	{
	vertical-align:top;

	}

#main-footer
	{
	margin:35px 0 10px 0;
	padding:20px 0 0 0;
	border-top:5px solid #ecebec;
	color:#787878;
	}
	
#main-footer .info
	{
	float:left;
	}
	
#main-footer .menu
	{
	
	}
	
#main-footer .menu ul
	{
	float:right;
	}
	
#main-footer .menu li
	{
	display:block;
	float:left;
	padding:0 0 0 40px;
	background:url(../images/layout/footer-item.png) 17px center no-repeat;
	}
	
#main-footer .menu li.first
	{
	padding:0;
	background:none;
	}
	
#main-footer .menu li a
	{
	text-decoration:underline;
	}
	
h1
	{
	font-size:1.3em;
	margin-bottom:20px;
	font-family:"Arial Black", Gadget, Sans-serif;
	text-transform:uppercase;
	}
	
h2
	{
	padding-top:10px;
	margin-bottom:18px;
	color:#22a8a8;
	text-transform:uppercase;
	font-weight:bold;
	font-size:.9em;
	}	
	
h3
	{
	padding-top:4px;
	margin-bottom:12px;
	color:#191919;
	text-transform:uppercase;
	font-weight:bold;
	font-size:.85em;	
	}
	
h4
	{
	padding-top:4px;
	margin-bottom:12px;
	color:#8a8a8a;
	text-transform:uppercase;
	font-weight:bold;
	font-size:.8em;	
	}
	
table.columns h2
	{
	font-size:2.2em;
	margin-bottom:15px;
	font-weight:normal;
	text-transform:uppercase;
	color:#191919;
	
	}
	
table.columns h2 .focus
	{
	color:#66d6d6;
	}
	
	
#body-right p, #body-right ul, #body-right table, #body-right form
	{
	margin-bottom:12px;
	}
	
/* fx */

#body-right p
	{
	line-height:20px;
	}

#body-right ol
	{
	margin-left:20px;
	}

#body-right ul
	{
	margin-left:20px;
	}
	
#body-right ul li
	{
	background:url(../images/layout/list-icon.png) left center no-repeat;
	}	
	
#body-right li
	{
	padding:5px 5px 5px 15px;
	}	
	
#body-right table
	{
	border-collapse:collapse;
	}
	
#body-right tr
	{
	
	}
	
#body-right th, #body-right td
	{
	padding:4px 5px;
	border-top:1px solid #22a8a8;
	border-left:1px solid #22a8a8;
	vertical-align:top;
	}	
	
#body-right tr:first-child td
	{
	padding-top:1px;
	border-top:0;
	}
	
#body-right td:first-child
	{
	padding-left:0;
	border-left:0;
	}		
	
#body-right th
	{
	font-weight:bold;
	}
	
	
#body-right table.columns
	{
	margin-left:-35px;
	}
	

#body-right table.columns td
	{
	padding:0;
	padding-left:35px;
	width:295px;
	}	
	
	
#body-right table.columns td
	{
	border:none;
	}
	
/*	
.mapinfo
	{
	padding-right:20px;
	}
*/
	