@charset "UTF-8";
/* RS design base style sheet */
/* base styles */
* {
	margin: 0;
}
body {
	margin: 0px 0px 0px 0px;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
}
img {
	border-style: none;
}
a {
	text-decoration: none;
	outline: none;
}
.clear {
	clear: both;
	float: left;
}
/* page framework */
#headWrapper {
	width: 100%;
	clear: left;
	float: left;
	background-image: url(../images/headerDots.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 30px 0px 20px 0px;
}
#head {
	width: 920px;
	padding: 0px 30px 0px 10px;
	margin-right: auto;
	margin-left: auto;
}
#headtextPanel {
	float: right;
	clear: right;
	width: 290px;
}
#bodyWrapper {
	width: 100%;
	clear: left;
	float: left;
	padding: 20px 0px 10px 0px;
}
#body {
	width: 950px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}
.centreCol {
	float: left;
	clear: left;
	width: 940px;
}
.threecolumn {
	float: left;
	width: 290px;
	margin-right: 20px;
}
/* footer */
#footerWrap {
	width: 100%;
	float: left;
	clear: left;
}
#topFooterWrap {
	width: 100%;
	float: left;
	clear: left;
	background-color: #333333;
	margin-bottom: 1px;
	background-image: url(../images/bodyDots.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0px;
}
#topFooter {
	width: 950px;
	padding: 28px 0px 20px 10px;
	margin-right: auto;
	margin-left: auto;
}
.footerTwocolumns {
	float: left;
	width: 445px;
	margin-right: 20px;
}

#bottomFooterWrap {
	width: 100%;
	float: left;
	clear: left;
	background-color: #000000;
}
#bottomFooter {
	width: 950px;
	padding: 20px 0px 60px 10px;
	margin-right: auto;
	margin-left: auto;
}
.dotDivider {
	width: 100%;
	height: 1px;
	margin: 20px 0px 20px 0px;
	background-image: url(../images/diverDots.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.defaultForm {
	float: left;
	clear: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
}
.textInput {
	font-family: Helvetica, Arial, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	float: left;
	clear: left;
	display:block;
	padding: 0px 10px 0px 10px;
	margin: 5px 0px 10px 0px;
	border: 3px solid #808080;
	height: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #b3b3b3;
}
.textfield {
	font-family: Helvetica, Arial, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	float: left;
	clear: left;
	display:block;
	padding: 10px 10px 0px 10px;
	margin: 5px 0px 10px 0px;
	border: 3px solid #808080;
	height:110px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #b3b3b3;
}
.submitButton {
	font-family: Helvetica, Arial, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	float: left;
	clear: left;
	display:block;
	padding: 0px 10px 0px 10px;
	margin: 5px 0px 10px 0px;
	border: none;
	height: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	color: #b3b3b3;
	background-color: #666666;
	cursor: pointer;
}
.submitButton:hover {
	background-color: #484848;
	color: #bdc643;
}
.response {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	width: 100%;
	flaot: left;
	clear: left;
	border: 3px solid #bdc643;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #4f5036;
}
