* {
	padding: 0px;
	margin: 0px;
}

/* debugging */
.debug { background: #000000; color: #ffffff; padding: 5px; font-family: monaco; font-size: 9px; margin: 5px; text-transform: none; font-weight: normal; }

img {
	border: 0px none;
}

.clearBox {
	clear: both;
}

h1, h2, h3 {
	font-family: Times, serif;
	color: #000066;
	text-transform: uppercase;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-weight: normal;
	font-size: 1.0em;
}

.input {
	font-size: 9px;	
}

body {
	background: url(/gfx/backgroundBody.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2.0em;
	position: absolute;
	padding: 25px 25px 25px 0px;
	width: 100%;
}

div#content {
	border-top: 1px #A3B2BF solid;
	width: 900px;
	background-color: #A3B2BF;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
	
div#logo {
	border: 0px yellow solid;
	width: 880px;
	height: 100px;
	margin: 9px 10px 10px 10px;
	background: url(/gfx/headerLogo.gif);
}
	
div#logo img {
	width: 870px;
	height: 95px;
}
	
div#logo a {
	width: 880px;
	height: 100px;
	margin: 9px 10px 10px 10px;
}
	
div#logonav {
	border: 0px green solid;
	font-weight: normal;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	right: 22px;
	top: 55px;
	position: absolute;
}

div#logonav  a {
	color: white;
	text-decoration: none;
}

div#logonav a:hover {
	color: #000066;
}

div#search {
	border: 0px yellow solid;
	position: absolute;
	top: 80px;
	right: 20px;
}

/* MAIN NAV */

div#nav ul {
	top: 3px;
	height: 24px;
	padding: 3px 25px 3px 25px;
	font-weight: bold;
	font-size: 1.3em;
	text-transform: uppercase;
	background-color: #000066;
	font-family: Times, serif;
}

div#nav ul li {
	height: 24px;
	padding: 0px;
	margin: 0px;
	display: inline;
}

div#nav ul li a {
	height: 24px;
	width: 150px;
	padding: 0px;
	margin: 0px 10px 0px 10px;
	color: white;
	text-align: center;
	text-decoration: none;
	float: left;
}

div#nav ul li a:hover {
	height: 24px;
	padding: 0px;
	background-color: white;
	color: #990000;
}

/* END MAIN NAV */

/* SUB NAV */

div#subnav {
	border: 0px yellow solid;
	padding: 5px 0px 0px 20px;
	height: 25px;
	width: 900px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-align: left;
	z-index: 100;
}

div#subnav .level2 {
	display: none;
}

div#subnav a {
	color: white;
	text-decoration: none;
}

div#subnav a:hover, div#subnav a.on {
	color: #990000;
}

/* END SUB NAV */

div#homeContainer {
	border: 0px green solid;
	height: 395px;
	text-align: center;
}

div#homeLeft {
	border: 0px red dotted;
	margin: 0px 0px 10px 10px;
	width: 430px;
	height: 355px;
	top: 180px;
	left: 0px;
	float: left;
	position: absolute;
	z-index: 100; 
	text-align: left;
}

div#homeLeft a {
	font-weight: bold;
	font-size: 12px;
	font-family: Times, serif;
	color: white;
	text-shadow: black 2px 2px 1px;
	text-decoration: none;
}

div#homeLeftCaption {
	margin: 0px;
	font-weight: bold;
	font-size: 1.3em;
	font-family: Times, serif;
	color: white;
	width: 350px;
	position: absolute;
	top: 275px;
	left: 45px;
	z-index: 200; 
	text-shadow: black 2px 2px 1px;
}

div#homeLeftCaption a {
	font-weight: bold;
	font-size: 1.0em;
	font-family: Times, serif;
	color: white;
	text-shadow: black 2px 2px 1px;
	text-decoration: none;
}

div#homeRight {
	border: 0px orange dotted;
	margin: 0px 10px 10px 0px;
	width: 430px;
	height: 355px;
	top: 180px;
	left: 450px;
	float: left;
	position: absolute;
	z-index: 100; 
	text-align: left;
}

div#homeRight a {
	font-weight: bold;
	font-size: 12px;
	font-family: Times, serif;
	color: white;
	text-shadow: black 2px 2px 1px;
	text-decoration: none;
}

div#homeRightCaption {
	margin: 0px;
	font-weight: bold;
	font-size: 1.3em;
	font-family: Times, serif;
	color: white;
	width: 350px;
	position: absolute;
	top: 275px;
	left: 45px;
	z-index: 200; 
	text-shadow: black 2px 2px 1px;
}

div#homeRightCaption a {
	font-weight: bold;
	font-size: 1.0em;
	font-family: Times, serif;
	color: white;
	text-shadow: black 2px 2px 1px;
	text-decoration: none;
}

div#heading {
	border: 0px green solid;
	padding-top: 8px;
	padding-left: 20px;
	height: 17px;
	color: #000066;
	text-align: left;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
	position: relative;
	z-index: 100;
}

div#secondarySpacer {
	border: 0px green solid;
	height: 30px;
	text-align: center;
	position: relative;
	z-index: -100;
}

div#secondaryContainer {
	border: 0px green solid;
	margin: 10px 0px 0px 10px;
	display: inline;
	padding: 30px 20px 30px 30px;
	width: 830px;
	height: 100%;
	background: url(/gfx/secondaryBackground.gif);
	text-align: center;
	float: left;
}

div#secondaryLeft {
	border: 0px red dotted;
	margin: 0px 0px 0px 0px;
	width: 540px;
	text-align: left;
	float: left;
	z-index: 100; 
	line-height: 135%;
}

