body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	background: #FF971B;
}

p {
	font-size: 15px;
	line-height: 145%;
	color: #252525;
	margin: 0 0 10px;
}


#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(../images/color.gif) no-repeat bottom;
	border: 1px solid #000000;
	margin-top: 20px;
}


/* ------------- banner ------------------ */

#banner {
	margin: 0;
	padding: 0;
	height: 195px;
	width: 900px;
	border-bottom: 1px solid #CDCCCB;
	background: url(../images/banner-color.gif) no-repeat;
}
#logo {
	height: 144px;
	width: 328px;
	margin-top: 0;
	margin-left: 20px;
	float: left;
}
#topPhotos {
	margin-right: 20px;
	padding-top: 20px;
	float: right;
}

#searchbox {
	clear: both;
	padding-top: 13px;
	padding-right: 20px;
	text-align: right;
}

#searchbox .submitButton {
	margin-top: 4px;
	font-size: 10px;
}

#searchbox .searchField {
	width: 130px;
}




/* ------------- top navigation ------------------ */

#navWrapper {
	width: 900px;
	background: url(../images/nav-bg.png) repeat-x bottom;
	height: 55px;
}

#nav {
	padding: 7px 0 0 0;
	margin: 0 0 0 0;
}

#nav ul {
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	display: block;
}

#nav a {
	text-decoration: none;
	font-size: 12px;
}

#nav a:hover {
	color: #CC3300;	
}

#nav li {
	list-style: none;
	display: inline;
}
#nav li a {
	padding-right: 18px;
	padding-left: 13px;
	color: #777B82;
	font-weight: bold;
}

#nav .active a {
	color: #521f6b;
	font-weight: bold;
}


/* ------------- left column ------------------ */

#leftcol {
	width: 205px;
	float: left;
	padding-bottom: 15px;
}

#leftcol h2 {
	font-size: 14px;
	color: #FF6B30;
	padding-left: 12px;
	margin-bottom: 0;
}

#leftcol p {
	padding-left: 12px;
	font-size: 11px;
}

#leftcol ul {
	width: 205px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#leftcol #subnavlinks li {
	background: url(../images/leftnavback.gif) no-repeat 0px bottom;
	padding: 0;
	margin: 0;
	display: block;
	height: 1%;
}

#leftcol #subnavlinks li a {
	font-size: 13px;
	text-decoration: none;
	color: #521f6b;
	display: block;
	padding: 9px 0 11px 12px;
	margin: 0;
}

#leftcol #subnavlinks li a:hover {
	color: #CC3300;
}

#leftcol #subnavlinks .current_page_item a {
	color: #521f6b;
	font-weight: bold;
	padding-left: 26px;
	background: url(../images/leftnavbullet.gif) no-repeat 14px 11px;
}

#leftcol #subnavlinks li.current_page_item, #leftcol #subnavlinks li:hover {
	background: url(../images/leftnavback_active.gif) no-repeat 0px bottom;
}


#leftcol .newslinks li {
	padding: 3px 0 3px 12px;
	font-size: 12px;
}

#leftcol .newslinks a, #leftcol .newslinks a:hover {
	color: #521f6b;
	text-decoration: none;
}

/* ------------- right column ------------------- */

#rightcol {
	display: block;
	float: right;
	width: 200px;
	margin-bottom: 10px;
	margin-left: 15px;
	border-left: 1px solid #CCCCCC;
	padding-bottom: 10px;
	background: #FFFFFF url(../images/poster-graphic.gif) no-repeat top;
	padding-top: 35px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 80%;
}

#rightcol p, #rightcol h2 {
	padding-right: 10px;
	padding-left: 10px;
}

#rightcol li {
	margin: 0;
	padding-right: 10px;
}

#rightcol p {
	line-height: 160%;
}

#rightcol h2 {
	font-size: 14px;
	color: #FF6B30;
}

/* ------------- main content ------------------ */

#main {
	width: 662px;
	margin-bottom: 20px;
	margin-left: 215px;
}

.fullWidth { /* for homepage and pages that have no leftcol */
	width: 863px !important;
	margin-left: 14px !important;
}

#main blockquote {
	margin: 0;
	padding: 0 30px 0 22px;
	font-size: 90%;
	border-left: 8px solid #EEEEEE;
	color: #666;
}

#main blockquote p {
	color: #666;
}

#main li {
	list-style: url(../images/smsquare.gif);
	padding-bottom: 10px;
	color: #252525;
	font-size: 15px;
}

#main h1 {
	color: #006291;
	margin: 0 0 10px;
	padding: 0 0 0 25px;
	background: url(../images/square.gif) no-repeat left 7px;
	font: bold 1.5em "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}

#main h2, #main h2 a, #main h2 a:visited {
	color: #E66432;
	line-height: 140%;
	font-size: 120%;
	font-weight: bold;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CDCCCB;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0;
}

#main h2 a, #main h2 a:visited {
	color: #E66432;
	text-decoration: none;
}

#main h3, #main h3 a, #main h3 a:visited {
	font-size: 100%;
	color: #006291;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#framedRightShow {
	margin-bottom: 15px;
	float: right;
	margin-left: 25px;
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	top: 0;
	margin-top: 0;
	background: transparent;
}

#footer p {
	font-size: 10px;
	font-weight: normal;
	color: #601873;
	padding-top: 10px;
	text-align: left;
}

#footer .credit {
	font-style: italic;
}

#footer a, #footer a:visited {
	color: #601873;
	text-decoration: none;
}

#footer a:hover {
	color: #E66432;
	text-decoration: none;
}
/* ------------- Text formatting ------------------ */
.required {
	color: #FF0000;
}

.photoLeft {
	float: left;
	padding: 2px;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
.dottedline {
	background: url(../images/dotted_line.gif) repeat-x center;
	height: 20px;
}

.blogDate {
	color: #666;
	font-weight: bold;
	font-size: 11px;
}

/* --- BUTTONS --- */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #521f6b;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #E66432;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

.postmetadata {
	display: none;
}

.navigation {
	margin-top: 10px;
	font-weight: bold;
}

.homeStatement {
	border-top: 1px solid #CCC;
	padding-top: 10px;
	font-size: 12px;
	color: #666666;
	font-style: italic;
}