/* general layout */

body {
	margin: 0;
	padding: 0;
	font:70% 'Lucida Grande',Verdana, Helvetica, sans-serif;
	background: #342E30 url(images/bg_full.jpg) repeat-y;
	background-position: center;
}

#splash {
	width:760px;
	margin:0 auto;
	padding:50px;
	background: #000000;
}

#wrapper {
	width:760px;
	margin:0 auto;
	padding: 0;
	background-image:url(images/bg_wrapper.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

/* For IE */
#header {
	width: 760px;
	height:250px;
	background-position: center;
	background-repeat: no-repeat;
	background-position: top;
}

#primaryContent{
	float:left;
	width:465px;
	padding:25px;
	margin-left:15px;
	margin-top:-20px;
}

/* Non-IE */
html>body #primaryContent {
	float:left;
	width:470px;
	padding:25px;
	margin-left:30px;
	margin-top:-30px;
}

#movie
{
text-align:center;
}
/* default text */

p {
	color:#000000;
	text-align:justify;
	line-height: 150%;
}

p.center {
	text-align: center;
	}
	
/* default links */

a:link, a:visited {
	background-color: transparent;
	font-weight:bold;
	text-decoration: none;
	color:#000000;
}

a:hover {
	color:#990000;
}



/* default images */

img {
float: left;
border: 0 0 0 0 ;
padding:5px;
border:none;
}

/* headers */

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 150%;
	color:#003366;
	text-indent: -9000px;
}

h2 {
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 130%;
	color:#000000;
}

h3 {
	text-transform: uppercase;
	display: inline;
	font-size: 92%;
	margin: 10px 5px 0 0px;
	padding: 2px;
	color:#000000;
}

h3,h4 {
	display: inline;
	margin: 10px 5px 0 0px;
	padding: 2px;
	color:#990000;
	font-size: 130%;
}

h3 a {
	text-decoration: none;
	color:#993333;
}

h3 a:visited {
	text-decoration:none;
	color:#993333;
}
/* navigation */


/* For IE */
#mainNavigation {
	margin-top:-165px;
	margin-right:14px;
	width:173px;
	color:#FFFFFF;
	float:right;
}

/* Non-IE */
html>body #mainNavigation {
	margin-top:-165px;
	margin-right:28px;
	width:173px;
	color:#FFFFFF;
	float:right;
}

#mainNavigation a {
border: none;
}

#mainNavigation ul {
	margin: 0px;
	padding: 0px;
}

#mainNavigation ul ul {
}

/* For IE */
#mainNavigation ul ul li{
color:#FFFFFF;
padding-left:10px;
}

/* Non IE */
html>body #mainNavigation ul ul li{
color:#FFFFFF;
padding-left:10px;
}



#mainNavigation li {
	line-height: 2.5ex;
	padding: 5px;
	list-style-type: none;
	border-bottom-width: #CC6666 1px solid;
	background-color: transparent #993333;
	font-weight: bold;
	text-transform: capitalize;
}

#mainNavigation ul a {
	text-decoration:none;
	color:#FFFFFF;
}

#mainNavigation ul a:hover {
	color:#CC6666;
}


/* Lists*/

ul.links {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul.links li {
	margin: 0;
	padding: 0 0 5px 0;
	}

/* Footer */

#splash #footer {
	display: none;
}

#footer{
	clear:both;
	height: 45px;
	
	background-image: url(images/bg_footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#footer p {
margin: 15px 10px 0 0;
padding-left:20px;
padding-top:15px;
font-weight: bold;
color:#FFFFFF;
font-size:80%;
}

#footer a:link, #footer a:visited {
color: #FFF;
text-decoration: none;

}
#footer a:hover {
	color: #FFF;
	border-bottom:#FFFFFF 1px dashed;
}

a.blue:link, a.blue:visited,.blue {
color:#003366;
}

a.blue:hover {
color:#003366;
text-decoration:underline;
}



/* IMAGE GALLERY */

#primaryContent a img {
	padding:4px;
	margin:0 8px 8px 0;
	border:4px solid #BFB8AE;
	}

#primaryContent a:hover img {
	padding:4px;
	margin:0 8px 8px 0;
	border:4px solid #342E30;
	}
	
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
