@charset "UTF-8";
/* CSS Document */
        body {
	padding:0;
	border:0;                       /* This removes the border around the viewport in old versions of IE */
	width:1024px;
	min-width:800px;        /* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
                font-size:80%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #33322B;
	background-image: url(../images/cb.jpg);
	background-repeat: repeat;
        }
  .centerimage {
        border: thick solid #FFF;
        margin-left: 25%;
  }
  .image1 {
        border: thick solid #FFF;
  }
        /*  */
  /*]]>*/
  .image2 {
        border: thick solid #FFF;
        margin-left: 22px;
        float: left;
  }
    a:link {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
  a:visited {
	color: #000;
	font-weight: bold;
}
  a:hover {
	color: #666;
}
  a:active {
}


        h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	clear:left;
	font-family: Arial, Helvetica, sans-serif;
        }
        p {
                margin:.4em 0 .8em 0;
                padding:0;
        }
        img {
                margin:10px 0 5px;
        }
  #topphoto {
	background-color: #FFF;
	width: 100%;
	background-image: url(../images/log15.png);
	height: 200px;
	float: right;
	background-repeat: no-repeat;
	background-position: center;
  }
        
        /* Header styles */
        #header {
                clear:both;
                float:left;
                width:100%;
        }
        #header {
        border-bottom:1px solid #000;
        background-color: #5E5D4F;
        }
        /* 'widths' sub menu */
        #layoutdims {
        clear:both;
        border-top:4px solid #000;
        margin:0;
        padding:6px 15px !important;
        text-align:left;
        color: #FFF;
        background-color: #000;
        }
        #layoutdims a {
	color: #FFF;
        }
        #layoutdims a hover {
	color: #FAFFD6;
        }
        /* column container */
        .colmask {
                position:relative;      /* This fixes the IE7 overflow hidden bug */
                clear:both;
                float:left;
                width:100%;                     /* width of whole page */
                overflow:hidden;                /* This chops off any overhanging divs */
        }
        /* common column settings */
        .colright,
        .colmid,
        .colleft {
                float:left;
                width:100%;
                position:relative;
        }
        .col1,
        .col2,
        .col3 {
                float:left;
                position:relative;
                padding:0 0 1em 0;
                overflow:hidden;
        }
        /* 2 Column (right menu) settings */
        .rightmenu {
	background:#fff;                /* right column background colour */
        }
        .rightmenu .colleft {
	right:25%;
        }
        .rightmenu .col1 {
	width:71%;                      /* left column content width (left column width minus left and right padding) */
	left:27%;
}
        .rightmenu .col2 {
	width:22%;                      /* right column content width (right column width minus left and right padding) */
	left:29%;                       /* (right column width) plus (left column left and right padding) plus (right column left padding) */
	text-align: center;
        }
  .clear { /* A CSS class for the property */
   clear: both;
} 
        /* Navigation styles */  
  #navcontainer ul
  {
        padding-left: 0;
        margin-left: 0;
        background-color: #5E5D4F;
        color: White;
        float: left;
        width: 100%;
        font-family: arial, helvetica, sans-serif;
  }

  #navcontainer ul li { display: inline; }

  #navcontainer ul li a
  {
        background-color: #5E5D4F;
        color: White;
        text-decoration: none;
        float: left;
        border-right: 1px solid #fff;
        padding-top: 0.2em;
        padding-right: 2em;
        padding-bottom: 0.2em;
        padding-left: 2em;
  }

  #navcontainer ul li a:hover
  {
        background-color: #43413A;
        color: #fff;
  } 
    #navcontainer2 ul
  {
	background-color: #FFF;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
  }

  #navcontainer2 ul li {
	display: inline;
}

  #navcontainer2 ul li a
  {
	background-color: #A19F87;
	color: #000;
	text-decoration: none;
	float: left;
	border-top-width: 10px;
	border-right-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-right-color: #fff;
	padding: 20px;
	border-top-color: #FFF;
  }

  #navcontainer2 ul li a:hover
  {
	background-color: #000;
	color: #FFF;
  }
        /* Footer styles */
        #footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
	background-color: #000;
	text-align: center;
        }
        #footer p {
                padding:10px;
                margin:0;
        }
		#footer a {
	color: #FFF;
	font-size: 12pt;
	font-weight: bold;
}
#footer a:hover {
	color: #CCC;
} 
  .col11 {                float:left;
                position:relative;
                padding:0 0 1em 0;
                overflow:hidden;
  }
  .col21 {                float:left;
                position:relative;
                padding:0 0 1em 0;
                overflow:hidden;
  }
.blur{
	background-color: #ccc; /*shadow color*/
	color: #FFF;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}

.content{
	background-color: #C1B5A5; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: .5em 2ex;
}
.content2 {
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000;
	text-align: center;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.shadow, .content2 {
	position: relative;
	bottom: 2px;
	right: 2px;
}
  .sideimage {
	padding-top: 5px;
	padding-bottom: 15px;
}
  .largetext {
	font-size: 16px;
	font-weight: bold;
}
.large-image {
	border: 22px solid #000;
}
.underline {
	text-decoration: underline;
}
.form
{
	padding-right: 200px;
}

.form span
{
	float: left;
	width: 120px;
	clear: both;
}
.form .normal
{
	width: 120px;
	float: none;
}
.form .short
{
	background-color: #BFC1AA;
	font-weight: bold;
}
.form .submit {
	margin-left: 400px;
}

.form input, .form select, .form textarea
{
	margin-top: 2px;
	margin-bottom: 2px;
}

