/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins.css";


/* Site
-------------------------------------------------------------- */

body {
	margin: 0;
	/*background-image: url(../img/bg.png);*/
	background: url(../img/bg.jpg) no-repeat fixed 50% 0pt;
	background-color: #000;
}

html {
		overflow: -moz-scrollbars-vertical;
}

#page {
	margin: 40px auto;
	width: 750px;
}

/* Column Main
-------------------------------------------------------------- */
 
#column_main {
	width: 540px;
	position: relative;
}
  
#column_menu {
	float: right;
	width: 195px;
}

#slideshow {
  position: relative;
  height: 270px;
  width: 540px;
  overflow: hidden;
  margin-bottom: 15px;
}

#slideoverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 540px;
  height: 270px;
  z-index: 990;
  background-image: url(../img/slideoverlay.gif);
}

#imgnav {
  position: absolute;
  top: 235px;
  right: 20px;
  z-index: 999;
}
#imgnav a {
  color: black;
  background: #CCC;
  text-decoration: none;
  margin: 0 3px; padding: 3px 6px;
  opacity:.5;
}
#imgnav a.activeSlide {
  background: #FFF;
  opacity:1;
}
#imgnav a:focus { outline: none; }

#content {
  background-color: white;
  padding: 20px;
  margin-bottom: 15px;
}

#logo {
  background-color: white;
  padding: 12px 3px;
}

#menu {
  background-color: white;
  padding: 15px;
  margin: 15px 0;
  font-size: 120%;
}
#menu ul {
	list-style-type:  none;
	margin: 0;
	padding: 0;
}
#menu li {
	list-style-type:  none;
	margin: 0;
	padding: 0;
}

#credits {
  text-align: center;
  color: #666;
  font-size: 9px;
}
#credits a {
  color: #666;
}

h1 {
  font-size: 150%;
}

/* Forms */
.csc-mailform, form {
	border: 0;
	padding: 0;
}
form {
	margin-top: 10px;
}
.csc-mailform-field {
	width: 566px;
	position: relative;
	padding: 5px 0;
}
.csc-mailform-field label {
	display: block;
	width: 120px;
	text-align: right;
}
.csc-mailform-field input {
	position: absolute;
	left: 130px;
	top: -2px;
}
.csc-mailform-field textarea {
	margin-left: 130px;
	margin-top: -20px;
}
.csc-mailform-submit {
	margin-top: 5px;
	clear: both;
}

