html {
	padding:0;
	margin:0;
}

body {
	margin:0 auto;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	padding:0;
}

a img {
	border:none;
}

p {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
}

p a {
	color:#708dd9;

}

p a:hover {
	border-bottom:1px solid #eee;
}

/* HEADER STYLES */

.header {
	width:100%;
	background: #7090DF url(/images/header-bg.png) repeat-x top left;
	height:161px;
	border-bottom:2px solid #444444;
	padding:0;
	margin:0;
}

.white .header {
	border-bottom: 1px solid #666;
}

.h-main {
	width:850px;
	height:161px;
	float:left;
}

.h-left {
	width:248px;
	height:161px;
	float:left;
}

.h-left img {
	padding:0;
	margin:0;
	width:248px;
	height:161px;
}

.h-right {
	width:600px;
	height:161px;
	float:left;
	padding:0;
	margin:0;
}

.h-right #top {
	background:transparent url(/images/header-top1.png) no-repeat scroll left top;
	float:left;
	height:47px;
	margin:0;
	padding:0;
	width:417px;
}

.header h1 {
	background:transparent url(/images/header-logo1.png) no-repeat scroll left top;
	clear:both;
	color:#000000;
	display:block;
	height:82px;
	margin:0;
	padding:0;
	text-indent:-10000px;
	width:627px;
}

.h-right #bottom {
	background:transparent url(/images/header-bottom.png) no-repeat scroll left bottom;
	clear:both;
	float:left;
	margin:30px;
	height:0px;
	width:600px;
}

/* NAVIGATION STYLES */

.nav {
	float:left;
	height:30px;
	position:absolute;
	top:117px;
}

.nav:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.nav ul {
	width: 100%;
	padding: 3px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.nav ul li {
	float:left;
	font-size:10px;
	list-style:none;
}

.nav ul li#first {
	background:transparent url(/images/nav-cap-l1.png) no-repeat scroll 0 1px;
	padding-left:5px;
}

.nav ul li#last {
	background:transparent url(/images/nav-cap-r1.png) no-repeat scroll right 1px;
	padding-right:5px;
}

.nav ul li#last a {
	margin-right:0 !important;
}

.nav ul li a {
	background:transparent url(/images/nav-bg1.png) repeat-x scroll center center;
	color:#000000;
	display:block;
	float:left;
	height:11px;
	letter-spacing:1px;
	margin:1px 1px 0 0;
	padding:6px;
	text-decoration:none;
	text-transform:uppercase;
}

*html .nav ul li a {
	padding:6px;
	height:0;
}
/*
.nav ul li a:hover, .nav ul li a.selected {
	background: center center repeat-x; /*THEME CHANGE HERE

}*/


.dropmenu {
	position:absolute;
	background-color:#839fe1;
	display:block;
	top:0;
	z-index:100;
	visibility: hidden;
	margin:0;
	padding:0;
}

*html .dropmenu {
	width:180px;
}

.dropmenu li {
	list-style:none;
	font-size:11px;
	padding:0;
	display:block;
	margin-bottom:1px;
}

.dropmenu li a {
	width: auto;
	background-color:#ccd7f1;
	display: block;
	padding: 6px 15px 4px 15px;
	text-decoration: none;
	color: #333333;
}

* html .dropmenu a { /*IE only hack*/
	width: 100%;
}

.dropmenu a:hover { /*THEME CHANGE HERE*/
	background-color: #e7ecf8;
}

/* MAIN AREA */

.main {
	width:963px;
	height:100%;
	margin:0px auto;
	padding:0;
}

.main-blackBar {
	background:transparent url(/images/black-bar-bg.gif) repeat-y top left;
	width:963px;
	min-height:100%;
	margin:0px auto 30px;
	padding:0;
}

/* VENUE PAGE STYLES */

.venueWrapper {
	margin:0 auto;
	width:972px;
	padding:20px;
	background-color:white;
}

.venueWrapper #bottom {
	clear:both;
	background-color:white;
	width:100%;
	height:0px;
}

.venueWrapper p, .venueWrapper ul, .venueWrapper ul li {
font-family:Arial,Verdana,Helvetica,sans-serif;
font-size:12px;
}

.venueWrapper p a, .venueWrapper ul a, .venueWrapper ul li a, .venueWrapper h2 a {
	color:#4d6ec0;
	text-decoration:none;
	border-bottom:1px solid #4d6ec0;
	padding-bottom:1px;
}

.linkBoxBlue {
	background:#d0d9f1 url(/images/link-swirls-PS.gif) no-repeat right bottom;
	padding:10px 20px;
}

.venueLEFT {
	width:300px;
	float:left;
	padding-right:20px;
	margin:20px 20px 30px 0;
	border-right:1px solid #cccccc;
}

.venueLEFT h2, .venueRIGHT h2 {
	font-family: Georgia;
	font-weight:normal;
	text-transform:none;
	padding-left:5px;
}

.venueRIGHT h2 {
	padding-left:0 !important;
}

h2#photoHeading {
	margin-top:0;
	margin-bottom:10px;
}

h2.videoHeading {
	border-top:1px solid #cccccc;
	padding-top:15px;
}

.venueRIGHT {
	float:left;
	margin-bottom:30px;
	width: 628px;
}

.gallery {
	background:url(/powersoregon/images/bg_nav_right.jpg) right top no-repeat;
	height:300px;
}

.gallery ul {
	padding:0;
	margin:0;
}

.gallery ul li {
	float:left;
	list-style:none outside none;
	margin:0;
	padding:8px;
}

.gallery ul li a {
	border:1px solid #c3d9db;
	display:block;
	width:82px;
	height:82px;
	padding-bottom:0;
}

.gallery ul li a:hover {
	z-index:2;
	border:1px solid #086b73;
}

.gallery ul li a img {
	width:82px;
	height:82px;
	border:0;
	margin:0;
	padding:0;
}

.gallery ul li a:hover img, .gallery ul li a:active img, .gallery ul li a:focus img {
	width:82px;
	height:82px;
	z-index:1;
}

#gallery1 ul {
	z-index:2;
}

#gallery2 ul {
	z-index:1;
}

/* NEW TEMPLATE STYLES */

.image-right {
	float:right;
	padding:25px;	
	margin:0 0 30px 30px;
	width:330px;
}

.image-right p {
	text-align:center;
	clear:both;
	color:#fff;
}

.image-right img {
	width:100px;
	height:100px;
	padding:0;
	float:left;
	margin:5px;
}

.content-left {
	float:left;
	margin:20px 0 30px 0;
	padding:0;
	width:550px;
}

.blackBar-cap {
	clear:both;	
	background:transparent url(/images/black-cap.png) no-repeat bottom right;
	width:963px;
	height:11px;
}

.gray {
	border-collapse: collapse;
	width:550px;
}

.gray td {
	background-color:#ddd;
	border:2px solid white;
	padding:15px;
}

.gray h3 {
	color:#708dd9;
}

/* FOOTER */

.footer {
	clear:both;
	width:965px;
	margin:0 auto;
	text-align:center;
	border-top:1px solid #3c3c3c;
	padding:10px 0;
}

.footer p {
	color:#777777;
	font-size:11px;
	letter-spacing:1px;
}

.footer p a {
	border:none;
}
