body {
	margin: 0 0;
	background: #d6ebfa url('img/background.gif') repeat-x top;
	font: 14px Helvetica, Arial, sans;
	color: #000;
	line-height: 18px;
	width: 100%;
	height: 100%;
	position: relative;
}

a, a:visited {color: #093E68;}

img {display: block; border: 0px;}

h1 {font-size: 24px;}

h1 a, h2 a {text-decoration: none;}
h1 a:hover, h2 a:hover {text-decoration: underline;}

form {margin: 0px 0px;}
label {width: 75px; display: inline-block;}
textarea {vertical-align: text-top;}

table {text-align: center; border: 1px solid #ddd;}
thead, td:first-child {background: #F4F7F8; color: #000;}

.clear {clear: both;}
.right {float: right;}
.left {float: left;}

#header, #content, #footer { 
	width: 935px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 113px;
}

#content-wrapper {
	width: 100%;
	background: #fbfdff;
	padding: 15px 0px 40px 0px;
}

#content {
	position: relative;
}

#footer-wrapper {
	clear: both;
	width: 100%;
	background: url(img/footer-bg.gif) repeat-x top;
	padding: 12px 0px 9px 0px;
	color: #555;
	font-size: 11px;
	text-align: right;
}

#footer-wrapper a {
	color: #333;
	text-decoration: none;
}

#footer-wrapper a:hover {text-decoration: underline;}

#home-content {
	width: 500px;
	height: 400px;
	margin: 50px auto;
	background: transparent url(img/homebg.png);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -250px;
	text-align: center;
}

#home-content img {
	margin: 10px auto;
}

#home-content h1 {
	margin: 36px 0px;
}

#home-footer-wrapper {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	font-size: 11px;
	color: #7095BE;
}

#home-footer a {
	color: #436790;
	text-decoration: none;
}

#home-footer a:hover {
	text-decoration: underline;
}

/* the nav bar */
#nav {
	position: absolute;
	top: 0px;
	right: 0px;
	list-style-type: none;
	color: #fff;
	margin: 0 0;
}

#nav li {
	float: left;
	border: 1px;
}

#nav a, #nav a:visited {
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	padding: 15px 15px 16px 15px;
	display: block;
}

#nav a:hover {
	color: #093E68;
	background: url('img/nav-hover.gif') repeat-x top;
}

#service-area {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

/* Page specific classes */

#tagline {line-height: 38px;}

#index-left {
	width: 500px;
}

#index-right {
	clear: right;
	float: right;
	width: 390px;
}

#display-area {
	float: left;
	height: 480px;
	width: 640px;
	position: relative;
}

#thumbs-area {
	float: left;
	margin: 0px 0px 0px 15px;
	background: #f4f7f8;
	border: 1px solid #ddd;
	width: 264px;
	padding: 0px 0px 14px 14px;
}

#thumbs-area img {
	float: left;
	margin: 14px 14px 0px 0px;
	width: 74px;
	cursor: pointer;
	display: inline;
}

#display-area img.loader {
	position: absolute;
	top: 207px;
	left: 287px;
}

#contact-wrapper {
	width: 500px;
	margin: 0 auto;
}

#contact-form {width: 350px;}
#contact-form textarea {width: 269px; height: 100px;}
#contact-submit {float: right;}

.question {font-weight: bold;}