/* CSS Document */

body {font-family:'Trebuchet MS', Arial, Helvetica, Sans Serif; font-size:80%; background:#393939; color:#000000; text-align:center; margin:0px}
.clear {clear:both; font-size:1px; color:#FFFFFF; height:1px;}

form {display:none}

.container {width:100%; margin:0px; background:#FFFFFF}
	.grey {display:none}
	.menu {display:none}
	.content {width:100%; text-align:left;}
		.content h2 {font-size:1.6em; margin:0 0 10px 0}
		.content h3 {font-size:1.4em; margin:0 0 10px 0; line-height:1.1em}
		.content h4 {font-size:1.6em; font-style: italic; margin:0 0 10px 0}
		
		img.right {float:right; margin:0 0 0 20px; padding:3px; border:1px solid #CCC; background:#FFFFFF}
		
		.content .left-col {width:100%}
		.content .right-col {display:none}
		
		.content .logo {padding:0 0 10px 0}
		
		.gallery table {width:98%; margin:1%; text-align:center; border-collapse:collapse; border:0px;}
			.gallery td {padding:5px; width:15%}
			.gallery img {padding:3px; background:#FFFFFF; border:1px solid}
			.gallery a img {border:1px solid #CCCCCC}
			.gallery a:hover img {border:1px solid #FF6600}

		.gallery-small table {width:100%; text-align:center; border-collapse:collapse; border:0px;}
			.gallery-small td {padding:5px; width:50%}
			.gallery-small img {padding:3px; background:#FFFFFF; border:1px solid}
			.gallery-small a img{border:1px solid #CCCCCC}
			.gallery-small a:hover img {border:1px solid #FF6600}

		#faq ul {margin:10px 15px; padding:0px; list-style:none}
			#faq li {list-style:none; margin:0px}
			#faq li a {display:block; background:url(../images/faq-Q.gif) center left no-repeat; padding:3px 20px; font-size:1.3em; margin-bottom:1px dotted #EFEFEF; width:100%}
				#faq li a:hover {color:#666666; cursor:help}
			#faq h3 {padding:0 0 6px 20px; background:url(../images/faq-A.gif) center left no-repeat; margin:15px 0 0 0; border-bottom:1px solid #EFEFEF}

	.footer {width:780px; margin:20px auto; padding:0 10px 20px 10px; color:#FFFFFF; text-align:left; font-size:80%}
		.footmenu {display:none}
		.footer a {color:#FFF; text-decoration:none; font-weight:bold}
		.footer a:hover {color: #FF6600}
		
a.orange {color:#FF6600; font-style:italic}