@import url(/_styles/Styles.css);


/* Layout Elements */
#page { background: url("images/interior_page.jpg") no-repeat center top; }

#content { width: 980px; margin: 0 auto; }

#masthead { width: 924px; margin: 0 auto; }

#navigation { }

#content .right { width: 369px; float: right; } /*background: url("images/interior_right.gif") no-repeat left top; }*/

#content .left { width: 593px; float: left; margin-left: 18px; background: url("images/interior_left.gif") no-repeat center top; padding-top: 33px; }

#content .left #main { line-height: 1.5em; padding: 6px 24px 30px; color: #00001c; background: #e6e7eb url("images/interior_main.gif") no-repeat center bottom; }


/* Functional Elements */
#masthead .logo { background: url("images/interior_logo.gif") no-repeat center center; }

#header { clear: left; }
	#header h1 { height: 69px; padding-left: 36px; background: url("images/interior_h1.jpg") no-repeat right top; }
		#header h1 span { display: none; font-family: "helvetica condensed", helvetica, arial, sans-serif; font-size: 2.5em; color: #fff; font-weight: normal; padding: 26px 0 0 0; }
	#header h2 { height: 49px; padding-left: 36px; background: url("images/interior_h2.jpg") no-repeat right top; }
		#header h2 span {display: none; font-family: "helvetica condensed", helvetica, arial, sans-serif; font-size: 1.2em; color: #0074bb; font-weight: bold; font-style: italic; padding: 2px 0 0 0; }

#content .left #main h1, #content .left #main h2, #content .left #main h3, #content .left #main h4
{ color: #0c7fc4; font-weight: normal; line-height: 1.2em; }
#content .left #main h1 { font-size: 2.1em; margin-bottom: 0.8em; }
#content .left #main h2 { font-size: 2.1em; margin-bottom: 0.8em; }
#content .left #main h3 { font-size: 1.7em; margin-bottom: 0.6em; }
#content .left #main h4 { font-size: 1.3em; margin-bottom: 0.4em; }

#content .left #main a:link, #content .left #main a:visited
{ color: #0079c2; text-decoration: none; }
#content .left #main a:hover, #content .left #main a:active
{ text-decoration: underline; }

#content .left #main p { margin: 0 0 1.5em 0; }

#content .left .flash { text-align: center; padding-top: 10px; }

#content form table td { vertical-align: top; }

#content .right p { padding-left: 20px; }

#content .right #childnavigation a:link, #content .right #childnavigation a:visited
{ color: #d2d877; text-decoration: none; font-weight: bold; }
#content .right #childnavigation a:hover, #content .right #childnavigation a:active
{ text-decoration: underline; }

#content .right #childnavigation { padding-top: 30px; margin-bottom: 30px; }
	#content .right #childnavigation li { padding: 1.2em 0; }
	#content .right #childnavigation li.home {  }
	#content .right #childnavigation li.current { background: #00001C; }
		#content .right #childnavigation li a { display: block; padding-left: 20px; }
		#content .right #childnavigation li.home a { background: url("images/home.gif") no-repeat 20px center; line-height: 16px; padding-left: 44px; font-weight: normal; }
		#content .right #childnavigation li.current a { color: #0079c2; line-height: 16px; background: url("images/interior_right_arrow.gif") no-repeat left center; }