body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #EC2426;
	text-decoration: none;
}

a:hover {
	color: #EC2426;
	text-decoration: underline;
}

#body-container {
	margin-left: 10px;
	margin-right: 10px;
}

#header-bar-above {
	background-color: #EC2426;
	height: 15px;
}

#header-bar-below {
	background-color: #EC2426;
	height: 7px;
	clear: both;
}

#header {
	text-align: center;
	height: 170px;
	min-width: 1024px;
}

#header-left {
	width: 224px;
	height: 170px;
	background-image: url(../images/header_left.jpg);
	background-repeat: no-repeat;
	float: left;
}

#header-middle {
	width: 350px;
	height: 170px;
	float: left;
	text-align: center;
	margin-left: 10%;
}

#header-middle-logo {
	width: 264px;
	height: 141px;
	background-image: url(../images/header_logo.jpg);
	background-repeat: no-repeat;
	margin: auto;
}

#header-middle-text {
	font-size: 11px;
}

#header-right {
	width: 278px;
	height: 170px;
	background-image: url(../images/header_right.jpg);
	background-repeat: no-repeat;
	float: right;
}

ul {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* Menu */
#menu-container {
	width: 270px;
	float: left;
	margin-left: 10px;
}


/* Content */
#maincontent-container {
	width: 1024px;
}


#content-container {
	text-align: justify;
	float: left;
	margin-right: 10px;
	margin-top: 7px;
	width: 65%;
}

h1 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: -5px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	color: #515254;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #515254;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #515254;
	font-family: Arial, Helvetica, sans-serif;
}

/* Images block */
#images-block {
	width: 220px;
	float: right;
	padding-left: 10px;
	
}

#images-block-title {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 15px;
	color: #EE6C25;
	text-align: center;
}

#images-block img {
	padding: 5px;
	
}

/* Breadcrumb */
#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EE6C25;
	margin-bottom: 15px;
}

#breadcrumb a {
	color: #EE6C25;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

/* Footer */
#footer {
	text-align: center;
	color: #666666;
	font-size: 9px;
	margin-top: 20px;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #666666;
	text-decoration: underline;
}

#listContainer {
	width: 450px;
	height: 120px;
	font-size: 16px;
	font-weight: bold;
}

#smallLeftBox {
	width: 200px;
	float: left;
}

#smallRightBox {
	width: 180px;
	float: left;
}
	
#error-msg {
	color:#990000;
	font-weight: bold;
	padding-bottom: 20px;
}

#success-msg {
	color: #339900;
	padding-bottom: 20px;
}

.map {
	float: right;
	color: #FFCC99;
	font-size: 10px;
	text-align: center;
}

.form-item {
	height: 35px;
	line-height: 35px;
	text-align: left;
}

#textarea {
	height: 140px;
}

#form-left {
	width: 200px;
	float: left;
}

#form-right {
	width: 300px;
	float: left;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	height: 130px;
}

.serviceName {
	padding: 2px;
}

.serviceName a {
	font-size: 16px;
	font-weight: bold;
	margin-left: 7px;
}

.info-box {
	margin-left: 10px;
}

.highlight {
	font-weight: bold;
}

.highlightExtra {
	color: #EC2426;
	font-weight: bold;	
}

.smallText {
	font-size: 70%;
}

.blueText {
	color: #0000CC;
	font-style: italic;
}
