@charset "utf-8";
/* CSS Document */

a {
	color: #333;
	text-decoration:none;
}

a:hover, a:active {
	color: #333;
}

body {
	background-color: #e3dfd7;
	margin: 50px auto;
	text-align: center;
	background-repeat: no-repeat;
	background-position:center 20px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	color: #333;
	/*margin-left: -.1px; /*1px shifting hack*/
}

.break {
	clear:both;
}

.two_col {
	width: 400px;	
}

#content{
	margin:auto;
	width: 945px;
	height: 700px;
	padding: 20px 10px 30px 10px;
}

#banner {
	width: 100%;
	height: 150px;
	z-index: 800;
	position:absolute;
	top: 400px;
	left: 0;
	background-image:url(/images/transp_50.png);
	background-repeat: repeat; 
	overflow: hidden;
}

#banner h2 {
	margin-top: 30px;
}

#banner p {
	line-height: 130%;
	padding-bottom: 13px;
	width: 520px;
	margin: auto;
	text-align: left;
	text-align: justify;
}

#banner p.center {
	text-align: center;
}

#banner blockquote {
	width: 550px;
	padding-left: 0px;
	margin:auto;
	text-align: left;
	text-align: justify;
	padding-bottom:13px;
	font-size: 80%;
}

#banner blockquote p {
	padding-bottom:8px;
}

h1 {
	display: none;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 24px;
	line-height: 140%;
}

.indent {
	text-indent: 3em;
}

#menu {
	width: 100%;
	background-image:url(/images/transp_60.png);
	height: 25px;
	text-align:center;
	position:relative;
	top: 11px;
}

@-moz-document url-prefix() { 
	#menu { 	
	position:relative;
	/* left:-1px; */}
} 

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	#menu {
		position: relative;
		left: 1px; 
	}
}

#reg_vm {
	font-size: 10px;
	position: absolute;
	top: 650px;
	margin: 2px auto;
	width: 100%;
	text-align: center;
}

.smaller {
	font-size: 80%;
}

strong {
	font-weight: bold;
}

ul#nav {
	padding: 2px 20px 20px 10px;
	margin: 0 0 0 70px;
}

ul#nav li {
	float: left;
	position: relative;
	font-family: Verdana, lucida, arial, helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration: none !important;
	color: #333 !important;
	font-size: 18px;
	letter-spacing: 0.1em;
	padding: 1px 10px;
}

ul#nav a {
	text-decoration: none !important;
	color: #333 !important;	
}

li ul.sub {
	display: none;
	color: black;
	position: absolute;
	top: 23px;
	left: 4px;
	margin:0 0 5px -5px;
	padding: 4px 0 5px 0;
	height: auto;
	background-image:url(/images/transp_60.png);
}

ul.sub a {
	white-space: nowrap;
	font-size: 14px !important;
}

li:hover ul, li.over ul {
	display:block;
	z-index:3000;
	/*background-color: #0FC;*/
}

.xsmaller {
	font-size: 50%;
}

#gallery {
	width: 900px;
	text-align:center;
	margin: 30px auto 50px;
	border: 1px none red;
}

#minilogo {
	width: 32px;
	position: relative;
	left: 27px;
	top: -42px;
	z-index:1200;
}

#prev_coll {
	clear: both;
	text-align:left;
	margin: 30px auto 0 295px;
}

/* Start pikachoose */

/* These heights and widths should be edited to your images */	
ul#pikachoose{
	padding-left:0;
	margin:0 auto;
	left: 0 !important;
}
.pika_main{
	width:610px;
	padding-right:0px;
	margin:0;
	float:right;
	border: 1px none green;
/*	position: relative;*/
}
#pikachoose li{
	margin:5px;
	float: left;
	border:1px solid #333;}

/* thats all you NEED to edit. But continue if you'd like. */
ul#pikame li img{position:relative;cursor:pointer;}
.pika_main img{border:1px solid #333;}
#pikachoose li{float:left;position:relative;overflow:hidden !important;list-style:none;cursor:pointer;}
.pika_play{position:absolute;top:10px;right:20px;z-index:1;}
.pika_play a{position:relative;margin-left:auto;cursor:pointer;}
.pika_play img{border:none !important;}
.pika_caption{width:100%;height:30px;text-align:center;}
.pika_navigation a{font-size:15px;color:black;text-decoration: none;cursor:pointer;}
.pika_navigation a:hover{text-decoration: underline;}
.pika_navigation{padding:0 0 10px 0;clear:both;text-align:center;}
.pika-thumbs {width: 280px}
.clip {width: 80px; height: 80px}

/* SliderJS */
.sliderjs{
	width: 280px;
	height: 600px;
	border: 1px none red;
	position:inherit;
	padding-top: 21px;
}

/* End pikachoose */




