/* CSS Document This is a Three Column Fixed Width Center aligned */

@import url(text.css); /* Any links or fonts  */
@import url(framework.css); /* Basic framework of the site  */
@import url(layout.css); /* Detailed layout the bulk of the structer  */
@import url(forms.css); /* Form Elements  */
@import url(misc.css); /* Any Extra Content that dose not fit in the above groups  */
@import url(lightbox.css); /* Lightbox Gallery */
@import url(SpryAccordion.css); /* ACCORDIAN CODE */




/**************************************************/
/*	GLOBAL ATTRIBUTES							  */
/**************************************************/

 html {
	padding-left:1px; /*1px shifting hack*/
}

a {

	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #2ea7b3;
	text-decoration:none;
}

a:hover {

	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #2ea7b3;
	text-decoration:underline;

} 

*:focus {
outline: none !important;
}
  
body {
	margin: 0;
	padding: 0;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e5e5e;
	background: url(../images/bg_body.gif) repeat-y center;
	background-color:#000;
}

table th,
table td {
	text-align: left;
}
img {
	border: 0px;
}
/* NOTE: Set heading properties in individual sections to avoid inheritance issues! */
 
p { margin: 1.5em 0px; }



