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

body {
	margin: 0px auto;
	text-align: center;
	background-color: #D8CBB5;
	}
		
img {
	display: block;
	border: 0;
	}
	
a:link {
	text-decoration: underline;
	color: #003399;
	background: transparent;
	}

a:visited {
	text-decoration: underline;
	color: #003399;
	background: transparent;
	}

a:hover {
	text-decoration: none;
	color: #003399;
	}

a:active {
	text-decoration: underline;
	color: #003399;
	background: transparent;
	}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, blockquote, label {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

h1 {
	font-size: 13px;
	margin-bottom: 0.25em;
	margin-top: 0px;
	}

h2 {
	font-size: 14px;
	margin-top: 0.1em;
	color: #333333;
	font-weight: bold;
	margin-bottom: 0em;
	}

h3 {
	font-size: 12px;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	}
	
h4 {
	font-size: 12px;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	color: #666666;
	font-weight: normal;
	}
	
p {
	margin-top: 0;
	line-height: 1.5em;
	font-size: 13px;
	}
	
blockquote {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.4;
	text-align: left;
	font-size: 8px;
	}
	
ul {
	list-style-type: none;
	padding: 0px;
	font-size: 12px;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 1.5em;
	margin-left: 0em;
	}

li {
	margin-bottom: 0.25em
	}

hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border: none;
	}

/* Form */

form {
	padding-bottom: 5px;
	margin-bottom: 5px;
	}
	
fieldset {
	border: 1px solid #CCCCCC;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
}

legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	color: #333333;
}

form h2 {
	font-size: 11px;
	color: #333333;
	padding-bottom: 7px;
}
	
form h3 {
	font-size: 11px;
	color: #0D0D0D;
	padding-bottom: 5px;
}
	
form p {
	font-size: 11px;
	margin-bottom: 0px;
}

div.block {
	display: block;
	height: 30px;
}

label {
	font-size: 11px;
	color: #333333;
	display: block;
	width: 8em;
	margin-right: 0.5em;
	line-height: 2em;
	float: left;
}

.shortlabel{
	width: 3em;
	display: inline;
}
	
input {
	margin-bottom: 7px;
}

.button {
	margin-left: 90px;
	cursor:pointer;
}
	
select {
	display: block;
	margin-bottom: 7px;
}
	
textarea {
	display: block;
	margin-bottom: 7px;
}
	
.inline {
	float: left;
	margin-right: 7px;
	}
	
.error {
	color:#CC0000;
	font-size: 11px;
	}
	
/* FIXES ------------------- */

#bodywrap {
	width: 991px;
	text-align: left;
	background-image: url(../assets/images/bg/bg_r4_c2.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 15px;
	}
	
.dot {
	clear: both;
	content: "."
	margin-bottom: 0px;
	color: #FFFFFF;
	}
	
/* PAGE COMPONENTS ------------------- */

/* Masthead */

#masthead {
	background-repeat: no-repeat;
	height: 152px;
	background-image: url(../assets/images/bg/bg_r1_c2.jpg);
	}
	
#quote {
	text-align: right;
	padding: 15px 30px 20px 550px;
	}
	
#quote_text {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #68661B;
	}
	
#quote_source {
	margin-top: -1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #958E57;
	}
	
/* Nav Bar */

#navbar {
	height: 28px;
	background-image: url(../assets/images/bg/bg_r2_c3.jpg);
	background-repeat: repeat-x;
	margin-right: 8px;
	margin-left: 8px;
	}

.tab a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #474B02;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 17px;
	}

.tab a:link {
	text-decoration: none;
	color: #FFFFFF;
	}
	
.tab a:visited {
	text-decoration: none;
	color: #FFFFFF
	}
	
.tab a:hover {
	text-decoration: none;
	color: #68661B;
	background-color: #C0CAA3;
}
	
.tab a:active {
	text-decoration: none;
	color: #FFFFFF
	}
	
/* Left Column */

#leftcolumn {
	float: left;
	width: 235px;
	margin: 0 0 20px 30px;
	}
	
.video_230 object, embed {
	width: 230px;
	height: 186px;
	}
	
.header_blue h1 {
	color: #FFFFFF;
	background-image: url(../assets/images/house/header_blue.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 233px;
	margin: -13px -13px 0 -13px;
	padding: 5px 0 0 25px;
}

.header_blue li {
	list-style-type: square;
	color: #002D88;
	margin-left: 10px;
}
	
/* Right Column */

#rightcolumn {
	width: 150px;
	float: right;
	padding-right: 8px;
	}
	
#rightcolumn img, iframe {
	}

/* Center Column */

#centercolumn {
	margin-bottom: 20px;
	margin-left: 300px;
	width: 500px;
	}
	
/* Page Footer */
	
#footer {
	width: 991px;
	margin: 0px auto;
	padding: 20px 0;
	background-image: url(../assets/images/bg/bg_r6_c2.jpg);
	background-repeat: no-repeat;
	}
	
#footer img {
	display: inline;
	}
	
#footer p {
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
	color: #000000;
	}
	
/* Bread Crumbs*/
	
#breadcrumbs p {
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 30px;
	}
	
