/*import reset styles*/
@import url("reset.css");
body {
	/*background-color:#FFF;*/
	background-image:url(../images/gradientBackground.gif);
	background-repeat:repeat-y;
	background-position:center;
}
#wrapper {
	width:900px;
	min-height:500px; /*doesn't work in ie6 - use height in the ie6 style sheet*/
	margin:0 auto;
}
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #385737;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	padding: 7px 20px;
	background-color: #385737;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}
#navcontainer ul li a:hover {
	background-color: #ab2023;
	color: #fff;
	padding: 6px 20px;
	border-top:2px solid #FFF;
}
#branding {
	height:160px;
	background-image:url(../images/header.jpg);
}
#top-banner {
}
#content {
	padding: 25px 35px 50px 35px;
	min-height:300px;
	clear:both;
}
#content p {
	margin: 0 0 15px 0;
	text-align:left;
}
#content h1 {
	margin: 15px 0 10px 0;
	font-size:16px;
	font-weight:bold;
	color:#c73236;
	line-height: 19px;
}
#footer {
	/*	position:fixed;
	top: auto;
	right: auto;
	bottom: 30px;
	left: auto;*/
	font-size:10px;
	text-align:center;
	padding: 50px 50px 10px 50px;
	clear:both;
}
.header-blurb {
	font-size: 19px;
	font-weight: bold;
	float:right;
	padding: 53px 12px 0 0;
	color: #fff;
	text-align:right;
	text-shadow: 2px 2px 3px #333333;
}
.contentColumn-left {
	float: left;
	width: 450px;
}
.contentColumn-right {
	float: right;
	width: 320px;
}
.tinyText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
ul.myList {
	margin: 0 0 0 50px;
	list-style-type: square;
	list-style-image: inherit;
	list-style-position: inside;
}
ol.myList {
	list-style-type: decimal;
	list-style-position: inside;
}
ol.myList ol {
	list-style-type: decimal;
}
ul.myList li {
	font-style: italic;
	margin-bottom: 4px;
}
ol.myList li {
	font-style: italic;
}
ol.myList ol {
	font-style: normal;
}
/* forms
--------------------------------------------------------------------------------*/
input.text-field {
	height:21px;
	/*background-image:url(../images/form-input-gradient-grey.gif);*/
	width:270px;
	font-size:16px;
	color:#666;
	border: 2px solid #666;
	padding: 4px;
	margin:4px 0 5px;
}
select {
	/*height:21px;*/
	/*background-image:url(../images/form-input-gradient-grey.gif);*/
	width:270px;
	font-size:16px;
	color:#666;
	border: 2px solid #666;
	padding: 4px;
	margin:4px 0 5px;
}
textarea {
	height:63px;
	width:270px;
	font-size:16px;
	color:#333;
	border: 2px solid #666;
	padding: 4px;
	margin:4px 0 5px;
}
input.submit-button {
	width:150px;
	height:30px;
	color:#333;
	font-size:18px;
	font-weight:bold;
	margin:5px 0 15px;
	text-transform:uppercase;
}
.form-style {
	padding: 10px 10px 10px 10px;
	clear: both;
	width: 290px;
	border-top: 7px solid #999;
	background-color: #ededed;
	/*text-align: center;*/
	margin: 0 0 25px 0;
}#txt_thank-you {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #C73236;
	line-height: 25px;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
