/* body styles */ 
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.6em;
	background:#000000;
	color: #cccccc;
}

* {topmargin: 0; }

/* typography */
h1, h2, h3, h4, h5, h6, p, td, ul, ol, li, dl, dt, dd form{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
}
input, select, th, td {
	font-size: 1em;
} 

h1 {
	font-size: 2.3em;
	font-weight: bold;
	color: #6666CC;
	letter-spacing: .3em;
	text-align: center;
	font-family: Georgia, Times New Roman, Times, serif;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #6666cc;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 0 0 5px 0;
}


i {  font-style: italic}
b {  font-weight: bold}

a:link {
	color: #66CCFF;
	text-decoration: none;
	}
a:visited {
	color: #66CCCC;
	text-decoration: none;
	}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6633CC;
	}
a:active {
	color: #66CCFF;
	text-decoration: none;
	}

.small-caps {
	font-variant: small-caps;
}

.clear {
	clear: both;
	}
	
.floatright {
	float: right;
	}

.caption {
	text-align: center;
}

.redblock {
	color: #CC0000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-stretch:expanded;
}

.footer {
	font-size: .9em;
	line-height: 1.3em;
	color: #999999;
}

.highlight {
	background-color: #333333;
	margin: 10px 50px 10px 50px;
	padding: 5px;
	line-height: 1.6em;
	border: thin inset #666699;
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
}

.highlight a:link {
	color: #FFFFFF;
}

/* branding box extends right and left from logo */

#Branding {
	background: url(../images/prange-logo-bg.gif) repeat-x;
}

/* main navigation bar */

#MainNav {
	width: 750px;
	float: left;
	background: #333366 url(../images/mainNavBg.gif) repeat-x;	
}

#MainNav ul {
	margin: 0 0 0 50px;
	_margin: 0 0 0 25px; /* hack to fix IE6 and below - they'll use this value */
	padding: 0;
	float: left;
	line-height: 2.1em;
}
#MainNav ul li {
	list-style: none;
	margin: 0;
	display: inline;
}
#MainNav ul li a {
	float: left;
	padding: 0 2em;
	background: url(../images/mainNavDiv.gif) repeat-y left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
	}
#MainNav ul a:hover {
	color: #9999cc;
	}
	
#MainNav .end {
	float: left;
	padding: 0 2em;
	background: url(../images/mainNavDiv.gif) repeat-y left top;
}

	
#footNav a {
	text-align: center;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #ffffff;
}

#footNav a:hover {
	color: #9999cc;
	}

#MainContent {
	margin: 20px 0 15px 0;

}

#HomePic {
	background: url(../images/home-snl.jpg) no-repeat center top;
	margin: 10px 0;
	width: 750px;
	height: 368px;
	text-align: center;
}

#HomePic img {
	float:left;
}

#HomePic a:link, #HomePic a:visited {
	color: #cccccc;
	text-decoration: none;
	text-align: center;
	background-color: #000000;
}

#HomePic a:hover {
	text-decoration: none;
	color: #9999CC;
	background-color:#000000;
}

#ContactAddress {
	margin-left: 200px;
	text-align: left;
}

.printheader {
	color: #FFFFFF;
}

#PrintForm {
	margin: 0;
	padding: 1em 0;
	border: 1px dotted red;
}

#gallerydesc {
	width: 50%;
	float: left;
	}
	
#galleryprint {
	width: 50%;
	float: right;
}

#gallerybigdesc {
	width: 100%;
	}
	
#gallerybigprint {
	width: 100%;
}

#galleryform {
	clear: both;
}
	
 .submit {
	margin:0;
	float: right;
	display: inline;
}

.form {
	margin: 0;
	padding: 0;
	display: inline;
}

#qtvideo {
	width: 320px;
	height: 200px;
	margin: auto;
}

#qtvideo5 {
	width: 650px;
	height: 450px;
	margin: auto;
}

#videostills {
	width: 700px;
	margin: auto;
}

.videostill-left {
	width: 310px;
	float: left;
}

.videostill-right {
	width: 310px;
	float: right;
}

.videostill-center {
	width: 310px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#videostill1 {
	width: 310px;
	float: left;
}

#videostill2 {
	width: 310px;
	float: right;
}

#videostill3 {
	width: 310px;
	float: left;
}

#videostill4 {
	width: 310px;
	float: right;
}