@charset "utf-8";
/* CSS Document */

.navigation-bg {
	background-image: url(../images/navigation-bg.jpg);
	background-repeat: repeat-x;
}
.navigation-text {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.navigation-text:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #00A8FF;
	text-decoration: none;
}

.text {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #5E5E5E;
}
.heading {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #5E5E5E;
	text-decoration: none;
}
.email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E5E5E;
	text-decoration: underline;
}
.email:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E5E5E;
	text-decoration:none;
}
.inputbox {
	height: 15px;
	width: 200px;
	border:1px #0099FF solid;
}
.inputbox2 {
	height: 80px;
	width: 200px;
	border:1px #0099FF solid;
}
.inputbox3 {
	height: 20px;
	width: 200px;
	border:1px #0099FF solid;
}

.bordar {
	border-left-width: 2px;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.search {
	background-image: url(../images/search-normal.jpg);
	background-repeat: no-repeat;
	border: 0px;
	width:54px;
	height:22px;
}
.search:hover {
	background-image: url(../images/search-rollover.jpg);
	background-repeat: no-repeat;
	border: 0px;
}
.submit {
	background-image: url(../images/submit-normal.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 54px;
	border:0px;
}
.submit:hover {
	background-image: url(../images/submit-rollover.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 54px;
	
}
.send {
	background-image: url(../images/send-normal.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 54px;
	border:0px;
}
.send:hover {
	background-image: url(../images/send-rollover.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 54px;
}



.footer-text {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #5D606C;
}
.footer-link {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #5D606C;
	text-decoration:none;
}
.footer-link:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #7E818A;
	text-decoration:none;
}
