/* CSS Layout */

@import url(layout.css);
@import url(accordion.css);
@import url(safari_lte_3.css);
@import url(safari.css);

/* Start of Global page settings. Should get over-ridden later on*/

html	{
	width 					: 100%; 
	display 				: table;
	background				: #000 url(../images/bg.jpg) no-repeat center top;
}

body {
	font-family				: "Times New Roman", Times, serif;
  	text-align				: center;
	font-size				: 76.1%;
	color					: #000;
	margin					: 0px;
	padding					: 0px; 
}

h1, h2, h3, h4, h5, h6	{
	margin					: 1em 0;
	padding					: 0;
}

img.graphic {
 	display					: block;
	border					: none;
}

.clear {
	clear					: both;
}

a	{
	text-decoration			: underline;
	color					: #fff;
}

a:hover	{
	text-decoration			: underline;
	color					: #0079C0;
}

/* End of Global page settings. Should get over-ridden later on */



/* Main titles for various pages. */
h1 {
color						: #FFF;
font-size					: 1.5em;
font-weight					: normal;
margin						: 1em 0; /*use for top/bottom*/
padding						: 0 0em; /*use for left/right*/
}

.title {
color						: #DC6D1C;
font-size					: 1em;
font-weight					: bold;
margin						: 0px; /*use for top/bottom*/
padding						: 0px; /*use for left/right*/
}

h2 {
font-size					: 1.4em;
margin						: 1em 0; /*use for top/bottom*/
padding						: 0 0em; /*use for left/right*/
}

h3 {
font-size					: 1.3em;
margin						: 1em 0; /*use for top/bottom*/
padding						: 0 0em; /*use for left/right*/
}

h4 {
color						: #DC6D1C;
font-size					: 1em;
font-weight					: bold;
margin						: 0px; /*use for top/bottom*/
padding						: 0px; /*use for left/right*/
}

h5 {
font-size					: 1.2em;
margin						: 1em 0; /*use for top/bottom*/
padding						: 0 0em; /*use for left/right*/
}

h6 {
font-size					: 1.2em;
margin						: 1em 0; /*use for top/bottom*/
padding						: 0 0em; /*use for left/right*/
}

/* Non-title text */

p {
margin						: 1em 0; /*use for top/bottom*/
padding						: 0 1em; /*use for left/right*/
font-size					: 1.1em;
}

/********* LINK STYLES *********/


a.footer:link {
	color					: #FFF;
	text-decoration			: none;
}

a.footer:visited {
	color					: #FFF;
	text-decoration			: none;
}

a.footer:hover {
	color					: #FFF;
	text-decoration			: underline;
}

/*** Contact Form ***/

label,a, body {
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 12px; 
}

.err{
	font-family				: Verdana, Helvetica, sans-serif;
	font-size				: 12px;
	color					: #ff0000;
}
