* {
	border:0;
	margin:0;
	padding:0;
	font-size: 100%;
	line-height: 1.5em;
}

/* general */
a {
	color:#000;
	font-size: 1.2em;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:none;
}

/* body */
body {
	background:#fff;
	background-image:url(../images/headerRepeat2.png);
	background-repeat:repeat-x;
}

/* header */
#header {
	margin:0 auto;
	width:1000px;
}
#header #address {
	float: right;
	color:#FFFFFF;
	padding-top: 38px;
	}

/* navigation */
#navigation {
	float: left;
	list-style:none;
	padding-top: 80px;
	}
#navigation li {
	float:left;
	width:90px;
	list-style:none;
}

/* content */
#content {
	
	margin:0 auto;
	width:1000px;
	min-height: 330px;
}

#content ul {
	padding: 10px 0 10px 20px;
}
#content ul li {
	list-style:outside disc;
	font-size: 1.2em;
}
#blue {
	clear:both;
	height: 163px;
	width:100%;
	margin-top: 20px;
	background-image: url(../images/blueRepeat.png);
	background-repeat: repeat-x;
}
#insideBlue {
	margin:0 auto;
	width:1000px;
}
.snapshot {
	width:212px;
	height: 135px;
	margin: 13px 19px;
	float: left;
}

/* footer */
#footer {
	clear: both;
	height:126px;
	width:1000px;
	margin:20px auto;
	background-image: url(../images/footerImage.jpg);
	background-repeat: no-repeat;
	color: color:#2e3235;
}

/* Classes */

.clear {
	clear:both;
	}	
.contact {
	float: right;
}
/* Form Elements */
				form {
					position:			relative;
				}
				label {
					position:			relative;
					display:			block;
					float:				left;
					width:				500px;
					clear:				both;
					border:				1px solid #dedede;
					padding:			5px;
					font-size:			1.2em;
					line-height:		30px;
					margin-bottom:		5px;
				}
				
				label.viewleft {
					position:			relative;
					display:			block;
					float:				left;
					width:				425px;
					border:				1px solid #dedede;
					padding:			5px;
					font-size:			1.2em;
					line-height:		30px;
					margin-bottom:		5px;
				}
				label.viewnotes {
					position:			relative;
					display:			block;
					float:				left;
					width:				864px;
					border:				1px solid #dedede;
					padding:			5px;
					font-size:			1.2em;
					line-height:		30px;
					margin-bottom:		5px;
				}
				label.viewright {
					position:			relative;
					display:			block;
					float:				right;
					width:				425px;
					border:				1px solid #dedede;
					padding:			5px;
					font-size:			1.2em;
					line-height:		30px;
					margin-bottom:		5px;
				}
				
				label.nocontent {
					border:				none;
				}
				
				label.active {
					background-color:	#DBF9C7;
					border:				1px solid green;
				}
				
				label.error {
					background-color:	#ecd0ce;
					border:				1px solid red;
				}				
				
				label.required {
					background-image:	url(required.gif);
					background-repeat:	no-repeat;
					background-position:center left;
				}	
				
				label.isgood {
					background-image:	url(tick.gif);
					background-repeat:	no-repeat;
					background-position:center left;
				}
				
				label input {
					width:				200px;
					float:				right;
					padding:			5px;
					font-size:			1.2em;
					border:				2px solid #afafaf;
				}
				label input.rad {
					width:				auto;
					float:				right;
					padding:			5px;
					font-size:			1.2em;
					border:				2px solid #afafaf;
					margin-top: 		4px;
				}
				label select {
					width:				200px;
					float:				right;
					padding:			5px;
					font-size:			1.2em;
					border:				2px solid #afafaf;
					margin-top: 		4px;
				}
				label.classes select {
					width:				400px;
					float:				right;
					padding:			5px;
					font-size:			1.2em;
					border:				2px solid #afafaf;
					margin-top: 		4px;
				}
				label select.dates {
					width:				auto;
					float:				right;
					font-size:			1.2em;
					border:				1px solid #afafaf;
				}
				label textarea {
					width:				380px;
					float:				right;
					padding:			5px;
					font-size:			1.2em;
					border:				2px solid #afafaf;
					margin-top: 		4px;
				}
				
				label input.active {
					border:				2px solid green;
				}
				label input.error {
					border:				2px solid red;
				}				
				#formsubmit {
					width:				150px;
				}
				
				
				/* Info pop up classes */
				.infopop {
					display:			block;
					position:			absolute;
					left:				513px;
					top:				-11px;
					background:			transparent url(popBox.gif) no-repeat top left;
					line-height:		40px;
					color:				white;
					font-size:			1.2em;
					width:				270px;
					height:				62px;
					line-height:		62px;
					text-indent:		30px;
				}
				
				.errorpop {
					background-image:	url(popBoxWarning.gif);
				} 
