/*
	Copyright Ben Manchester
	   Created May 2005
	   Last Updated May 2011
*/

/* General */

#body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	text-align: center;
	}

img {
	border: 0;
	}

#frame {
	width: 640px; /* 580 with 120 thumbnail */
	margin: 10px auto;
	padding: 270px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background: url(/library/images/header640.jpg) no-repeat left top;
	}
	
a:link,
a:visited {
	text-decoration: none;
	color: #FF9900;
	}
	
a:hover {
	text-decoration: underline;
	}

h1 {
	margin-bottom: 4px;
	font-size: large;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #0066CC;
	border-bottom: 2px solid #0066CC;
	}

h2 {
	margin-top: 0;
	font-size: medium;
	font-style: italic;
	text-align: right;
	color: #000000;
	}
	
	
h3 {
	clear: both;
	margin-top: 0;
	font-size: small;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #0066CC;
	border-bottom: 1px solid #0066CC;
	}
	
h3 a:link,
h3 a:visited {
	text-decoration: none;
	color: #0066CC;
	}
	
h3 a:hover {
	text-decoration: none;
	color: #FF9900;
	}
	
h4 {
	margin-top: 0;
	font-size: small;
	letter-spacing: 0.1em;
	color: #0066CC;
	}
	
p {
	font-size: small;
	text-align: justify;
	}
	
p.errorMessage {
	font-weight: bold;
	color: #FF0000;
	}
	
.strikeThrough {
	text-decoration: line-through;
	}
	
#contactTelephone {
	font-weight: bold;
	font-size: large;
	}
	
.note {
	clear: both;
	margin: 14px 0;
	padding: 0 6px 0;
	border: 1px solid #0066CC;
	font-style: italic;
	}

div.special {
	clear: both;
	margin: 14px 0;
	padding: 6px 6px 0;
	border: 1px solid #0066CC;
	}

div.special h4 {
	color: #0066CC;
	}
	
ul {
	font-size: small;
	text-align: justify;
	}

img.inText {
	float: right;
	margin: 0 0 8px 8px;
	border: 1px solid #0066CC;
	}
	
/* Navigation */

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}
	
#nav li {
	display: inline;
	}
	
#nav li a:link,
#nav li a:visited {
	padding: 2px 6px;
	text-decoration: none;
	color: #666666;
	}
	
#nav li a:hover {
	background: #FF9900;
	color: #FFFFFF;
	}
	
/* Footer */

#footer {
	clear: both;
	}

#footer h1 {
	text-align: right;
	border-top: 2px solid #0066CC;
	}

#footer p {
	font-size: x-small;
	text-align: center;
	}
	
#footer ul {
	padding: 2px;
	list-style: none;
	font-size: x-small;
	text-align: center;
	text-transform: uppercase;
	}
	
#footer ul li {
	display: inline;
	padding: 0 6px;
	}
	
#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: #666666;
	}
	
#footer a:hover {
	text-decoration: underline;
	color: #FF9900;
	}
	
/* Thumbnails and Image Display */

ul.thumbDisplay {
	list-style-type: none;
	margin: 0 0 0 24px;
	padding: 0;
	}
	
ul.thumbDisplay li {
	float: left;
	margin: 0 16px 16px 0;
	padding: 0;
	}
	
ul.thumbDisplay li img {
	display: block;
	border: 1px solid #0066CC;
	margin: 0;
	padding: 0;
	}

/* Forms */

#frame form p {
	clear: both;
	width: 390px;
	margin: 0;
	min-height: 24px; /* Fix Mozzilla/asp:Panel display bug */
	}
	
#frame form p label {
	float: left;
	margin: 5px 0; /* Fix Mac inuput bug */
	padding: 0;
	}

#frame form p input,
#frame form p textarea,
#frame form p select {
	float: right;
	margin: 5px 0;  /* Fix Mac inuput bug */
	padding: 0;
	font: small Arial, Helvetica, sans-serif;
	color: #000000;
	}
	
#frame form p textarea {
	width: 290px;
	}

#frame form p input {
	width: 220px;
	}

#frame form p input#button {
	width: 100px;
	}

