/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #FFF;
	color:#666;
	margin: 0px;
	padding: 0px;
	background-image:url(/images/bg.gif);
	background-repeat:repeat-y;
	overflow:hidden;
}

input,select,label,table,tr,td {
	font-size: 100%;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

/*------------------ LAYOUT -------------------*/
#container {
	position:absolute;
	top:50%;
	margin-top:-225px;
	left:0px;
	width:955px;
	height:450px;
}

#logo {
	position:absolute;
	top:0px;
	left:0px;
}

#logo h1, #pageTitle h2 {
	padding: 0px;
	margin: 0px;
}

#pageTitle {
	position: absolute;
	left: 0px;
	top: 0px;
}


#content {
	position:absolute;
	left:347px;
	top:25px;
	width:608px;
	height:425px;
	background: #FFF;
	z-index: 13;

}

#footer {
	position:absolute;
	top: 434px;
	text-align:left;
	left: 50px;
}

#thumbs {
	position: absolute;
	top: 30px;
	left: 357px;
	width: 262px;
	height: 360px;
	overflow: visible;
}

.thumbnail {
	float: left;
	background-color: #D8DFE2;
	margin: 10px 6px 0px 3px;
}

.thumbnail img {
	display: block;
	background-color: #FFF;
}

.thumbnail .move {
	border: 1px solid #F0F2F4;
	position: relative;
	margin: -3px 3px 3px -3px;
	z-index: 2;
}

/*------------------ HOMEPAGE IMG -------------------*/
#homepageimage {
	position: absolute;
	top: 0px;
	left: 327px;
	width: 1250px;
	height: 1250px;
	z-index: 12;
}


/*------------------ NAV -------------------*/
#nav {
	position:absolute;
	left:50px;
	top:190px;
	z-index: 17;
}

#nav ol {
	position:absolute;
	padding:0px;
	margin: 0px;
	list-style:none;
}

#nav ol li {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#nav ol li ol {
	display: none;
	position:absolute;
	margin-top: -17px;
	margin-left: 227px;
	padding: 0px;
}

#nav li ol li {
	width: auto;
}


#nav li:hover ol, #nav li.over ol { 
	display:block;
	width: auto;
}

#nav li>ol { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

/*------------------ EMAIL -------------------*/

#emailDiv { 
	position:absolute;
	left:67px;
	top:77px;
	display: none;
}

#emailDiv form {
	margin: 0px;
	padding: 0px;
}

#emailDiv, #emailDiv input, .button {
	font-size: 10px;
}

#emailDiv input {
	background-color: #FFF;
	border: none;
	color: #999;
	height: 12px;
	padding: 2px 0px 1px 2px;
	margin: 0px;
	width: 168px;
}

#emailDiv label {
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

#emailDiv .button {
	background-color: #B6B5B5;
	color: #000;
	height: 19px;
	padding: 0px;
	margin: 0px;
	width: 69px;
	font-weight: bold;
}

#emailDiv .button:hover {
	background-color: #D9965A;
	color: #FFF;
}


/*------------------ TEXT -------------------*/
#content a {
	color: #727325;
	text-decoration:none;
}

#content a:hover, a.active {
	background: #ECECEC;

}

h2 {
	font-size: 120%;
}

.credit {
	font-size: 90%;
	background: #ECECEC;
	padding: 2px;
}

/*------------------ SCROLLBAR -------------------*/
#scrollbar {visibility:hidden;}
#scrollbar img {border: 0px;}
#scroll {
	position: absolute;
	left:0px;
	top:33px;
	width:320px;
	height:395px;
	overflow:hidden; 
	z-index:14; 
	text-align:left;
}

#scroller {
	position:absolute;
	left:0px; 
	top: 0px;
	width:320px;
	z-index:15;
}
div#scrollbar {position:absolute;width:15px;font-size:1px; z-index:29;left:675px; top:62px;height:390px;}
div#track {position:absolute; left:3px; top:15px;width:8px;z-index:1;height:360px;background-color:#EEE;}
div#dragBar {background-color:#7F7F7F;position:absolute; left:3px; top:0px;width:8px; height:20px;z-index:21}
div#up { position:absolute; left:0; top:0; z-index:22 }  
div#down { position:absolute; left:0; bottom:0; z-index:23 }  

/*------------------ FORMS -------------------*/
#contactForm label {
	float: left;
	clear: both;
	width: 100px;
}

#contactForm input {
	font-weight:normal;
}

.textInput, .textArea {
	border: solid 1px #999;
	padding: 1px 2px 2px 2px;
	width: 207px;
	margin-bottom: 2px;
}

.textArea {
	height: 45px;
}

.textInput, .textInputGet {
	height: 14px;
}

.textInputGet {
	border: solid 1px #999;
	padding: 2px;
	width: 140px;
	font-size: 11px;
	margin: 7px 2px 0px 0px;
}

.formButton {
	float: left;
	clear: both;
	color: #FFF;
	background-color: #CCC;
	border: none;
	padding: 2px;
	margin-top: 1px;
}

.formButtonGet {
	color: #FFF;
	background-color: #CCC;
	border: none;
	padding: 3px 2px 1px 2px;
	font-size: 10px;
	width: 46px;
	height: 17px;
}

.formButton:hover, .formButtonGet:hover {
	background-color: #FFF;
	color: #CCC;
	padding: 2px 1px 0px 1px;
	border: solid 1px #CCC;
}


/*------------------ SPRY -------------------*/

#Acc1.Accordion {
	margin-top: 5px;
	width: 99%;
	z-index: 1;
}
.AccordionPanelTab h2 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

span.AccordionPanelContent {
	display: block;
}

.AccordionPanelContent {
	overflow: visible;
	font-size: 95%;
}

#Acc1.Accordion p {
	padding-left: 5px;
}