/*css */

body {
	margin-top: 35px;
	margin-left: 35px;
	background-image: url(../img/punkin/linesBG.jpg);
}
#wrapper {
	width: 980px;
	margin: 0px;
	padding: 0px;
}
#wrapperhome {
	width: 980px;
	margin: 0px;
	padding: 0px;
}
#right {
	height: 550px;
	width: 800px;
	margin-top: 2px;
	margin-left: 0px;
	float: right;
}
#righthome {
	height: 550px;
	width: 800px;
	float: right;
	margin-top: 2px;
	margin-left: 0px;
}

#left {
	width: 180px;
	float: left;
	height: 550px;
	background-image: url(../img/punkin/crossBG2.gif);
	margin-bottom: 2px;
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navwrap {
	margin-top: 41px;
}
ul li a:link, ul li a:visited,
ul li a:hover {
	height: 26px;
	padding-top: 9px;
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

ul li a:link, ul li a:visited {
	text-decoration: none;
	color: #535353;
	background-color: #FFFFFF;
}
ul li a:hover {
	color: #FFCCFF;
	background-color: #666666;
}
ul li ul a:link, ul li ul a:visited,
ul li ul a:hover {
	font-size: 11px;
	text-decoration: none;
	height: 20px;
	padding-top: 5px;
	display: block;
	text-align: center;
}
ul li ul a:link, ul li ul a:visited {
	color: #535353;
	background-color: #FFFFFF;
}

ul li ul a:hover {
	color: #FFCCFF;
	background-color: #999999;
}
#thispage a:link, #thispage a:visited, 
#thispage a:hover {
	color: #FFCCFF;
	background-color: #666666;
}
#thispage2 a:link, #thispage2 a:visited, 
#thispage2 a:hover {
	color: #FFCCFF;
	background-color: #999999;
}
.listActive {
	color: #FFCCFF;
	background-color: #666666;
	font-size: 13px;
	text-decoration: none;
	height: 26px;
	padding-top: 9px;
	display: block;
	margin-bottom: 10px;
	text-align: center;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
	text-align: left;
	width: 620px;
	clear: both;
	padding-top: 2px;
}


/* test styles from slideshow */

#OuterContainer {
	float: left;
}
#OuterContainerAbout {
	float: left;
	height: 258px;
}
#Container {
	position: relative;
	height: 200px;
	width: 200px;
	margin: 0;
	background-color: #999999;
}
#Photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
}

#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	margin: 0px;	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}

#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(../img/js_slideshow/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#PrevLink span, #NextLink span { display: none; }

#PrevLink { left: 0; float: left; }
#NextLink { right: 0; float: right; }

/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover { background: url(../img/js_slideshow/prev_minusP.gif) no-repeat 20% 50%; }
#NextLink:hover, #NextLink:visited:hover { background: url(../img/js_slideshow/next_plusP.gif) no-repeat 80% 50%; }

/* backgroudn image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(../img/js_slideshow/prevarrows.png) no-repeat 20% 50%; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(../img/js_slideshow/nextarrows.png) no-repeat 80% 50%; }

#CaptionContainer {
	width: 208px;
	text-align: left;
	float: left;
	margin-top: 135px;
	padding-top: 3px;
	height: 109px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-left: 5px;
	}

#CaptionContainer p {
	font-size: 11px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
	color: #535353;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 5px;
}

#CaptionContainer h1 {
	font-size: 12px;
	margin: 0px;
	padding-top: 8px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	padding-left: 5px;
}
#CaptionContainer h2 {
	font-size: 11px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
	color: #535353;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 5px;
	font-style: italic;
	font-weight: normal;
}
#Counter {
	font-weight: normal;
	color: #FF99FF;
	padding-top: 0px;
}
#test {
	padding-left: 50px;
}
#centerdiv{ /*Proper way to center a relative div*/
	margin: 0px;
	padding: 0px;
}
#aboutCopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	width: 615px;
	line-height: 16px;
	vertical-align: top;
	padding-left: 5px;
	clear: both;
	padding-top: 10px;
}
#bodytextcontainer {
	width: 400px;
	padding-left: 5px;
	padding-top: 6px;
	float: left;
	clear: both;
}
#bodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	width: 200px;
	line-height: 16px;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 6px;
	float: left;
}
#bodyText2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	width: 200px;
	line-height: 16px;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 6px;
	float: right;
}

#bodyText a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
#bodyText a:hover {
	color: #FFCCFF;
	background-color: #666666;
}
.bodyitalic {
	font-style: italic;
}
.clickPhoto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #666666;
	background-color: #FFE5F5;
	text-align: center;
}
