/* CSS Document */

body {
	margin: 0px;
}

form, p {
	margin: 0px;
}

.header_text {
	font-family: Arial, "Trebuchet MS", Helvetica;
	font-size: 12px;
	color: #ffffff;
}

.titles {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 22px;
	color: #757575;
	line-height: normal;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c5c5c;
	line-height: 17px;
}

.text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5c5c5c;
}

.desc_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bebebe;
}

.desc_txt:hover {
	color: #5c5c5c;
}

.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #757575;
}

a.head_menu:link, a.head_menu:visited {
	color: #ffffff;
	text-decoration: none;
}

a.head_menu:hover {
	color: #ff9000;
	text-decoration: none;
}

.menu {
	margin: 0px;
	padding-left: 15px;
	line-height: 20px;
}

a.menuLink:link, a.menuLink:visited {
	color: #757575;
	text-decoration: none;
	font-weight: normal;
}

a.menuLink:hover {
	color: #ff6600; /* 5582a8 */
	text-decoration: underline;
	font-weight: normal;
}

.menu_title {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 18px;
	color: #757575;
}

a.myLink:link, a.myLink:visited {
	color: #757575;
	text-decoration: none;
}

a.myLink:hover {
	color: #ff6600;
	text-decoration: none;
}

a:link, a:visited {
	color: #555555;
	text-decoration: underline;
}

a:hover {
	color: #ff6600;
	text-decoration: none;
}

.contact_card {
	float: left;
	width: 290px;
	padding-left: 10px;
	padding-top: 5px;
	height: 200px;
	margin-bottom: 10px;
	background-color: #f5f5f5;
}

.contact_card:hover {
	background-color: #ececec;
}