
body {
	margin: 0;
	padding: 0; 
	color: #333;
	font: 12px Helvetica, Arial, sans-serif;
	line-height: 18px;
	background: url(../images/bg_body.gif) top left repeat-x #9BC3D5;
}
h2 {
	color: #4C4C4C;
	font-size: 17px;
	margin-top: 14px;
}
a { 
	color: #004b6f;
}
p { 
	margin: 0 0 18px;
}
#container { 
	width: 760px;
	margin: 0 auto;
	background: white;
}
#wrapper {
	float: left;
	width: 100%; 
}




/* Header
*	also try	background: #ff9 [yellow]
*/
#header, #headerhome	{
	background: #eee;
	border: 2px solid #ddd;
}
#headerhome	{
	height:120px;
}
#header h1, #headerhome h1 { 
	font-size: 25px;
	color: #004b6f;
	margin: 0 0 3px;
	padding: 24px 18px 0;
	font-style: italic;
}
#header p, #headerhome p {
	color: #666;
	font-size: 11px;
	font-weight: bold;
	padding: 0 18px;
}
#header p {
	font-size: 11px;
}
#headerhome p {
	font-size: 14px;
}
#header a, #headerhome a {
	text-decoration: none;
}
#header a:hover, #headerhome a:hover {
	text-decoration: underline;
}

/* Content Style */
.extra {
	/* border-top: 2px solid #ccc; */
	border-bottom: 2px solid #ccc;
	background: #fff;
	padding:5px;
	margin-right:18px;
	margin-top:15px;

}
.extra small { 
	font-size: 11px;
	line-height: 18px;
}
#topcontent, .content {
	padding-left: 18px;
	
}
#topcontent p, .content p, .extra p	{
	padding-right: 18px;
}
#topcontent a, .content a {
	text-decoration: none;
	color: #004b6f;
}
.content h3, .content h3 a{
	font-size: 16px;
	color: #004b6f;
	margin-top: 15px;
}

#topcontent a:hover,.content a:hover {
	text-decoration: underline;
}

/* Content Positioning & Size */
#topcontent {
	margin: 0 0 36px 0;
}
.extra {
/*	float: left;
	margin-left: -510px;
	height: 140px;
	width: 475px;*/


}
.content {
	clear: both;
	margin: 0 0 36px 0;
}
#imagecontent {
	float: left;
	/*margin-left: 20px;
	height: 150px;*/
	width: 190px;
	text-align: justify;
}
#imagecontent a{
	margin-left: 20px;
}
#indentcontent {
	margin:-10px 0 10px 25px;
}


#gap {
	padding: 30px;
}

/* Footer */
#footer {
	background: #555;
	border-bottom: 2px solid #999;
	clear: left; 
	width: 100%; 
}
#footer a {
	color: #eee;
}
#footer	p {
	color: #ccc; margin: 0; padding: 0 18px 10px; 
}
#footer ul {
	border-bottom: 1px solid #777;
	list-style: none;
	margin: 0 18px 6px;
	padding: 10px 0 6px;
}
#footer li { 
	display: inline;
	font-size: 11px;
	font-weight: bold;
	padding-right: 5px;
}
#navigation, #topcontent, #content, #extra {
	margin-top: 20px;
}


/*Stuff just for the image gallery
* could put in seperate css file later...
*/
#dhtmlgoodies_slideshow{
	width:650px;	/* Total width of slideshow */
}
#previewPane{
	border:1px solid #CCCCCC;
	margin-bottom:20px;	
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
	padding-bottom:0;
	position:relative;

	/* CSS HACK */
	height: 412px;	/* IE 5.x */
	height/* */:/**/400px;	/* Other browsers */
	height: /**/400px;

}
#previewPane img{
	line-height:300px;
}
#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	font-style:italic;
	text-align:center;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	font-size:0.9em;
}
#galleryContainer{

	height:102px;	/* Height of the images + 2 */
	border:1px solid #CCCCCC;
	position:relative;
	overflow:hidden;
	padding:1px;

	/* CSS HACK */
	height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/102px;	/* Other browsers */
	height: /**/102px;

}
#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;
}
#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;		
}
#theImages{
	position:absolute;
	height:100px;
	left:40px;
	width:100000px;

}
#theImages #slideEnd{
	float:left;
}
#theImages img{
	float:left;
	padding:1px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
	border:0px;
}

#waitMessage{
	display:none;
	position:absolute;
	left:200px;
	top:150px;
	background-color:#FFF;
	border:3px double #000;
	padding:4px;
	color:#555;
	font-size:0.9em;
	font-family:arial;	
}

#theImages .imageCaption{
	display:none;
}
/* end of the gallery stuff*/