html { margin:0; padding:0; }
body { margin:0; padding:0; color:#000000; background:#FFFFFF url("background.png") center top repeat; font-size:0.83em; font-family:Arial,Helvetica,Sans-serif; }

img { border-style:none; }
form { margin:0; padding:0; }
blockquote { margin:15px; padding:0 10px; }
hr { border:none 0; margin:20px 0; border-top:2px solid #000000; height:2px; }
p { padding:0; margin:0 0 16px; }
p.extraspace { padding:0; margin:0 0 26px; }

h1 { color:#000000; font-size:1.3em; margin-top:0; }
h2 { color:#000000; font-size:1.2em; margin-top:0; }
h3 { color:#000000; font-size:1.1em; margin-top:0; }
h4 { color:#000000; font-size:1.0em; }
h5 { color:#000000; font-size:0.9em; }
h6 { color:#000000; font-size:0.8em; }

a { color:#000; text-decoration:none; }
a:link { color:#AF2321; text-decoration:underline; }
a:visited { color:#AF2321; text-decoration:underline; }
a:hover { color:#AF2321; text-decoration:underline; }

.clear { clear:both; height:0; overflow:hidden; }
.spacer { clear:both; height:13px; overflow:hidden; }
.hide { display:none; }
.error { color:#FF0000; font-weight:bold; }
.nowrap { white-space:nowrap; }

.photoRight { float:right; margin-left:10px; margin-bottom:7px; margin-top:3px; }
.photoLeft { float:left; margin-right:10px; margin-bottom:7px; margin-top:3px; }
.photoCentre { display:block; margin:0 auto; }
.center { text-align:center; }
.justify { text-align:justify; }

.article-left { width:290px; float:left; }
.article-right { width:290px; float:right; }
.article-rightalt { width:290px; float:right; text-align:right; }

/* Interface CSS */

#container { width:778px; margin:0 auto; }

#header { width:778px; height:179px; background:url("header.gif") left top no-repeat; overflow:hidden; }
#header h1 { margin:0; padding:0; }
#header h1 a { width:775px; height:179px; display:block; }
#header h1 a span { display:none; }

#flash { width:559px; height:248px; overflow:hidden; float:left; }
#header-address { width:219px; height:248px; overflow:hidden; float:right; background:url("address.gif") left top no-repeat; }
#header-address p { display:none; }

/* First Level */
#nav { width:778px; height:32px; background:url("nav.gif") left top no-repeat; /*overflow:hidden;*/ }
#nav ul { list-style:none; margin:0 0 0 220px; padding:0; /**/ }
#nav ul li { float:left; font-weight:bold; background:url("divider.gif") right top no-repeat; padding:8px 10px 7px 8px; position:relative; }
#nav ul li.end { float:left; font-weight:bold; background:none; padding:8px 0 7px 8px; }
#nav ul li a,
#nav ul li a:visited { color:#FFFFFF; text-decoration:none; font-size:1.07em; }
#nav ul li a:focus,
#nav ul li a:hover { color:#C7C99C; text-decoration:none; }
#nav ul li a:active { color:#D79291; text-decoration:none; }

/* Second Level */
#nav ul li ul { display:none; position:absolute; left:-221px; top:31px; }
#nav ul li ul li { float:none; width:150px; background-color:#BD4E49; font-size:0.93em; border-bottom:1px solid #A80C0C; border-left:1px solid #BD4E49; border-right:1px solid #BD4E49; padding:0; background-image:none; /*display:inline-block;*/ }
#nav ul li ul li:hover { background-color:#C7C99C; }
#nav ul li ul li a,
#nav ul li ul li a:visited { background-image:none; padding:4px 8px; display:block; }
#nav ul li ul li a:focus,
#nav ul li ul li a:hover { color:#A80C0C; background-image:none; }
#nav ul li ul li a:active { color:#A80C0C; background-image:none; }

/* Hover Init */
#nav ul li>ul { left:-221px; top:31px; }
#nav ul li:hover ul,
#nav ul li.over ul { display:block; }

#content { background:url("content-background.gif") left top repeat-y; }

#article { width:557px; margin-left:2px; float:left; }
#article_padding { padding:20px 20px 4px 20px; line-height:140%; }

#sidebar { width:219px; float:right; }
#sidebar_padding { padding:20px 20px 10px 20px; }

#h2_gallerycategories { width:150px; height:16px; background:url("h2_gallerycategories.gif") left top no-repeat; overflow:hidden; }
#h2_gallerycategories span { display:none; }

.gallery_item { margin-bottom:8px; }
.gallery_title { float:left; font-weight:bold; color:#FFFFFF; }
.gallery_view { width:38px; height:17px; overflow:hidden; float:right; }
.gallery_view a { width:38px; height:17px; background:url("view.gif") left top no-repeat; display:block; }
.gallery_view a span { display:none; }
.gallery_photo { height:60px; }

#footer { width:778px; height:70px; background:url("footer.gif") left top no-repeat; overflow:hidden; display:block; }
#footer a,
#footer a:visited { color:#FFF; text-decoration:none; }
#footer a:hover { color:#ffffff; text-decoration:underline; }
#footer_left { font-weight:bold; color:#FFF; float:left; }
#footer_left .padding { padding:5px 0 0 20px; }
#footer_right { font-weight:bold; color:#FFF; float:right; text-align:right; }
#footer_right .padding { padding:5px 20px 0 0; }

/* Loading Message */
div.loading-invisible { display:none; }
div.loading-visible { display:block; position:absolute; top:282px; left:0; width:100%; }
div.loading-visible div { width:400px; text-align:center; background:#fff; opacity:.90; border:2px solid #A80C0C; font-weight:bold; padding:15px; margin:0 auto; }
div.loading-visible div p { margin:0; padding:0; }
