/* global */
html {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
	font-size:13px;
	line-height:18px;
}

img {
	border: 0px;
}

a {
	outline: none;
}

/* positioning - left, right and center */
.fleft {
	float: left;
}

.fright {
	float: right;
}
.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.clear{clear:both;}

/* main container */
#main {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(bg_main.jpg);	
}

/* main content */
#content {
	width: 768px;
	float:right;
	padding: 0;
	margin:0;
	background-color:#fff;
}

#crow{
	height: auto;
	min-height: 250px;
	padding:20px 30px 20px 30px;
}

#lrow{
	width:212px;
	float:left;	
	height: auto;
	min-height: 350px;
	padding: 0;
	margin:0;
}

#footer{
	width: 980px;
	height:48px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 7px solid #a8b136;
	font-size:10px;
	line-height:12px;
}

#footer_content{
	width: 768px;
	float:right;
	height: 48px;
	padding: 0;
	margin:0;
	background-color:#fff;
	background-image:url(footer_white_top.jpg);
	background-position: top left;
	background-repeat:no-repeat;	
}

#footer_menu{
	width:212px;
	float:left;	
	height: 48px;
	padding: 0;
	margin:0;
	background-color:#a8b136;
	font-size: 11px;
	text-transform: uppercase;
}

a.breadcrumb {
	color:#a8b136;
	font-size:10px;
	text-decoration:none;
}

div.routeForm{
	background-color:#EEEEEE;
	border:1px solid silver;
	margin:32px 0 10px;
	padding:4px;
	width:338px;
}

#textRoute{
	float:right;
height:420px;
margin:0;
overflow:auto;
width:335px;
}

