html
{
	background-image: url(/images/page_background.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	overflow-y: scroll;
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

div#borders
{
	background-image: url(/images/container_background.png);
	background-repeat: repeat-y;
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	position: relative;
}

div#container
{
	width: 748px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 18px;
	padding-right: 18px;
	position: relative;
}

div#content
{
	padding-top: 220px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 70px;
	line-height: 11pt; /* was 12pt */
}

div#content_homepage
{
	padding-top: 220px;
	width: 275px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 36px; /* was none, previously 7px */
	margin-bottom: -52px;
	line-height: 11pt; /* was 12pt */
	background-color: white;
}

div#homepage_image_fader
{
	position: absolute;
	right: 18px;
	top: 171px;
	width: 440px;
	height: 500px;
	z-index: 500;
}

/* header bits */

div#header
{
	position: absolute;
	top: 0px;
	background-image: url(/images/header_background.png);
	width: 748px;
	height: 211px;
	z-index: 1000;
}

a#header_home_link
{
	display: block;
	height: 125px;
}

div#header_button_bar
{
	position: absolute;
	top: 138px;
	width: 726px;
	height: 33px;
	background-color: black;
	padding-left: 11px;
	padding-right: 11px;
}

div#header_button_bar_left
{
	float: left;
}

div#header_button_bar_left img
{
	float: left;
	display: block;
}

div#header_button_bar_right
{
	float: right;
}

div.header_menu
{
	float: left;
	position: relative;
	z-index: 10000;
}

div.header_dropdown
{
	position: absolute;
	left: 7px;
	top: 28px;
	text-align: left;
	background-color: #3A3A3A;
	z-index: 10000;
	color: white;
	font-size: 120%;
}

div.header_dropdown a
{
	display: block;
	color: white;
	text-decoration: none;
	border-top: 1px solid #4A4A4A;
	border-left: 1px solid #4A4A4A;
	border-right: 1px solid #242424;
	border-bottom: 1px solid #242424;
	padding: 6px;
	white-space: nowrap;
}

div.header_dropdown a:hover
{
	border-top: 1px solid #5DB1E0;
	border-left: 1px solid #5DB1E0;
	border-right: 1px solid #3482AB;
	border-bottom: 1px solid #3482AB;
	background-color: #5282C8;
}

/* footer bits */

div#footer, div#footer_homepage_extra
{
	background-image: url(/images/footer_text_background.png);
	background-repeat: no-repeat;
	overflow: hidden;
	color: #A1A1A1;
	font-size: 80%;
	line-height: 4.5em;
	height: 55px;
}

div#footer
{
	position: absolute;
	bottom: 0px;
	left: 21px;
	width: 748px;
}

div#footer_left
{
	position: absolute;
	left: 0px;
	top: 0px;
	padding-left: 18px;
}

div#footer_right
{
	position: absolute;
	right: 0px;
	top: 0px;
	padding-right: 18px;
}

div#footer a, div#footer_homepage_extra a
{
	color: #A1A1A1;
	text-decoration: none;
}

div#footer a:hover, div#footer_homepage_extra a:hover
{
	text-decoration: underline;
}

div#footer_homepage
{
	background-image: url(/images/crowd_line_background.png);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 279px;
	width: 774px;
	margin-left: -13px;
	z-index: 600;
	position: relative;
}

div#footer_homepage_extra
{
	position: absolute;
	bottom: 0px;
	color: #A1A1A1;
	font-size: 80%;
	line-height: 4.5em;
	z-index: 3000;
	margin-left: 13px;
	width: 748px;
}

div#footer_phone
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 748px;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}

/* content bits */

a
{
	color: #5282C8;
}

h1
{
	font: bold 150% Verdana, Arial, sans-serif;
	color: #5282C8;
	margin: 0;
	margin-bottom: 8px;
	margin-top: 4px;
}

div#content_homepage h1
{
	font-size: 130%;
}

h2
{
	font: bold 125% Verdana, Arial, sans-serif;
	margin: 0;
	padding-bottom: 2px;
	margin-bottom: 6px;
	padding-top: 6px;
	/*background-image: url(/images/small_dots.png);
	background-position: left bottom;
	background-repeat: repeat-x;*/
	clear: left;
}

h3
{
	font: bold 120% Verdana, Arial, sans-serif;
	margin: 0;
	padding-bottom: 2px;
	margin-bottom: 6px;
	padding-top: 6px;
}

p, ul
{
	margin-top: 0px;
	margin-bottom: 12px;
}

li
{
	list-style-image: url(/images/bullet.png);
	list-style-type: square;
}

div.thumbnail
{
	text-decoration: none;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid gray;
	padding: 4px;
	background-color: #F0F0F0;
	text-align: center;
	position: relative;
	line-height: 12pt;
}

img.thumbnail_image
{
	border: 1px solid black;
}

div.thumbnail_caption
{
	padding-top: 4px;
}

div.thumbnail_caption_tight
{
	padding-top: 4px;
	margin-left: -4px;
	margin-right: -4px;
}

div.thumbnail_caption a,
div.thumbnail_caption_tight a
{
	font: bold 90% Verdana, Arial, sans-serif; 
	color: black;
	text-decoration: none;
}

div.thumbnail_type_description
{
	font-size: 75%;
	color: gray;
}

div#contact_details
{
	font-size: 90%;
	color: gray;
	text-align: center;
	line-height: 10pt;
	margin-bottom: 8px;
}

div#text_only_menu
{
	padding-top: 53px;
	padding-left: 20px;
}