/********** BEGIN MAIN TEMPLATE CSS ************/

body {
	font-family: Arial;
	margin:0px auto;
	text-align:center;
	background: #282b20 url("/images/bodyback.gif") repeat-x;
	border-top: solid black 8px;
}

#wrapper { 
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width: 950px;
}

#header {
	width: 100%;
	float: left;
}

#contentwrapper {
	width: 100%;
	float: left;
}

#left {
	width: 155px;
	float: left;
	padding-top: 40px;
}

#navwrap {
	width: 100%;
	float: left;
}

.nav {
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none;
	border-top: 1px solid white;
	float: left;
}

.nav li {
	width: 100%;
	float: left;
	height: 32px;
	margin: 0px;
	padding: 0px;
	background: url("../images/navback.jpg") repeat-x;
	border-bottom: 1px solid white;
}

.nav a {
	float: left;
	padding: 9px 0px 0px 15px;
	color: white;
	text-decoration: none;
	font-size: .9em;
}

.nav a:hover { 
	text-decoration: underline;
}

.phoneimg {
	border-bottom: 1px solid white;
	float: left;
}

#right {
	width: 770px;
	float: left;
	padding: 10px;
}

#footer {
	width: 100%;
	float: left;
	height: 44px;
	background: url("/images/footerbottom.jpg") left bottom no-repeat;
	background-color: #3f3f2a;
}

#footleft {
	width: 155px;
	height: 25px;	
	background: #000000;
	float: left;
}

.footnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 25px;
}

.footnav li {
	float: left;
	padding: 0px 8px 0px 8px;
}

.footnav a {
	color: white;
	font-size: .55em;
	text-decoration: none;
}

.footnav a:hover {
	text-decoration: underline;
}

#footright {
	width: 790px;
	height: 20px;
	float: left;
	background: #3f3f2a;
	color: #999933;
	font-size: .7em;
	padding: 5px 0px 0px 5px;
}
/********** END MAIN TEMPLATE CSS ************/


/********** Media Gallery ***********/
	.MediaListTitle{
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.7em;
		font-weight: bold;
		font-style: italic;
		color:#990000;
	}
	.MediaItem {
		width:125px;
		margin:5px;
		float:left;
	}
	.MediaItemThumb {
		border:solid black 1px;width:115px;
	}
	.MediaItemTitle {font-weight:bold;}
	.MediaItemDescription{}
	.MediaItemLink{display:none;}
/********** END Media Gallery ***********/