/*
div#secondaryRight {
	border: 0px orange dotted;
	padding: 0px 0px 10px 20px;
	width: 200px;
	text-align: left;
	line-height: 135%;
	z-index: 100; 
	display: table;
}
*/

div#secondaryRight {
	border: 0px orange dotted;
	padding: 0px 0px 10px 10px;
	width: 280px;
	height: 405px;
	text-align: left;
	line-height: 135%;
	z-index: 100; 
	overflow: auto;
}

div#secondaryRightSub {
	padding: 0px 0px 0px 40px;
}

div#secondaryRightSub a {
	font-family: Times, serif;
	font-size: 16px;
	line-height: 125%;
	font-weight:bold;
	color: #990000;
	text-decoration: none;
}

div#secondaryRightSub a:hover {
	color: #000066;
}

div#secondaryLeft a {
	font-family: Times, serif;
	color: #990000;
	font-size: 1.1em;
	text-decoration: none;
}

div#secondaryLeft a:hover {
	color: #000066;
}

table#thumbnails {
	width: 204px;
	border: 0px red solid;
	margin: 0px 0px 0px 26px;
	padding: 0px;
}

table#thumbnails td {
	border: 0px green solid;
	padding: 0px 0px 15px 10px;
	font-size: 0.9em;
	color: #000066;
	text-align: left;
}

table#thumbnails td img  {
	border: 2px #eeeeee solid;
}

table#thumbnails td a:hover img {
	border: 2px #990000 solid;
}


div#description {
	border: 0px yellow solid;
	padding: 15px 5px 5px 0px;
	width: 308px;
	clear:both;
	float: left;
}

div#certificate {
	border: 0px red solid;
	padding: 15px 5px 5px 5px;
	width: 102px;
	height: 102px;
	float: left;
}

div#additionalImage {
	border: 0px green solid;
	padding: 15px 0px 5px 5px;
	width: 100px;
	height: 100%;
	float: right;
	font-size: 0.8em;
	display: table;
}

div#photoAlbumContainer {
	border: 0px green solid;
	margin: 10px 0px 0px 10px;
	display: inline;
	padding: 30px;
	width: 820px;
	height: 100%;
	background-color: white;
	text-align: center;
	float: left;
}

table#photoAlbum {
	width: 830px;
	border: 0px red solid;
	margin: 0px;
	padding: 0px;
}

table#photoAlbum td {
	width: 175px;
	border: 0px green solid;
	font-size: 0.9em;
	line-height: 125%;
	color: #000066;
	text-align: left;
	padding: 0px 0px 25px 0px;
}

table#photoAlbum td img {
	border: 3px white solid;
}

table#photoAlbum td a:hover img {
	border: 3px #990000 solid;
}

div#photo_Album {
	width: 200px;
	border: 0px green solid;
	padding: 0px 0px 25px 0px;
	float: left;
}

div#photo_Album_Caption {
	margin: 0px 12px;
	font-size: 0.9em;
	line-height: 125%;
	color: #000066;
	text-align: left;
}

div#photo_Album img {
	border: 3px white solid;
}

div#photo_Album a:hover img {
	border: 3px #990000 solid;
}

/* LOWER NAV */

div#lowernavContainer {
	border: 0px green solid;
	text-align: center;
}

div#lowernav {
	width: 880px;
	height: 27px;
	padding-top: 3px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}

div#lowernav ul {
	border: 0px green solid;
	font-weight: normal;
	font-size: 1.2em;
	text-transform: uppercase;
	font-family: Times, serif;
}

div#lowernav ul li {
	margin: 0px;
	display: inline;
}

div#lowernav ul li a {
	margin: 0px 22px 0px 22px;
	color: #990000;
	text-align: center;
	text-decoration: none;
}

div#lowernav ul li a:hover {
	color: #000066;
}

/* END LOWER NAV */

div#footer {
	border: 0px orange solid;
	padding: 10px;
	width: 880px;
	text-align: left;
	clear: both;
}

div#footernav {
	border: 0px green solid;
	font-weight: normal;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	float: left;
	width: 350px;
}

div#footernav  a {
	color: white;
	text-decoration: none;
}

div#footernav a:hover {
	color: #000066;
}

div#footerEnews {
	border: 0px red solid;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
	font-family: Times, serif;
	color: #000066;
	text-align: right;
}

div#footerEnews  a {
	color: #000066;
	text-decoration: none;
}

div#footerEnews a:hover {
	color: #ffffff;
}

div#footerCopyright {
	border: 0px red solid;
	font-weight: normal;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-align: right;
}

div#footerCopyright  a {
	color: #000066;
	text-decoration: none;
}

div#footerCopyright a:hover {
	color: white;
}

div#monthButtonOdd a, div#monthButtonEven a {
	height: 15px;
	width: 60px;
	font-family: Times, serif;
	color: white;
	text-decoration: none;
	padding: 5px;
	margin-right: 15px;
	text-align: center;
	float: left;
}

div#monthButtonOdd a {
	background-color: #990000;
}

div#monthButtonEven a {
	background-color: #A3B2BF;
}

div#monthButtonOdd a:hover, div#monthButtonEven a:hover {
	color: white;
	background-color: #000066;
	text-decoration: none;
}

#purchaseForm {
	margin: 40px;
	padding: 20px;
	background: #eaeaea;
	border: 1px solid #cccccc;
}

#purchaseForm input, #purchaseForm textarea { font-size: 15px; }
#purchaseForm .field { padding: 8px; }
#purchaseForm label { float: left; width: 130px; margin: 3px 5px 0 0; text-align: right; }




