/* stylesheet design by:
Versus Technologies, www.versustechnologies.com */

/* global style specifications */

body {
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-color: #114578;
	font-family: Tahmoa, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
}

h1 {
	color: #696969;
	font-size: 20px;
}

li, p, td {
	color: #616161;
	font-size: 14px;
}

a {
	color: #1f8abc;
	font-size: 14px;
	text-decoration: none;
}

a:hover {
	color: #1f8abc;
	text-decoration: underline;
}

a.menu {
	color: #454545;
	font-size: 16px;
	text-decoration: none;
}

a:hover.menu {
	color: #454545;
	text-decoration: underline;
}

a.menuon {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
}

a:hover.menuon {
	color: #ffffff;
	text-decoration: underline;
}

.white {
	color: #ffffff;
	font-size: 14px;
}
p.contacttext {
	color: #000000;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
}

#contactformleft {
	position: relative;
	float: left;
	padding-right: 10px;
}

input {
	color: #727272;
	background-color: #e4f7fe;
	border: 1px solid #b7b7b7;
	width: 200px;
	height: 30px;
	padding-top: 5px;
	font-family: Tahoma, sans-serif;
}

textarea {
	color: #727272;
	background-color: #e4f7fe;
	border: 1px solid #b7b7b7;
	padding: 5px;
	width: 620px;
	height: 135px;
	font-family: Tahoma, sans-serif;
}

.button {
	margin-top: 8px;
	width: 840px;
	height: 23px;
	padding-top: 2px;
	background-color: #e9e9e9;
	border: 1px solid #b7b7b7;
}

div.alert {
	background-color: #1f8abc;
	border: 3px solid #0076b4;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	text-align: center;
	width: 750px;
}
