/*
Title:		styles for screen media - common layout items
Author: 	mthristan@laingorourke.com
Updated: 	22 July 2006 (26 May 2006)
*/

/*=body settings - apply to the body tag on all pages*/
/*sets a recursive sans-serif font set for windows, macintosh and linux based on common system available fonts*/
/*allows wrapper to be positioned in the centre of the screen, and sets relative sizing for fonts*/
body {
	background-color:#e3f3fb;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvatica, sans-serif;
	font-size: 0.9em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;

	}

#mainNavContainer{
	background: #E3F3FB url(../images/topbar_part2.gif) no-repeat top ;
	height:23px;
	width:910px;
	margin-bottom: 33px;
	border:0px solid blue;
}
.topImg{
border:0px
}
/*=content wrapper*/
#wrapper {
	background-color: #ffffff;
/*centers the wrapper*/
	margin: 0 auto;
/*resets text to left-aligned */	
	text-align: left;
/*sets the fixed width of the wrapper (set for 1024x728)*/
/*	width: 918px; */	
	width: 910px; 

}
#wrapper p {
	font-size: 0.9em
}
/*=accessibility*/
/*sets the access keys to hidden - may not work for all screen readers*/
#access {
	display: none;
	}
/*=logo*/
/* sets the blue link border on the image to be invisible for IE (Opera, Firefox?)*/
#logo a:link img, a:visited img {
	border: 0 0 0 0;
	text-decoration: none;
}


.imgDivCaption {
	float: right; /*padding-left: 5px;*/
	/*margin: 1em 0 1em 1em;*/
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	padding:3px;
	border: 1px solid #acdcf4;
	background-color: #e3f3fb;
	display:inline-block;
	color:#318484
}

.imgDivCaption div{
display:compact; width:200px;
font-size:70%; text-align:right;
padding-top:3px;
color:#318484
}
