body {
	margin: 0px;
	padding: 0px;
	background: #fff url('/images/main_background.jpg') top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	width: 1000px;
	margin: 0px auto;
	background: url('/images/smiling_man.jpg') top right no-repeat;
	height: 362px;
}
#logo_container {
	height: 97px;
	padding-top: 8px;
}
#blurb_container {
	height: 227px;
}
#navigation_container {
	height: 30px;
}

#orange_bar {
	margin-top: 2px;
	background-color: #ef9332;
	height: 7px;
}

#you_are_here_container {
	width: 1000px;
	margin: 0px auto;
	height: 7px;
}

#orange_marker {
	background: url('/images/orange_marker.gif') top left no-repeat;
	width: 20px;
	height: 7px;
}

#contents {
	padding-top: 10px;
	width: 1000px;
	margin: 0px auto;
}
#footer {
	padding-top: 5px;
	padding-bottom: 50px;
	margin-top: 15px;
	width: 1000px;
	margin: 0px auto;
	border-top: 2px solid #ef9332;
	font-size: 12px;
	color: #666;
}
#footer a {
	text-decoration: none;
	color: #666;
}
#footer a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h3 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #0050B0;
}
h4 {
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #ef9332;
}
p, li {
	line-height: 22px;
	color: #262626;
}
p.indented {
	padding-left: 15px;
}
.quote_container {
	background: url('/images/quote_box_background.png') top left no-repeat;
	width: 254px;
	padding: 15px 15px 0 15px;
	font-size: 14px;
	text-align: justify;
	color: #666;
	line-height: 22px;
}
.quote_container .quoted_by {
	padding-top: 5px;
	text-align: right;
	font-weight: bold;
	color: #333;
}
.quote_bottom {
	background: url('/images/quote_box_bottom.png') top left no-repeat;
	width: 282px;
	height: 13px;
	margin-bottom: 15px;
}
fieldset {
	background-color: #f3f3f3;
	padding: 10px;
	margin: 0px;
	border: 2px solid #ccc;
}
fieldset form label {
	width: 120px;
	padding-top: 5px;
	padding-right: 10px;
	float: left;
	text-align: right;
}
fieldset form input.text {
	width: 330px;
	font-size: 15px;
	padding: 2px;
	border: 1px solid #ccc;
}
fieldset form textarea {
	height: 100px;
	width: 350px;
	font-size: 15px;
	padding: 2px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
}

.small {
	font-size: 13px;
}
.gray {
	color: #666;
}

img.thumbnail {
	border: 1px solid #333;
}
.thumbnail_name {
	font-size: 13px;
	font-weight: normal;
	color: #000;
	display: block;
	padding-bottom: 2px;
	padding-top: 8px;
}

/* === FLASH === */
.flash_notice {
  text-align: center;
  padding: 5px;
  margin: 10px 0;
  background-color: #FFF6BF;
	border: 2px solid #FFD324;
	color: #514721;
}
.flash_warning {
  text-align: center;
  padding: 5px;
  margin: 10px 0;
  background-color: #51D9BA;
}
.flash_error {
  text-align: center;
  padding: 5px;
  margin: 10px 0;
  background-color: #FCECEC;
}