
body
{
	margin: 0px;
	font-family: Arial,Helvetica,sans-serif;
}


a img
{
	border: none;
}


blockquote {
	display: block;
	padding: 30px 60px;
	width: 350px;
	font-family: "Georgia", serif;
}

blockquote:before, blockquote:after {
	color: lightGrey;
	display: block;
	font-size: 700%;
	width: 50px;
}

blockquote:before {
	content: open-quote;
	height: 0;
	margin-left: -0.55em;
}

blockquote:after {
	content: close-quote;
	height: 50px;
	margin-top: -70px;
	margin-left: 360px;
}


/************************************* Heading CSS ****************************/

#heading
{
	width: 100%;
	height: 282px;
	background-image: url(images/header-background.png);
	background-repeat: repeat-x;
}

#heading-image
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#navigation ul
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	width: 100%;
	position:absolute;
	top: 210px;



	font-weight:bold;
	font-size: 1.2em;
}

#navigation ul li
{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 3px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	background:
	  url(images/header-divider.png) 
	  left no-repeat;
}

#navigation ul li:first-child
{
	
	background: none;
}

#navigation ul li a
{
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
	height: 40px;
	color: white;
	text-decoration: none;
        display: inline-block;

}

#navigation ul li a:hover
{
	color:white;
	text-decoration:underline;

}

/* The little 'tick' is done as a background image on the element.  We need to 
   set it to an 'inline-block' so we can set the elements, height.  We then
   manually set the height to 34px (215px for top of the ul + 5px padding + 
   34px height = the bottom of the black bar) and position the BG at the bottom
   middle of the element
*/
#navigation #active {
	background-image: url(images/header-selected.png) ;
	background-repeat: no-repeat;

	background-position: 50% 100%;
}



/********************************** Main body CSS *****************************/

#specialMessage
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:840px;
	padding:10px;
	background-color: pink;
	border: 2px solid red;


}

#main
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:900px;
}

.imagePara
{
	clear: both;
	margin-bottom: 25px;
	margin-top: 25px;
}

.shadowImage
{
	float:left;
	background: url(images/drop-shadow.png) no-repeat bottom right;
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 10px;
}


.shadowImage img {
	display: block;
	background: url(images/drop-shadow-transparency.png) no-repeat left top ;
	position: relative;
	border: 2px solid white;
	padding: 0px 5px 5px 0px;
}


.right
{
	float:right;
} 




/***************************** Footer CSS *************************************/

#footer
{
	position: absolute;
	height: 100px;
	width: 100%;
	margin-top:150px;
	background-image: url(images/footer-background.png);
}