/* START regular main.css styles */

/* ImagePreview full-size image */	
#preview
	{
	position: absolute;
	border: 1px solid #ddd;
	background: #333;
	padding: 5px;
	display: none;
	color: #fff;
	font-family: arial, verdana, geneva, lucida, 'lucida grande', helvetica, sans-serif;
	line-height: 22px;
	z-index: 2;
	}

/* ImagePreview thumbnail image */	
.preview-th
{
	border: 2px solid white;
	margin: 7px;
}

/* <div> to contain the example images */	
.pic-right
{
	float: right;
	margin-left: 8px;
	min-width: 200px;
}

.pic-left
{
	float: left;
	margin-left: 8px;
	min-width: 200px;
}

.pic-double
{
	clear: both;
	margin-left: 80px;
	margin-right: 80px;
	margin-bottom: 30px;
}
	

/* <div> to clear floats; automatically done as part of class "solidheader1", as well */	
.clear
{
	clear: both;
}




/* Used for the <html> */
html
{
	height: 100%;
	background-color: #F5F4F6;
}

/* Used for the <body> */
body
{
	width: 1000px;
	border-left: #E0E0E0 solid 1px;
	border-right: #E0E0E0 solid 1px;
	margin: 0 auto;
}


/* Header section */	
.top
{
	background: #7999CC;
	color: #FFFFFF;
	height: 200px;
}


	
/* Wrapper to go around the menu, to center it */	
.menu-wrapper
{
	width: 90%;
	margin: 0 auto;
}

/* Centers content */
.center
{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
	
.body
{
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
	background-color: #F2E7CE;
	color: #000000;
    font-family: arial, verdana, geneva, lucida, 'lucida grande', helvetica, sans-serif;
    font-size: 12pt;
}

.body a
{ 
	color: #0000FF; 
	text-decoration: none; 
}

.body a:visited
{
	color: #0000FF; 
}

.body a:hover { text-decoration: underline; }
.body a:active { text-decoration: underline; }


/* Logo image */	
.logo
{
	float: left;
	margin: 6px;
	border: 0px;
}

/* Pictures with black outline */	
.picture {
	color: black;
	border-style: solid;
	border-width: 1px;
	margin: 15px;
}


/* Left and right text divs */	
.double-text
{
	vertical-align: top;
	margin: 20px;
	width: 40%;
}


/* Front page list */
.biglist li
{
	margin-bottom: 12px;
}


/* Front page sidebar text - */
.newsbar
{
width: 300px;
height: 260px;
padding: 15px;
margin: 5px 5px 10px 15px;
float: right;
text-align: left;
  	   -moz-border-radius: 15px;
	-webkit-border-radius: 15px;
		    border-radius: 15px;
	-webkit-box-shadow: 5px 5px 8px #888888;
	   -moz-box-shadow: 5px 5px 8px #888888;
			box-shadow: 5px 5px 8px #888888;
border: 1px solid #151B8D;

background: #cfe7fa; /* Old browsers */
background: -moz-linear-gradient(top, #cfe7fa 0%, #6393c1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfe7fa), color-stop(100%,#6393c1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #cfe7fa 0%,#6393c1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #cfe7fa 0%,#6393c1 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #cfe7fa 0%,#6393c1 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #cfe7fa 0%,#6393c1 100%); /* W3C */
}


/* Sidebar header */
.newsbar-head
{
	margin-bottom: 5px;
    color: #0A0A2A;
    text-align: center;
    font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size: 16pt;
    font-style: normal;
    font-weight: bold;
	text-shadow: 1px 1px 1px #BBBBBB;
	
}




/* Mouseover explanation */
.sidebar
{
font-size: 12px;
font-family: tahoma, arial, helvetica, san-serif;
color: #FFFFFF;
background-color: #003366;
border-style: solid;
border-width: 1px;
border-color: #AAAAAA;
width: 25%;
padding: 5px;
float: right;
text-align: left;
}

.sidebar a:link { color: #99CCFF; text-decoration: none; }
.sidebar a:visited { color: #99CCFF; text-decoration: none; }
.sidebar a:hover { color: #99CCFF;  text-decoration: underline;}
.sidebar a:active { color: #99CCFF;  text-decoration: underline; }


/* Direct link icon */
.linkicon
{
	float: right;
	padding: 5px;
	border: none;
}


/* Building number */
.directlink
{
text-align: right;
font-size: 12px;
font-family: tahoma, arial, helvetica, san-serif;
}


hr
{
	border: none; 
	border-bottom: 1px dotted #9999CC;
	width: 100%;
	height: 2px;
}

 .header1 { 
	color: rgb(0, 51, 102);
    text-align: center;
    font-family:  tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size: 40pt;
    font-style: normal;
    font-weight: bold;
	text-shadow: 2px 2px 2px #3E629C;
    }

 .header2 { 
	color: rgb(0, 51, 102);
    text-align: center;
    font-family:  tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size: 22pt;
    font-style: normal;
    font-weight: bold;
	text-shadow: 1px 1px 1px #3E629C;
    }


 .header3 { 
	color: rgb(0, 51, 102);
    text-align: center;
    font-family:   tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size: 22pt;
    font-style: normal;
    font-weight: bold;
	text-shadow: 2px 2px 2px #ccc;
    }
	
	
  .solidheader1 { 
	clear: both;
	color: #000000;
    background-color: #7999CC;
    text-align: center;
    font-family:  tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size: 15pt;
	text-shadow: 0 1px 1px #888888;
	height: 26px;
    }

  .solidheader2 { 
	color: rgb(0, 0, 0);
    background-color: #7999CC;
    text-align: center;
    font-family:  tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size: 12pt;
    }



blockquote {
    margin : 10px 40px;
    padding : 5px;
    clear : both;
    background-color : rgb(127, 193, 244);
    -moz-border-radius : 8px;
    border-radius : 8px;
}


.example-table
{
	text-align: center;
	background-color: #F5D0A9;
	padding: 5px;
    border: 1px solid #404040;
}

.example-name
{
	color: rgb(0, 51, 102);
    text-align: center;
    font-family:   tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-size: 16pt;
    font-style: normal;
    font-weight: bold;
}


/* END regular main.css styles */




/* START galleryview/galleryview.css */

/*
	GalleryView Stylesheet
*/

/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#main_gallery { visibility: hidden; }

/* GALLERY CONTAINER */
.gallery { background: #ddd; border: 1px solid #aaa; padding: 5px; z-index: 1; }

/* LOADING BOX */
.loader { background: url(/pics/gallery/loader.gif) center center no-repeat #ddd; }

/* GALLERY PANELS */
.panel {}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 40px; padding: 0 1em; z-index: 1; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #222; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: white; font-size: 0.8em; }
.panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; z-index: 1; }

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 5px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 1px solid #aaa; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #000; }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #000;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}


/* END galleryview/galleryview.css */



/* START css/superfish.css for main drop-down menu */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** MENU SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.sf-menu a {
	 border-style: solid;
	 border-width: 1px 1px 1px 0;
	 border-color: #fff #d9d9d9 #d9d9d9;
	 background-color: #B7CEEC;
	 color: #000;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000;
}
.sf-menu li {
	font-weight: bold;
	background:		#B7CEEC;
}
.sf-menu li li {
	font-weight: normal;
	background:		#B7CEEC;
}
.sf-menu li li li {
	font-weight: normal;
	background:		#B7CEEC;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../pics/menu-images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../pics/menu-images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/* END css/superfish.css */

