body {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding-bottom: 20px;
	text-align: justify;
}

#main {
        margin: 20px auto 20px auto;
        padding: 0;
        width: 758px;
        background-color: #ffffff;
}

.shadowbox {
	width: 758px;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 6px 0 0 10px !important;
	margin: 0px 0 0 6px;
	border: 1px solid #ffffff;
}

html>body .shadowbox {
	width: 752px;
}

.shadowbox .shadowsub {
	background: none !important;
	background: url(images/shadow2.gif) no-repeat left top;
	padding: 0 !important;
	padding: 0 6px 6px 0;
}

.shadowbox .header, .shadowbox .footer {
	color: #777777;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px !important;
	margin: 0;
}

.header {
	font-size: xx-large;
	font-variant: small-caps;
	font-weight: 900;
	text-align: left;
	color: #666666;
	height: 99px;
}

.footer {
	font-size: x-small;
	padding: 15px 10px 0px 10px;
	height: 30px;
}

html>body .footer {
	padding: 10px;
	height: 20px;
}

#pagetitle {
	padding: 20px 20px 20px 20px;
}

#pagetitle a:link, img { border: 0; text-decoration: none; }
#pagetitle a:hover { text-decoration: none; }
#pagetitle a:visited { text-decoration: none; }
#pagetitle a:visited:hover { text-decoration: none; }

#frontpagegraphic {
	margin: 10px 0px 15px 0px;
	text-align: center;
}

#frontpagegraphic img {
	border: 1px solid #eeeeee;
}

#content {
	margin: 20px 0px 20px 20px;
}

#content p {
	margin-top: 2px;
	margin-right: 20px;
}

#thumblefts {
	float: left;
	border-right: 1px dotted #a9a9a9;
	margin: 0px 10px 10px 0px;
	padding: 0px 10px 0px 0px;
}

#thumbrights {
	float: right;
	border-left: 1px dotted #a9a9a9;
	margin: 0px 20px 0px 10px;
	padding: 0px 0px 0px 10px;
}

#thumbrights img, #thumblefts img {
	margin: 10px 0px 10px 0px;
}

h1 {
	font-size: large;
	font-variant: small-caps;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 2px;
}

h2 {
	font-size: 110%;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 2px;
}

.pageicon {
	float: right;
	margin: -6px 0px 0px 10px;
}

#menu {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0;
	border: 0;
	background: none;
        font-size: 9pt;
	font-style: normal;
	font-weight: normal;
}


#menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
}

#menu li {
        position: relative;
        float: left;
        width: 150px;
        background: #eeeeee;
        color: #666666;
        z-index: 15;
}

#menu li ul {
        position: absolute;
        display: block;
        top: 1.50em;
        left: 0;
}

#menu li>ul {
        top: auto;
        left: auto;
}

#menu li ul li ul {
        position: absolute;
        display: block;
        top: 0;
        left: 150px;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu li:hover ul { display: block; }
#menu li:hover>ul { visibility: visible; }
#menu ul ul { visibility: hidden; }
#menu ul, li { margin: 0; }

#menu ul a {
        position: relative;
        display: block;
        text-decoration: none;
        color: #666666;
        background-color: #eeeeee;
        padding: 1px 5px 1px 5px;
        border: 1px solid #dddddd;
}

#menu ul a:hover { color: #000000; background: #eeeeee; }
#menu li ul a:hover { color: #000000; background: #dddddd; }

#menu li a.submenu { padding-left: 15px; background: #eeeeee url("images/v_arrow.gif") no-repeat left; font-weight: bold; font-size: 110%; }
#menu li a.nosubmenu { padding-left: 15px; background: #eeeeee; font-weight: bold; font-size: 110%; }

#menu li a.submenu:hover {background: #dddddd url("images/v_arrow.gif") no-repeat left;}
#menu li a.nosubmenu:hover {background: #dddddd;}
#menu li ul a.submenu {background: #eeeeee url("images/r_arrow.gif") no-repeat left;}
#menu li ul a.submenu:hover {background: #eeeeee url("images/r_arrow.gif") no-repeat left;}

a:link { color: #666666; text-decoration: underline; }
a:hover { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: underline; }
a:visited:hover { color: #000000; text-decoration: none; }

.contact {
	border: 0;
}

.contact input.dotbox {
	border: 1px dotted #aaaaaa;
}

.contact textarea.linebox {
	border: 1px solid #aaaaaa;
}

#gallery_name {
	text-align: right;
	font-weight: bold;
	background: #fafafa;
	margin-right: 10px;
	padding-right: 5px;
}

.gallery td {
	text-align: center;
	border: 1px solid #eeeeee;
	padding: 1px;
	height: 130px;
	width: 130px;
}

.gallerynav {
	text-align: center;
}

.floathack {
        clear: both;
        line-height: 0;
        height: 0;
}

.error {
	color: #ff0000;
}

.message {
	padding: 10px;
	border: 1px dotted #eeeeee;
	background-color: #fefefe;
}

#caption {
	text-align: center;
	font-size: small;
	font-weight: lighter;
	background: #ffffff;
}

#major_caption {
	font-weight: bold;
}

#minor_caption {
	font-size: x-small;
}

.gallery img.delete {
	float: right;
	margin: 3px 5px 0px 5px;
}

#gallery_picture {
	float: right;
	text-align: center;
	width: 440px;
	margin-top: 10px;
}

#gallerythumbcontainer {
	float: left;
	margin: 0px 10px 30px 0px;
	padding: 0px 0px 0px 0px;
	width: 270px;
}

#gallerythumbs {
	height: 410px;
	overflow: hidden;
}
html>body #gallerythumbs {
	height: 398px;
}

#scrollers {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: small;
	background-color: #ffffff;
}
#loading {
	position: absolute;
	top: 350px;
	width: 760px;
	font-size: x-large;
	font-color: #aaaaaa;
	text-align: center;
	background-color: #ffffff;
}
