BODY,HTML
{
	background: #78288c url('bg.jpg') repeat;
	background-position:top;
	background-attachment: fixed;
	margin: 0;
}

/*///////////////////////////// Container //////////////////////////*/
#container
{
	width: 902px;
	background-image: url('images/headerbg.jpg');
	background-repeat:repeat-y;
	margin-left: auto;
	margin-right: auto;

}

/*////////////////////////////// Page Header, Contains Navigation //////////////////////////*/
#header
{
	width: 902px;
	height: 147px;
	float:left;
}	


/* UL class for links on top */

ul.nav { 
	background: #6F2483;
	margin: 0;
	padding: 0;
	}
	
	.firstline {
		height: 23px;
		}
	
	.secondline {
		height: 22px;
		}
	
	ul.nav li {
		display: inline;
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		}
		
	ul.nav li a {
		border: 0;
		text-decoration: none;
		}
		
		.clear { 
			clear: both;
		}
	

/*/////////////////////////////////////////// Content ////////////////////////////// */

#content
{
	width: 902px;
	height: 448px;
	float:left;
}
#contentinside
{
	width: 902px;
	background: #fff url('images/bodybg.jpg') no-repeat;
	background-position:bottom;
	color: #78288c;
	font-size: 11px;
	font-family: Verdana;
	float:left;
}
#contentinside P
{
	padding: 15px;
	color: #78288c;
	font-size: 12px;
	font-family: Verdana;
}
.orange
{
	color: #ff9d10;
	font-size: 12px;
	font-family: Verdana;
	font-weight:bold;
}
.red
{
	color: #ba3512;
	font-size: 12px;
	font-family: Verdana;
	font-weight:bold;
}
#left
{
	width: 175px;
	padding-bottom: 25px;
	float: left;
}

#left p
{
	color: #195284;
	font-size: 10px;
	font-family: Verdana;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}


/* Contact list */

ul.contact {
	font-size: 12px;
	list-style: none;
	margin: 20px 0;
	padding: 0 20px;
	}
	
	ul.contact li {
		margin: 5px 0; 
		}


/*//////////////////////////////////////////////////////////////////////// FORM */

fieldset {
	border: 0;
	font-size: 12px;
	margin: 0 0 0 20px;
	padding: 0;
	width: 286px;
*margin-left: 22px;
	}

	fieldset legend  {
		color: #782896;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
                padding: 0;
		text-indent: 0;
*text-indent: 0;
*margin-left: -9px;
*padding-left: 0;
		}
			
			fieldset div {
				margin-bottom: 10px; 
				}
				
					/* This keeps labels to the left of fields; for name, address, city, and email */
				
					.label_left {
						height: 1%;
						clear: left;
						margin: 0;
						padding: 5px 0 8px 0;
						padding-left: 40px;
						width: 506px;
						}
				
					.label_left label {
						float: left;
						margin-left: -40px;
						width: 129px;
						}
						
					/* end label_left */
					
					/* For all other form labels, and input, select, textarea */
			
					form label {
						width: 55px;
						}
				
					input, select, textarea {
						font-family: Verdana, Tahoma, Arial, sans-serif;
						}
					
					input {
						width: 200px;
						}
					
					select {
						width: 40px;
						}
						
					textarea {
						font-size: 12px;
						padding: 0;
						margin: 10px 0 0 0;
						}
						
																		
						/* Contact by */
						
						#contact_by {
							width: 286px;
							}
							
						#contact_by label {
							margin-right: 10px;
							width: 50px;
							}
						
						#contact_by label.first {
							margin-right: 55px;
							}
						
						#contact_by_phone {
							padding: 0;
							width: 10px;
							}
							
						#contact_by_email {
							margin: 0 5px;
							width: 10px;
							}
					
						/* End Contact by */
					
									
					.formbutton {
						background: #641e76;
						color: #ffffff;
						cursor: pointer;
						font-family: Verdana, Tahoma, Arial, sans-serif;
						font-size: 12px;
						height: 25px;
						width: 97px;
						}


/*/////////////////////////////////////////////////////////////////////// FOOTER */


#footer
{
	width:902px;
	height: 129px;
	float:left;
	
}
#footerinner
{
	width: 340px;
	height: 129px;
	float:left;
}
#footerinner2
{
	background: #78288c url('images/footer.jpg') repeat;
	width: 562px;
	height: 129px;
	color: #78288c;
	font-size: 11px;
	font-family: Verdana;
	float:left;
}
#footerinner2a
{
	padding-top: 60px;
	width: 50%;
	float:left;
}
#footerinner2b
{
	padding-top: 60px;
	width: 50%;
	float:left;
}
#footer2
{
	background: #ffffff url('images/footer2.jpg') no-repeat;
	background-position:top;
	text-align:center;
	width: 902px;
	height: 115px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ff9d10;
	float: left;
}
/*/////////////////////////////////////////////////////Copyright info located on the lower right corner */
#copyright
{
	width: 225px;
	height: 56px;
	float: right;
}
h1
{
	color: #78288c;
	font-size: 17px;
	font-family: Verdana;
	padding-left: 15px;
	font-weight:bold;
}

h2
{
	color: #ff9d10;
	font-size: 13px;
	font-family: Verdana;
	padding-left: 15px;
	font-weight:bold;
}
/*/////////////////////////////////////////////////////PHOTOS AND MISC */
.photo
{
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #86b0e2;
	padding: 5px;
}

.floatright {
	float: right;
	padding: 10px;
	}


/* FORMS */
form
{
	float:left;
	color: #78288c;
	font-size: 10px;
	font-family: Verdana;
}
select
{
	background-color:#FFFFFF;
	color: #78288c;
	font-size: 10px;
	font-family: Verdana;
	border: 0;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #2c6aa1;
	margin-top: 2px;
}
input
{
	background-color:#FFFFFF;
	color: #78288c;
	font-size: 10px;
	font-family: Verdana;
	border: 0;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #78288c;
	margin-top: 2px;
}
.box
{
	color: #78288c;
	font-size: 10px;
	font-family: Verdana;
	border: 0;
}

.LINK   { 	color: #ff9d10; font-size: 12px; font-family: Verdana; text-decoration: underline; }
A:LINK   { color: #ff9d10; font-size: 12px; font-family: Verdana; text-decoration: underline; }
A:HOVER  { color: #78288c; font-size: 12px; font-family: Verdana; text-decoration: underline; }
A:VISITED  { color: #ff9d10; font-size: 12px; font-family: Verdana; text-decoration: underline; }

.footer   { 	color: #78288c; font-size: 11px; font-family: Verdana; text-decoration: underline; }
B:footer:LINK   { color: #78288c; font-size: 11px; font-family: Verdana; text-decoration: underline; }
B:footer:HOVER  { color: #78288c; font-size: 11px; font-family: Verdana; text-decoration: underline; }
B:footer:VISITED  { color: #78288c; font-size: 11px; font-family: Verdana; text-decoration: underline; }


