/* general */
html,body {
	height: 100%;
}
body {
	margin: auto;
	padding: 0;
	text-align: center;
	background-color: #525252;
}

/* header */ 

div#masthead h1 {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 110px;
	width: 740px;
	margin: 0px auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
div#masthead h1 span {
	display: none;
	margin: 0px auto;
	padding: 0;
}

/* page content */

div#content {
	text-align: left;
	width: 700px;
	margin: 0px auto;
	background-color: #F5F5F5;
	padding: 10px 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}

#content p,form,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	line-height: 1.4em;
	text-align: justify;
}

#content ul {
	list-style-image:  url(../bullet.gif);
}

#content a:link {
	color: #CC0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
}

#content a:visited {
	color: #CC6600;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC6600;
}

#content a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	color: #990000;
}

#content a.icon:link {
	border: 0px;		
}

#content a.icon:visited {
	border: 0px;
}

#content a.icon:hover {
	border: 0px;
}
#content li {
	margin-left: 1em;
	text-indent: 0px;
	padding-left: 0px;
	list-style-type: square;
}
#content ul {
	margin-left: 1em;
	padding-left: 0px;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: italic;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	margin-bottom: -.5em;
	padding-bottom: 0px;

}

/* photo */
#photo{
	padding: 0px;
	float: right;
	margin-top: 10px;
	margin-right: 0em;
	margin-bottom: 10px;
	margin-left: 20px;
}
#photo img {	
	border: 1px solid #333333;
}
#caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
	margin: 0.5em;
	text-align: left;
	width: 220px;
}

/* image gallery */

ul#gallery li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

ul#gallery a:link {
	text-decoration: none;
	border: 0px;
}
ul#gallery a:visited {
	text-decoration: none;
	border: 0px;
}
ul#gallery a:hover {
	text-decoration: none;
	border: 0px;
}
ul#gallery img {
	border: 1px solid #333333;
}
div#gallery img {
	border: 1px solid #333333;
}
a.thumbnail {
	text-decoration: none;
}

/* Navigational Menu, type, color, etc. */

div#navigation {
	background-color: #999999;
	width: 740px;
	padding-top: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;


}

div#navigation h2 {
	display: none;
	width: 0;
	height: 0;
}


div#navigation ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	display: inline;
	text-indent: 0pt;

}
div#navigation ul li {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.2em;
	display: inline;
	padding-right: 15px;
	padding-left: 15px;


}
div#navigation a {
	color: #FFFFFF;
	text-decoration: none;
}

div#navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#navigation a:hover {
	color: #333333;
	
	
}
div#navigation a#current {
	color: #000000;
	
	
}

/* footer */

#update {
	width: 725px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: right;
	font-size: 0.8em;
	padding-top: 3px;
	color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	background-color: #990000;
	padding-right: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 3px;
}

/* Contact Us page */

ul#email {
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
	list-style-image: none;
	list-style-type: none;
}

ul#email li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 1em;
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
}
