@charset "UTF-8";
@import url("browser-reset.css");


/*  REDEFINES  */

* {margin: 0; padding: 0;}
a img {border: none;}

a:focus,
a:active{
outline: none;
border: none;
}
body{
background: #99cc99 url(../images/bg.jpg) repeat-x left 10px;
behavior: url(js/csshover.htc);
text-align: center;
}
body,html{
font: 9pt/1.4em Arial, Helvetica, sans-serif;
color: #666;
}
a:link, a:active, a:visited{
color: #333;
text-decoration: none;
}
a:hover{
color: #700203;
text-decoration: underline;
}
p{
clear: left;
margin: 0 0 20px 0;
}
h1{
font-size: 20px;
margin: 0 0 20px 0;
}
h2{
font-size: 14px;
}

/*  LAYOUT IDs  */

#container{
	width: 1000px;
	height: 550px;
	margin: 0px auto 0 auto;
	position: relative;
	color: #FFF;
}
#logo{
	position: relative;
	top: 420px;
	font-size: 24pt;
	font-family: "Arial Black", Helvetica, sans-serif;
	width: 0px;
	height: 0px;
	padding-top: 40px;
	padding-left: 10px;
}
#inner{
	position: absolute;
	top: 50px;
	left: 40px;
	width: 900px;

}
#content{  /* second column, first is #slideshow */
	width: 550px;
	float: left;
	text-align: left;
	margin: 15px 0 0 0;
}
#copy{
	height: 334px;
	overflow: auto;
	padding: 40px 10px 0 7px;
	color: #fff;
	text-align: right;
}
#copy.menu ul li{
margin: 0 0 10px 20px;
}
#copy a:link, #copy a:active, #copy a:visited{
	color: #99cc99;
	text-decoration: underline;
}
#copy a:hover{
color: #fff;
text-decoration: underline;
}
#copyright{
	width: 480px;
	height: 20px;
	position: absolute;
	top: 500px;
	left: 420px;
	font-size: 11px;
	text-align: left;

}

/*  NAV  */

#nav{
	height: 20px;
	text-align: right;
}
#nav ul li{
display: inline;
list-style: none;
padding: 0 5px 0 0;
}
#nav ul li a{
font-size: 12px;
line-height: 20px;
padding: 7px;
color: #000;
text-decoration: none;
}
#nav ul li a.current,#nav ul li a:hover{
	background-color: #000033;
	color: #fff;
	font-size: 12px;
}


/*  SLIDESHOW   */

#slideShow{
	width: 337px;
	height: 455px;
	background: url(../images/gallery-border.png) no-repeat left top;
	display: none;
	float: left;
}
#slideShow #picArray{
position: relative;
top: 17px;
left: 15px;
}

#space{
	font: 9pt/1.5em Arial, Helvetica, sans-serif;
}

/*  CLASSES  */

.floatR{
float: right;
}
.floatL{
float: left;
}
.icon{
position: relative;
top: 4px;
}
