body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFF;
	background-image:  url("images/background.jpg");
	background-attachment: fixed;
	background-repeat: repeat-x;
}
h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	clear: both;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 12px;
}

dt {
	font-weight: bold;
	margin-top: 20px;
}
dd {
}

/* Page */
#page {
	position: relative;
	width: 760px;
	margin: 15px auto 15px auto;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	background-image: url(images/horiz.gif);
	background-repeat: repeat-y;
	_padding-bottom: 20px; 	 /* IE hack: _ seen by ignored, ignored elsewhere! */
}

#page:after {
	content: ".";
	display: block;
	clear: both;
	height: 20px;
	visibility: hidden;
}

#banner {
	float: left;
	background-image: url(images/bar.gif);
	background-repeat: repeat-x;
	height: 112px;
	width: 100%;	
	left: 0px;
	margin-top: 20px;
}
	#beacon {
		position: absolute;
		left: 50px;
	}
	#title {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 30px;
		color: black;
		position: absolute;
		left: 250px;
		top: 55px;
	}
	#subtitle {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: white;
		font-size: 20px;
		position: absolute;
		left: 250px;
		top: 100px;
	}

#pagetitle {
	clear: both;
	float: left;
	margin-top: 20px;
	padding-left: 20px;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
}

#content {
	float: left;
	margin-top: 20px;
	padding-left: 20px;
	width: 350px;
}

#picture {
	float: left;
	margin-top: 20px;
	padding-left: 30px;
}


/*******************************************************************************/
/*  The navigation bar goes across the page.  This comprises a darker spacer,  */
/*  a light spacer and a combination of buttons and spacers.                   */
/*******************************************************************************/
#NavBar {
	clear: both;
	float: left;
	margin-top: 10px;
	left: 0px;
	height: 27px;
	width: 100%;
	background-image:   url(images/mainbar_bg.gif);
	background-repeat: repeat-x;
}

#NavBar #SpacerL1 {
	width: 150px;

	height: 27px;
	top: 0px;
	padding: 0px;
	line-height: 27px;	
	float: left;
	background-image: url(images/mainbar_bg_dark.gif);
	background-repeat: repeat-x;
	z-order: 7;
}

#NavBar #SpacerL {
	width: 35px;
	height: 27px;
	top: 0px;
	padding: 0px;
	line-height: 27px;	
	float: left;
	background-image: url(images/mainbar_bg.gif);
	background-repeat: repeat-x;
	z-order: 7;
}

#NavBar .Spacer {
	position: relative;
	width: 4px;

	height: 28px;
	top: 0px;
	padding: 0px;
	line-height: 27px;	
	float: left;
	background-image: url(images/spacer.gif);
	background-repeat: repeat-x;
}

.NavBtn {
	position: relative;
	height: 27px;
	top: 0px;
	padding-left: 7px;	
	padding-right: 7px;	
	background-image:   url(images/mainbar_bg.gif);
	background-repeat: repeat-x;
	float: left;
	border-left: 1px solid navy;
	border-right: 1px solid navy;
	font-size: 12px;
	z-index: 8;	/* if the buttons wrap they will overlay "JoycePic" */
}

a.NavBtn {
	text-decoration: none;
	color: navy;
	font-weight: bold;
	line-height: 27px;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover.NavBtn {
	color: blue;
	background-image: url(images/mainbar_bg_hover.gif);
	background-repeat: repeat-x;
}

.mail, .email, .phone {
	background-repeat: no-repeat;
	padding-left: 70px;
	height: 50px;
}

.mail {
	background-image: url(images/mail.gif);
}	
.email {
	background-image: url(images/email.gif);
}	
.phone {
	background-image: url(images/phone.gif);
}	


.fileentry {
	vertical-align: middle;
	height: 24px;
}
.fileimage {
	position: relative;
	padding-right: 10px;
	display: inline;
	width: 48px;
}
.filename {
	position: relative;
	top: -4px;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#uploadbox {
	width: 350px;
	border: solid #FF9966 3px;
	padding: 5px;
}	

.priceblock {
}

.priceblock h1 {
	position: relative;
	clear: both;
	color: #FF9966;
}

.priceblock h2 {
	position: relative;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FF9966;
}

.priceblock .pricepara {
	position: relative;
	clear: both;
	padding-bottom: 15px;
	width: 350px;
}

.priceblock .pricepara .priceline {
	position: relative;
	clear: both;
	padding-bottom: 3px;
}

.priceblock .pricepara .priceline .pricetext {
	width: 280px;
}
.priceblock .pricepara .priceline .price {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 70px;
	text-align: right;
}

.priceblock .disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	clear: both;
	margin-bottom: 15px;
	font-size: 85%;
}

form#prices input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	width: 30px;
}
form#prices input.button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: navy;
	width: 150px;
}

form#prices .priceline {
	padding-bottom: 5px;
}


.message {
	font-weight: bold;
	color: red;
}