body {
	margin:0;
	padding-bottom:20px;
	color:#000;
	font:11px Arial, Helvetica, sans-serif;
	background:#e7e7e8;
}
ul {
	margin-left: 2em;
	padding-left: 0;
}
a {
	text-decoration:none;
	color:#5586af;
}
a:hover {
	text-decoration:underline;
}
img {
	border-style:none;
}
input, textarea, select {
	font:100% arial, sans-serif;
	vertical-align:middle;
}
.menu-title {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 0px;
	font-weight: bold;
	color: #777;
	background : url(images/title_bg_underline.gif) repeat-x center bottom;
	display : block;
}
.page-title {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 22px;
	line-height: 24px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #555;
}
.orange-title {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 0px;
	color: #FF8040;
	background : url(images/title_bg.gif) repeat-x center top;
	display : block;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	line-height: 16px;
	color: #5586af;
	font-weight: bold;
}
.small-title {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	color: #5586af;
	font-weight: bold;
}
.deck {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1.6em;
	line-height: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #215186;
}
.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 8px;
	color: #777;
}
.small-text {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	padding: 0px;
	color: #000;
}
.image_caption {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 254px;
	padding: 8px;
	font-size: 11px;
	line-height: 12px;
	color: #ffffff;
	background: #472a1a;
}
.border {
	border-style:dotted;
	border-width:.1em;
	border-top-width:.0em;
	border-color:#e7e7e8;
	padding: 8px;
	margin-top: 0px;
}
/* Navigation */
#navigation {
	margin : 0;
	padding : 15px 0 0 6px;
	list-style : none;
	width : 923px;
	height : 43px;
	overflow : hidden;
	background : url(images/bg-navigation.gif) no-repeat;
}
#navigation li:first-child {
	background : none;
}
#navigation li {
	float : left;
	padding : 0 25px;
	line-height : 24px;
	font-size : 16px;
	font-weight : bold;
	background : url(images/sep-navigation.gif) no-repeat;
}
#navigation li a {
	color : #a1a1a5;
}
#navigation li.active a, #navigation li a:hover {
	text-decoration : none;
	color : #f4911e;
}
.flash {
	width : 912px;
	height : 296px;
	padding : 16px 0 0 20px;
	background : url(images/bg-flash.gif) no-repeat;
}
.flash img {
	float : left;
}
/*Main Container*/
#container {
	margin: 0 auto;
	position:relative;
	padding:10px 17px 19px;
	width:932px;
	background-color:#fff;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	margin-left: 15px;
	float: left;
	font-size : 12px;
	line-height : 20px;
	text-align: left;
	width:416px;
	overflow:hidden;
	background-color:#fff;
	background : url(images/title_bg.gif) repeat-x center top;
}
#content-wide {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	margin-left: 18px;
	float: left;
	font-size : 12px;
	line-height : 20px;
	text-align: left;
	width:649px;
	overflow:hidden;
	background-color:#fff;
	background : url(images/title_bg.gif) repeat-x center top;
}
#header {
	padding:0 0 0 6px;
	width:926px;
	overflow:hidden;
}
#header div {
	padding:0 14px 0px 8px;
	width:910px;
	overflow:hidden;
}
.header-text {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-style : italic;
	font-weight : bold;
	line-height : 22px;
	color : #5586af;
	position : absolute;
	margin-top : 78px;
	margin-left : 120px;
	height : 25px;
}
.logo {
	float : left;
	margin-top : 0;
	padding-top : 5px;
	width : 100px;
	height : 133px;
	overflow : hidden;
	text-indent : -9999px;
	background : url(images/logo.png) no-repeat;
}
.logo a {
	display : block;
	height : 100%;
}
#header div ul {
	float : right;
	display : inline;
	margin : 0 -1px 0 0;
	padding : 0;
	list-style : none;
	overflow : hidden;
}
#header div li {
	float : left;
	margin-right : -2px;
	padding : 0 7px 0 8px;
	background : url(images/sep-top-menu.gif) no-repeat 100% 50%;
}
#header div li a {
	font-size : 11px;
	line-height : 13px;
	color : #a1a1a5;
}
#header div li.active a, #header div li a:hover {
	text-decoration : none;
	color : #f4911e;
}
/*Left Sidebar*/
#left-column {
	text-align: left;
	float : left;
	width : 200px;
	margin-left : 16px;
	display : inline;
	background : url(images/title_bg.gif) repeat-x center top;
}
/* Left Menu */
#left-menu {
	text-align: left;
	font-family : Arial, Helvetica, sans-serif;
	background-color : #fff;
	font-size : 11.5px;
	line-height : 22px;
}
#left-menu ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
#page {
	margin-left: 0px;
}
#left-menu li a.current {
	color: #5586af;
	font-weight: bold;
}
#left-menu li {
	line-height:16px;
	font-size:13px;
	padding:5px 0;
	background:url(images/sep-subnav.gif) repeat-x 0 100%;
}
#left-menu li a {
	color:#747679;
}
#left-menu li.current {
	margin-left: 0px;
	padding-left: 15px;
	background:url(images/bullet-arrow-orange.gif) no-repeat 1px 50%;
}
#left-menu a:hover {
	display:inline;
	text-decoration:none;
	color: #5586af;
}
/*Right Sidebar */
#right-column {
	float: right;
	margin-right: 16px;
	width: 200px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align: left;
	line-height : 20px;
	padding-bottom : 10px;
	background : url(images/title_bg.gif) repeat-x center top;
	margin-left:0px;
}
/*Footer and Bottom Navigation*/
#footer-navigation {
	clear: both;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #999;
	width : 910px;
	height : 20px;
	line-height : 16px;
	clear : both;
	background-color : #fff;
	text-align : center;
	vertical-align : middle;
	margin-left: 8px;
	padding-top : 5px;
	padding-bottom : 5px;
	border-top-width : .1em;
	border-top-style : dotted;
	border-bottom-width : 1px;
	border-bottom-style : dotted;
	border-color:#e7e7e8;
}
#bottom-photos {
	font-family : Arial, Helvetica, sans-serif;
	width:928px;
	font-size : 10px;
	color : #ccc;
	background-color : #fff;
	text-align : left;
	margin-top : 0;
}
#bottom-copy-box {
	clear : both;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color : #fff;
	color : #777;
	font-weight : normal;
	height : 15px;
	width:928px;
	text-align : center;
	line-height : 16px;
	padding-top : 0;
	padding-bottom : 2px;
}
.orange-home {
	color: #FF8040;
}

