/* CSS Document */
#print {
	display: none;
}


html {
	min-height: 100%;
} body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-size: 75%;
	line-height: 2em;
	color: #000000;
	min-width: 960px;	
	min-height: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: "Trebuchet MS", "MS Serif", sans-serif;
} #box {
	position: relative;
	width: 960px;
	margin:0px auto;
} #header {
	margin-bottom: 20px;
} #content {
	width: 542px;
	float: left;
	padding-left: 193px;
	text-align: left;
} #nav {
	width: 155px;
	float: right;
	padding-right: 17px;
	background-image:url(../images/bg_nav.gif);
	background-repeat: repeat-y;
	
} #date {
	float: left; 
	width: 19px; 
	padding-left: 12px;
} #main {
	float: right; 
	width: 920px;

} img.content {
float: left;
padding-right: 10px;
padding-bottom: 10px;
} h1 {
color: #a32a24;
font-weight: normal;
font-size: 3.2em;
letter-spacing: -0.05em;
line-height: 1em;
padding-bottom: 0;
margin-bottom: 2px;
} h2 {
color: #a32a24;
font-weight: normal;
font-size: 2.25em;
line-height: 1em;
padding-bottom: 0;
margin-bottom: 2px;
margin-top: 20px;
text-transform: capitalize;
} h3,.bottom {
font-size: 0.8em;
line-height: 20px;
margin: 2px;
text-transform: uppercase;
letter-spacing: 0.1em;
} h3 img {
float:left;
padding-right: 5px;
} a {
color: #3a61a6;
} a:hover {
color: #000;
} img {
border: 0;
} p {
margin-bottom: 10px;
margin-top: 2px;

} #nav {
text-align: left;
font-size: 0.95em;
line-height: 1.5em;
} a.menu {
color: #fff;
padding-left: 5px;
} a.menu:hover {
color: #000;
} h4 {
font-size:1em;
margin: 0;
padding: 0;
margin-top: 20px;
text-align: center;
} .submenu {
background-color: #fff;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 10px;
width: 146px;
font-size: 0.85em;
text-transform: uppercase;
line-height: 1.5em;
margin-left: 1px;
margin-top: -3px;
} #credit {
text-align: center;
padding-top: 50px;



} td {
font-size: 0.95em;
color: #000;
margin: 0; 
padding: 1px;
padding-left: 4px;
padding-right: 4px;
border-top: 1px solid #aaa;
border-left: 1px solid #aaa;
} table {
border-bottom: 1px solid #aaa;
border-right: 1px solid #aaa;
} tr.even {
background-color: #f0e4e4;
} tr.even td.odd {
background-color: #f0d8d8;
} tr.odd {
background-color: #dae4f2;
} tr.odd td.odd {
background-color: #e6ebf2;


} .index h2 {
margin-left: 30px;
margin-bottom: 7px;
margin-top: 0;
} .index {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
background-repeat: no-repeat;
padding-top: 0;
margin-top: 20px;
} .intro {
background-color: #dae4f2;
background-image:url('../images/icon_lgintro2.gif');
} .intro h2 {
margin-left: 0;
text-transform: none;
} .news {
background-color: #f0d8d8;
background-image:url('../images/icon_lgnews.gif');
width: 230px;
} .left {
float: left;
} .right {
float: right;


} ul {
text-indent: 0;
margin-left: 0;
padding-left: 0;
} ul li {
list-style-type: circle;
text-indent: 0;
margin-left: 10px;
padding-left: 0;
line-height: 1em;
margin-top: 1em;


} blockquote {
	background-image:url('../images/quote.gif');
	background-repeat: no-repeat;
	background-position: top left;

	margin: 0;
	padding-left: 30px;
	padding-right: 20px;
	margin-top: 10px;
	padding-top: 5px;

}


label,input {
	display: block;
	float: left;
	margin-bottom: 10px;
}

input.paypal {
	float: none;
	margin: 0;
}

label {
	text-align: right;
	width: 150px;
	padding-right: 20px;
}

form br {
	clear: left;

} label.radio {
padding-right: 5px;
width: 80px;
} label.long {
padding-left: 15px;
width: 275px;
text-align: left;
} label.check {
padding-left: 10px;
width: 310px;
text-align: left;


} div.even {
background-color: #f0e4e4;
padding: 5px;
margin-top: 20px;

} div.odd {
background-color: #dae4f2;
padding: 5px;
margin-top: 20px;

} form h4 {
margin-top: 0px;
text-transform: uppercase;
margin-bottom: 10px;

}



/* photo gallery */
 table.photos {
	border: 0;
} table.photos td {
	width: 75px;
	height: 75px;
	text-align: center;
	padding: 5px;
	border: none;
} table.photos td img {
	vertical-align: middle;
	width: 75px;
	text-align: center;
	border: 1px solid black;
}
