.breadcrumb {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 line-height:20px;
 margin:0px;
 text-decoration:none;
 padding:3px;
 color:#000000;
}

.navigation:link, .navigation:visited {
 font-family:"Trebuchet MS";
 font-size: 16px;
 font-style:normal;
 font-weight:bold;
 color:#333333;
 display:block;
 padding: 6px 8px 6px 10px;
 width: 140px;
 text-decoration: none;
 background-color:#5395B9;
}

.navigation:hover {
 font-family: "Trebuchet MS";
 font-size: 16px;
 font-style: normal;
 font-weight: bold;
 color: #FFFFFF;
 display: block;
 padding: 6px 8px 6px 10px;
 width: 140px;
 text-decoration: none;
 background-color:#006699;
 }
 
.content_header {
 font: bold 18px 'Trebuchet MS';
	display: block;
	padding: 3px 3px 3px 12px;
	border-bottom: 1px solid #CCCCCC;
	color:#333333;
}

.content {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#333333;
	line-height: 18px;
	padding: 3px 22px;
	margin: 0px;
	list-style-type: none;
}

.content_centered {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#333333;
	line-height: 18px;
	padding: 3px 22px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
}

.content_links {
font-family:"Trebuchet MS";
font-size:16px;
color:#333333;
margin:0px;
text-align:center;
list-style:none;
text-decoration:none;
}

.content_leftaligned {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#333333;
	line-height: 18px;
	padding: 3px 22px;
	margin: 0px;
	list-style-type: none;
	text-align:left;
}
.content_justified {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#333333;
	line-height: 18px;
	padding: 3px 22px;
	margin: 0px;
	list-style-type: none;
	text-align:justify;
}

<!---CONTACT FORM STYLE--->


#contact_form{
font-family: "Trebuchet MS"
width:350px;
height:auto;
padding:0px 0 0 0px;
}

.form_row{
font-family: "Trebuchet MS"
float:left;
padding:7px 0 7px 0;
}

label{
font-family: "Trebuchet MS"
width:60px;
float:left;
padding:3px 5px 0 0;
color:#000000;
text-align:right;
font-weight:bold;
}
input.contact_input{
font-family: "Trebuchet MS"
width:280px;
height:24px;
float:left;

border:1px #CCCCCC solid;
background-color:#E8ECEC;

color: #6F664C;
}
textarea.contact_textarea{
font-family: "Trebuchet MS"
width:280px;
height:80px;
float:left;
border:1px #BFB28F solid;
background-color:#E8DEC4;
color: #6F664C;
}
input.send_message{
float:right;
padding:10px 10px 0 0;
}

.left_content{
width:350px;
float:left;
padding:0px 0px 0px 0px;
}

.right_content{
width:300px;
float:left;
padding:10px 0 10px 20px;
}

