@charset "UTF-8";
.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color: #011a5d;
	position: relative;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#loginbox {
	color:#fff;
	padding: 15px;
	height: 100px;
	width: 350px;
	background-color: #000;
	position: fixed;
	top: 100px;
	left: 300px;
	border: 1px solid #fff;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
	display:none;
	z-index:100;
}

#header {
	background-image: url(images/header-bg.jpg);
	height: 110px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
nav {  
    position: absolute;  
    left: 0; 
	bottom: 0;
    width: 100%;    
} 
nav ul {  
    margin: 0 auto;  
    width: 650px;  
    list-style: none;  
}
nav ul li {  
    float: left;  
}  
  
    nav ul li a {
	display: block;
	margin-right: 10px;
	width: 120px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	color: #CCC;
	font-weight: bold;
    }  
  
        nav ul li a:hover {  
            color: #fff;  
        }  
  
        nav ul li.selected a {
			color: #fff;
			background-image: url(images/nav-selected.png);
			background-repeat: no-repeat;
			background-position: center center;
        }  

#subnavbar {
	background-image: url(images/subnavbar-bg.jpg);
	height: 38px;   
} 
#subnavbar ul {  
    margin: 0 auto;  
    width:800px;  
    list-style: none;  
}
#subnavbar ul li {  
    float: left;  
}  
  
    #subnavbar ul li a {
	display: block;
	margin-right: 10px;
	font-size: 12px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	padding-bottom: 7px;
	padding-right: 24px;
	padding-left: 24px;
    }  
  
        #subnavbar ul li a:hover {  
            color: #666;  
        }  
  
        #subnavbar ul li.selected a {
			color: #fff;
			background-image: url(images/subnavbar-selected.jpg);
			background-repeat: no-repeat;
			background-position: center center;
        } 
		
.demoText {
	padding-right:25px;
}
.demoText .title,
.pagetitle {
	font-size:22px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.demoText .bottomtitle {
	font-size:14px;
}
ul.subnav {
	position: absolute;
	display: block;
	z-index: 20000;
	list-style:none;
	margin:0;
	padding:0;
}
ul.subnav li {  
    float: left;  
}  
  
    ul.subnav li a,
	ul.subnav li.notselected a{
	display: block;
	margin-right: 10px;
	font-size: 12px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	background-color: #FFF;
	color: #464646;
	font-weight: bold;
	padding-bottom: 0;
	padding-right: 12px;
	padding-left: 12px;
	border: 1px solid #969696;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	background-image: url(images/subnav-bg-hover.jpg);
    }  
  
        ul.subnav li a:hover {  
            color: #000;
			background-image: url(images/subnav-bg.jpg);
        }  
  
        ul.subnav li.selected a {
			color: #fff;
			background-color: #969696;
			background-image: url(images/subnav-bg-selected.jpg);
			background-position: center;
        } 

#gallery {
	float: left;
	width: 400px;
}
.directoryscrolling {
	height:500px;
	overflow:auto;
}
#buttonbar {
	position: absolute;
	bottom: 7px;
	width: 100%;
}

    .button a {
	display: block;
	font-size: 12px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	background-color: #123F75;
	color: #fff;
	font-weight: bold;
	padding-bottom: 0;
	padding-right: 12px;
	padding-left: 12px;
	border: 1px solid #6189A9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
    }  
  
        .button a:hover {  
            color: #666;
			background-color: #fff;
        }

#gallery .bar {
	background-image: url(images/gallery-bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 64px;
	margin: 0px;
	padding: 0px;
	clear: left;
	cursor:default; 
}


.clearfix {
	clear:both;
}
#gallery .bar.selected,
#gallery .bar.selected:hover {
	background-image: url(images/gallery-bar-selected.jpg);
	cursor:pointer; 
}

#gallery .bar:hover {
	background-image: url(images/gallery-bar-hover.jpg);
	cursor:pointer; 
}
#gallery .bar img {
	padding: 0px;
	margin-top: 2px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
}
#gallery .bar .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#gallery .bar .subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.commentbox {
	position:relative;
}
.submitbutton {
	position:absolute;
	bottom:0;
	left:360px;
}
.edittitle,
.commentbox {
	padding-top:5px;
	margin:0;
}
.playerimg {
	float:left;
	margin-right:10px;
}
#maingallery {
	background-color: #EFEFEF;
	width: 630px;
	padding: 10px;
	padding-right: 5px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
}
#maingallery #gallery {
	height: 191px;
	width:315px;
	color:#333;
}
#maingallery #gallery .bar {
	background-image: url(images/maingallery-bar.jpg);
}
#maingallery #gallery .bar:hover {
	background-image: url(images/maingallery-bar-hover.jpg);
}
#content {
	background-color: #efefef;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 15px;
}
#moviebox {
	width: 508px;
	right: 15px;
	float: right;
}
#moviecontainer {
	background-image: url(images/movie-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #efefef;	
	padding-bottom: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#movie {
	margin-right: 13px;
	margin-left: 13px;
	text-align: center;
}
#movietext {
	display:block;
	margin-top: 13px;
	margin-right: 26px;
	margin-left: 26px;
/*	margin-bottom: 30px;*/
}
#movietext .title  {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	line-height: 14px;
}
#movietext .subtitle   {
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	margin-top:5px;
	line-height: 18px;
}
#content .title {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#footer {
	color: #FFF;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 20px;
	text-align: center;
}
#maintext {
	background-color: #EFEFEF;
	color:#000;
	width: 665px;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	background-image: url(images/maintextbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.jumplink {
	position:absolute;
	bottom:30px;
	right:20px;
}
.bottomtext {
	font-size:36px;
	position:absolute;
	bottom:45px;
	left:30px;
	font-family: "Times New Roman", Times, serif;
}
.about {
	bottom:60px;
}
.formtext {
	line-height:24px;
}
#joblist {
	color:#FFF;
	background-color: #666;
	margin:0 30px 10px 30px;
	color:#000;
	padding: 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-o-border-radius: 15px;

}
#joblist .title {
	color:#FFF;
	font-size:14px;
}
#joblist .description {
	color:#FFF;
	font-size:12px;
}
#joblist a:link {
	color:#FFF;
}
.jobscontent {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;

}
#jobsfooter {
	color: #FFF;
	padding: 20px;
	text-align: center;
}
.lastname {
	display:none;
}
