/* CSS Document */

#outer{
	width:760px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
}

#nav:after, #contentArea:after, #rightColContent:after{
	content:"&nbsp;";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}

#native{
        width:760px;
	margin:0 auto;
	text-align:right;
	color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
}

#native a{
	color:#CD003D; /* F77B31 */
}

#quicklink{
        float:left;
}
#quicklink a {
	color:#CD003D;
}
/*-----------------------------------------------------------------styles for the navigaion bar*/

#nav{
	background-color:#A69F91;
	position:relative;
	color:#FFFFFF;
}

#nav ul{
	margin:0;
	padding:0;
}

#nav ul li{
	display:inline;
}

#nav ul li a{
	color:#FFFFFF;
	float:left;
	padding:6px 20px;
	text-decoration:none;
}

#nav ul li a:hover{
	background-color:#CD003D;
}

/*-------------------------------------------------------------------------styles for the search box*/

#search{
	background-image:url(/web/Templates/elphinstone_3Col_files/searchBack.gif);
	background-repeat:no-repeat;
	width:180px;
	float:right;
	padding:5px 0;
}

#search label{
	padding:0 5px 0 10px;
}

.textInput{
	padding:0;
	font-size:0.8em;
	width:100px;
}

.goButton{
	background:none;
	border:none;
	color:#FFFFFF;
	font-size:0.8em;
	padding:0;
	cursor:pointer;
}


/*-----------------------------------------------------------styles for the main content area*/
#contentArea{
	background-color:#DEDFE0;
	min-height:200px;
}

#breadcrumb p{
	margin:0;
	padding:5px 20px;
	text-transform:uppercase;
	font-size:0.8em;
	color:#A69F91;
}

#breadcrumb a{
	color:#CC003D;
}

#contentArea a{
	color:#CC003D;
	text-decoration:none;
}

#contentArea a:hover{
	text-decoration:underline;
}


/*----------------------------------------------------column layouts*/
#leftCol{
	width:150px;
	float:left;
}

#rightCol{
	width:600px;
	float:right;
	margin-bottom:10px;
}


#rightCol.large{
	width:750px;
}

/*------------------------------------------------the submenu*/
#submenuTop{
	height:21px;
	background-image:url(/web/Templates/elphinstone_3Col_files/subTop.jpg);
	background-repeat:no-repeat;
}

#submenuContent{
	background-color:#CD003D;
	color:#FFFFFF;
	min-height:100px;
}

#submenuContent ul{
	border-top:1px dotted #ffffff;
	margin:0;
	padding:0;
	list-style:none;
}

#submenuContent li{
	border-bottom:1px dotted #ffffff;
	padding:5px 10px;
}

#submenuContent ul li a{
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
}

#submenuContent ul li a:hover{
	text-decoration:underline;
}

#submenuContent ul ul{
	/*border-bottom:1px dotted #ffffff;*/
	border-top:0;
	font-size:0.8em;
}

#submenuContent ul ul li{
	border:0;
	padding:5px 10px 5px 20px;
}

#submenuBottom{
	height:21px;
	background-image:url(/web/Templates/elphinstone_3Col_files/subBottom.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
}

/*---------------------------------------------------The extra box*/
#extraBoxTop{
	min-height:14px;
	background-image:url(/web/Templates/elphinstone_3Col_files/extraTop.jpg);
	background-repeat:no-repeat;
	background-color:#8F8778;
	text-transform:uppercase;
	color:#FFFFFF;
	padding:5px;
	text-align:center;
}

#extraBoxTop p, #extraBoxTop h1, #extraBoxTop h2, #extraBoxTop h3, #extraBoxTop h4, #extraBoxTop h5, #extraBoxTop h6{
	font-size:1em;
	margin:0;
	font-weight:normal;
}  

#extraBoxContent{
	background-color:#BDB6AB;
	min-height:100px;
	color:#FFFFFF;
	font-size:1.1em;
}

#extraBoxContent p{
	margin:0;
	padding:5px;
}

#extraBoxContent ul{
	color:#CD003D;
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:25px;
	text-transform:uppercase;
}

#extraBoxBottom{
	height:14px;
	background-image:url(/web/Templates/elphinstone_3Col_files/extraBottom.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
}


/*------------------------------------------------------------- text styles for the column on the right*/


#rightColTop{
	height:16px;
	background-image:url(/web/Templates/elphinstone_3Col_files/rightColTop.jpg);
	background-repeat:no-repeat;
}

#rightCol.large #rightColTop{
	background-image:url(/web/Templates/elphinstone_3Col_files/rightColTopLarge.jpg);
}

#rightCol.people #rightColTop{
	background-image:url(/web/Templates/elphinstone_3Col_files/rightColTopWhite.jpg);
}

#rightColContent{
	background-color:#D4CFC7;
	min-height:260px;
}

#rightCol.people #rightColContent{
	background-color:#FFFFFF;
}

#rightColBottom{
	height:16px;
	background-image:url(/web/Templates/elphinstone_3Col_files/rightColBottom.jpg);
	background-repeat:no-repeat;
}

