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

/* css layout ------------------- */

#wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#topcont {
	width: 960px;
	height: 90px;
	background-image: url(images/opendent_layout_r1_c1_s1.png); 	
}
#navwrapper {
	float: right;
	margin-right: 10px;
	margin-top: 25px;
}
#navmenu {
	width: 398px;
	overflow: hidden;
}
#navmenu ul {
	list-style-type:none;
}
#navmenu li {
	display:inline;
}
#navmenu a {
	width: 119px;
	float: left;
	text-decoration: none;
	color: #006666;
	font-weight: bold;
	font-size: 10px;
	padding: 18px 0px 20px 15px;
	margin: 0px -15px 0px 0px;
	background-image: url(images/navbtn_up.png);
}
#navmenu a:hover {
	color: #000;
	background-image: url(images/navbtn_over.png);
}

#leftcont {
	width: 300px;
	height: 610px;
	float: left;
	background-image: url(images/opendent_layout_r2_c1_s1.png);
}
#leftblurb {
	width: 250px;
	float: left;
	padding-left: 20px;
	padding-top: 5px;
	color: #4E774E;
}

#midcont {
	width: 300px;
	height: 610px;
	float: left;
	background-image: url(images/opendent_layout_r2_c2_s1.png);
}
#midblurb {
	width: 270px;
	padding-left: 30px;
	margin-top: 190px;
}

#rightcont {
	width: 360px;
	height: 610px;
	float: right;
	background-image: url(images/opendent_layout_r2_c3_s1.png)
}
#rightblurb {
	width: 260px;	
	padding-left: 20px;
	margin-left: 50px;
	margin-top: 320px;
}

#vidcont {
	width: 960px;
	height: 610px;
	background-image: url(images/opendent_vidlayout_s1.png);
}
#vidblurb {
	width: 250px;
	float: left;
	padding-top: 50px;
	padding-right: 20px;
	margin-left: 100px;
}
#vidwrapper {
	float: left;
	width: 640px;
	height: 520px;
	margin-left: 500px;
	margin-top: -110px;
}

/* tag definitions ------------- */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #006666;
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

img {
	border: none;
}

li {
	font-size: 12px;
}

/* bobf's custom CSS. sexeh. ----- */

.getstarted {
	width: 230px;
	height: 50px;
	display: block;
	background-image: url(images/button_up_s1.png); 
}
.getstarted:hover {
	background-image: url(images/button_over_s1.png);
}




