
body{
	background-color: #2C4667;
	padding: 0 1em 1em 1em;
}

/*************************************************************************************/

#main {
	margin: 0 auto;
	max-width: 60em;
	background-color: white;
	overflow: hidden;
}

/*************************************************************************************/

#top_padding {
	height: 1em;
	background-color: #3D5E89;
}

#head {
	background-image: url("pattern_head_right.png");
	background-color: #B1AB9E;
	padding-right: 144px;
	overflow: hidden;
}


#head h1 {
	display: none;
}
#logo {
	float: left;
	margin: 0 100px 0 20px;
}

#navigation {
	background-color:#857B65;
	background-image:url("bg_nav.png");
	background-position:left bottom;
	background-repeat:repeat-x;
	width: 100%;
	padding: 1em 0;
	overflow: hidden;
}

#navigation ul {
	position: relative;
	top: -.8em;
	padding: 41px 1em 0 0;
	list-style: none;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: .875em;
	line-height: 100%;
	color: white;
	text-transform: uppercase;
	zoom: 1;
}
#navigation ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#navigation li {
	display: block;
	float: left;
	margin: 0 .7em;
}
#navigation li a {
	color: white;
	text-decoration: none;
	display: block;
	padding: .4em;
}
#navigation li.active a,
#navigation li.current a {
	background-color: #553D05;
}

/* SUB */
#navigation li li {
	float: none;
	margin: 0;
	font-size: 80%;
}
#navigation li li a {
	padding-left: 2em;
	background-color: #654A16;
}


#navigation li li.active a,
#navigation li li.current a {
	background-color: #563D05;
}

/*************************************************************************************/

#subhead {
	height: 10em;
	background-position: left bottom;
	background-repeat: no-repeat;
	/*border-bottom: 1px solid black;*/
}
#subhead:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.flash_header {
	margin-right: 144px;
}
.flash_header object {
	width: 100%;
	height: 10em;
}

#subhead_right {
	float: right;
	width: 144px;
	height: 10em;
	background-color: #C7D5E7;
	background-image: url("bg_subhead_right.png");
	background-position: left bottom;
	background-repeat: repeat-x;
}
#subhead_right h1,
#subhead_right p {
	padding: 1.5em;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: .75em;
	line-height: 130%;
	color: #756B54;
}
#subhead_right h1 {
	padding: 2.5em 1em 0 1.5em;
	font-weight: normal;
	text-transform: uppercase;
}


/*************************************************************************************/

#lower {
	background-color: white;

}
#content {
	padding: 0 4em 4em 5em;
	overflow: hidden;
}
#sidebar {
	float: right;
	width: 145px;
	background-image: url("border_content_right.png");
	background-position: left top;
	background-repeat: repeat-y;
	padding-top: 5em;
	padding-bottom: 100em;
	margin-bottom: -100em;
}
#sidebar .inner {
	padding: 0 8px 4em 16px;
}

/*************************************************************************************/

#content h1,
#sidebar h1 {
	padding: 4em 0 2em 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.25em;
	color: black;
	text-transform: uppercase;
}
#content h2,
#sidebar h2 {
	padding: 3em 0 .8em 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.0625em;
	color: black;
	text-transform: uppercase;
}

#content h3,
#sidebar h3 {
	padding: 3em 0 .8em 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: black;
	text-transform: uppercase;
}

#sidebar h1 {
	padding-top: 0;
	padding-bottom: 1em;
}
#sidebar h2,
#sidebar h3 {
	padding-top: 0;
	padding-bottom: .5em;
}
#sidebar p {
	margin-bottom: .5em;
	font-size: .875em;
	line-height: 160%;
}

#content h1 strong,
#sidebar h1 strong,
#content h2 strong,
#sidebar h2 strong,
#content h3 strong,
#sidebar h3 strong {
	font-weight: normal;
	color: #FF3D34;
}
#content p {
	margin-bottom: .8em;
	font-size: .875em;
	line-height: 160%;
}

#content ul {
	margin-left: 0;
	margin-bottom: .8em;
	padding-left: .5em;
}

#content li {
	font-size: .875em;
	margin-left: 1em;
	padding-left: .5em;
	line-height: 160%;
	margin-bottom: .3em;
}

#content .image {
	padding-top: .4em;
	margin-bottom: .7em;
	
}
#content .image p {
	font-size: .75em;
	margin: .2em 0 .5em 0;
	text-align: left;
}
#content .left {
	margin-left: 0;
	margin-right: auto;
}
#content .center {
	margin-left: auto;
	margin-right: auto;
}
#content .right {
	margin-left: auto;
	margin-right: 0;
}
#content .float_left {
	float: left;
	margin: 0 1.2em .5em 0;
}
#content .float_right {
	float: right;
	margin: 0 0 .5em 1.2em;
}

#content .horizontal_blocks {
	overflow: hidden;
}

#content .horizontal_blocks div {
	float: left;
	padding-right: 5px;
}
#content .horizontal_blocks h1,
#content .horizontal_blocks h2,
#content .horizontal_blocks h3,
#content .horizontal_blocks p {
	font-size: .875em;
	margin: 0;
	padding: 0;
}
/*************************************************************************************/
/* Flash-Videos */
/*************************************************************************************/

#content .flashvideo {
	margin: 2.5em 0 1em 0;
	padding-bottom: .5em;
}
#content .flashvideo h3 {
	padding: 0 0 .5em 0;
}
#content .flashvideo .alternative {
	padding: 1em;
	border: 1px solid black;
	background-color: #D8D8D8;
}
#content .flashvideo .alternative h2 {
	text-transform: none;
	margin: 0;
	margin-bottom: .5em;
}
#content .flashvideo .alternative p {
	margin: 0;
	margin-bottom: 1em;
	font-size: .875em;
}

#content .flashvideo .alternative img {
	border: 1px solid black;
}

/*************************************************************************************/

#sidebar .filmstrip {
	width: 90px;
	height: 87px;
	margin-bottom: .5em;
	background-image: url("filmstrip.png");
	background-repeat: repeat-x;
	padding: 11px 4px;
}