/* CSS Layout */

@import url(layout.css);
@import url(nav_dropdowns.css);

/* Start of Global page settings. Should get over-ridden later on*/

html	{
	background				: #2c0103 url(../images/background_img.jpg) repeat-x;
}

body {
	font-family				: Arial, Verdana, Helvetica, sans-serif;
  	text-align				: center;
	font-size				: 76.1%;
	color					: #432616;
	margin					: 0px;
	padding					: 0px; 
	width 					: 100%;/* For Large Background Image */
	display 				: table; /* For Large Background Image */
	background				: url(../images/html_img4.jpg) no-repeat center top;
}

h1, h2, h3, h4, h5, h6, p{
	margin					: 0 0;
	padding					: 0;
}

img.graphic {
 	display					: block;
	border					: none;
}

a > img {

	border					: none;
}


.text_image_left	{
	margin: 0px;
	padding: 10px 10px 5px 5px;
border: none;
}

.clear {
	clear					: both;
}


/* End of Global page settings. Should get over-ridden later on */



/* Main titles for various pages. */
h1 {
color						: #691903;
font-size					: 2em;
font-weight					: bold;
margin						: 0 0; /*use for top/bottom*/
padding						: 0 0em; /*use for left/right*/
}

.title {
color						: #462425;
font-size					: 1em;
font-weight					: bold;
margin						: 0px; /*use for top/bottom*/
padding						: 0px; /*use for left/right*/
}

h2 {
color						: #5d5b0d;
font-size					: 1.4em;
margin						: 0 0; /*use for top/bottom*/
padding						: 0 0em; /*use for left/right*/
}

h3 {
color						: #462425;
font-size					: 1.3em;
margin						: 1em 0; /*use for top/bottom*/
padding						: 0 0em; /*use for left/right*/
}

h4 {
color						: #691903;
font-size					: 1em;
font-weight					: bold;
margin						: 0px; /*use for top/bottom*/
padding						: 0px; /*use for left/right*/
}

h5 {
color						: #462425;
font-size					: 1.2em;
margin						: 1em 0; /*use for top/bottom*/
padding						: 0 0em; /*use for left/right*/
}

h6 {
color						: #462425;
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 0em; /*use for left/right*/

}

/********* LINK STYLES *********/


a.footer:link {
	color					: #00505a;
	text-decoration			: none;
}

a.footer:visited {
	color					: #00505a;
	text-decoration			: none;
}

a.footer:hover {
	color					: #00505a;
	text-decoration			: none;
}

h2 a:link   {
	color					: #00505a;
	text-decoration			: none;
}

h2 a:visited  {
	color					: #00505a;
	text-decoration			: none;
}

h2 a:hover  {
	color					: #00505a;
	text-decoration			: underline;
}
