/*** General settings ***/
html {
	overflow-x:hidden;
}
body {
	font-family:Arial;
	font-size:12px;
	color:#000;
	background:#fff;
	margin:0;
	padding:0;
	height:100%;
}
div#main-wrapper {
	width:100%;
	height:100%;
}
a {
	color:#404040;
	text-decoration:none;
}
a:hover {
	color:#BFBFBF;
	text-decoration:underline;
}
div.clear {
	clear:both;
}
/*** Header ***/
div#top-header {
	background:url(images/top-header-center.jpg) top repeat-x;
	height:19px;
}
div#top-header-left {
	background:url(images/top-header-left.jpg) top left no-repeat;
	height:19px;
	width:17px;
	float:left;
}
div#top-header-right {
	background:url(images/top-header-right.jpg) top right no-repeat;
	height:19px;
	width:23px;
	float:right;
}
div#header {
	width:100%;
}
div#logo {
	padding:20px 0 0 0;
}
div#logo-textual {
	float:left;
	font-family:Myriad Pro;
	font-size:24px;
	letter-spacing:3px;
	padding:10px 0 2px 40px;
	background:url(images/logo-textual.jpg) 41px bottom no-repeat;
}
div#logo-textual a {
	color:#807E7D;
	text-decoration:none;
}
div#left-wrapper {
	float:left;
}
div#movie-container,
div#images-container {
	float:left; 
	position:absolute; 
	margin-left:200px;
	width:100%;
	height:595px;
}
/*** Content ***/
div#content-wrapper {
	background:#FEFCFA;
	width:100%;
}
div#content-left {
	background:url(images/content-bg-left.jpg) left repeat-y;
	height:100%;
}
div#content-right {
	background:url(images/content-bg-right.jpg) right repeat-y;
	height:100%;
}	
div#content-body {
	clear:both;
	height:350px;
	padding:40px 60px 40px 40px !important;
	padding:40px 60px 0 40px;
}	
div#left-column {
	width:203px;
	float:left;
	position:absolute;
	z-index:99999;
	
}
div#right-column {
	float:left;
	width:650px;
	margin-left:40px;
}
div#projects-list ul {
	margin:0;
	padding:0;
	list-style:none;
}
div#projects-list ul li {
	line-height:150%;
}
div#projects-list ul li a {
	color:#050505;
}
div#projects-list ul li a.selected {
	color:#DEEA7A;
}
div#images-pager {
	margin-left:43px;
	width:138px;
	border:solid 1px #939598;
	
}
div#images-pager a {
	display:block;
	float:left;
	width:23px;
	height:17px;
	background:#fff;
	color:#939598;
	margin:0;
	text-align:center;
	padding-top:2px;
}
div#images-pager a:hover {
	color:#00AEEF;
	text-decoration:none;
}
div#images-pager a.activeSlide {
	background:#00AEEF;
	color:#fff;
}
div#images-pager div.pager-seperator {
	margin-top:-1px !important;
	margin-top:-2px;
	clear:both;
	border-bottom:solid 1px #939598;
	height:1px;
	font-size:0;
}
html>/**/body div#images-pager div.pager-seperator {
	height:0px;
	margin-top:-2px;
}

html>/**/body div#images-pager a {
	/*margin:8px 8px 0 0;*/
}

div#images-container img {
	top:0;
	left:0;
	margin:0 auto;
	display:none;
}
div#next-prev {
	float:left;
	text-align:center;
	padding:5px 0 0 0;
}
div#next-prev img {
	cursor:pointer;
	margin:0 10px 0 0;
}
div#counter {
	padding-top:4px;
	float:left;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:12px;
	color:#CCC;
}
/*** Footer ***/
div#footer {
	width:100%;
}
div#footer-bottom {
	background:url(images/bottom-footer-center.jpg) bottom repeat-x;
	height:21px;
	width:100%;
}
div#footer-bottom-left {
	background:url(images/bottom-footer-left.jpg) bottom left no-repeat;
	height:21px;
	width:18px;
	float:left
}
div#footer-bottom-right {
	background:url(images/bottom-footer-right.jpg) bottom right no-repeat;
	height:21px;
	width:23px;
	float:right;
}
div#footer-content {
	width:998px;
	clear:both;
	position:absolute;top:600px;
	padding:5px;
	text-align:right;
	color:#CDCDCD
}
div#footer-content a {
	color:#CDCDCD
}

/*** Forms ***/
input.inpt-txt {
	width:140px;
	border:solid 1px #999;
}
textarea.inpt-txt-area {
	font-family:Arial;
	width:140px;
	height:60px;
	border:solid 1px #999;
	overflow:hidden;
}
input.inpt-submit {
	border:solid 1px #999;
	text-align:center;
	padding:0 8px;
}
span.mandatory {
	color:#cc0000;
}

.leftTurn .jScrollPaneTrack {
	left: 0;
	right: auto;
}
.leftTurn a.jScrollArrowUp {
	left: 0;
	right: auto;
	height:10px;
	background: url(images/btn-scrollUp.jpg) no-repeat;
}
.leftTurn a.jScrollArrowDown {
	left: 0;
	right: auto;
	height:10px;
	background:url(images/btn-scrollDown.jpg) no-repeat;
}
div#subMenuWrapper {
	position:relative; 
	height:195px;
}
div#textBox {
	width:170px; 
	height:120px; 
	padding:10px 15px 10px 15px; 
	background:#fff; 
	margin-left:23px; 
	margin-top:30px;
	/*margin-bottom:216px;*/
}
div#textBoxTitle {
	font-size:12px;
	padding:2px 0 19px 0;
	font-weight:bold;
}
div#textBoxDate {
	float:right;
	font-size:12px;
	padding:2px 0 19px 0;
	font-weight:bold;
}
div#textBoxContent {
	overflow:auto; 
	height:77px; 
	width:170px;
	line-height:140%
}
div#nav {
	width:223px !important; 
	width:225px;
	background:#fff; 
	height:19px; 
	text-align:right; 
	margin-top:5px
}
div#nav img {
	display:block;
	float:right;
	margin:0 2px 0 0;
	border:solid 0px #cc0000;
	cursor:pointer;
}
div#pageText {
	line-height:140%; 
	width:330px; 
	padding:45px 33px 70px 50px; 
	background:#fff;
	height:300px;
	height: expression( this.scrollHeight > 300 ? "301px" : "auto" ); /* sets max-height for IE */       
	/*max-height: 300px; /* sets max-height value for all standards-compliant browsers */       
	overflow:hidden;
}

html>/**/body div#pageText {
	padding:34px 33px 70px 50px; 
}
