@charset "utf-8";
/* CSS Document */

/* GENERAL CLASSES */

body {
	padding: 0px;
	margin: 0px auto;				/* centers in most browsers */
	margin-top: 0px;	
	bottom:0px;
	width:1016px;
	height:500px;
	clear:both;
	background-color:#FFFFFF !important;
	overflow:visible;
    text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;	
	font-variant:normal;
	font-style:normal;
	text-decoration:none;
}

img {
	border:0px;
}

a {
	outline:none;
}

a:link, a:active, a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#3c341f;	
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* Text Classes */

.headerHr {
	width:100%; 
	color:#cccccc; 
	border-width:1px;
	border-style:solid;
}

.displayTable {
	border:#333333 solid 1px;
	color:#FFFFFF;
	padding:5px;
	width:50%; 
	text-align:left; 
	background-color:#726544;
	
}

.menuClass {
	text-transform:uppercase;
}

h1 {
	text-transform:uppercase;
	letter-spacing:3px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#726544;
	font-size:26px;
}
.lrg {
	font-size:20px;
}

.smallGrey {
	font-style:italic;
	font-size:80%;
	color:#666666;
}

.bottomNav, a.bottomNav:link, a.bottomNav:active, a.bottomNav:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-decoration:none;
}

a.bottomNav:hover {
	text-decoration:underline;
}

.sideImg {
	border:0px;
}

/* CONTAINERS */

#mainDiv {
	height:500px;
	width:1016px;
	margin-top: 0px;
	margin-left: 0px auto;
	margin-bottom: 0px auto;
	clear:both;
	overflow:visible;
}

#leftBar {
	clear:both;
	float:left;
	height:500px;
	margin-bottom: 0px auto;
	
	overflow:visible;
	background-color:#eadfc9;
	width:406px;

	}

#logoBox {
	float:left;
	margin-bottom: 0px auto;	
	min-height:700px;
	overflow:visible;
	
	background-image:url(../images/logobar.jpg);
	background-position:top;
	background-repeat:no-repeat;
	
	width:305px;
	padding:0px;
}

#menuBox {
	float:right;
	margin-bottom: 0px auto;
	overflow:visible;
		
	background-image:url(../images/menubar.jpg);
	background-position:top;
	background-repeat:no-repeat;
	
	width:101px;
	padding:0px;
}


#rightContent {
	min-height:500px;
	float:right;
	width:610px;
	background-color:#FFFFFF;
	background-image:url(../images/rightBorder.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	text-align:left;
}

#imageContent {
	overflow:hidden;
	padding:0px;
	width:609px;
	background-color:#726544;
	min-height:230px;
}

#sepRow {
	background-color:#726544;
	height:10px;
	width:609px;
	padding:0px;
}

#mainContent {
	clear:both;
	margin-left:0px;
	margin-top:10px;
	padding:0px;
	width:599px;
	min-height:300px;
}

#sideImg {
	float:left;
	width:200px; 
	min-height:300px;
}

#pageContent {
	float:right;
	width:389px; 
	min-height:300px;
}

#addressBar {
	float:left;
	text-align:center;
	width:609px;
}

/* BUTTONS UP AND OVER */

.buttonSize {
	width:92px;
	height:20px;
	_padding-left:2px;
	*padding-left:2px;	
	padding-left:4px;
	padding-bottom:5px;
}