/* CSS Document */

html {
	background:url(images/bkGrnd.jpg) repeat-x;
}

body {
	width:950px;
	height:auto;
	margin:auto;
	padding:0;
	font-family: Arial, Helvetica, Tahoma, Verdana, Geneva, 'sans-serif';
	font-size: 83%;
}

#wrapper {
	background-color:#ccb8a0;
	margin: 1em;
	padding: 0.1em;
	height:auto;
}

#content {
	background-color:#fff;
	margin:1em;
	padding: 0.5em;
	
}


#header {
	background-color: #891113;
	height:186px;
}


#logo_Img {
	float:right;
	clear:right;
}

#hdr_Img {
	float:left;
	clear:left;
}

hr {
	height: 3px;
	width:99%;
	color:#891113;
}

#navBar {
	padding:0.75em;
	background-color:#891113;
	color: #fff;
	font-weight:bold;
	font-family:Arial, Helvetica, 'sans-serif';
	font-size: 99%;
}

#main {
	padding-top:1em;
	padding-left: 0.1em;
	padding-right:0.3em;
	padding-bottom:3em;
}


.imgIndex {
	margin-top:0.5em;
	padding-left:0.01em;
	padding-right:0.7em;
	float:left;
	clear:left;
}

#title {
	font-family:Verdana, Arial, Helvetica, 'sans-serif';
/*	font-size: 115%;*/
	font-weight:bold;
	line-height:3em;
}

#introIndex {
	float:right;
	clear:right;
	width:475px;
	margin-top: -250px;
	padding-left:3em;
	padding-bottom:5em;
	line-height:1.5em;
}

#locations {
	padding-top:0.3em;
}

#locations td {
	padding-left:1.3em;
	font-size: 90%;
	margin-top:0.05em;
	margin-bottom:0.05em;
}

#footer {
	text-align:center;
	margin-bottom: 0.7em;
	font-size:80%;
}

p {
	font-size: 95%;
	line-height:1.5em;
	padding-left:0.5em;
}

a:visited {
	color:gray;
	text-decoration:none;
}

a:hover {
	color: #F5D623;
	text-decoration:none;
}

a:active {
	color:white;
	text-decoration:none;
}

a:link {
	color:#ccb8a0;
	text-decoration:none;
}


h1 {
	font-weight:bold;
	font-size: 125%;
}


h2 {
	font-weight:bold;
	font-size: 120%;
}

h3 {
	font-weight:bold;
	font-size:115%;
}

h4 {
	font-weight:bold;
	font-size:110%;
}

h5 {
	font-weight:bold;
	font-size: 105%;
	margin-bottom:0;
}

h6 {
	font-weight:bold;
	font-size:100%;
}
