
/*/CSSBase.css*/

/** Element Cross-Browser Refset **/
/* CSS Document */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	overflow-y:scroll;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/** Font Reset based on YUI **/

body {
	font:13px/1.231 arial, helvetica, clean, sans-serif;
	*font-size:small;
	*font:x-small;
}
table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
	*font-size:108%;
	-height:100%;
}
hr { display: none; }
div.hr { clear: both; width: 100%;}
div.hidden { border: solid 1px transparent; } 
strong { font-weight: bold; }
em { font-style: italic; }

/** Styles **/

body  
{
	color: #333;
	background: #eee;
}

p { padding-bottom: 7px; }
h1 { font-size: 155%; font-weight: bold; padding-bottom: 10px; }
h2 { font-size: 116.5%; font-weight: bold; padding-bottom: 5px; }
a {  color: #4d4d4d; text-decoration: none; font-weight: normal; }
a:hover { text-decoration: underline; }

table { width: 100%; }
th { text-align: center; font-weight: bold; color: #000; padding-bottom: 10px; }

/** Form Reset **/

form { }

fieldset { border: 0px; }
legend { font-size: 78%; font-weight: bold; color: #333; padding-bottom: 10px; }
fieldset div { clear: both; line-height: 1.5em; margin-bottom: 10px; }
fieldset div label { display: block; width: 80px; float: left; font-weight: bold; font-size: 78%; line-height:1em; }
fieldset div label span { font-size: 92%; color: #999; }
fieldset div input,
fieldset div textarea { width:300px; background:#fff !important; border: solid 1px #999; }
fieldset div div { margin: 0px; clear: none; }
input.submit
{
	border: 3px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	padding: 0.25em;
	background-color: #fcfcfc;
	background-repeat: repeat-x;
	color: #333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
input.submit:active
{
	border: 3px double #ccc;
	border-top-color: #999;
	border-left-color: #999;
}
/** Page Formatting **/

.clear
{
	clear:both;
	height:0;
}

/*/Style.css*/

/* GENERAL STUFF */

html
{
}

body
{
	background: #4f0101;
	color:#636363;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

.hidden
{
	display:none !important;
}

.clear
{
	clear:both;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

img.right
{
	margin-left:10px;
}

.centre
{
	margin:0 auto;
}

a
{
	font-weight:bold;
	font-size:0.95em;
	color:#636363;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

div.hr
{
	height:30px;
	width:585px;
	background: transparent url(Images/hr_585.gif) no-repeat;
}
div.hr hr
{
	display:none;
}

/* CONTAINERS */

#outer_container
{
	width:980px;
	margin:40px auto 0 auto;
	padding-bottom:40px;
	background: transparent url(Images/outer_container.gif) no-repeat;
}

#container
{
	background: #fff;
	width:918px;
	margin:0 30px;
	
	font-size:1.4em;
	overflow:hidden;
}

/* HEADER */

#header
{
	background:#fff;
	padding:9px;
	padding-bottom:0;
	position:relative;
}

#header_right
{
	background:transparent url(Images/header_right.jpg) no-repeat top right;
	height:253px;
	width:900px;
	position:relative;
}

#header_left
{
	background:transparent url(Images/header.jpg) no-repeat;
	height:253px;
	position:relative;
}

#menu
{
	position:absolute;
	bottom:0px;
	left:0px;
	
	border-top:solid 2px #690100;
	width:637px;
}

* html #menu
{
	bottom:-1px;
}

#menu ul
{
	display:block;
	height:40px;
}

#menu li
{
	display:block;
	position:relative;
	float:left;
	width:auto;
		
	border-left:solid 1px #000;
}

#menu li.first
{
	border:none;
}

#menu li a
{
	display:block;
	float:left;
	
	height: 24px;
	padding:8px 15px;

	font-size:1.2em;
	color:#fff;
	
	background: #B30000 url(Images/menu_item_bg.gif) repeat-x;
}

#menu li a:hover,
#menu a.selected,
#menu li.sfhover a
{
	text-decoration:none;
	
	background-color:#000;
	background-position: 0 -40px;

}

#menu li.sfhover ul li a
{
	background-color:#B30000;
	background-position: 0 0;
}

#menu li.sfhover ul li a.selected
{
	background-color:#000;
	background-position: 0 -40px;
}

#menu li.first a
{
	padding-left:25px;
}

#menu li ul
{
	display:none;
}

#menu li:hover ul,
#menu li.sfhover ul
{
	position:absolute;
	left:0px;
	top:38px;
	z-index:100;

	float:left;
	display:block;

	height:auto;
	
	border:solid 2px #000;
	border-bottom: solid 1px #000;
}

#menu li:hover ul li,
#menu li.sfhover ul li
{
	clear:both;
	height:auto;
	
	width:150px;
	border:none !important;
}

#menu li:hover ul li a,
#menu li.sfhover ul li a
{
	display:block;
	float:none;
	
	height:20px;
	padding:8px 0px !important;
	
	text-align:center;
	color:#fff;
}

/* FOOTER */

#footer
{
	clear:both;
	height:50px;
	width:918px;
	background:#4f0101 url(Images/footer.gif) no-repeat;
	
	font-size:0.8em;
}

#footer #copyright
{
	padding:12px 25px;
	color:#fff;
	font-size:0.8em;
}

#footer #copyright a
{
	color:#fff;
	font-size:1.1em;
}

#footer ul
{
	display:block;
	float:right;
	list-style:none;
	
	padding:15px;
	
	font-size:130%;
}

#footer li
{
	display:block;
	float:left;
	background:transparent url(Images/footer_li.gif) no-repeat 1px 6px;
}

#footer li.first
{
	background:none;
}

#footer li a
{
	display:block;
	float:left;
	color:#fff;
	padding:0 10px 0 15px;
	text-decoration:none;
}

#footer li a:hover
{
	text-decoration:underline;
}


/* MAIN BODY */

#minHeight
{
	width:0px;
	height:450px;
	float:left;
}

* html #minHeight
{
	display:none;
}

#main
{
	background:#fff;
	padding:0 9px;
	overflow:hidden;
}

#content
{
	background:#fff;
	float:left;
	width:890px;
	padding:15px 0 0 5px;
}

#content a
{
	text-decoration:underline;
}

#content a:hover
{
	color:#333;
}

* html #content
{
	width:880px;
}

.sidebar #content,
.homepage #content
{
	width:590px;
	margin:0;
}

#sidebar
{
	float:right;
	width:285px;
	
	color:#fff;
	
	font-size:0.9em;
}

#sidebar #top_box,
#sidebar #bottom_box
{
	background: #5F0000 url(Images/sidebar_box1.gif) repeat-x bottom;
	padding:15px 10px;
	width:265px;
	float:left;
}

#sidebar #bottom_box
{
	background: #530000 url(Images/sidebar_box2.gif) repeat-x top;
}

.noBottomBox #sidebar #bottom_box
{
	padding:0;
}

#sidebar a
{
	color:#fff;
	float:right;
	display:block;
	padding:10px;
}

#sidebar label
{
	float:left;
	width:60px;
	text-align:right;
	font-weight:bold;
	margin-right:5px;
	padding-top:3px;
}

#sidebar input
{
	float:right;
	width:180px;
	margin-right:10px;
}

#sidebar input.subscribeText
{
	background: #fff !important;
	border:solid 2px #fff;
}

#sidebar .subscribeButton
{
	display:block;
	width:73px;
	height:23px;
	padding:0;
	margin: 10px 10px 0 0;
	background: transparent url(Images/btn_Subscribe.gif) no-repeat;
	overflow:hidden;
	text-indent:1000px;
}

h2
{
	clear:both;

	color: #a00;

	background:transparent url(Images/h2_red.gif) no-repeat;
	border-bottom: dotted 2px #b8b8b8;
	
	padding: 3px 0 5px 35px;
	margin: 0 0 10px 0;
	
	font-family: Trebuchet MS, sans-serif, Arial, Verdana;
	text-transform: capitalize;
	font-weight:normal;
	
	font-size:1.5em;
}

#sidebar #top_box h2,
#sidebar #bottom_box h2
{
	color: #fff;

	background:transparent url(Images/h2_white.gif) no-repeat;
	border-bottom: dotted 2px #fff;
	
	font-size:1.7em;
}

h3
{
	font-size:1.3em;
}

p
{
	padding:5px 0 15px 0;
	font-size:120%;
}

#content p
{
	padding-left: 3px;
}

/* NEWS */

#sidebar .news_item
{
	clear:both;
}

#sidebar .news_item p
{
	overflow:hidden;
}

#sidebar .news_item a
{
	padding:0;
	font-size:1em;
	font-weight:normal;
	float:none;
}


.homepageGallery
{
	overflow:hidden;
}

.homepageGallery .left
{
	float:left;
	width:360px;
}

.homepageGallery .right
{
	float:right;
	width:220px;
}

.homepageGallery .bigImage
{
	float:left;
	width:205px;
	height:270px;
	background: transparent url(Images/gallery_bigImage_bg.gif) no-repeat;
}

.homepageGallery .smallImage,
.homepageGallery .smallImageTop
{
	float:right;
	width:150px;
	height:85px;
	background: transparent url(Images/gallery_smallImage_bg.gif) no-repeat;
}

.homepageGallery .smallImageTop
{
	margin-top:10px;
}

.homepageGallery .bigImage img
{
	margin-top:21px;
	margin-left:19px;
	
	width:168px;
	height:230px;
}

.homepageGallery .smallImage img,
.homepageGallery .smallImageTop img
{	
	margin-top:11px;
	margin-left:10px;
	
	width:128px;
	height:62px;
}

.news h3
{
	font-size:1.3em;
	padding-bottom:5px;
}

.news h4
{
	font-size:1.1em;
	padding-bottom:15px;
}

.news a.back
{
	display:block;
	clear:both;
	padding: 15px 0;
}

ul.newsList
{
	list-style-type: circle;
	padding:10px 0 0 20px;
}

ul.newsList h3
{
}

ul.newsList h3 a
{
	font-size:1em;
}

ul.newsList p,
p.newsTitle
{
	padding:0 0 15px 0 !important;
	font-size:1.1em;
}



/*/Gallery.css*/

/* Gallery style elements */

/*General Gallery Styles*/
.Gallery
{
	clear:both;
	position:relative;
	text-align:center;
}

.Gallery a
{
	text-decoration:none;
}

div.Gallery_FolderLinks,
div.Gallery_Image,
div.Gallery_Images,
div.Gallery_BottomLinks_Image,
div.Gallery_Links_Folders
{
	overflow:hidden;
	
	background: #fff;
	border: solid 0px #A69879;
	
	padding:10px 10px 0 10px;
}

/*Folder Links Section*/
div.Gallery_FolderLinks
{
	float:left;
}

div.Gallery_FolderLinks li
{
	display:block;
	float:left;
	margin: 0 5px 0 0;
}

div.Gallery_FolderLinks li a:hover
{
	text-decoration:underline;
}

/*Image Viewing*/
div.Gallery_Image
{
	clear:both;
	padding: 15px 0;
	text-align:center;
}

div.Gallery_Image img
{
	margin-bottom:5px;
}

div.Gallery_Image a
{
	display:block;
	clear:both;
}

div.Gallery_Image a:hover
{
	text-decoration:underline;
}

/*Image/Folder Listing*/
div.Gallery_Images
{
	clear:both;
}

div.Gallery_Images li
{
	display:block;
	float:left;

	margin: 0 13px 10px 0;
	
	border: solid 1px #B8B8B8;
}

div.Gallery_Images li a
{
	display:block;
	width:120px;
	height:150px;
	
	padding:10px 5px 0 5px;
	text-decoration:none !important;
	
	text-align:center;
	
	overflow:hidden;
}

div.Gallery_Images li a img
{
	border: none;
	margin-bottom:5px;
}

div.Gallery_Images li a span
{
	clear:both;
	display:block;
}

div.Gallery_Images li a:hover span
{
	text-decoration:underline;
}

/*Bottom Links/Status Section - Folder View*/
div.Gallery_Links_Folders
{
	height:25px;
	width:300px;
	float:right;
}

div.Gallery_Links_Folders p
{
	font-weight:bold;
	padding-top:5px;
}

div.Gallery_Links_Folders a:hover
{
	text-decoration:underline;
}

div.Gallery_Links_Folders a.Prev,
div.Gallery_Links_Folders a.Next
{
	display:block;
	float:right;
}

div.Gallery_Links_Folders a.Next
{
	float:right;
}

div.Gallery_Links_Folders p.Status
{
	display:block;
	text-align:center;
	float:right;
	padding:0;
	margin: 0 20px 0 15px;
	
	font-size:0.9em;
}

/*Bottom Links/Status Section - Image View*/
div.Gallery_Links_Image
{
}

div.Gallery_Links_Image p
{
	font-weight:bold;
	padding-top:5px;
}

div.Gallery_Links_Image a:hover
{
	text-decoration:none;
}

div.Gallery_Links_Image a:hover span
{
	text-decoration:underline;
}

div.Gallery_Links_Image a.Prev,
div.Gallery_Links_Image a.Next
{
	display:block;
	text-align:center;
	float:none !important;
}

div.Gallery_Links_Image a span
{
	display:block;
	clear:left;
	margin-top:5px;
	font-size:1.1em;
}

div.Gallery_Links_Image a img
{
	border:solid 1px #fff;
}

div.Gallery_Links_Image p.Status
{
	text-align:center;
	padding-top:30px;
}