body {
	min-width: 780px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(Images/bg_tile.gif);
	background-repeat: repeat;
	text-align: center;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	background-color: #FFFFFF;
}		
/* Typographic style rules adapted from http://www.thenoodleincident.com/tutorials/typography/ */

h1, h2, h3, h4, h5, h6 {color: #FFDA09;}

h1 {
	margin: 0 0 -0.5em -1em;
	font-size: 2.0em;
	font-weight: normal;
}
h2 {
	clear: both;
	margin: 1.0em 0em 1.2em -1em;
	font-size: 1.7em;
	font-weight: normal;
}
h3 {
	/*margin: 1.2em 0em 0.1em -1em;*/
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	margin: 1.2em 0em 1.2em -1em;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 0.2em 0em 0.4em -1em;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.2em 0em 0.4em -1em;
	font-size: 0.9em;
	font-weight: bold;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {font-weight: bold;}

acronym[title] {
	cursor:help;
	border-bottom:1px dotted #333333;
	font-size: 95%;
}
#mainwrapper {			
	margin: 0 auto;
	width: 780px;
	text-align: left;
	background-repeat: repeat-y;
	background-image: url(Images/main_bg.png);
}
#topShadow {
	height: 10px;
	background-image: url(Images/top_shadow.png);
	background-repeat: no-repeat;
}
#header {
	position: relative;
	height: 206px;
	margin-left: 10px;
}
#branding {
	position: absolute;
	left: 170px;
	bottom: 100px;
	z-index:1000;
	text-align: right;
	color: #003333;
}
#companyName {
	color: #889863;
	font-size: 40px;
}

#logoImage {vertical-align: bottom;}

#slogan {
	color: #889863;
	font-size: 19px;
}
#date {
    position:absolute;
    right: 80px;
    bottom: 2px;
    color:#000000;
    font-weight:bold;
}
#breadcrumbs {
	position: absolute;
	left: 32px;
	bottom: 2px; 
	color: #000000;
	font-weight: bold;
}
#breadcrumbs a {
	text-decoration: underline;
	color: #889863;
}

#breadcrumbs a:hover {text-decoration: none;}

#loginStatus {
    position: absolute;
    right: 32px;
    bottom: 2px;
    color: #889863;
    font-weight: normal;
}

#content {
	position:relative;
	margin-top: 15px;
}

/* Hide from IE5 Mac \*/
* html #content {
	height:1%;
}
/* End hide from IE5 Mac */
.pageHeader {
    font-size: 1.4em;
    font-weight: normal;
    color:#FFDA09
}
.homepageTop {
    width: 100%;
    border: solid 1px black;
}
/* Slideshow */
.slideshow {
    text-align:center;
}
.slideshow .buttonbar {
    width: 100%;
    vertical-align: middle;
}

.award {
	width: 50%;
	float:right;
}
/* Login */
.login {
    position:absolute;
    left:20px;
    top:210px;
    width: 146px;
    text-align: center;
    border: 1px dotted #999999;
    font-size: small;
    background: transparent url(Images/login_bg.gif) top left repeat-x;
}

.login .label {
    display: block;
    margin: 1px 0 2px 0;
}

.login .textbox {
	border: 1px solid #000000;
	width: 130px;
	vertical-align: middle;
	padding: 1px;
	margin: 1px 0 1px 3px;
}

.login .button {
    display:block;
    width: 140px;
    margin-top:1px;
    margin-bottom:1px;
}
/* End login */

#leftColumn {
    position:absolute;
    left:20px;
	top:0;
    width:146px;
    height: auto;
    border: 1px dotted #999999;
}

.photosLeftColumn {
	float:left;
	display:inline;
	width: 203px;
    margin-left:10px;
    margin-right:5px;
    margin-bottom:5px;
    margin-top:10px;
}
.photosRightColumn {
	float: right;
	display:inline;
	width: 203px;
	margin-left:5px;
    margin-right:10px;
    margin-bottom:5px;
    margin-top:10px;
}
.photosTopLeftBox {
    margin-bottom:5px;
}
.photosTopRightBox {
    margin-bottom:5px;
}
/* Menu */
#menu {
    padding-left: 3px;
    background-color:#e4e3e0;
}
#menu a {				
	display:block !important;
	padding-left:10px;
	margin-left: 28px;
	background-image: none !important;
	background-repeat: no-repeat;
}		
#menu .menuNormal {
	border: 1px solid #FFFFFF;
	color: Black;
	font-weight:bold;
}
#menu .menuHover {
	border: 1px solid #1CCD1A;
	background-color: #FFFFFF;
	color: #889863;
	background-image: url(Images/img_menu_hover.gif);
	background-repeat:no-repeat;
}
#menu .menuSelected {
	border: 1px solid #FFAF09;
	background-color: #FFFFFF;
	color: #FFDA09;
	background-image: url(Images/img_menu_active.gif);
	background-repeat:no-repeat;	
}

#menu .menuSelected .menuSelected {border:none;} /* khtml compatibility hack */

#menu .subMenu table{			    
	background-color: #FFFFFF;
	background-image: url(Images/subMenu_bg.png);
	background-repeat:repeat-y;
}
#menu .subMenu a {
	width:120px;
	border-style:none;
}

* html #menu .subMenu a {width:139px;}

#menu .subMenuNormal {			 
	color: #889863;
	font-weight: bold;
	background-color:#FFFFFF;	
}

html>body .subMenuNormal {border: 1px solid transparent;}

