body {
	padding: 0px;
	margin: 0px;
	color: #333;
}

body, tr, td, input, select, option, textarea {
	font-family: verdana;
	font-size: 12px;
}

* {
	outline: 0;
}
.clear {
	clear: both;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0px;
}

a, a:link, a:visited, a:active, a:hover {
	color: #416ad0;
}

div#wrapper {
	
}

div#header {
	background-color: #416ad0;
	color: #ffffff;
	background-image: url(../../images/frontend/header.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	
	
}

div#topleft {
	background-image: url(../../images/frontend/topleft.png);
	background-repeat: no-repeat;
	background-position: 400px bottom;
	position: 
}

h1 {
	font-family: 'Droid Sans', arial, serif;
	color: #416ad0;
	font-size: 20px;
	font-weight: bold;
}

h1 span {
	color: #d07a41;
}

h2 {
	font-family: 'Droid Sans', arial, serif;
	color: #d07a41;
	font-size: 15px;
	font-weight: bold;
}

div#header span.title {
	font-size: 30px;
	font-family: 'Droid Sans', arial, serif;
	font-weight: bold;
	padding: 20px;
	display: block;
	
}

div#menu {
	padding-left: 20px;
	width: 380px;
	float: left;
	background-color: #416ad0;
	
}

div#menu ul, div#menu ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}

div#menu ul li { 
	float: left;
	

}

div#menu ul li a.active {
	margin-top: 10px;
	padding-top: 7px;
	background-color: #fff;
}

div#menu ul li a {
	margin-top: 11px;
	font-family: 'Droid Sans', arial, serif;
	font-size: 13px;
	display: block;
	background-color: #f0f0f0;
	color: #333;
	text-decoration: none;
	padding-top: 5px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-right: 5px;
	padding-left: 4px;
	padding-right: 4px;
	border-left: 1px solid #999;
}

div#menu ul li a:hover {
	background-color: #d07a41;
	color: #fff;
}

div#footer {
	background-color: #d07a41;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#footermenu {
	
}


div#body {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 940px;
	
}

div#footermenu ul, div#footermenu ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div#footermenu ul li { 
	float: left;
	margin-right: 20px;
}

div#footermenu ul li a {
	font-size: 10px;
	color: #fff;
	text-decoration: none;	
}

div#home_offices {
	margin-left: -10px;
}

div#home_offices div {
	position: relative;
	margin-left: 10px;
	float: left;
	border: 1px solid #333;
	width: 300px;
	background-color: #f0f0f0;
	margin-bottom: 8px;
}

div#home_offices div em.type {
	position: absolute;
	text-indent: -2000px;
	background-position: right;
	background-repeat: no-repeat;
	width: 64px;
	height: 64px;
	right: 0px;
	bottom: 0px;
	margin-bottom: 50px;
}
div#home_offices div em.type2 {
	background-image: url(../../images/frontend/type2.png);
}


div#home_offices div p {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	height: 40px;
}

div#home_offices div img.photo {
	width: 300px;
	height: 200px;
	border: 0px;
}

div#home_offices a.title {
	display: block;
	font-weight: bold;
	background-color: #416ad0;
	color: #fff;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-size: 13px;
}

div.office_left {
	float: left;
	width: 610px;
	margin-right: 10px;
}

div.office_right {
	float: left;
	margin-left: -10px;
	width: 324px;
}

div.office_right div.office_photo {
	float: left;
	margin-left: 10px;
	margin-bottom: 8px;
}

div.office_right div.office_photo img {
	border: 0px;
	width: 150px;
	height: 100px;
	border: 1px solid #333;
}

div.office_left p {
	margin-top: 0px;
}

a.button {
	display: block;
	float: left;
	width: 276px;
	height: 28px;
	background-image: url(../../images/frontend/button.png);
	border: 0px;
	text-decoration: none;	
}

a.button span {
	border: 0px;
	text-decoration: none;
	display: block;
	height: 28px;
	font-family: 'Droid Sans', arial, serif;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	text-indent: 20px;
}

form div.field {
	margin-bottom: 5px;
}

form div.bool label {
	color: #333 !important;
	float: none;
}

form div label {
	width: 150px;
	float: left;
}

form div div.input {
	float: left;
}

form div div.input input {
	width: 400px;
}
form div div.input input.checkbox {
	width: auto;
}

form div div.input textarea {
	width: 400px;
	height: 100px;
}

form div  input.submit {
	background: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
	float: right;
	width: 276px;
	height: 28px;
	background-image: url(../../images/frontend/button.png);
	font-family: 'Droid Sans', arial, serif;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
	text-align: left;
	text-indent: 20px;
	margin-right: 53px;
	cursor: pointer;
}

form div.errormessage {
	text-indent: 150px;
	margin-bottom: 10px;
	font-style: italic;
	color: #ff0000;
}

form div.error {
	color: #ff0000;
}