


#content h2
{
	background-color: black;
	padding: 10px 10px 10px 40px;
	/*margin: 0 40px 20px 0;*/
	margin: 0 0 20px -40px;
	
	background-image: url(../images/layout/h2Bkg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content h3{
	margin: 15px 0 10px 0;
}

#content h4{
	padding: 5px 10px 5px 5px;
	margin: 15px 0 10px 0;
	background-color: #4D70AD;
	clear: both;
	background-image: url(../images/layout/pBoxBkg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content h5{
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0 10px 0 10px;
	margin: 15px 0 -25px 0;
	background-color: white;
	clear: both;
	background-image: url(../images/layout/h5BoxBkg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}



#content p
{
	/*margin: 15px 40px;*/
	margin: 10px 0;
	line-height: 18px;
	clear: both;
}

#content span.captionOneThird, #content span.captionTwoThirds,#content span.captionThreeThirds, #content span.captionLeft, #content span.captionRight
{
	display:block;
	/*margin-top: -15px;*/
	margin-bottom: 15px;
	padding: 3px;
	line-height: 12px;
	background-color: #4D70AD;
	
	background-image: url(../images/layout/captionBkg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content span.captionOneThird
{
	float: left;
	width: 200px;
}

#content span.captionTwoThirds
{
	float: left;
	width: 300px;
}

#content span.captionRight
{
	float: right;
	width: 194px;
	clear: right;
	margin: -15px 0 10px 15px;
}

#content span.captionLeft
{
	float: left;
	width: 194px;
	clear: left;
	margin: -15px 15px 10px 0;
}

#content img.center
{
	display:block;
	width: 460px;
	height: auto;
}

#content img.left, #content img.right 
{
	width: 200px;
	height: auto;
}

#content img.right
{
	float: right;
	margin: 0 0 15px 15px;
}

#content img.left
{
	float: left;
	margin: 0 15px 15px 0;
}

#content img.withTopMargin
{
	margin-top: 10px;
}

#content ul
{
	padding-left: 25px;
	margin-top: -5px;
}

#content ul li
{
	margin-bottom: 5px;
	line-height: 18px;
}



#galleryLink
{
	float: right;
	clear: both;
	text-decoration: none;
}

#galleryLink:hover
{
	text-decoration: underline;
}

#content a[target]
{
	background-image: url(../images/layout/anchorBkg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
	margin-right: 5px;
}

#content p.h5Box
{
	background-color: #4d70ad;
	padding: 10px;
	padding-top: 35px;
	
	background-image: url(../images/layout/pH5BoxBkg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}



/*--------------------------------------------------------------------------------------------------------

	GALLERY
	
*/

#gallery {

}

#gallery div img
{
	display: block;
}

#gallery ul
{
	list-style-type: none;
	margin: 0;
	padding: 5px 0 5px 380px;
	overflow: hidden;
}

#gallery ul li
{
	float: left;
	margin: 0;
	padding: 0;
	line-height: 10px;
	margin-bottom: 0;
}

#gallery ul li a
{
	text-decoration: none;
	text-indent: -9000px;
	float: left;
	height: 9px;
	width: 9px;
	border: 1px solid white;
	background-color: black;
	padding: 0;
	margin: 0 0 5px 5px;
}

#gallery ul li a:hover
{
	border:1px solid black;
}

#content .missing_bus{
	float: left;
}

#content .missing_box{
	padding: 10px;
	background-color: black;
	clear: both;
}

#content .missing_box *{
	color: white;
}

#content .missing_box div.info{
	float: left;
	width: 200px;
	padding: 0 0 0 10px;
	border-left: 1px solid white;	
}

#content .missing_box div.firstinfo{
	border-width: 0;
	padding: 0 10px 0 0;
	width: 210px;
}

#content .missing_box div.info{
	font-size: 11px;	
}

#content .missing_box div.info p span{
	color: #f70128; 	
}

#content .missing_box div.info a{
	text-decoration: none;	
	background-image: none;
}

#content .missing_box div.info a:hover{
	text-decoration: underline;	
}

#content .missing_box h4{
	color: #f70128;
	background-color: black;
	background-image: none;
	margin: 0 0 10px 0;
	padding: 0;
	font-style: italic;
}

#content .missing_box p.requirement{
	padding-top: 20px;
	font-size: 10px;		
}

#content .missing_box img{
	display: block;
	clear: both;
}




























