/*-------------------------------------------------------------*/
/* Reset based on one provided in Blueprint CSS                */
/*   http://code.google.com/p/blueprintcss/                    */
/*-------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

caption, th, td
{
	text-align:left;
	font-weight:400;
}

blockquote:before, blockquote:after, q:before, q:after
{
	content:"";
}

blockquote, q
{
	quotes:"" "";
}

a img
{
	border:none;
	background:none;
}


/*-------------------------------------------------------------*/
/* Text, color, and image styling                              */
/*-------------------------------------------------------------*/

html
{
	background:#c6c6c6;	
}

body
{
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:76%;
	color:#333333;
}

#midpage
{
	background:url(../images/purpleBackground.gif) repeat-y #fff;
}

#contentPadding
{
	text-align:justify;
}



/* Utility styles */
img
{
	float:left;
	padding:0 10px 10px 0;
}

.rightImage
{
	clear:right;
	float:right;
	padding:0 0 10px 10px;
}

.leftImage
{
	clear:left;
	float:left;
	padding:0 10px 10px 0;
}

.centerImage
{
	padding:0 0 1em 0;
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

#content .quote
{
	padding:0;
	font-size:1.3em;
	font-style:italic;
	font-weight:bold;
	text-align:left;
}

#top
{
	position:absolute;
}

.clearBoth
{
	clear:both;
}

.relative
{
	position:relative;
}

.underline
{
	text-decoration:underline;
}



/* #header styles */
#header
{
	background:url(../images/purpleBackground.gif);
}

#header p
{
	float:right;
	text-align:right;
	font-weight:bold;
	color:#fff;
}

#header a
{
	color:#fff;
}

#header img
{
	padding:0;
}

.topLeftCorner
{
	position:absolute;
	top:0;
	left:0;
	background:url(../images/topLeft.gif) no-repeat;
	width:8px;
	height:8px;
}

.topRightCorner
{
	position:absolute;
	top:0;
	right:0;
	background:url(../images/topRight.gif) no-repeat;
	width:8px;
	height:8px;
}



/* #content styles */
#content p
{
	padding:0 0 1em 0;
	font-size:1em;
}

#content ul
{
	padding:0 0 1em 1.8em;
	font-size:1em;
	list-style:disc;
}

#content ul ul
{
	padding-bottom:0;
	list-style:square;
}

#content ol
{
	padding:0 0 1em 2em;
	font-size:1em;
}

#content ol ol
{
	list-style-type:lower-roman;
	padding-bottom:0;
}

#content h1
{
	padding:0 0 0.4em 0;
	font-size:1.7em;
	font-style:italic;
	font-weight:bold;
}

#content h2
{
	padding:0 0 0.4em 0;
	font-size:1.3em;
	font-weight:bold;
}

#content h3
{
	font-size:1.1em;
	font-weight:bold;
}

#content a
{
	text-decoration:underline;
	color:#570082;
}

#content blockquote
{
	padding:0 2em 1em 2em;
	display:block;
	font-size:1.3em;
	font-style:italic;
	font-weight:bold;
	text-align:center;
}

table
{
	text-align:left;
	margin-bottom:1em;
	width:100%;
	border:1px solid #000;
	background:#fff;
}

table .tableTop
{
	color:#fff;
	background:#000;
}

table td
{
	padding:0.3em;
}

table .even
{
	background:#edf3fe;
}

.middleTopCorner
{
	position:absolute;
	top:0;
	left:0;
	background:url(../images/middleTop.gif) no-repeat;
	width:8px;
	height:8px;
}

.middleBottomCorner
{
	position:absolute;
	bottom:0;
	left:200px;
	background:url(../images/middleBottom.gif) no-repeat;
	width:8px;
	height:8px;
}



/* #navigation styles */
#navigation ul
{
	list-style:none;
}

#navigation li
{
	position:relative;
	float:left;
	width:200px;
}

#navigation li a
{
	padding:0.5em 10px;
	width:180px;
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:1.3em;
	text-decoration:none;
}

#navigation li a:hover
{
	color:#000;
	background:#ffff66;
	text-decoration:none;
}

#navigation .current_page_item a
{
	color:#000;
	background:#ffff66;
	text-decoration:none;
}

#searchform
{
	padding:20px 10px 0 10px;
}

#navigation .search
{
	padding:0.5em 10px 0.5em 10px;
}

#navigation .searchInput
{
	padding:3px;
	border:0;
	width:150px;
	float:left;
}

#navigation .searchButton
{
	width:18px;
	height:18px;
	float:right;
}



/* #footer styles */
#footer
{
	background:url('../images/purpleBackground.gif');
}

#footer p
{
	font-size:1em;
	text-align:center;
	color:#fff;
	font-weight:bold;
}

#footer a
{
	text-decoration:none;
	color:#fff;
}

#footer .invisible a:hover
{
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

.bottomLeftCorner
{
	position:absolute;
	bottom:0;
	left:0;
	background:url(../images/bottomLeft.gif) no-repeat;
	width:8px;
	height:8px;
}

.bottomRightCorner
{
	position:absolute;
	bottom:0;
	right:0;
	background:url(../images/bottomRight.gif) no-repeat;
	width:8px;
	height:8px;
}

/* Gallery styles */
.imageGalleryContainer
{
	margin:0 auto;
	width:90%;
	padding:2em 0;
}

.hoverbox
{
	cursor:default;
	list-style:none;
}

.hoverbox a
{
	cursor:pointer;
}

.hoverbox a .preview
{
	display:none;
}

.hoverbox a:hover .preview
{
	display:block;
	position:absolute;
	top:-33px;
	left:-45px;
	z-index:1;
}

.hoverbox img
{
	background:#fff;
	border-color:#aaa #ccc #ddd #bbb;
	border-style:solid;
	border-width:1px;
	color:inherit;
	padding:2px;
	vertical-align:top;
	width:100px;
	height:75px;
}

.hoverbox li
{
	background:#eee;
	border-color:#ddd #bbb #aaa #ccc;
	border-style:solid;
	border-width:1px;
	color:inherit;
	display:inline;
	float:left;
	margin:3px;
	padding:5px;
	position:relative;
}

.hoverbox .preview
{
	border-color:#000;
	width:200px;
	height:150px;
}
