﻿body 
{
	padding: 0;
	margin: 0;
	font-size: 76%;
	text-align: center;
	background-color: #acc4d9;
	background-image: url(Images/background.gif);
	background-repeat: repeat-x;
}

body.popup,
body.popupLoading
{
	padding: 10px;
	margin: 0;
	font-size: 76%;
	text-align: left;
	background-image: none;
	background-color: #FFFFFF;
}

body.popupLoading
{
	background-color: #dedede;
}

h1 
{
	margin: 0;
	float: left;
	background-image: url(Images/title.gif);
	background-repeat: no-repeat;
	width: 241px;
	height: 74px;
	border-bottom: 1px solid #000000;
}

h2 
{
	margin: 0;
	float: left;
	width: 484px;
	height: 74px;
	border-bottom: 1px solid #000000;
}

span.hide 
{
	visibility: hidden;
}

div#container 
{
	margin: 12px auto 0 auto;
	padding: auto;
	width: 725px;
	background-color: #acc4d9;
	background-image:url(../../Common/Images/containerBg.gif);
	text-align: left;
}

div#containerContent 
{
	clear: both;
	float: left;
	height: 633px;
	min-height: 633px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

html>body div#containerContent {
	height: auto;
}

div#navMain 
{
	float: left;
	width: 205px;
	background-color: #4682b4;
	height: 633px;
	min-height: 633px;
	border-top: 2px solid #FFFFFF;
}

html>body div#navMain {
	height: auto;
}

div#contentMain 
{
	float: left;
	width: 520px;
	height: 733px;
	min-height: 633px;
	background-color: Transparent;
	background-image: url(Images/contentBg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	border-top: 2px solid #FFFFFF;
	
}

html>body div#contentMain {
	height: auto;
}

div#contentHome 
{
	margin-bottom: 243px;
	height: 390px;
	min-height: 390px;	
	
}

html>body div#contentHome {
	height: auto;
}

ul#nav1 
{
	list-style-type: none;
	padding: 0;
	margin: 0px 5px 0px 5px;
    width: 195px;
}

ul#nav1 li  
{
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

ul#nav1 li div#first 
{
	padding: 9px 0 9px 0;
	border-bottom: 1px solid #abc6dd;
}

ul#nav1 li div
{
	padding: 25px 0 9px 0;
	border-bottom: 1px solid #abc6dd;
}

ul#nav1 li ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#nav1 li ul li
{
	margin: 0;
	padding: 9px 0 9px 0;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: none;
	font-weight: normal;
	border-bottom: 1px solid #abc6dd;
}

ul#nav1 li ul li a 
{
	color: #FFFFFF;
	text-decoration: none;
}


ul#nav1 li ul li a:hover,
ul#nav1 li ul li a.selected
{
	color: #abc6dd;
	text-decoration: none;
}

div#footer 
{
	clear: both;
	background-color: #8cc656;
	height: 27px;
	border-bottom: 8px solid #306e1e;
	border-top: 2px solid #FFFFFF;
	background-image: url(Images/hl_logo_footer.gif);
	background-repeat: no-repeat;
}

div#footerNav
{
	padding-top: 10px;
	font-size: 9px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #8a9cac;
	text-align: center;
	background-color: #acc4d9;
}

div#footerNav a 
{
	text-decoration: underline;
	color: #005492;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

div#footerInfo
{
	padding-top: 5px;
	text-align: center;
	background-color: #acc4d9;
	font-size: 9px;
}

div#footerInfo p
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #8a9cac;
	text-align: center;
	background-color: #acc4d9;
	margin: 10px;
}

div#footerInfo #copyright 
{
	font-weight: bold;
}

#PhotoScroller 
{
	margin-top: 5px;
}

#PhotoScroller #PhotoList 
{
}

#PhotoScroller #PhotoList div 
{
	float: left;
}

#PhotoScroller #PhotoList div a
{
	padding-top: 4px;
}
#PhotoScroller #PhotoList div a.selected
{
	padding-top: 0;
	border: 4px solid #8cc656;
}
#PhotoContainer 
{
	clear: both;
	position: relative;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	background-color: #dedede;
	border: 5px solid #ccc;
	font-size: 0px;
}

#Photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
}

#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}

#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(Image/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#PrevLink span, #NextLink span { display: none; }

#PrevLink { left: 0; float: left; }
#NextLink { right: 0; float: right; }

/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover { background: url(Images/prev_minus.gif) 20% 50% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(Images/next_plus.gif) 80% 50% no-repeat; }

/* backgroudn image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(Images/prev_chevron.png) 20% 50% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(Images/next_chevron.png) 80% 50% no-repeat; }

#CaptionContainer 
{
	margin: 0 auto;
	width: 500px;
	text-align: left;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-weight: bold;
}

#CaptionContainer p {
	font-size: 13px;
}

#Caption 
{
	float: left;
	width: 300px;
	margin-bottom: 4px;
}

#Counter 
{
	font-weight: bold;
	color: #999;
	padding-right: 5px;
}

#Download 
{
	float: right;
	background-image: url(Images/wg_but_download.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 26px;
	text-decoration: none;
	margin-right: -5px;
}

#Email 
{
	float:right;
	background-image: url(Images/wg_but_ecard.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 26px;
	text-decoration: none;
}

/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;	
	display:none;
}

#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;

}
#popupInner {
	background-color: #FFFFFF;
	border: 5px solid #ccc;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	position: relative;
	z-index: 203;
	background-color: #FFFFFF;
	padding: 5px;
}
#popupTitle {
	float:left;
	font-size: 0.8em;
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}

div.FormField 
{
	margin-bottom: 4px;
}

div.FormField label 
{
	font-family: Verdana;
	display: block;
	font-size: 11px;
}

div.FormField input,
div.FormField textarea
{
	display: block;
	font-family: Verdana;
	font-size: 11px;
}

.eCardSubmit 
{
	float:left;
	background-image: url(Images/wg_but_ecard.gif);
	height: 26px;
	width: 90px;
	text-decoration: none;
}

.eCardClose
{
	float:left;
	background-image: url(Images/wg_but_close.gif);
	height: 26px;
	width: 90px;
	text-decoration: none;
}
	
#motioncontainer a img{ /*image border color*/
border: 1px solid #ccc;
}

#motioncontainer a:hover img{ /*image border hover color*/
/*border: 1px solid navy;*/
}

#motioncontainer a:hover{
/*color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}
