/* Davo Photographic & Midwest Matrix CSS Stylesheet - Jeff Evans 2009.07.10 */

/* Global Nav and Layout
------------------------ */
body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #eaeaea;
	background-image: url('../_img/_page/bgTile.gif');
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1 {
	color: #888888;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 8px;
}

.head {
	background-image: url(../_img/_page/head.gif);
	background-repeat: no-repeat;
	width: 880px;
	height: 290px;
	z-index: 3;
}

.nav {
	position: relative;
	top: 170px;
	left: -20px;
	z-index: 5;
}

.introPushed {
	border-top: 3px solid #ddd;
	padding-top: 20px;
	margin-top: 260px;
	text-align: center;
}

.movie {
	
}

ul#sideNav{
	list-style-type: none;
	height: 29px;
	margin-left: 0px;
}

li#sideNav {
	width: 170px;
	height: 29px;
	margin-bottom: 3px;
}

#sideNav a:link, #sideNav a:visited {
	display: block;
	width: 170px;
	height: 29px;
	padding-top: 5px;
	padding-left: 24px;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	background-image: url('../_img/_nav/button.gif');
	background-repeat: no-repeat;
}

#sideNav a:hover {
	background-position: 0 -29px;
	color: #b47116;
}

#sideNav a:active {
	background-position: 0 -29px;
	color: #952824;
}

.content {
	position: absolute;
	top: 120px;
	left: 240px;
	width: 600px;
	background-color: #ffffff;
}

.content50L {
	position: absolute;
	top: 120px;
	left: 230px;
	width: 600px;
	background-color: #ffffff;
}
.pageTitle {
	position: absolute;
	background-color: #ffffff;
	top: 80px;
	left: 260px;
	color: #888888;
	font-size: 16px;
}

#phone {
	color: #952824;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #b47116;
}
a:visited{
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
	}

/* Content Images & Layout
--------------------------- */
#thumbBox {
	list-style-type: none;
	width: 560px;
	border: 0px;
}
#thumbBox li {
	float: left;
	width: 170px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
}
#thumbBox a:hover {
	text-decoration: underline;
	color: #b47116;
}
#thumbBox img {
	border: 2px;
	border-color: #bbbbbb;
}

#thumbBox4 {
	list-style-type: none;
	width: 640px;
	border: 0px;
	margin-left: -40px;
	margin-bottom: 60px;
	
}
#thumbBox4 li {
	float: left;
	width: 142px;
	margin-right: 10px;
	margin-bottom: 30px;
	font-size:9px;
	text-align: center;
}
#thumbBox4 a:hover {
	text-decoration: underline;
	color: #b47116;
}
#thumbBox4 img {
	border: 2px;
	border-color: #bbbbbb;
}

.thumbDIV {
	margin-top: 60px;
}

/* Video Player
-------------------- */
.video {
	z-index: 50;
	margin-left: 240px;
	width: 640px;
	background-color: #dddddd;
}

.warriors {
	list-style-type: none;
	float: left;
	width: 250px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
}