/* CSS Document */
body,td,th,div,p {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 11px;
	letter-spacing: normal;
}
body {
	background-color: #33272F;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* padding: 70px 10px 70px 115px; */
	height: 700px;
}
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}


P {
	margin: 0;
	margin-bottom: 0.6em;
}

H1 {
	color: #FF6600;
	font-size: 1.5em;
	font-weight: normal;
	margin:0;
	margin-bottom: 1em;
	padding:0;
	line-height: 1em;
}

H2 {
	color: #FF6600;
	font-size: 1em;
	margin:0;
	margin-bottom: 0em;
	padding: 0;
}


.orange {
	color: #FF6633;
}


DIV#leftContainer {
	width: 170px;
	height: 580px;
	float: left;
	position: absolute;
	left: 115px;
	top: 70px;
	padding: 0;
	background-image: url(/public/images/lft_bkgnd.gif);
}


DIV#rightContainer {
	width: 619px;
	height: 580px;
	position: absolute;
	top: 70px;
	left: 285px;
	padding: 0;
	margin:0;
	background-color: #FFFFFF;
	overflow: hidden;
	background-repeat:repeat;
	background-position:top left;
	background-image:url(/public/images/common_bkgnd.gif);
}

IMG#ltLogo {
	position: absolute;
	bottom: 15px;
	left: 15px;
}



UL#mainNav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
	left: 20px;
	font-size: 1.1em;
	font-weight: bold;
}

UL#mainNav A:link, UL#mainNav A:visited {
	text-decoration: none;
	color: #CCC9CB;
}
UL#mainNav A:hover, UL#mainNav A:active {
	text-decoration: none;
	color: #FF6633;
}


UL#mainNav LI.sub A:link, UL#mainNav LI.sub A:visited {
	text-decoration: none;
	color: #CCC9CB;
}
UL#mainNav LI.sub A:hover, UL#mainNav LI.sub A:active {
	text-decoration: none;
	color: #666666;
}

UL#mainNav LI {
	margin: 0;
	padding: 0;
}

UL#mainNav LI.sub {
	font-weight: normal;
}

UL#mainNav LI UL {
	margin-left: 1em;
	margin-bottom: 0.7em;
	padding: 0;
	list-style: none;
}

UL#mainNav A.active:link, UL#mainNav A.active:visited, UL#mainNav A.active:hover, UL#mainNav A.active:active {
	color: #FF6633;
}

UL#mainNav LI.sub A.active:link, UL#mainNav LI.sub A.active:visited, UL#mainNav LI.sub A.active:hover, UL#mainNav LI.sub A.active:active {
	color: #FF6633;
}

UL.closed {
	display: none;
}


DIV#contentContainer {
	overflow: hidden;
	position: absolute;
	left: 3%;
	top: 3%;
	width: 94%;
	height: 94%;
}





DIV.opaqueBox {
	background-color: #FFFFFF;
	filter:alpha(opacity=90);
	opacity:0.9;
	padding: 10px;
}


DIV#copyrightBox {
	background-color: #FFFFFF;
	font-size: 9px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}


DIV.contentColOpaqueWhite {
	background-color: #FFFFFF;
	filter:alpha(opacity=60);
	opacity:0.6;
	padding: 10px;
}



DIV.contentColLeftBkgnd {
	position: absolute;
	height: 100%;
	width: 45%;
	background-color: #FF6633;
	filter:alpha(opacity=20);
	opacity:0.2;
	-khtml-opacity: 0.2;
}
DIV.contentColRightBkgnd {
	position: absolute;
	left: 48%;
	height: 100%;
	width: 55%;
	background-color: #FF6633;
	filter:alpha(opacity=20);
	opacity:0.2;
	-khtml-opacity: 0.2;
}


DIV.contentColLeft {
	position: absolute;
	margin: 10px;
	width: 41%;
}

DIV.contentColLeftScrollable {
	position: absolute;
	margin: 10px;
	width: 41%;
	overflow: auto;
	height: 520px;
	padding-right: 10px;
}




DIV.contentColRight {
	position: absolute;
	left: 48%;
	width: 49%;
	margin: 10px;
}

DIV.contentColRightImgOnly {
	position: absolute;
	left: 47%;
	width: 53%;
	z-index: 100;
}

.downloadInfoText {
	font-size: 0.8em;
	color: #333333;
}



/*
 * Gallery Related
 * 
 */
.imageCaption {
	margin-top: 0.8em;
}
.imageAuthor {
	font-size: 0.9em;
	color: #333333;
	margin-top: 0.8em;
}
.imageRights {
	font-size: 0.9em;
	color: #333333;
}


TABLE.thumbs {
	border: none;
	/* background-color: #FFFFFF; */
}
TABLE.thumbs TD {
	border: none;
	padding: 1px;
	text-align: center;
}

H1.gallery {
	font-size: 1em;
	margin-bottom: 0.5em;
	margin-top: 0.8em;
}

IMG.thumb {
	filter:alpha(opacity=70);
	opacity:0.7;
	-khtml-opacity: 0.7;	
}
IMG.thumbActive {
	filter:alpha(opacity=100);
	opacity:1;
	-khtml-opacity: 1;
	/* border: 1px solid #FF6600; */
}
IMG.thumb:hover {
	filter:alpha(opacity=100);
	opacity:1;
	-khtml-opacity: 1;
}
IMG.thumbActive:hover {
	filter:alpha(opacity=100);
	opacity:1;
	-khtml-opacity: 1;		
}

#sectionTitle {
	font-size: 1.5em;
	color: #FF6600;
	margin-bottom: 10px;
}

IMG#buttScrollUp {
	position: absolute;
	top: 10px;
	left: 250px;
	cursor: auto;
}
IMG#buttScrollDown {
	position: absolute;
	top: 525px;
	left: 250px;
}