#menu .subMenuHover {
    border:1px solid #1CCD1A;
    background-color:#FFFFFF;
    color: #889863;
}
* html #menu .subMenuHover {
    background-color:#FFFFFF;
    color: #889863;
 }
#menu .subMenuHover td {
    background-image: url(Images/img_menu_hover.gif);
	background-repeat:no-repeat;
}
html>body #menu .subMenuHover{
 	background-color:#FFFFFF;
	color: #889863;
	background-image: url(Images/img_menu_hover.gif);
	background-repeat:no-repeat;
}
html>body #menu .subMenuHover td{
    background-color:transparent;
    background-image:none;
}
/* End Menu */

.tip {
    width:50%;
    padding:10px;
}
/* Products Page */
#productsLeftCol {
	float: left;
	display:inline;
	width: 60%;
}
#productsRightCol {
	float: right;
	display:inline;
	width: 40%;
}

/* Albums & Photos */
#albums {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0px 37px;
	padding-bottom: 40px;
	/*width: 686px;*/
	width: 300px;
}

.homeview {
    margin-left: auto;
	margin-right: auto;
	width: 375px;
	text-align: center;
}

.latestAlbum {
    width:300px;
}

.view {
	margin-left: auto;
	margin-right: auto;
	/*width: 686px;*/
	width: 375px;
	text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item {
	padding: 20px 20px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}

/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE */

#photos, #details, #admin-details {
	background-image: url(images/body-repeat-photo.gif);
	padding: 2px;
	width: 390px;
}

.buttonbar {
	background-image: url(images/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 375px;
	height: 33px;
	text-align: center;
}

.buttonbar-top {
	background-image: url(images/photonav-top-bg.gif);
}

#photos .view, #admin-details .view {
	margin-top: 20px;
	margin-bottom: 20px;
}
/* End Albums & Photos */

#copy {			
	position:static;
	margin-left:210px;
	margin-right:10px;
	padding: 0 3.5em 4em 0;
}

* html #copy {padding:0 5em 4em 2em;}

/* Hide from IE5 Mac \*/
* html #copy {height:1%;}
/* End hide from IE Mac*/

#copy ol, #copy ul, #copy li {
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	font-size: 1.0em;
	line-height: 1.8em;
}

* html #copy ul {padding-left:18px;}

* html #copy li {padding-left:0.5em;}

#copy li {list-style-image: url(Images/bullet.gif);}

#copy p {
	font-size: 1.0em;
	line-height: 1.8em;
}

#copy li > p {margin-top: 0.2em;}

#copy .pullQuote {
	float: right;
	display:inline;
	width: 25%;
	margin: 1em 0 1em 1em;
	font-size: 120%;
	font-weight: bold;
	line-height: 130%;
	color: #0FCF0F;
}

#copy a {color:#0FCF0F;}

#copy a:link {text-decoration:underline;}

#copy a:hover {text-decoration:none;}

#copy .textBox {
	border:1px solid #FFDA09;
	margin-left: 1em;
	background-color:#FFEB79;
}

#copy .textBox:focus {background-color:#FFFFFF;}

#copy .dropDownlist {
	margin-left: 1em;
	background-color: #FFEB79 !important;
}

#copy .radioButtonList {margin-left: 1em;}

#copy fieldset {
	border:1px solid #1CCD1A;
	padding: 1.5em;
}

#copy legend {color: #666666;}

#copy .button {
    margin:1em 0;
    border:1px solid #1CCD1A;
    background-color:#FFEB79;
    color:#333333;
} 

* html .button {padding:0 0.5em;} 

#bottomShadow {
	height: 10px;		
	background-image: url(Images/bottom_shadow.png);
	background-repeat: no-repeat;
}

#footer {
    height: 30px;
    text-align:center;
    padding: 8px;
    font-size:small;
    color:#FFFFFF;
}

* html #bottomShadow {margin-bottom:-8px;}

.clearfix:after {
  content: "."; 
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
 .clearfix {display: inline-block;} /* Fixes IE/Mac */
 
/* Hides from IE-mac \*/
* html .clearfix,
* html .clearfix * {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

@media print {	
	body {
		border-bottom: 1px solid #000;
		color: #333333 !important;
		background:#FFFFFF !important;		
		font-size:10pt;
		line-height:12pt;
	}	
	h1, h2, h3, h4, h5, h6 {
		font-weight: bold;
		color: #333333;
	}

	#mainwrapper,#topShadow,#bottomShadow {background:none;}

	#header {
		position: static;
		height: auto;
	}	

	#menu,#mastheadImage {display:none;}	

	#branding {
		position: static;		
		text-align:left;
		margin: 0;
		padding: 0;
	}

	#companyName {color:#1CCD1A;}

	#breadcrumbs {
		position: static;
		margin: 1em 0;
		padding-bottom: 2em;
		border-bottom: 1px solid #000000;
		color: #333333;
	}

	#breadcrumbs a {color: #333333;}

	#copy {
		margin-left:0;
		padding: 0 2em;
		width: 80%
	}

	#copy a {color: #333333;}

	#copy li {
		list-style-image: none;
		list-style-type: disc;
	}

	#copy .pullQuote {display: none;}

	#copy .textBox {
		border: 1px solid #333333;
		background:none;
	}

	#copy .textBox:focus {background:none;}

	#copy fieldset {border:1px solid #333333;}

    #copy legend {padding-bottom:1em;}

	#copy .dropDownlist {background:none;}
}