/******************************************
Developed by goIDP.com
Web Developer: Chad Adams
******************************************/
html {
	background-image: url(../images/background-html.jpg);
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background-main.jpg);
	background-repeat: repeat-x;
}
h1 {
	color: #2A7AC1;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: x-large;
	margin-right: 20px;
	margin-left: 20px;
}

input, textarea  {
    outline:none;
}

img {
	border:none;
	border-collapse:collapse;
	}

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 20px;
}

#wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation {
	height: 26px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	background-image: url(../images/background-navigation.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 4px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	vertical-align: middle;
}
#navigation a:hover {
	color: #333333;
	text-decoration: none;
	height: 30px;
	vertical-align: middle;
}



#header {
	text-align: center;
	display: block;
}

#contentarea {
	background-image: url(../images/background-content.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f5f5f5;
	padding-top: 10px;
}

#left {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	clear: left;
	float: left;
	width: 515px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#left a {
	color: #2A7AC1;
	text-decoration: none;
}
#left a:hover {
	color: #2A7AC1;
	text-decoration: underline;
}


#whatweoffer h2 {
	font-family: "Rockwell Extra Bold", Verdana, Serif;
	font-size: 24px;
	font-weight: normal;
	color: #669900;
	margin: 0px;
}
#footer a {
	color: #2A7AC1;
	text-decoration: none;
	font-weight: bold;
	height: 30px;
	position: relative;
}
#footer a:hover {
	color: #2A7AC1;
	text-decoration: underline;
	font-weight: bold;
}


#footer {
	background-color: #F6F6F6;
	background-image: url(../images/background-footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding-top: 30px;
	padding-bottom: 30px;
}
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
	width: 850px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#right {
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 14px;
	color: #000000;
	width: 410px;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: right;
	float: right;
	padding: 0px;
	font-weight: bold;
}
#right #top {
	background-image: url(../images/background-whatweoffer-top.jpg);
	padding: 0px;
	height: 40px;
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
}
#right #whatweoffer {
	background-image: url(../images/background-whatweoffer-center.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 380px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#right #whatweoffer ul {
	margin:0px;
	}
#right #bottom {
	background-image: url(../images/background-whatweoffer-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	height: 55px;
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
label {
	color: #2A7AC1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.reqMark {
	font-size: 12px;
	color: #FF0000;
}
.errMsg {
	font-size: 12px;
	color: #FF0000;
}
