html {
	height: 100%;
}
body > #tincan { 
	height: auto;
	min-height: 100%;
}
body {
	background-color: #464668;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 100%;
}
#tincan {
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#container {
	height: 562px;
	width: 750px;
	background-color: #464668;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/container2.jpg);
	background-repeat: no-repeat;
	margin-top: 30px;
	padding-bottom: 66px;
}
#header {
	height: 83px;
	width: 720px;
}
#contentcan {
	height: 400px;
	width: 560px;
	position: relative;
	float: left;
	padding-left: 35px;
	padding-top: 10px;
}
#breadcrumb {
	height: 20px;
	width: 550px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CCCCCC;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: left;
	text-decoration: none;
}	
#pagetitle {
	height: 41px;
	width: 550px;
	position: relative;
	padding-bottom: 10px;
}
#content {
	height: 400px;
	width: 550px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	font-variant: normal;
	color: #4B497C;
	letter-spacing: normal;
	text-align: center;
	word-spacing: 0.2em;
	text-decoration: none;
}
#navcan {
	height: 562px;
	width: 132px;
	position: relative;
	float: right;
	padding-top: 80px;
}
#footer {
	position: relative;
	left: 0px;
	bottom: 0px;
	height: 66px;
	width: 100%;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	margin-top: -96px;
	z-index: 1001;
}
#breadcrumb a:link {
	color: #333366;
	text-decoration: none;
}
#breadcrumb a:visited {
}
#breadcrumb a:hover {
	color: #333366;
	text-decoration: underline;
}
#breadcrumb a:active {
	text-decoration: underline;
}
input.namefield {
	background-position: right;
	background-repeat: no-repeat;
	text-indent: 5pt;
	background-color: #CCCCFF;
	border: 1px solid #666699;
	text-align: left;
	height: 20px;
	width: 380px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #666699;
	background-image: url(../images/name_bg.gif);
}
input.emailfield {
	background-position: right;
	background-repeat: no-repeat;
	text-indent: 5pt;
	background-color: #CCCCFF;
	border: 1px solid #666699;
	height: 20px;
	width: 380px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #666699;
	background-image: url(../images/email_bg.gif);
}
textarea.messagefield {
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #CCCCFF;
	border: 1px solid #666699;
	width: 380px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #666699;
	background-image: url(../images/message_bg.gif);
}
textarea.addressfield {
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #CCCCFF;
	border: 1px solid #666699;
	width: 380px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #666699;
	background-image: url(../images/address_bg.gif);
}
#btnholder {
	width: 550px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
input.button {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #666699;
	background-color: #CCCCFF;
	letter-spacing: normal;
	word-spacing: normal;
	border: 1px solid #666699;
	margin: 0px 0px 0px 10px;
	padding: 2px;
	display: inline;
}
em {
	font-size: 10px;
	font-weight: bold;
	color: #666699;
	word-spacing: 0.2em;
	line-height: 1.2em;
}
p {
	line-height: 1.4em;
}
#lightbox{	position: absolute;	left: 0px; width: 100%; z-index: 100; text-align: center; line-height: 0px; margin-top: -25px;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

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

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0px; }
#hoverNav{ position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0px;}
#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: 0px; float: left;}
#nextLink { right: 0px; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox_img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox_img/nextlabel.gif) right 15% no-repeat; }

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

#imageData{
	padding:0px 10px;
	color: #666699;
	text-decoration: none;
}
#imageData #imageDetails{
	width: 70%;
	float: left;
	text-align: left;
	text-decoration: none;
}	
#imageData #caption{
	font-weight: bold;
	text-decoration: none;
}
#caption a:link{
	font-weight: bold;
	text-decoration: none;
	color: #666699;
}
#caption a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #333366;
}
#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: 0px; left: 0px; z-index: 90; width: 100%; height: 500px; background-color: #454568; }

#navcontainer { width: 128px; }

#navcontainer ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	text-align: right;
}

#navcontainer a
{
	display: block;
	width: 128px;
	height: 22px;
}

#navcontainer a:link
{
text-decoration: none;
}

#navcontainer a:visited
{
	background-image: url(../images/nav_visited_html.gif);
	background-repeat: no-repeat;
}

#navcontainer a:hover
{
	background-image: url(../images/nav_hover_html.gif);
	background-repeat: no-repeat;
}
#headtxt {
	height: 63px;
	width: 490px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCFF;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	padding: 15px 5px 2px 80px;
	float: right;
}