/* Article Body */
	
#art_body img {
	display: inline;
	}
	
/* Box */

.box_top {
	background-image: url(../assets/images/box/box_r1_c1.jpg);
	background-repeat: no-repeat;
	height: 15px;
	margin-top: 15px;
	}

.box {
	background-image: url(../assets/images/box/box_r3_c1.jpg);
	background-repeat: repeat-y;
	margin-top: -5px;
	margin-right: 0;
	margin-bottom: -10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	}
	
.box hr {
	color: #E0E0E0;
	background-color: #E0E0E0;
	height: 1px;
	border: none;
	margin: 20px -14px;
	}
	
.box h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #E94E16;
	margin-bottom: 0px;
	}

.box p {
	font-size: 11px;
	margin-bottom: 0;
	}
	
.box_bottom {
	background-image: url(../assets/images/box/box_r5_c1.jpg);
	background-repeat: no-repeat;
	height: 20px;
	}
	
/* Large Box */

.large_box_top {
	background-image: url(../assets/images/box/large_box_r1_c1.jpg);
	background-repeat: no-repeat;
	height: 15px;
	margin-top: 15px;
	}

.large_box {
	background-image: url(../assets/images/box/large_box_r3_c1.jpg);
	background-repeat: repeat-y;
	margin-top: -5px;
	margin-right: 0;
	margin-bottom: -10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	}
	
.large_box hr {
	color: #E0E0E0;
	background-color: #E0E0E0;
	height: 1px;
	border: none;
	margin: 20px -14px;
	}
	
.large_box h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #E94E16;
	margin-bottom: 0px;
	}

.large_box p {
	font-size: 11px;
	margin-bottom: 0;
	}
	
.large_box_bottom {
	background-image: url(../assets/images/box/large_box_r5_c1.jpg);
	background-repeat: no-repeat;
	height: 20px;
	}
	
/* Gallery */

.gallery {
	float: left;
	width: 145px;
	text-align: left;
	margin-bottom: 10px;
	}
	
.gallery img {
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
.gallery h1 {
	text-align: center;
	}
	
.gallery h2 {
	text-align: center;
	}
	
/* IMAGE STYLES -------------------- */
	
img.bullet {
	display: inline;
	vertical-align: middle;
	}

.banner {
	margin-bottom: 15px;
	}
	
.thumbnail {
	float: left;
	margin-right: 20px;
	margin-bottom: 3px;
	padding: 3px;
}

.thumbnail img {
}

.thumbnailright {
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;
}

.video_470 object, embed {
	margin:5px 0;
	width: 470px;
	height: 380px;
	}

/* FONT STYLES -------------------- */

.title {
	font-size: 24px;
	color: #1A1A07;
	padding-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.greytext {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.smalltext {
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.contact_head {
	color: #004386;
	width: 100%;
	margin-bottom: 2px;
	padding-top: 10px;
	padding-bottom: 2px;
	font-size: 13px;
}

.contact {
}

.contact_position {
	font-size: 11px;
	color: #333333;
	margin-bottom: 0em;
	margin-top: 0px;
}
	
.dateline {
	color: #444444;
	margin-top: 0.5em;
	margin-bottom: .75em;
	font-size: 11px;
	}
	
.byline {
	color: #444444;
	margin-bottom: 1em;
	}
	
.teaser {
	color: #444444;
	margin-bottom: 1em;
	}
	
.source {
	color: #666666;
	text-align: right;
	font-size: 10px;
	margin-top: -0.1em;
	}
	
.credit {
	color: #666666;
	text-align: right;
	font-size: 9px;
	margin-top: -0.1em;
	margin-bottom: 0;
	padding-right: 3px;
	}
	
.caption {
	color: #333333;
	font-size: 9px;	}
	
.quote {
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	font-size: 11px;
	padding-top: 10px;
	line-height: 1.3em;
	}
	
.red {
	color: #BD0000;
	font-weight: bold;
	}	
	
.go a {
	font-size: 14px;
	color: #E94E16;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	}
	
.go a:hover {
	text-decoration: underline;
	}
	
/* MISC STYLES -------------------- */


/* List tables */
	
.list {
}

.list td	{
	padding: 4px 10px 4px 0px;
	font-size: 11px;
	vertical-align: top;
	border-bottom: 1px solid #EEEEEE;
	}
	
.label td	{
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	}
	
.c1 td {
	background-color:#F6F6F6
	}
	
.c td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	vertical-align: bottom;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	background-color: #F5F5F5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
	}
	
.cleanlist td	{
	padding: 4px 4px 4px 0px;
	font-size: 11px;
	vertical-align: top;
	}

/* PRINT STYLES -------------------- */

.print {
	display: none;
	}

#pullquote p {
	float:right;
	width:150px;
	font-size:18px;
	font-weight:bold;
	margin: -10px 0 15px 15px;
	color: #006093;
	background-image: url(../assets/images/house/quotes.jpg);
	background-repeat: no-repeat;
	padding: 15px 0 0 15px;
	}

.instructions p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #DD5C08;
	font-weight: bold;
	padding-top: 2px;
	margin-bottom: 6px;
}
