/* CSS Document */
html
{
height: 100%;
}
body
{
margin: 0;
padding: 0;
}
p
{
/*text-indent: 30px;*/
}
blockquote
{
line-height: 2.0;
}
.ullinks
{
list-style: square;
line-height: 2.0;
}
.spacer
{ clear: both;
  width: 80px;
  height: 22px;
}

/* MAIN CONTAINER */
#maincontainer
{
width: 900px;
}


/* LOGO */
#logo
{
height: 107px;
text-align: right;
/*border-bottom: 3px solid;*/
padding: 11px 5px 11px 0px; /*align: top,right,bottom,left*/
}
.title
{
font-size: 150%;
text-transform: uppercase;
}
.motto
{
font-size: 125%;
font-style: italic;
}

/* NAVIGATION */
#menu
{
border-top: 5px ridge;
}
#menu ul
{ margin: 0px auto; 
  padding: 0px 0px 0px 0px; /*align: top,right,bottom,left*/
  list-style: none; 
  text-align: center; 
} 

#menu li
{ 
margin: 0px; 
  padding: 0px; 
  list-style: none; 
  float: right; 
} 

#menu li a 
{ 
display: block; 
  float: left; 
  /*border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;*/
  width: 150px;
  font-size: 100%; 
  text-decoration: none; 
  padding: 0px 0px 0px 0px; /*align: top,right,bottom,left*/
  font-weight: bold; 
  text-transform: capitalize;
}

/* message */
#messagecontainer
{
width: 900px;
border-top: 5px ridge;
}

/* column 1 - contains sidebar items */
#column1
{ width: 200px;
  float: left;
  padding: 16px 0px 15px 19px; /*align: top,right,bottom,left*/
}

#column1 h1
{ padding: 0px 0px 6px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px dashed;
}

.sidebaritem
{ position: relative;
  text-align: left;
  width: 200px;
  float: left;
  /*margin: 0px 0px 15px 0px;
  padding: 8px 0px 8px 0px;*/
}

/* column 2 - page content */
#column2
{ text-align: justify;
  padding: 12px 22px 15px 0px;/*align: top,right,bottom,left*/
  width: 600px;
  float: right;
}

#column2 h1, h2, h3
{ padding: 12px 0px 6px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-family: "palatino linotype", georgia;
  letter-spacing: 2px;
}

.sidebaritem a, #column2 a
{ padding: 0px;
  text-decoration: underline;
}

.sidebaritem a:hover, #column2 a:hover
{ padding: 0px;
  text-decoration: none;
}

/* footer */
#footer
{ 
padding: 9px 0px 3px 0px;
  width: 900px;
  text-align: right;
  border-top: 1px solid;
  /*height: 22px;
  margin-left: auto; 
  margin-right: auto;
  border: 1px solid;*/
}

#footer a, #footer a:hover
{
text-decoration: none;
}
#footer a:hover
{
text-decoration: underline;
}

/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 448px;
  height: 29px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row, span.forminput, div.forminput
{ float: left;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
  height: 22px;
}

input, textarea
{ /*width: 259px; 
  font-family: verdana, arial, sans-serif;*/
  font-size: 100%;
  border: 1px solid;
}

.submit
{ /*font-family: verdana, arial, sans-serif;*/
  font-size: 100%;
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
}
.atc
{
width: 85px;
height: 23px;
}
