/* CSS to avoid the 'jump' between short and long pages */

html {
overflow-y: scroll;	}

/* Centred Layout Tags*/

body {
	text-align: center; /* Reequired for IE WIn 5.x */
	margin	: 0px;
	padding : 0;
	background-color: #FFFFFF;
	background-image: url(images/bodybackground.jpg);
	background-position: top center;
	background-repeat:no-repeat;
  }

#pagecontent {
	margin	: 0 auto;
	width		: 900px;
	text-align: left;

  }
#searchbox {
margin-top : 5px;
margin-left: 700px;
width:200px;
height:20px;
position:absolute
}


/* Layout Divs - Common To All Pages */

#banner {
	margin-left	 		: 0px;
	margin-right 		: 0px;
	margin-top	 		: 0px;
	height		 		: 125px;
	width				: 900px;
	display				: block;
	position			: absolute;
	top: 0px;
	}



#bodycontent {
	margin-top: 155px;
	margin-left:0px;
	width:900px;
	position:absolute;
	z-index:10;
	}
	
#content {
	width : 900px;
	float : left;
	}
	
/* Columns */


.twocolumnwrapper {
	width : 100%;
	}
.leftcolumn {
	width : 48%;
	float : left;
	}
.rightcolumn {
	width : 50%;
	float : right;
	}
.clearboth {
	clear : both;
	}

	
/* Test Styles */

	
#bodycontent h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:lighter;
	color:#000060;
	margin-left: 4px;
	;
}

#bodycontent h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	color:#000060;
	margin-left:3px;
	background-color: #E7A33E;
	line-height: 1.7em;
	display: block;
	width: 50%;
	padding-left: 0.25em;
	background-image: url(images/header-background.gif);
	background-repeat: no-repeat;
	background-position: right;
	border-top-color: #000060;
	border-top-style: solid;
	border-top-width: 1px;
}

#bodycontent p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#0F2C56;
	margin-left:10px;
	margin-right: 6px;
	}
#bodycontent td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#0F2C56;
}

#bodycontent td.title {
	color : #78493F;
	}
	
#bodycontent li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.4em;
	color: #0F2C56;
}

ul.list {
	list-style-type: none;
	line-height:1em;
	}
	
ul.icon {
	list-style-image: url(images/list-icon.gif);

}
ul.list a:link, ul.list a:visited {
	text-decoration:none;
	}
	
a:link, a:visited {
	color:#0F2C56;
	}	
	
a:hover {
	color:#790000;
	}
	
h1 a:link, h1 a:visited {
	color:#0F2C56;
	}	
	
h1 a:hover {
	color:#0F2C56;
	}

.homepagelower {
	border: solid 1px #999999;
	margin-top : 5px;
	}

/* Chrome Menu CSS */

#chromemenu{
	position			:absolute;
	margin-left: 0px;
	margin-top			: 124px;
	width				: 900px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content				: "."; 
	display				: block; 
	height				: 0; 
	clear				: both; 
	visibility			: hidden;
}

#chromemenu ul{
	border				: 1px solid ##E7A43E;
	width				: 100%;
	margin-left			: 0;
	padding-left		: 0;
	margin				: 0;
	float				: left;
	font				: 12px Arial;
	background-color: #000060;
}


#chromemenu ul li{
	display				: inline;
}


#chromemenu ul li a{
	float				: left;
	color				: #FFFFFF;
	padding				: 6px 12px 6px 12px;
	text-decoration		: none;
}

#chromemenu ul li a:hover{
	color				: #E7A33E;
	background-color: #000060;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link

	content				:" " url(../images/arrow_down.gif); /*uncomment this line to use an image instead*/*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position			: absolute;
	top					: 0;
	border				: 1px solid #BBB; /*Theme Change here*/
	border-bottom-width	: 0;
	font				: normal 11px Verdana;
	line-height			: 18px;
	z-index				: 100;
	background-color	: white;
	width				: 200px;
	visibility			: hidden;
}

.dropmenudiv a{
	width			: 100%;
	display			: block;
	text-indent		: 3px;
	border-bottom	: 1px solid #BBB; /*Theme Change here*/
	padding			: 2px 0;
	text-decoration	: none;
	color			: #000000;
}

.dropmenudiv a:hover{ /*Theme Change here*/
	background-color	: #914F39;
	color: #FFFFFF;
}

/* Form */
form label {
   display: inline;
   text-align:right;
   margin-right:5px;
   float: left;
   width: 150px;
}

/* Sidebar Content UL Menus */

 #sidebar ul {
	list-style: none;
	margin:0;
	padding:0;
	padding-top:2px;
	padding-bottom: 4px;
	}
	
#sidebar ul li a:link, #sidebar ul li a:visited {
	text-decoration:none;
	text-align:left;
	display: block;
	width: 93%;
	color: #0F2C56;
	margin-left: 10px;
	padding-top: 2px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	}
	
#sidebar ul li a:hover {
	background-color: white ;
	color: #a7273a;
	}

#sidebar h2 {
	color	: #FFFFFF;
	background-color:#666666;
	display:block;
	padding: 3px;
	}
.photo {
	background-color: #CBD5E4;
	padding: 1px;
	border: thin solid #0F2C56;
	margin: 10px;
}

.photobordered {
	border: 1px solid #0F2C56;
	margin: 5px;
	}
	
#bodycontent table tr td p.photocaption {
	font-size: 0.7em;
	margin-left: 20px;
	margin-right:15px;
}
#footer {
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top:5px;
	margin-left: 5px;
	margin-right: 5px;
}
#footer a:link, #footer a:visited {
	color:#999999;
	}	
	
#footer a:hover {
	color:#999999;
	}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
		padding-top: 1px;
	}
.drop-background {
	height: 10px;
	background-image:url(images/drop-background.gif);
	background-repeat:no-repeat;
	background-position:center;
	}

