@charset "utf-8";
/* CSS Document */

body {
	/* background-color: #7e7e7e; */
	margin: 0 0 0 0;
	background: #888888 url('img/map_plus_sve_fine.jpg') no-repeat top center;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
}

.white {
	color: white;
}

.gray {
	color: #4f4f4f;
}

.lightgray {
	color: #adadad;
}

.sendmail {
	background-color: transparent;
	background-image: url(img/email-button.gif);
	background-repeat: no-repeat;
	width: 75px;
	padding-left: 35px;
	color: white;
}

h1 {
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	color: white;
	font-size: 26px;
	margin-bottom: 6px;
	font-weight:normal;
	letter-spacing: 5px;
}

h2 {
	color: #afafaf;
	font-size: 20px;
	margin-bottom: 3px;
}

h4 {
	color: white;
	font-size: 16px;
	margin-top: 7px;
	margin-bottom: 1px;
	font-weight: normal;
	border-bottom: 1px solid #777;
}

.link {
	font-family: "Myriad Pro", Helvetica, sans-serif;
	color: #4f4f4f;
	font-size: 16px;
	font-weight: bold;	
}

.link-light {
	font-family: "Myriad Pro", Helvetica, sans-serif;
	color: #a0a0a0;
	font-size: 16px;
	font-weight: bold;	
}

a {
	color: #3f3f3f;
	text-decoration:none;
}

a:hover {
	color: white;
	text-decoration:underline;
}

.sep {
	border-bottom: 1px solid white;
}

.sep_black {
	border-bottom: 1px solid black;
}

div.showCase img {
	border: solid 4px #757575;
	/* height: 182px; */
}

.shadow {
	border: solid 4px #757575;
}

div.showCase p {
	font-size: 12px;
	margin-top: 8px;
}

.orange {
	color: #EC7703;
}

a.orange {
	color: #EC7703;
	text-decoration:none;
	border-bottom: 1px solid #999;
	display:block;
}

a.orange:hover {
	color: #EC7703;
	text-decoration:none;
	border-bottom: 1px solid #999;
	display:block;
}

.underline {
	border-bottom: 1px solid #999;
}

/*
input {
	border: none;
	background: #FFF;
	width: 480px;
}

textarea {
	border: none;
	background: #FFF;
	width: 532px;
}
*/

input {
	border: none;
}

textarea {
	border: none;
}	

.rounded {
	background:  url(img/input_mask.gif) no-repeat left top;
	padding: 6px;
	border: none;	
}

.rounded2 {
	background:  url(img/input2_mask.gif) no-repeat left top;
	padding: 6px;
}

.rounded3 {
	background:  url(img/input3_mask.gif) no-repeat left top;
	padding: 6px;
}

.rounded4  {
	background:  url(img/input4_mask.gif) no-repeat left top;
	padding: 6px;
}

#footer {
	height: 24px;
	background-color: #5c5c5c; 
	border-top: 1px #444444 solid;
	border-bottom: 1px #666666 solid; 
	color: #ededed;
	
	font-size: 12px;
	padding-top: 4px;
}

.orange_bg {
	background-color: #EC7703;
	width: 470px;
	margin-left: -10px;
	padding-left: 10px;
}

a.blockwhite {
	background-color: white;
	padding-left: 10px;
	color: #222;
	text-decoration:none;
	display:block;
}

a.blockwhite:hover {
	background-color: white;
	padding-left: 10px;
	color: #EC7703;
	text-decoration:none;
	display:block;
}

a.blockwhite2 {
	background-color: white;
	padding-left: 10px;
	color: #EC7703;
	text-decoration:none;
	display:block;
}

a.blockwhite2:hover {
	background-color: white;
	padding-left: 10px;
	color: #222;
	text-decoration:none;
	display:block;
}

.small {
	font-size: 13px;
}

#menu a {
	font-weight:bold;
}