/* CSS Document */

/* 
	CENTERS BACKGROUND HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 100% 0 no-repeat;
	CENTERS BACKGROUND VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 100% no-repeat;
	BACKGROUND CLINGS TO LEFT BROWSER EDGE:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;

	BACKGROUND DOES NOT REPEAT:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;
	BACKGROUND REPEATS VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-y;
	BACKGROUND REPEATS HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-x;

 */

body {
	background-color: #172365;
	margin-left: 0px;
	margin-top: 15px;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* ************************************----------- HEADER -----------************************************ */
table#Header {
	margin-top: 0;
	width: 57.5em;
	min-width: 100%;
	border-right: solid 5px #2e3092;
	border-left: solid 5px #2e3092;
	border-top: solid 5px #2e3092;
	background: #2e3092 url(images/bg_header.jpg) 0 0 repeat-x;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* ************************************----------- MENUBAR -----------************************************ */


/*----------- 	NAVIGATION LINKS -----------*/
div#Menu a {
	
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.15em;
	/*margin: 13px 0;
	padding-right: 16px;
	display: block;
}
html>body table#Menu a {
	padding-right: 16px;*/
}
div#Menu a:hover {
	color: #000000;
}

/* ************************************----------- CONTENT AREA -----------************************************ */
* html #Container { /*  This hack allows IE to read it but not Mozilla or Firefox  */
	margin-left: 0px;
}
table#Container {
	width: 57.5em;
	min-width: 790px;	
	background: #ffffff url(images/bg_container.jpg) 0 0 no-repeat;
	border-right: solid 5px #2e3092;
	border-left: solid 5px #2e3092;
}
html>body table#Container { /*  This hack allows Netscape to read it but not IE - IE will take the previous values  */
	width: 57.385em;
	min-width: 790px;
}

/* ************************************----------- LEFT COLUMN -----------************************************ */
/*  Background for the left column is specified here  */
td#LeftColumn {
	color:#000000;
	border-top: solid 1px #f3b81b;
	border-right: solid 1px #f3b81b;
	background-color: #252962;
	width: 7.125em;
	min-width: 114px;
	/*width: 22.125em;
	font-weight: bold;
	background: url(images/bg_left_column.jpg) 100% 130px  no-repeat;
	padding: 170px 5px 0 3px;  */
}

/*----------- 	NAVIGATION LINKS -----------*/
div#Menu {
	border-left: solid 1px #f3b81b;

	
	
}
span#MainNoLink {
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	line-height: 1.1em;
	font-size: 0.8em;
	padding: 0px 0 0px 15px;

}
div#Menu a.MainLinks {
	color: #FFFFFF;
	background: #252962 url(images/bg_links_up.gif) 0 0 repeat-y;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	display: block;
	border-bottom: solid 1px #f3b81b;
	padding: 5px 0 5px 15px;
	line-height: 0.95em;
	font-size: 0.8em;
	/*margin: 13px 0;
	padding-right: 16px;
	
}
html>body table#Menu a {
	padding-right: 16px;*/
}
div#Menu a.MainLinks:hover {
	color: #FFFFFF;
	background: #2e3092 url(images/bg_links_down.gif) 0 0 repeat-y;
}
div#Menu a.SubLinks {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	display: block;
	visibility: hidden;
	overflow: auto; /*force haslayout in IE7 */
	padding: 1px 0 1px 30px;
	line-height: 0.95em;
	font-size: 0.75em;
	background: #252962 url(images/bg_links_up.gif) 0 0 repeat-y;

}div#Menu a.SubLinks:hover {
	color: #f3b81b;
	background: #2e3092 url(images/bg_links_down.gif) 0 0 repeat-y;
}
a#LinksTopBorder {
	border-top: solid 1px #f3b81b;
	margin-top: 0px;
}
/* ************************************----------- MAIN COLUMN -----------************************************ */
td#MainColumn {
	padding-top: 5px;
	width: 55.75em;
	min-width: 800px;
	background: #ffffff url(images/bg_content.jpg) 0 0 no-repeat;
}
td#SKMainColumn {
	padding-top: 5px;
	width: 55.75em;
	min-width: 800px;
	background: #ffffff url(images/bg_sk_content.jpg) 0 0 no-repeat;
}
td#MBMainColumn {
	padding-top: 5px;
	width: 55.75em;
	min-width: 800px;
	background: #ffffff url(images/bg_mb_content.jpg) 0 0 no-repeat;
}
div#Content {
	margin: 50px 30px 30px 30px;
	font-size: 0.75em;
}
#tabledata {
font-size: 1em;}

/*  Styles the admin menu  */
div#AdminMenu {
	margin-top: 75px;
}
div#AdminMenu a {
	color: #2e3192;
	font-size: 0.75em;
}
div#AdminMenu a:hover {
	color: #2e3092;
	text-decoration: none;
}

h1 {
	color:#2e3192;
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
}
H2 {
	color:#000000;
	font-size: 1.2em;
	font-weight:bold;
}
H3 {
	color:#000000;
	font-size: 1em;
	font-weight:bold;
}
/* 
p.quote {
	font-size: 0.75em;
	font-weight:bold;
}
p.Address {
	font-size: 0.75em;
}
 
p.SmallText {
	font-size: 0.65em;
	color: #000000;
	margin: 0 10px;
}

td#MainColumn p, td#MainColumn ul, td#MainColumn ol {
	font-size: 0.75em;
	line-height: 1.25em;
}
html>body div#Content td {
	font-size: 0.75em;
	line-height: 1.25em;
}
*/
div#Content a, div#Content a:visited {
	color:#000000;

}
div#Content a:hover {
	color:#000000;
	text-decoration: none;
}

/* ************************************----------- FOOTER -----------************************************ */
* html #Footer { /*  This hack allows IE to read it but not Mozilla or Firefox  */
	margin-left: 0px;
}
table#Footer {
	width: 57.5em;
	min-width: 760px;
	border-right: solid 5px #2e3092;
	border-left: solid 5px #2e3092;
	border-bottom: solid 5px #2e3092;
	border-top: solid 3px #2e3092;
	background-color: #f3b81b;
}
td#PhoneNumber {
	font-size: .8em;
	font-weight: normal;
	color:#2e3092;
	padding-left: 20px;
}
span.CityName {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}
td#copyright {
	color:#172365;
	padding: 10px 10px 10px 30px;
	line-height: 1.15em;
}
td#copyright a {
	color: #2e3092;
	text-decoration: underline;
}
td#copyright a:hover {
	color: #886507;
	text-decoration: none;
}
td#copyright span#FooterCopyright {
	font-size: 0.75em;
}
td#copyright span#FooterNameTitle {
	font-size: 0.95em;
	font-weight: bold;
}
/* ************************************----------- OLD BROWSER STYLES -----------************************************ */
p#older_browsers {
	display: none;
}

div#CompanyName {
	display: none;
}