/* Body styles */
body
{
	margin: 0;
	padding: 0;
	background: #bfd0ef;
	color: #000;
	font: 90% sans-serif;
}

/* This hides the skip to content link in browsers that support CSS, as it is intended mainly for text browsers */
#skiptocontent
{
	display: none;
}

/* Header, including logo */
#head
{
	width: 90%;
	border-right: 1px solid #4164a3;
	overflow: auto;
	padding: 0 1px 0 0;
	background: white url(../images/head_background.jpg) 0 2px repeat-x;
	color: #004880;
	font-family: 'georgia', 'palatino', 'times new roman', serif;
}

#logo
{
	float: left;
	border: 1px solid white;
	padding: 0 0.5em;
	background: #004880 url(../images/logo_background.jpg);
}

#logo img
{
	display: block;
	/*width: 218px;
	margin: 0 auto;*/
}

#head #contact_details
{
	float: right;
	padding: 0 1em 0 0;
	font-family: 'Bitstream Vera Sans', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 90%;
}

/* Navigation menu */
#nav
{
	float: left;
	clear: left;
	width: 15%;
	font-family: 'georgia', 'palatino', 'times new roman', serif;
}


#nav li
{
	border: 1px solid #266392;
}


#nav li a
{
	display: block;
	border: 1px solid #7fa3bf;
	padding: 0.25em 0.5em;
	background: #396b91 url(../images/nav_link_background.png) top left repeat-x;
	color: white;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}



#nav li a:first-letter
{
/* 	font-size: 1.30em; */
}

#nav li a:hover
{
	border: 1px solid #b8cbd9;
	background: #216294;
	color: white;
}

/* Content area */
#content
{
	float: left;
	width: 75%;
	border-bottom: 1px solid #4164a3;
	border-left: 1px solid #4164a3;
	border-right: 1px solid #4164a3;
	padding: 0 0 6em 0;
	background: white url(../images/content_background.png) top left repeat-y;
	color: #4b4b4b;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6
{
	margin: 0.25em 1em;
	color: #3f759f;
	text-transform: uppercase;
	font-family: 'palatino', 'georgia', 'times new roman', serif;
	font-size: 1.25em;
}

#content h1
{
	margin-top: 1em;
}

#content h1:first-letter, #content h2:first-letter, #content h3:first-letter, #content h4:first-letter, #content h5:first-letter, #content h6:first-letter
{
	font-size: 125%;
}

#content p
{
	margin: 0.5em 2.5em 0.75em 2.5em;
}

#content .photo
{
	float: left;
	clear: left;
	border: 1px solid #666;
}

#content .photo img
{
	display: block;
	border: 1px solid white;
}

/* Footer */
#foot
{
	float: left;
	clear: both;
	width: 75%;
	margin: 0 0 0 15%;
	border-bottom: 1px solid #004880;
	border-left: 1px solid #004880;
	border-right: 1px solid #004880;
	padding: 0.25em 0;
	background: #396b91 url(../images/foot_background.png) top left repeat-x;
	color: #ebf0f4;
	text-align: right;
}

#foot #standards
{
	float: left;
	padding: 0 0.5em;
}

#foot #standards li
{
	float: left;
	margin: 0 0.5em;
}

#foot #author
{
	float: right;
	padding: 0 0.5em;
}

#foot a
{
	background: transparent;
	color: white;
	text-decoration: none;
}

/* Heading indent settings - the deeper level a heading is, the more it's indented */
h1
{
	
}

h2
{
	text-indent: 0.5em;
}

h3
{
	text-indent: 1.0em;
}

h4
{
	text-indent: 1.5em;
}

h5
{
	text-indent: 2.0em;
}

h6
{
	text-indent: 2.5em;
}

/* Default unordered list style */
ul
{
	list-style: square;
}

/* Lists with no margins, padding or bullets/numbers */
.discreet_list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Form styles */

fieldset
{
	margin: 1em 2em	;
	border: 0 solid;
}

form ul, form ol
{
	margin: 0;
	padding: 0 2em;
	list-style: none;
}

form li
{
	margin: 0;
	padding: 0;
}

label
{
	display: block;
	margin: 0.5em 0 0.125em 0;
}

input, textarea
{
	border: 1px solid #666;
	padding: 0.25em;
}

input[type=submit]
{
	margin: 0 4.875em;
	border: 1px outset;
}

/* Information message styles */
.warning
{
	color: red;
}

.info
{
	color: blue;
}

/* Styles for lists with no bullets/numbers */
.discreet_list
{
	list-style: none;
}

/* Styles for horizontal list */
.horizontal_list li
{
	float: left;
}

/* Elements with no margin or padding */
.no_whitespace
{
	margin: 0;
	padding: 0;
}

.highlight, strong
{
	color: #007cdb;
	font-weight: bold;
}

.newyear { background-color: #fff; border: 2px solid #998e33; margin: 5px 0 0 5px; }
.newyear p { text-align: center; vertical-align: middle;  font-size: 120%; }

#book_online { margin:5px 0 0 5px; text-align:center; }