@charset "UTF-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #CEEBF9 url(images/topLeftCorner.gif) top left no-repeat;
}
h1 {
	color: #4590CA;
	font-size: 20px;
}
img {
	border: 0;
}
a {
	color: #3C8AC7;
	text-decoration: none;
}
a:hover {
	color: #1D5182;
}
.menu {
	background-color: #BFE1F4;
	padding: 10px 0;
	margin-bottom: 20px;
}
.menu a {
	color: #1B67AE;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 10px;
}
.container {
	padding: 15px;
	background: url(images/topRightCorner.gif) top right no-repeat;
}
.rightImg {
	position:absolute;
	right:15%;
	top:130px;
	width:400px;
}
.item {
	float: left;
	display: inline;
	width: 190px;
}
.thumbsCell {
	line-height: 1.7em;
}
.thumbnailBox {
	float: left;
	display: inline;
	height: 13em;
	padding: 10px 25px 10px 0;
	width: 250px;
	border-bottom: 1px #E6F5FC solid;
	margin-bottom: 10px;
}

.thumbnailBox img {
	margin-bottom: 10px;
}
form {
	padding: 0;
	margin: 0;
	width: 410px;
}
form p label {
	float: left;
	display: inline;
	width: 150px;
}
form p input, form p textarea {
	width: 250px;
	border: 1px solid #4590CA;
}
.radio {
	padding-bottom: 15px;
}
.radio label {
	padding-right: 10px;
}
.radio .submit {
	color: #fff;
	background-color: #4590CA;
	border: 0;
	cursor: pointer;
	float: right;
	display: inline;
	margin-right: 10px;
}