body
{
	font-family: Verdana;
	font-size:14px;
	background:#fff url(../images/bg_image.png) repeat-x
}

h1
{
	font-family: Verdana, Geneva, sans-serif;
	font-size:52px;
	margin:0 0 5px 0;
	font-weight:normal;
}

h3
{
	font-family: Verdana;
	font-size:12px;
	color:red;
}

/*This will hold the boxes so they are centered horizontally and vertically.*/
#content
{
	margin-left: -360px;
	position: absolute;
	top: -195px;
	left: 50%;
	width: 725px;
	height: 400px;
	visibility: visible;
}

/*This is an invisible div that content is held in and then offset against*/
#horizon 
{
	color: black;
	/*background-color: #983D9D; /*#8A0709;*/
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#footer
{
	clear:both;
	margin-top:-5em;
	//margin-top:0em;
	height:42px;
}

#footerText
{
	position:relative;
	top:25%;
	font-size:12px;
}

#textArea
{
	height:280px;
	text-align:left;
}

#image
{
	float:left;
	height:280px;
	margin-right:1em;
}

#interestForm
{
	margin:0;
	padding:0;
}

#pTextStyle
{
	margin:0 0 13px 0;
	//margin:0 0 15px 0;
	padding:0;
}

#tagLine
{
	margin:22px 0 13px 0;
	//margin:22px 0 15px 0;
	padding:0;
	
	font-size:16px;
	font-weight:bold;
}

input.text
{
	font-family:Verdana;
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-left:0.5em;
	padding-right:0.5em;
	font-size:14px;
	border:1px solid black;
	background-color:white;
	width:300px;
	height:35px;
	//height:35px;
	
	/*This works for ff, chrome and safari only (possibly ie9 but not tested)*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
}

input.text:focus
{
	font-family:Verdana;
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-left:0.5em;
	padding-right:0.5em;
	font-size:14px;
	border:1px solid black;
	background-color:lightgrey;
	width:300px;
	height:35px;
	//height:35px;
	
	/*This works for ff, chrome and safari only (possibly ie9 but not tested)*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
}

input.button
{
	font-family:Arial;
	font-size:16px;
	border:1px solid black;
	background-color:white;
	font-weight:bold;
	width:100px;
	height:35px;
	//height:35px;
	
	/*This works for ff, chrome and safari only (possibly ie9 but not tested)*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
}

img.validImg
{
	margin-left: 1em;
}
