@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding:0;
}

a img {
	border: none;
}

a {
	color: #336699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background: #000;
	font-size:14px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper1 {
	background: url(../images/bodyMid.jpg) center top repeat-y;
	margin: 50px 0px;
}

#wrapper2{
	background: url(../images/bodyTop.jpg) top center no-repeat;
}

.wrapper {
	width: 800px;
	margin: 00px auto;
	padding:20px 0 30px 0; 
	background: url(../images/bodyBottom.jpg) bottom center no-repeat;
}

.header {
	width: 705px;
	padding:0;
	margin: 0 auto;
}

.content {
	background: #fff;
	width: 705px;
	padding:0;
	margin:0 auto;
}

.subtitle {
	font-size: 16px;
	background:#fff url(../images/quote.jpg) right center no-repeat;
	margin:0;
	padding:0;

}

#quote {
	margin-left: 307px;
	color:#000;
	font-size:14px;
}

#quote a {
	color: #000;
	text-decoration: none;
}
	
.text {
	padding:1px 1px;
	width: 416px;
	background:#fff;
	float:left;
}

.text img {
	border: 0;
	padding:0;
	margin: 0;
	}
.text p {
	padding: 20px;
	font-size:14px;
	}

#homeContent p {
	padding: 10px 20px;
}

#homeContent a {
	font-weight: bold;
}
.insideText {

	
	padding:1px 1px;
	
	width: 540px;
	background:#fff;
	float:left;
	
	}
.insideText h1 {
	padding-top: 15px;
	padding-left: 20px;
	font-size:30px;
	}
.insideText img {
	border: 0;
	padding:0;
	margin: 0;
	}
.insideText p {
	padding: 10px 20px 10px 20px;
	font-size:14px;
	}
.rightSide {
	float: left;
	
	width: 125px;
	}
.yellowFooter {
	background: #CC9900;
	color: #000;
	clear: both;
	
	}
.yellowFooter h3 {
	color: #fff;
	font-size: 16px;
	font-weight:300;
	text-align:center;
	line-height:2em;
	}
/*------------Navigation--------------------*/	
.nav {
	width: 160px;
	border:1px solid #fff;
	list-style: none;
	font-size: 12px;
	float:left;
	padding:0;
	margin:0;
	background: #fff;
	}
.nav li {
	margin: 0;
	padding:0;
	}
.nav a {
	color: #FFCC00;
	display: block;
	padding: 12px 0 0 10px;
	background: url(../images/ulback.jpg) left center no-repeat;
	width: 150px;
	height: 28px;
	font-size: 14px;
	text-decoration: none;
	
	margin:0;
	margin-bottom: 1px;

	}
.nav a:hover {
	
	background: url(../images/ulback.jpg) right center no-repeat;
	}

/*------------------------------------------*/

.clear {clear: both;}

.images {
	padding: 15px;
	clear: both;
}

.images img {
	margin-right: 10px;
	float: left;
	border: 1px solid black;
}

#images td {
	vertical-align: top;
}

h2 {
	margin: 10px 15px;	
}

/*-------------------------------------------*/

#contactPage div span {
	display: block;
}

#contactPage div span label {
	display: block;
	width: 120px;
	float: left;
	text-align: right;
	padding-right: 10px;
}

#contactPage div span input, #contactPage div span textarea {
	width: 260px;
	margin-top: 2px;
	padding: 1px 2px;
}

#contactPage div span .submit {
	width: 100px;
	margin-left: 300px;
	margin-bottom: 10px;
}

#contactPage div div#required {
	color: #990000;
	font-size: 10px;
	margin-left: 130px;	
}

#contactPage div span .checkBox_label {
	float: none;	
}

#contactPage div span span {
	margin-left: 150px;
	margin-bottom: 5px;
	width: 240px;
}

#contactPage div span span input {
	width: auto;
	margin-right: 10px;
}

#error_box {
	margin: 15px;
	padding: 10px;
	border: 1px solid #000;
}

#error_box h3 {
	color: #F3B400	
}

#error_box ul {
	margin-left: 40px;
}

#contactPage h2 {
	margin: 10px 15px;
	text-align:center;
}

#aboutList {
	margin: 10px 20px;
}

#aboutList ul {
	float: left;
	list-style-type: none;
	margin-right: 30px;
}