﻿body {
	margin: 0;
	padding: 0;
	background: #E5E5E5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

blockquote {
	font-style: italic;
	margin-bottom:1px;
	margin-top:5px;
	width:300px;
}

a {
	color: #135293;
}

a:hover {
	text-decoration: none;
}

.title1 {
	margin: 0;
	padding: 2px 0;
	background: url("images/img11.gif") repeat-x left bottom;
	font-weight: normal;
	font-size: 129%;
	color: #FFFFFF;
}

.title2 {
	margin: 0;
	padding: 10px 0;
	background: url("images/img09.gif") repeat-x left bottom;
	font-size: 227%;
	font-weight: normal;
	color: #135293;
}

.title3 {
	margin: 0;
	padding: 10px 0;
	background: url("images/img11.gif") repeat-x left bottom;
	font-size: 129%;
	font-weight: normal;
	color: #FFFFFF;
}
.line{
	margin-left:200px;
}
.line2{
	margin-left:170px;
	margin-top:20px;
}
.line3{
	margin-left:280px;
}

.boxed {
	padding: 5px 30px 20px 30px;
}

.boxed p, .boxed ul, .boxed ol {
	line-height: 180%;
}

.orange {
	margin: 20px 30px;
	background: #9C9C9C url("images/img10.gif") repeat-x;
	color: #FFFFFF;
}

.orange a {
	color: #FFFFFF;
}

.col-one {
	float: left;
	width: 300px;
}

.col-two {
	float: right;
	width: 300px;
}

/* Page */

#page {
	border-left: thick #E78720 outset;
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

/* Header */
#header{
	width:740px;
	height:150px;
	background-image:url('images/Header.jpg');
}

/* Logo */

#logo {
	height: 150px;
	background: #FFFFFF url('images/logo.jpg') no-repeat center;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: capitalize;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

#logo h1 {
	padding: 100px 0 0 0;
	background: url("images/img03old.gif") no-repeat center center;
	font-size: 36px;
}

#logo h2 {
	font-size: 14px;
}

#logo a {
	color: #9C9C9C;
	text-decoration: none;
}

/* Plan */
#plan{
	margin-left:110px;
}

/* Menu */

#menu {
	padding: 20px;
	background: #9C9C9C url("images/img10.gif") repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 10px 0;
	background: url("images/img11.gif") repeat-x;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 129%;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Login */

#login {
	padding: 20px;
	background: #9C9C9C url("images/img10.gif") repeat-x;
}

#login form {
	margin: 0;
	padding: 20px 0 0 0;
}

#login fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#login label {
	color: #FFFFFF;
}

#inputtext1, #inputtext2 {
	width: 194px;
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#inputsubmit1 {
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#login a {
	color: #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 740px;
}

/* Footer */

#footer {
	border-left: thick #E78720 outset;
	width: 980px;
	height: 120px;
	margin: 0 auto;
	background: url("images/img12.gif") repeat-x;
}

#footer p {
	margin: 0;
	font-size: 85%;
}

#links {
	float: left;
	width: 220px;
	height: 45px;
	padding: 35px 0 0 20px;
	background: url("images/img13.gif") repeat-x;
}

#links a {
	color: #FFFFFF;
}

#legal {
	float: right;
	width: 720px;
	height: 45px;
	padding: 35px 0 0 20px;
}
/*LIGHT BOX*/
#lightbox{	
position: absolute;	
left: 0; 
width: 100%; 
z-index: 100; 
text-align: center; 
line-height: 0;}
#lightbox img{ 
width: auto; 
height: auto;}
#lightbox a img{ 
border: none; }

#outerImageContainer{ 
position: relative; 
background-color: #fff; 
width: 250px; 
height: 250px; 
margin: 0 auto; }
#imageContainer{ 
padding: 10px; }

#loading{ 
position: absolute; 
top: 40%; 
left: 0%; 
height: 25%; 
width: 100%; 
text-align: center; 
line-height: 0; }
#hoverNav{ 
position: absolute; 
top: 0; 
left: 0; 
height: 100%; 
width: 100%; 
z-index: 10; }
#imageContainer>#hoverNav{ 
left: 0;}
#hoverNav a{ 
outline: none;}

#prevLink, #nextLink{ 
width: 49%; 
height: 100%; 
background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ 
display: block; }
#prevLink { 
left: 0; 
float: left;}
#nextLink { 
right: 0; 
float: right;}
#prevLink:hover, #prevLink:visited:hover {
background: url('images/lightbox/prevlabel.gif') no-repeat left 15%;
}
#nextLink:hover, #nextLink:visited:hover {
background: url('images/lightbox/nextlabel.gif') no-repeat right 15%;
}

#imageDataContainer{ 
font: 10px Verdana, Helvetica, sans-serif; 
background-color: #fff; 
margin: 0 auto; 
line-height: 1.4em; 
overflow: auto; 
width: 100%	; }

#imageData{	
padding:0 10px; 
color: #666; }
#imageData #imageDetails{ 
width: 70%; 
float: left; 
text-align: left; }	
#imageData #caption{ 
font-weight: bold;	}
#imageData #numberDisplay{ 
display: block; 
clear: left; 
padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ 
width: 66px; float: right;  
padding-bottom: 0.7em; 
outline: none;}	 	

#overlay{ 
position: absolute; 
top: 0; 
left: 0; 
z-index: 90; 
width: 100%; 
height: 500px; 
background-color: #000; }
