/* VOH global CSS */
body {
	margin: 0px;
	color: #111;
	text-align: center;
	background-color: #556475;
	background-image: url(../images/bgdtile.jpg);
	background-attachment: fixed;
	font: 0.9em Arial, Helvetica, sans-serif;
	padding: 0px;
}
a {
	text-decoration: none; 
	color: #930;
}
a:hover {
	color: #F30; 
	font-style: italic;
}
span {
	font-weight: bold;
}
#urgent {
	font-size: 16px; 
	font-weight: bold; 
	color: #F30; 
	font-style: italic; 
	text-align: center;
}
#banner {
	position: relative; 
	margin: 0 0 -20px 0;
	padding: 40px 0 0 40px;
	width: 900px; 
	height: 80px;
	text-align: left;
	font-size: 4em; 
	text-weight: bold;
	text-shadow: 1px 1px 4px #000;
	font-family: Arial, Helvetica, Sans-serif; 
	color: #FFFECE; 
	background: url(../images/logo.png) no-repeat right top; 
}
#container {
	margin: 0 auto; 
	width: 900px; 
	height: auto; 
	background: url(../raw%20files/skyAnim.gif) no-repeat 0 0 #FFC; 
	text-align: left; 
	-moz-border-radius: 0px 0px 10px 10px; 
	-webkit-border-radius: 0px 0px 10px 10px; 
	border-radius: 0px 0px 10px 10px;
} 
div#links {
	width: 100%;
	height: 2.5em;
	font-weight: bold; 
	text-transform: uppercase; 
	text-align: center; 
	color: #FFC; 
	background: #963; 
	margin: 0;
}

#links a:hover {
	color: #630; 
	font-style: normal;
}
div#links ul{
	margin: 0px; 
	padding: 0px; 
	background: #CC974F;
}
div#links li{
	position: relative; 
	list-style: none; 
	margin: 0; 
	float: left; 
	width: 9em;
}
div#links li a {
	display: block; 
	padding: .7em .5em;  
	color: #FFC;
}
div#links li.submenu {
	background: url(../images/pointdown.png) 90% 80% no-repeat;
}
div#links ul ul {
	position: absolute; 
	right: 0px; 
	display: none;
}
div#links ul.level1 li.submenu:hover ul.level2 {
	display: block;
}
#content {
	padding: 20px 40px 40px 40px;
}
#content img{
	border: solid 2px; 
	margin-left: 15px; 
	margin-bottom: 5px; 
	float: right;
}
ul {
	margin: 0px;
}
#intro {
	padding: 30px; 
	border-radius: 20px 0px 20px 0px; 
	-webkit-border-radius: 20px 0px 20px 0px; 
	-moz-border-radius: 20px 0px 20px 0px; 
	-moz-box-shadow: 1px 1px 8px #999; 
	-webkit-box-shadow: 1px 1px 8px #999; 
	box-shadow: 1px 1px 8px #999;
}
#movie {
	padding: 15px; 
	border: 1px solid #666; 
	margin: 10px 0; 
	-border-radius: 20px 0px 20px 0px; 
	-webkit-border-radius: 20px 0px 20px 0px; 
	-moz-border-radius: 20px 0px 20px 0px; 
	background: rgba(204, 204, 153, .3);
}
#index {
	background: #CC9; 
	font-style: italic; 
	color: #930;
	margin-bottom: 20px;
	padding: 5px 8px 8px 8px; 
	text-transform: lowercase; 
	border-radius: 20px 0px 20px 0px; 
	-webkit-border-radius: 20px 0px 20px 0px; 
	-moz-border-radius: 20px 0px 20px 0px;
}
h5 {
	font-size: 14px; 
	font-weight: bold;
}
h4 {
	margin: 0px;
}
h3 {
	margin-bottom: 0px; 
	text-transform: uppercase;
}
h2 {
	display: inline; 
	color: #930; 
	font-style: italic;
}
h1 {
	margin-bottom: 0px; 
	text-transform: uppercase;
}
.emphasis {
	color: #000; 
	font-weight: bold; 
	font-size: 130%;
}
#note {
	color: #360; 
	font-style: italic; 
	margin-bottom: 0px;
}
#note2 {
	color: #930; 
	font-size: 14px; 
	font-style: italic;
}
#trailer {
	text-align: center; 
	margin-top: 20px
}
blockquote {
	position: relative; 
	width: 115px; 
	height: auto; 
	float: right; 
	font-size: 10px; 
	text-align: center; 
	color: #360; 
	line-height: 1.1em; 
	border: 1px dotted #930; 
	padding: 6px 10px 6px 0px; 
	margin-right: 9px;
}
#contact-area {
	font-family: arial, helvetica, sans-serif; 
	font-size: 70%; 
	width: 365px; 
	margin-top: 25px; 
	margin-left: 150px; 
	padding-bottom: 20px;
}
#contact-area input, #contact-area textarea {
	padding: 5px; 
	width: 255px; 
	font-family: Helvetica, sans-serif; 
	font-size: 1.4em; 
	margin: 0px 0px 5px 0px; 
	color: #666; 
	background: #CCA;
}
#contact-area textarea {
	height: 90px; 
	color: #666; 
	background: #CCA;
}
contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
}
#contact-area input.submit-button {
	width: 80px; 
	float: right; 
	color: #000;
}
label {
	float: left; 
	text-align: right; 
	margin-right: 10px; 
	width: 100px; 
	padding-top: 2px; 
	font-size: 1.4em;
}
#thanks {
	text-align: center; 
	padding: 40px 20px 40px 20px; 
	border-radius: 20px 0px 20px 0px; 
	-webkit-border-radius: 20px 0px 20px 0px; 
	-moz-border-radius: 20px 0px 20px 0px; 
	-moz-box-shadow: 1px 1px 8px #999; 
	-webkit-box-shadow: 1px 1px 8px #999; 
	box-shadow: 1px 1px 8px #999;
}
#suggest { 
	font: 11px; 
	font-family: helvetica; 
	font-style: italic; 
	text-weight: bold; 
	text-align: center; 
	margin-top: 20px; 
	padding: 5px; 
	clear: both; 
	background: #CCA;
}
#footer {
	position: relative; 
	width: 900px; 
	height: 12px; 
	bottom: 0px; 
	font-size: 9px; 
	color: #666; 
	text-align: center;
}
#design {
	width: 900px; 
	margin: 2px auto; 
	font-size: 9px; 
	color: #CC9; 
	text-align: center; 
	font-style: italic;
}
#design a {
	color: #CC9;
}
#design a:hover {
	color: #999;
}
.specialnote {
	color: #C30; 
	font-weight: bold; 
	font-size: 20px; 
	font-style: italic;
}
.clear {
	clear: both;
}
