@charset "utf-8";
/* CSS Document */

body {
	background: #fff url(../images/page-background-left.gif) no-repeat top left;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

p {
	line-height: 18px;
}

h1 {
	font-size: 1.6em;
	font-weight: normal
}

#wrapper {
	width: 91%;
	min-width: 650px;
	margin-left: 40px;
}

#outer-wrapper {
	width: 95%;
	margin: 0 auto;
	background: transparent url(../images/page-background-right.gif) no-repeat top right;
}

#email-address {
		border-bottom: 1px solid #BEBEBE;
		margin-bottom: 5px;
		text-align: right;
}

#email-address img {
		border: 0;
}

#main-pic {
	float: right;
	width: 240px;
}

#header {
	background-color: #C5DAF0;
	height: 60px;
	text-align: right;
}

#main-content {
	background-color: #E8F0F8;
	padding: 6px;
	min-height: 304px;
	border-bottom: 1px solid #BEBEBE;
	margin-bottom: 4px;
}

.blue-bold {
	  color: #1F354A;
	  font-weight: bold;
}
#nav-links img {
	border: 0;
}
#thumbnail-container {
	float: right;
	width: 400px;
	margin-right: 40px;
}

.thumbnail {
	width: 120px;
	float: left;
	margin-right: 10px;
	margin-top: 30px;
}

.thumbnail img {
	border: 0;
}

.bullet-points {
	font-size: 0.9em;
	width: 200px;
	float: left;
}

.clear-left {
	clear: left;
}

#footer {
	clear: both;
	background-color: #e8f0f8;
	border-top: 1px solid #BEBEBE;
	border-bottom: 1px solid #BEBEBE;
}

#footer ul {
	list-style: none;
}

/* Form Styling */
.clear {
  clear: both;
}

#main-content form {
  font-size: 1.0em;
}


/* fieldset styling */
#main-content fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
}

/* legend styling */
#main-content legend {
	font-weight: bold;
	color: #000000;
}

#main-content form p {
  	position: relative;
	width: 100%;
	font-size: 0.85em;
}

/* style for  labels */
#main-content label {
	float: left;
	width: 8em;
	margin-bottom: 3px;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

#main-content .input {
  width: 200px;
}

#main-content input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#main-content input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
#main-content input:focus, textarea:focus {
	background: #ffc;
}

#main-content input.radio {
    float: left;
	margin-right: 1em;
}

#main-content textarea {
	width: 300px;
	height: 100px;
}