
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: white url('../images/bodybackground.jpg') top left fixed;
	font-family: Verdana, Arial, Helvetica, sans;
	font-size: .7em;
	color: #787878;
}

html,body {
	height: 100%;
}

a img, .paginationdiv a img {
	border: none;
	margin: 0;
}

a {
	color: #D61F1A;
}

a:visited {
	color: #D61F1A;
	text-decoration: none;
}

a:hover {
	color: #D61F1A;
}

table {
	width: 100%;
}

th {
	text-align: left;
	font-weight: bold;
}

h1 {
	text-transform: capitalize;
	font-size: 1.2em;
	padding-bottom: .8em;
	margin-top: 10px;
	text-indent: .6em;
	width: 100%;
}

/* Guestbook module styling */
#gbbody {
	width: 100%;
}

#guestbook {
	width: 400px;
	background: white;
	margin: 0 auto;
}

#guestbook #gbform {
	padding: 10px;
	height: 400px;
}

#guestbook input, #guestbook textarea {
	font-family: Verdana, Arial, Helvetica, sans;
	background: white;
	border: 1px solid #CCC;
	font-size: 1.2em;
	width: 200px;
}

#guestbook .submit {
	background: orange;
}	

#guestbook textarea {
	height: 100px;
}

/* End Guestbook module styling */

/* MsgHandler styling */

.msg_error {
	color: #D03B3B;
	font-weight: bold;
}
.msg_success {
	color: #31BA37;
	font-weight: bold;
}

#pagewrap {
	width: 745px;
	margin: 0 auto;
	height: 100%;
	background: white;
}

#pageoverlap {
	background: white; 
	width: 100%;
}

#header {
	margin: 0;
	padding: 0;
	height: 333px;
	width: 745px;
	overflow: hidden;
	background: url('../images/header.jpg') top left no-repeat;
}

#voteresults {
	margin-top: 200px !important;
	margin-left: 410px;
	width: 325px;
	height: 125px;
}

#navcontainer {
	margin: 0;
	padding: 0;
	height: 21px;
	width: 745px;
	background: url('../images/menuback.jpg') top left no-repeat;
	border-top: 0px solid #f0b46e;
}

/* Some default dropdown menu styling in order to make the suckerfish menu work, do not alter */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}


#nav {
	margin-top: 0px;
}

#nav a {
	text-align: center;
}

#nav li ul a {
	text-align: left;
	height: 16px;
	font-weight: normal;
}

#nav a {
	color: white;
	display: block;
	width: 9.5em;
	height: 12px;
}

#nav li a:hover {
	text-decoration: underline;
}	

#nav a:link, #nav a:active {
	text-decoration: none;
}

#nav li { /* all list items */	
	float: left;
	width: 9.5em; /* width needed or else Opera goes nuts */
	padding:.2em 0;
}

#nav #current {
	color: white;
	text-decoration: underline;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #eb9a3a;
	padding-bottom: 15px;
	padding-top: 10px;
	background: #eb9a3a url('../images/menulistbackgroundbottom.gif') bottom left repeat-x;
	width: 11em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li a {
	width: 11em;
}

#nav ul li  a {
	text-indent: .3em;
}

#nav ul li a.parent {
	background: transparent url('../images/menulistitembackgroundparent.gif') top right no-repeat;
}

#nav li ul ul { /* third-and-above-level lists */
	border-top: 1px solid white;
	padding-top: 0;
	border-left: 1px solid white;
	/*margin: -1.7em 0 0 10em !important; neccesary? */
	margin: -1.7em 0 0 11em;
}

#nav ul ul a, #nav ul ul li, #nav ul ul, #nav li ul ul li a  {
	width: 15em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* end default dropdown styling */
/* custom list menu styling */
/* end custom menu list styling */

/* for Mozilla/Safari/Opera */
*>#contentwrap {
 padding-top: 250px;
 min-height: 1px;
}
*>#contentwrap #content {
 margin-top: -250px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html #contentwrap {
 height: 250px;
}
/* end filter */

#contentwrap {
	margin-bottom: 0;
	background: transparent;
	background: white url('../images/contentback.png') top right repeat;

}

#content {
	padding: 1em;
	padding-right: 5em;
}

#footer {
	clear: both;
	width: 745px;
	padding-top: 50px;
	padding-bottom: 20px;
	background: white url('../images/footer.png') top left no-repeat;
	text-align: center;
}


td.even {
	padding: .7em .3em;
	background: #ffe5c6;
}

td.odd {
	padding: .7em .3em;
	background: #fae9d6;
}

.guestbooktable {
	width: 100%;
	margin-bottom: 15px;
}

.tdtop {
	color: #928f8c;
	background: #fae9d6 url('../images/guestbookbackground.gif') top right no-repeat;
}

.tdmsg {
	padding: .4em .2em;
	background: #fff8f1;
	border-bottom: 1px solid #ffe5c8;
	border-left: 1px solid #ffe5c8;
}

.datatablehead {
	background: red url('../images/tableheadbackground.gif') top left repeat-x;
}

.clear {
	clear: both;
}

.imagerow {
	float: left;
	width: 100%;
}

.imagerow img {
	border: 1px solid #938b82;
	margin: 10px;
}

.signguestbook {
	padding: .2em 1.7em;
	background: white url('../images/signguestbookbackground.png') top left no-repeat;
}

/* VTE Image expanding classes */

a.vte {
	cursor: url('../other/zoomin.cur'), pointer;
}


img.vte-expanded-focus {
	border: 1px solid black;
	cursor: url('../other/zoomout.cur'), pointer;
}

img.vte-expanded-blur {
	border: 1px solid black;
}

.vte-caption {
    display: none;
	border: 1px solid black;
    border-top: none;
    padding: 5px;
    margin-top: -1px;
    background-color: #222;
    color: white;
}

.vte-display-block {
    display: block;
}

.vte-display-none {
    display: none;
}

.paginationdiv {
	margin: 10px;
	clear: both;
}

.imgoverlay {
	position: absolute;
}