/*
	COLOURS:
	Pale Blue:		e0e9f2
	Light Blue:		0c7ce5
	Dark Blue:		00549f 
	Light Grey:		7e7e7e
*/

body {
	font-size: 76%;
	font-family: verdana, helvetica, sans-serif;
	background-color: #e0e9f2;
	color: #7e7e7e;
	margin: 0px;
}

#container {
	margin: 0px auto;
	width: 900px;
	font-size: 1.0em;
	background-image: url('images/right-grad.jpg');
	background-repeat: repeat-y;
	background-position: top right;
	background-color: #ffffff;
}

#header {
	width: 900px;
	height: 238px;
	padding: 0px;
	background-image: url('images/header-bg.jpg');
	background-repeat: repeat-y;
	background-position: top right;
	color: #00549f;
}
#header p {
	margin: 0px;
	padding: 172px 0px 0px 537px;
}

#balloon {
	position: absolute;
	width: 241px;
	height: 254px;
	top: 0px;
	left: 50%;
	margin-left: 200px;
}

#contwrap {
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 50px 0px;
	border-bottom: 1px solid #00549f;
}

#navigation {
	float: left;
	width: 136px;
	padding: 87px 0px 0px 27px;
	background-image: url('images/nav-top.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

#navigation a {
	display: block;
	width: 136px;
	padding: 15px 0px 12px 0px;
	margin: 0px;
	color: #00549f;
	font-size: 1.2em;
	background-image: url('images/nav-bg.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}
#navigation a.last {background-image: none;}
#navigation a:link {color: #00549f; text-decoration: none;}
#navigation a:visited {color: #00549f; text-decoration: none;}
#navigation a:hover {color: #0c7ce5; text-decoration: none;}
#navigation a:active {color: #0c7ce5; text-decoration: none;}

#content {
	float: left;
	width: 369px;
	padding: 0px 43px 0px 35px;
	line-height: 1.3em;
	font-size: 1.1em;
}

#content-listings {
	float: left;
	width: 565px;
	padding: 0px 137px 0px 35px;
	line-height: 1.3em;
	font-size: 1.1em;
}

#content li {
	padding: 5px 0px 10px 0px;
}

h1.pagehead {
	text-indent: -9999px;
	background-position: top left;
	background-repeat: no-repeat;
	height: 80px;
	margin: 5px 0px 15px -20px;
}

#sidebar {
	float: left;
	width: 290px;
	z-index: 100;
	margin-top: 20px;
}

#sidebar h1 {
	font-size: 1.1em;
	color: #00549f;
}

#sidebar a.feature {
	display: block;
	float: left;
	width: 227px;
	border: 4px solid #ffffff;
	background-color: #ffffff;
	overflow: hidden;
	margin: 15px 0px;
	padding: 0px;
	color: #00549f;
	text-align: center;
	line-height: 1.5em;
}
#sidebar a.feature:link {color: #00549f; text-decoration: none;}
#sidebar a.feature:visited {color: #00549f; text-decoration: none;}
#sidebar a.feature:hover {color: #0c7ce5; text-decoration: none;}
#sidebar a.feature:active {color: #0c7ce5; text-decoration: none;}

#footer {
	width: 900px;
	margin: 0px auto;
	color: #00549f;
	font-size: 0.8em;
}

#copyright {
	float: left;
	text-align: right;
	width: 450px;
}

#credits {
	float: left;
	text-align: left;
	width: 450px;
}
#credits a:link {color: #00549f; text-decoration: none;}
#credits a:visited {color: #00549f; text-decoration: none;}
#credits a:hover {color: #0c7ce5; text-decoration: underline;}
#credits a:active {color: #0c7ce5; text-decoration: underline;}

.testimonial {font-style: italic;}
.author {text-align: right;}

div.listingRow {
	width: 100%;
	padding: 20px 0px;
	min-height: 95px;
	border-bottom: 1px solid #e7e7e7;
}

div.listingDetails {
	float: left;
	width: 245px;
	padding: 0px 10px 0px 0px;
}
table.listingTable {
	border-collapse: collapse;
	width: 100%;
	border: 0px;
	font-size: 0.8em;
}
table.listingTable td {
	margin: 0px;
	padding: 1px 0px;
	vertical-align: top;
}

div.listingPhotos {
	float: left;
	width: 300px;
	padding: 0px 0px 0px 10px;
}

#large-photo {
	width: 300px;
	display: block;
	overflow: hidden;
}

#caption {
	font-size: 0.9em;
	min-height: 50px;
}

.photo-thumb {
	width: 99px;
	height: 99px;
	cursor: pointer;
}

.thumbbg {
	float: left;
	margin: 0px 1px 1px 0px;
}

.hr {
	display: block;
	width: 100%;
	height: 1px;
	margin: 20px 0px;
	padding: 0px;
	border-bottom: 1px solid #e7e7e7;
}

a:link {color: #0c7ce5; text-decoration: none;}
a:visited {color: #0c7ce5; text-decoration: none;}
a:hover {color: #00549f; text-decoration: underline;}
a:active {color: #00549f; text-decoration: underline;}

img {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

ol {list-style-type: decimal;}
ol ol {list-style-type: lower-alpha;}
ol ol ol {list-style-type: lower-roman;}

h2 {
	font-size: 1.2em;
	color: #00549f;
	margin: 10px 0px;
	line-height: 1.5em;
}

.mceContentBody {
	background-image: none;
	background-color: #ffffff;
}