#rightCol.large #rightColBottom{
	background-image:url(/web/Templates/elphinstone_3Col_files/rightColBottomLarge.jpg);
}

#rightCol.people #rightColBottom{
	background-image:url(/web/Templates/elphinstone_3Col_files/rightColBottomWhite.jpg);
}


/*-----------------------------------------------------------the news column*/
#newsCol{
	float:right;
	width:150px;
	margin-top:-16px;
	margin-bottom:-16px;
}

#newsColTop{
	min-height:19px;
	background-image:url(/web/Templates/elphinstone_3Col_files/newsTop.jpg);
	background-repeat:no-repeat;
	background-color:#8E8678;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	padding:5px 5px 0 5px;
}

#newsColTop p, #newsColTop h1, #newsColTop h2, #newsColTop h3, #newsColTop h4, #newsColTop h5, #newsColTop h6{
	margin:0;
	font-size:1em;
	font-weight:normal;
}

#newsColContent{
	background-color:#BDB6AB;
	min-height:260px;
	color:#FFFFFF;
	font-size:1.1em;
}

#newsColContent p{
	margin:0;
	padding:5px;
}

#newsColContent h1, #newsColContent h2, #newsColContent h3, #newsColContent h4, #newsColContent h5, #newsColContent h6{
	padding:0 0 5px 5px;
	margin:0;
	text-transform:uppercase;
	font-size:1em;
	color:#CD003D;
}

#newsColBottom{
	height:15px;
	background-image:url(/web/Templates/elphinstone_3Col_files/newsBottom.jpg);
	background-repeat:no-repeat;
}

/*------------------------------------------------------------general content area*/

#textContent{
	margin:0 10px;
	font-size:1.1em;
}

#rightCol.people #textContent{
	margin:0;
}

#textContent.withRightCol{
	width:420px;
	float:left;
}

#textContent h1, #textContent h2, #textContent h3, #textContent h4, #textContent h5, #textContent h6, #textContent p{
	margin:0;
	padding:0 0 10px 0;
}

#textContent h1{
	text-transform:uppercase;
	font-size:1.2em;
	color:#CD003D;
}

#textContent h2{
	font-size:1.1em;
}

#textContent h3{
	font-size:1.1em;
	padding-bottom:0;
}

#textContent img{
	padding:5px;
}

#textContent a img{
	border:none;
}

#rightCol.people #textContent img{
	padding:0 10px 0 0;
	float:left;
}

/*---------------------------------------------------------------------------the footer*/

#footer{
	color:#FFFFFF;
	min-height:17px;
	background-image:url(/web/Templates/elphinstone_3Col_files/footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#cd003b;
}

#footer ul{
	margin:0;
	padding:5px 0;
	text-align:center;
}

#footer li{
	display:inline;
	padding:0 10px;
}

#footer a{
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

#galleryHolder{
	position:relative;
}

#galleryHolder button{
	visibility:visible;
	position:absolute;
	top:450px;
}

#galleryHolder button#next{
	right:25px;
}

#galleryHolder button#back{
	left:25px;
}

#galleryHolder ul, #galleryHolder li, #galleryHolder li p{
	visibility:hidden;
	margin-left:0;
}


.AE_editor{
	border:1px dashed blue;
}

.AE_editorActive{
	border:1px dashed red;
}

.highlight { background: #FFFF40; }
		.searchheading { font-size: 130%; font-weight: bold; }
		.summary { font-size: 80%; font-style: italic; }
		.suggestion { font-size: 100%; }
		.results { font-size: 100%; }
		.category { color: #999999; }
		.sorting { text-align: right; }

		.result_title { font-size: 100%; }		
		.description { font-size: 100%; color: #008000; }
		.context { font-size: 100%; }
		.infoline { font-size: 80%; font-style: normal; color: #808080;}

		.zoom_searchform { font-size: 100%; }
		.zoom_results_per_page { font-size: 80%; margin-left: 10px; }
		.zoom_match { font-size: 80%; margin-left: 10px;}				
		.zoom_categories { font-size: 80%; }
		.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
		.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }
		
		input.zoom_button {  }
		input.zoom_searchbox {  }		
		
		.result_image { float: left; display: block; }
		.result_image img { margin: 10px; width: 80px; border: 0px; }

		.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
		.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }
		
		.result_pages { font-size: 100%; }
		.result_pagescount { font-size: 100%; }
		
		.searchtime { font-size: 80%; }
		
		.recommended 
		{ 
			background: #DFFFBF; 
			border-top: 1px dotted #808080; 
			border-bottom: 1px dotted #808080; 
			margin-top: 15px; 
			margin-bottom: 15px; 
		}
		.recommended_heading { float: right; font-weight: bold; }
		.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
		.recommend_title { font-size: 100%; }
		.recommend_description { font-size: 100%; color: #008000; }
		.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}
		.email{ width:90%; margin-left:5px; display:block;}
		.submit{
			display:block;
			margin-left:5px;
		}
