@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}

body {
	background-color: #6a8fbb;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a {
	color: #0355DC;
	text-decoration: none;
}

a:hover {
	color: #83B1FE;
	text-decoration: none;
}

#container {
	width: 1024px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background: #3E6086;
	border: 1px solid #000;
}

#header {
	position: relative;
	height: 140px;
	background: #000;
}

	#logo {
		height: 140px;
		width: 565px;
		background: #fff;
	}
	
	#headerblock {
		position: absolute;
		right: 0px;
		top: 0px;
		width: 459px;
		height: 96px;
	}
	
	#navigation {
		position: absolute;
		right: 0px;
		top: 96px;
		width: 459px;
		height: 44px;
		background: #fff;
	}
	
		#button_home {
			position: absolute;
			width:59px;
			height: 44px;
		}
		
		#button_about {
			position: absolute;
			left:59px;
			width: 73px;
			height: 44px;
		}
		
		#button_departments {
			position: absolute;
			left:120px;
			width: 126px;
			height: 44px;
		}
		
		#button_gallery {
			position: absolute;
			left:246px;
			width: 68px;
			height: 44px;
		}
		
		#button_links {
			position: absolute;
			left:314px;
			width: 51px;
			height: 44px;
		}
		
		#button_members {
			position: absolute;
			left:365px;
			width: 94px;
			height: 44px;
		}

#contents {
	background: transparent;
	border-top: 1px solid #000;
	height: auto;
}

	#leftcolumn {
		float: left;
		width: 710px;
		height: auto;
		background: transparent;
	}
		#sectionheadercontainer {
			float: left;
			margin-top: 10px;
			margin-left: 10px;
			width: 690px;
			height: 35px;
			background: transparent;
		}
		
			#sectionheaderdrop {
				position: relative;
				top: 5px;
				left: 5px;
				background-color: #1A2635;
			}
			
				#sectionheader {
					position: relative;
					top: -5px;
					left: -5px;
				}
		
		#sectiontextcontainer {
			float: left;
			margin-top: 10px;
			margin-left: 10px;
			margin-bottom: 10px;
			width: 690px;
			height: auto;
		}
		
			#sectiontextdrop {
				position: relative;
				top: 5px;
				left: 5px;
				height: auto;
				background-color: #1A2635;
			}
			
				#sectiontext {
					position: relative;
					top: -5px;
					left: -5px;
					min-height:700px;
  					height:auto !important;
 					height:auto;
					background: #fff;
					border: 1px solid #000;
					padding: 10px;
				}
	
	#rightcolumn {
		float: right;
		height: auto;
		width: 314px;
	}
	
		#newheadercontainer {
			float: right;
			margin-top: 10px;
			margin-right: 10px;
			width: 295px;
			height: 35px;
			background: transparent;
		}
		
			#newheaderdrop {
				position: relative;
				top: 5px;
				left: 5px;
				background-color: #1A2635;
			}
			
				#newheader {
					position: relative;
					top: -5px;
					left: -5px;
				}
	
		
		
		#newtextcontainer {
			float: right;
			margin-top: 10px;
			margin-right: 10px;
			margin-bottom: 10px;
			width: 295px;
			height: auto;
		}
		
			#newtextdrop {
				position: relative;
				top: 5px;
				left: 5px;
				height: auto;
				background-color: #1A2635;
			}
			
				#newtext {
					position: relative;
					top: -5px;
					left: -5px;
					height: auto;
					background: #91ADCC;
					border: 1px solid #000;
					padding: 5px;
				}
		
		#contactheadercontainer {
			float: right;
			margin-top: 10px;
			margin-right: 10px;
			width: 295px;
			height: 35px;
			background: transparent;
		}
		
			#contactheaderdrop {
				position: relative;
				top: 5px;
				left: 5px;
				background-color: #1A2635;
			}
			
				#contactheader {
					position: relative;
					top: -5px;
					left: -5px;
				}
		
		#contacttextcontainer {
			float: right;
			margin-top: 10px;
			margin-right: 10px;
			margin-bottom: 10px;
			width: 295px;
			height: auto;
		}
		
			#contacttextdrop {
				position: relative;
				top: 5px;
				left: 5px;
				height: auto;
				background-color: #1A2635;
			}
			
				#contacttext {
					position: relative;
					top: -5px;
					left: -5px;
					height: auto;
					background: #91ADCC;
					border: 1px solid #000;
					padding: 5px;
				}

#rotatorcontainer {
			float: right;
			margin-top: 10px;
			margin-right: 10px;
			margin-bottom: 10px;
			width: 295px;
			height: 295px;
		}
		
			#rotatordrop {
				position: relative;
				top: 5px;
				left: 5px;
				height: auto;
				background-color: #1A2635;
			}
			
				#rotator {
					position: relative;
					top: -5px;
					left: -5px;
					width: 293px;
					height: 227px;
					background: #91ADCC;
					border: 1px solid #000;
					
				}


