.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333366;
}
.quickcontact1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #A5ACB2;
}
.maincontact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CC99FF;
	border: 1px solid #663366;
}
.copy-12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:hover {color:#0033FF; text-decoration: none;}

.copy-12-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.copy-12blk {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.copy-blk {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.white10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
/* ------------------------ form elements ------------------------ */
#searchform form {
	width:120px;
	margin:10px 0 15px 10px; /* set margin left and right below */
	}

form label	{ font-size:12px; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

#s input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #333333;
	color:#000;
	width:115px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:12px;
	}
	#searchform #s input {
		margin-right:10px;
		}
		#search input {
			width:100px;
			}

select { width:120px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

#searchform input.submit { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:12px;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

#commentform textarea { height:100px; width:150px; overflow:auto; }






/* ------------------------ BLOG ELEMENTS ------------------------ */

 #menu  {
 	padding:0px;
	margin:0;
	text-align:left;
	font-size:12px;
	float:left;
	}
		
	#menu ul { padding:0; margin:0; border:none; }
		#menu ul li {
		list-style-type:none;
		padding-left:10px;
		}

 
h2 {
color:#522AA6; 
text-decoration: none; font-size: 14px;
font-weight: bold;
}
h3 {
color:#0033FF; 
text-decoration: none; font-size: 14px;
font-weight: bold;
}

 .feedback {
 	text-align:right;
	}
	.storycontent p, ol, ul, li {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		}
	
	
