﻿body {
	margin: 0; padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-align:center;
}
#site 
{
	text-align: left;
	margin:auto;
	background: #ffffff; 
	width: 780px;
	border:solid 1px black;
}
#header {
	background: url("../images/logo.jpg") no-repeat;
	height: 273px;
	width: 780px;
	position: relative;

}
a
{
	color:#000099;
}
#header h1 {
		position: absolute;
		top: 5px;
		left: 10px;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 12px;
		margin: 0;
		width: 400px;
		text-align: left;
	}
#header div#logo a {
			display: block;
			width: 273px;
			height: 400px;
			outline: 0;
			text-decoration: none;
		}
#header p {
		display: none;
	}
#header div#logo {
		position: absolute;
		top: 10px;
		left: 5px;
		width: 300px;
		height: 60px;
		margin: 0;
		display: block;
		text-indent: -10000px;
	}
hr {
	display: none;
}
.menuBar {
	width: 140px;
}
	h1, h2, h3, h4, h5, h6 {
margin-bottom:0;padding-bottom:0;
font: 110% arial, helvetica, sans-serif;
	font-weight: bold;

}
#mynav
{
		width: 780px;
		height: 56px;	
		background: url('../images/menu-bg.jpg') no-repeat;
}
ul#nav 
{
	padding-top:10px;
}
#mynav ul#nav li {
			background: url('../images/sub-nav-li-bg.gif') no-repeat right top;
			float: left;
			height: 23px; padding-left:8px; padding-right:18px; padding-top:2px; padding-bottom:0px;
}
#mynav ul#nav li a {
				color: #492c2f;
				text-decoration: none;
				font-size: 15px;
}
#mynav ul#nav li a:hover {
				text-decoration: underline;
}
#content 
{
	padding-left:8px;
}
#footer {
	background: url("../images/footer-bg.gif") repeat-x;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align: center;
	clear: both;
	padding-top: 10px;
}
#footer a
{
	color:#fff;
}
#footer p
{
	display:block;
	padding:5px;
	margin:5px;
}
#footer ul {
		margin: 0;
		list-style-type: none;
	}
#footer ul li {
			display: inline;
			margin: 0 2px;
		}		
/* BreadCrumbs */

#breadCrumbs {

	background: #F1F1F1 url("../images/arrow-box.gif") no-repeat 10px 50%;



	padding: 10px 10px 10px 30px;



	border-bottom: 1px solid #ccc;

}



	#breadCrumbs p {

		margin: 0;

	}
	#breadCrumbs h2
	{
		display: inline;
	}




.dividerline {
	width: 100%;
	height: 1px;
	background-color: #000000;
	border: 0;
}

.imageright {
	float: right;
	margin-top: 8px;
	margin-right: 10px;
	margin-left: 5px;
	border: solid 1px #000;
	
}