#footercontainer {
	clear: both;
	height: auto;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	
}
		
	#footerdrop {
		position:relative;
		top: 5px;
		left: 5px;
		height: auto;
		background-color: #1A2635;

		
	}
	
		#footer {
			position: relative;
			top: -5px;
			left: -5px;
			height: auto;
			background: #91ADCC;
			border: 1px solid black;
			text-align: center;
			font-size: 90%;
			
		}
		
#linkAccordion {
	width: 25%;
	float: left;
	border: none;
}

#thumbContainer {
	
	width:93%;
	margin-right:auto;
	margin-left:  auto;
	height:340px;
	z-index:1;

}

#imagecontainer {
	
	width: 100%;
	

	text-align: center;
}

a.sidelink:hover {
	color: #FF0;
}


/* DIV CLASS STYLES */


.pageheader1 {
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 190%;
	font-weight: bold;
}

.pageheader1center {
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 190%;
	font-weight: bold;
	text-align: center;
}

.pageheader2 {
	margin-bottom: 15px;
	margin-top: 10px;
	font-size: 160%;
	font-weight: bold;
	font-style: italic;
}

.pageheader2center {
	margin-bottom: 15px;
	margin-top: 10px;
	font-size: 160%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.subheader {
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 5px;
	background-color: #295E98;
	font-size: 130%;
	color: #FFF;
	font-weight: bold;
}

.paragraph {
	margin-bottom: 15px;
	margin-top: 15px;
}

.paragraphbig {
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 120%;
}

.paragraphcenter {
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
}

.paragraphcentersmall {
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
	font-size: 70%;
}

.paragraphcenterbig {
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
	font-size: 140%;
}

.list {
	margin-left: 2em;
}

.footer {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 80%;
}

.minimenu {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #000;
}

.minimenu a {
	text-decoration: none;
	color: #000;
}

.minimenu a:hover {
	color: #36F;
}

table.linkDetailTable {
	margin-top: 1px;
	border: none;
	border-collapse: collapse;
	padding: 4px;
	width: 74%;
}

table.imagetable {
	width: 100%;
	height: 520px;
	margin-right: auto;
	margin-left: auto;
}

table.abouttable {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

ul.aboutlist {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

ul.newlist {
	margin-left: 10px;
	list-style: none;
}

.newlist li {
	margin-top: 5px;
	margin-bottom: 5px;
}

.linkDetailTable th {
	

}

.abouttable th {
		background-color: #295E98;
		font-size: 115%;
		color: #FFF;
}

.abouttable td {
	text-align: left;
	text-indent: -15px;
	padding-left: 30px;
	margin-right: 15px;
}

img.thumbs {
	float:left;
	height:60px;
	width:60px;
	margin-right: 2px;
	margin-bottom: 2px;
	
}

img.detail {
	max-width: 650px;
	border: none;
}

img.linkdetailimage {
	max-width: 450px;
}

a.imagelink {
	color: #000;

}

td.leftalign {
	padding: 4px;
	text-align: left;
}

td.centeralign {
	padding: 4px;
	text-align: center;
}

td.rightalign {
	padding: 4px;
	text-align: right;
}

td.deptheader {
	padding-bottom: 10px;
	text-align: center;
	font-size: 160%;
	font-weight: bold;
}

table.depttable {
	font-size: 90%;
	padding: 5px;
}

table.officertable {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	font-size: 100%;
	padding: 5px;
}

.officertable th {
	padding-left: 5px;
	text-align: left;
	font-size: 110%;
	color: #0355DC;
}

.star {
	color: #0355DC;
}

.formtable {
	width: 500px;
	margin-left: auto;
	margin-right:auto;
}

inputfield1 {
	margin-bottom: 3px;
}

.clearfloat {
	clear: both;
}

.imgfloatleft {
	float: left;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.imgfloatright {
	float: right;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {/*
	border-left: solid 1px gray;
	border-right: solid 1px black;
	border-bottom: solid 1px gray;*/
	overflow: hidden;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
	background-color: #295E98;
	/*border-top: solid 1px black;
	border-bottom: solid 1px black;*/
	margin: 0px;
	padding: 5px;
	
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	color: #fff;
	font-weight: bold;
	font-size: 130%;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 430px;
	cursor: pointer;
	padding-left: 12px;
	text-indent: -5px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #295E98;
	font-weight: bold;
	font-size: 130%;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #FF0;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #FF0;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #295E98;
	font-weight: bold;
	font-size: 130%;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #295E98;
	font-weight: bold;
	font-size: 130%;
}