 /*<![CDATA[*/
body
{
  margin: 0;
  padding: 0;
  font: 85% Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  color: #666666;
  background-color: #ffffff;
}

a:link { color: blue; }
a:visited {color: green; }
a:active{ color: red; }
a:hover{
  color: #000000;
  background-color: #cccccc;
}

/* reset header fonts */
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
border:0;
margin:0;
padding:0 0 10px 0;
}
h1{font-size:22px;font-weight:bold;}
h2{font-size:20px;font-weight:bold;}
h3{font-size:18px;font-weight:bold;}
h4{font-size:16px;font-weight:bold;}
h5{font-size:14px;font-weight:bold;}
h6{font-size:12px;font-weight:bold;}

p {
  color: #333333;
}


#container{
  width: 85%;
  text-align: left;
}

/* top navbar container */
#topcontainer{
  text-align: left;
}
#header{
  height: 50px;
  background-image: url(arch_white_stock_photography.jpg);
  background-repeat: no-repeat;
  position: relative;
}
#title{
  float: right;
  height: 50px;
  width: 180px;
  color: #737373;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  background-color: white;
}
.title_text{
  padding: 15px 0px 3px 0px;
}
.nav1{
  height: 50px;
  background-color: white;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
}





/* main body section */
#maincontainer{
  text-align: left;
}
#contents{
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
}
.pagebody{
  width: 70%;
  padding: 5px 10px 5px 10px;
  margin: 0px;
}
.pagebody a:link, .pagebody a:visited, .pagebody a:active{
  color: blue;
}
.pagebody a:hover {
  color: black;
  background-color: yellow;
}
.pagebody img{
  padding: 5px;
  border: 2px solid black;
  margin: 10px;
}
.page_height img{
  padding: 0;
  border: 0;
  margin: 0;
}


#subnav{
  float: right;
  width: 180px;
  height: 100px;
  border-right: 1px solid #999999;
}


/* footer section */
#footer{
  clear: both;
  height: 30px;
  margin: 0px 10px 3px 10px;
}
.foot_right{
  float: right;
  height: 50px;
  width: 35%;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  color: #737373;
  padding: 10px 5px 5px 5px;
}
.foot_right a{
  text-decoration: none;
  padding: 10px 8px 5px 8px;
  margin: 0px;
}
.foot_right a:link, a:visited{
  color: #999999;
}
.foot_right a:hover, a:active {
  color: #000000;
  background-color: #cccccc;
}

.foot_left{
  width: 60%;
  color: #737373;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 5px 5px 5px;
}
.foot_left a{
  text-decoration: none;
  margin: 0px;
}
.foot_left a:link, a:visited{
  color: #999999;
}
.foot_left a:hover, a:active {
  color: #000000;
  background-color: #cccccc;
}

.footx {
  clear: both;
  height: 30px;
  margin: 0px 10px 3px 10px;
  color: #ccc;
  background-color: #cccccc;
}


.logintable {
        margin: 0;
}
.login {
        font-size: 10px;
        color: #999999;
        text-align: center;
}
.login input {
        font-size: 10px;
        background-color: #cccccc;
        border: 1px solid #999999;
}
.login a:link, .login a:visited, .login a:active {
        color: #999999;
        text-decoration: none;
}
.login a:hover {
        color: #000000;
        text-decoration: none;
}
.login_button {
        font-size: 10px;
        color: #FFFFFF;
        text-align: center;
}


.buttonSubmit {
        background-color: #cccccc;
        font-size: 10px;
        color: #000000;
        border: 1px solid #000000;
        padding: 1px 2px 1px 2px;
}
.buttonSubmitRoll {
        background-color: #f4df00;
        font-size: 10px;
        color: #000000;
        border: 1px solid #000000;
        padding: 1px 2px 1px 2px;
}

#guestbook img{
        padding: 0;
        border: 0;
        margin: 0;
}

/* generic form styles */
.genform_table{
	padding:10px;
}
.genform_text{
	font-weight:bold;
	text-align:right;
}
.genform_field{
	text-align:left;
}
.genform_button{
	text-align:center;
}

/* basket styles */
#fsbasket_wrapper{
	width:100px;
	text-align:center;
	padding: 5px;
	margin: 10px;
}
#fsbasket_value{
	font-size:10px;
	text-align:center;
}
#fsbasket_link{
	font-size:10px;
	text-align:center;
}
#fsbasket_link a {
	text-decoration: none;
}



h1,h2,h3,h4,h5,h6 { color: #666; }


/* as used in HTML class */
.button { background-color: #ff9933; color: #000; border: 1px solid #999; }
.buttonRoll { background-color: #fff; color: #000; border: 1px solid #ff9933; }
/* basket styles */
#fsbasket_wrapper{border:1px solid #999;}
#fsbasket_value{color:#999;}
#fsbasket_link a {color: #00f;}
#fsbasket_link a:hover{color: #f00;}
/* generic form styles */
.genform_table{border:1px solid #999;}
.genform_text{color:#000;}
.genform_field input{background: #fff;border:1px solid #999;}
.genform_button{color: #000;}




  /*]]>*/
