@charset "utf-8";
/* CSS Document */

html, body, p, h1, h2, h3, h4, ul, ol, li {
	margin:0; 
	padding:0 ;
}


ul, ol {
	margin: 0;
	padding: 0 ;
}

ul {
	list-style:none;
}

img {
	border:0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: white;
	background-image: url(background_aftrnoon.gif);
	background-repeat: repeat-y;
	margin-left: 20px;
}

#header {
	height: 20px ;
}


#canvas {
	margin-top: 20px;
	width: 1200px ;
}


.line {
	float: left 			;
	width : 100% 		;
	display: block		;
	position: relative 	;
}

.item {
	position: relative 	;
	float: left			;
	left: 100%			;
}

.picturebox {
	background-color: #f0f020 ;
	border-top: 5px ridge olive;
	border-left: 5px ridge olive;
	border-right: 5px ridge olive;
	border-bottom: 5px ridge olive;
	padding-left: 5px ;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	text-align: center ;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: italic;
	margin-bottom: 10px ;	
}

.widepicturebox {
	background-color: #f0f020 ;
	border-top: 5px ridge olive;
	border-left: 5px ridge olive;
	border-right: 5px ridge olive;
	border-bottom: 5px ridge olive;
	padding-left: 5px ;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	text-align: center ;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: italic;
	margin-bottom: 10px ;	
}

.picturebox h4 {
	font-size: 16px ;
}

#connorbox {
	font-style: normal ;
	font-size: 100% ;
	border-top: 10px outset olive;
	border-left: 10px outset olive;
	border-right: 10px outset olive;
	border-bottom: 10px outset olive;
}

a:hover #connorbox  {
	border-top: 10px inset olive;
	border-left: 10px inset olive;
	border-right: 10px inset olive;
	border-bottom: 10px inset olive;
}

#connorbox h2, h3 {
	font-weight:normal ;
}

#connorbox h1, h2 {
	font-style: italic ;
}	

#navcontainer {
	padding-top: 10px ;
	padding-right: 5px ;
	padding-bottom: 5px;
	padding-left: 5px ;
	list-style-type: none ;
	font-size: x-large ;
	line-height: 120% ;
}

#navcontainer li {
	margin-top: 0px ;
	margin-right: 0px ;
	margin-bottom: 1px ;
	margin-left: 0px ;
	text-indent: 5px ;
}

#navcontainer a {
	display: block ;
	color: white ;
	width: 220px ;
	text-decoration: none ;
	border-top: 3px solid white;
	border-left: 3px solid white;
	border-right: 3px solid navy;
	border-bottom: 3px solid navy;
}

li.mainmenu a
{
	background-image: url(menubutton.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 28px ;
}

li.mainmenu a:focus, li.mainmenu a:hover, li.mainmenu a:active {
	background-position: -220px ;
}

li#active a{
	background-position: 220px ;
	background-color: yellow;
	color: black ;
}

li#active a:hover {
	background-position:-220px;
	color: white ;
}
 
.bulleted_list {
	
	list-style-type: disc ;
	list-style-position:outside ;
	font-size: 25px ;
	padding-left: 20px ;
}


.bulleted_list li {
	margin-bottom:10px ;
}

.bulleted_list ol  {
	margin-top: 20px ;
	padding-left: 40px ;
}

li ul {
	margin-top: 20px;
	margin-bottom: 20px ;
}

#slideshow{
	width: 400px ;
	height:423px ;
}

#slideshow img {
	width: 400px ;
	height:423px ;
}

.underline {
	text-decoration: underline ;
}

#gallery a img:hover {
	height: 120px ;
	background-color: yellow;
}

#gallery a img {
	padding:15px 15px 13px 15px;
	height: 120px ;
	border: 2px solid #666;
}

