html {
  min-height: 100%;
  margin-bottom: 0.01em;
}

div {
   padding:0;
   margin:0;
   border:0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
    font-size:1.3em;
    color: black;
    text-align: left;
    padding-bottom: 2px;
}

h2 {
    font-size:1em;
    color: black; 
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}

h3 {
    font-size:.9em;
    color: black;
	text-align: left; 
}

h4 {
    font-size:1.3em; 
    color: red;
	font-style:italic;
}
h5 {
    font-size:1.1em;
    color: black;
    text-align: center;
    padding-bottom: 2px;
	font-weight:bold
}


a:link {
	color: blue; 
	text-decoration: none;
}
a:visited {
	color: blue; 
	text-decoration: none;
} 
a:active {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
	height: 86px;
	text-align: center;
}

#floatright {
	float:right;
}


table {
    padding:0;
    margin:0;
    border:0;
	cellpadding: 0; 
	cellspacing: 0;
}

#wrapper { /* width: 140 px */
    /* height: 100%; */
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	right: 0px;
    background: transparent url(images/sideimg-back.gif) repeat-y top left;
}

#sideimg { 
    clear: left;
	float:left;
	width: 180px;
	height: 438px;
	padding-left: 0px;
}

#block { 
    display:block;
	padding-left: 0px;
	margin-left: 200px;
}

.main_content {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    padding-top: 0em;
    padding-bottom: 2em;
	font-size: .8em; /* 11 px */
}

#special_content {
    position: absolute;
	top: 125px; 
	right: 10px;
	z-index: 1; 
}


#address { /* contact us */
	font-size: .9em; /* 11 px */
}

#grayblock {
	font-size: .9em;
	padding: 5px;
	background: #F4F4F4; 
}

/* menu bar */
#navcontainer {
    padding: 0;
    background: red;
    height: 25px;
    border-bottom: 3px #cc0000;
}

#navlist {
    margin: 0px;
    padding: 0px 0px;
    display: block;
}

#navlist li {
list-style: none;
float: left;
}

#navcontainer a, #navlist li.extend {
    margin: 0px;
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    background: Red;
    font: bold 12px arial, serif;
    color: white;
}

#navcontainer a:hover {
    background: #FF6666;
}

#navcontainer a#current {
    background: #CC0000;
}

.textblock  /* index page */ {	
    margin-left: 20px;
    margin-right: 15px;
	font-family: Tahoma, Arial, Helvetica,sans-serif;
	font-size: .8em;  
	line-height: 16px; 
}

.text-bullet /* services page */ {	
    margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em; 
	line-height: 20px; 
}
.text-bullet2 /* services page */ {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em; 
	line-height: 14px; 
}
.text-tablehead /* links page */ {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	line-height: 16px;
	text-align: center;
	background: #D6D6D6;
	font-weight: bold;
	color: #878787;
	line-height: 20px;
}
.text-tablecell /* links */ {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 16px;
}

/****/
.formtext /* contact us */ {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em; 
	line-height: 15px; 
}

tr#copyright1 td {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size: .7em;
	font-weight: bold; 
	}

tr#copyright2 td {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: .6em;
	color: black;
}

/* gallery */	
	
.thumb { 
	margin: 3px;
	border: 2px solid #A0ACC0;
	height: auto;
	float: left;
	text-align: center;
}
		
.thumb img{ 
	display: inline;
	margin: 5px;
	border: 1px solid #A0ACC0;
}

.thumb a:hover img {
    border: 1px solid red;
}

.phototitle {  
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
  	font-size: .6em;   
    width: 155px;
    margin: 0 3px 3px 3px;
}
#LeftBox {
float:left;
width:270px;
font-size: .8em; /* 11 px */

}
#RightBox {
font-size: .8em; /* 11 px */

float:left;
width:270px; /* Width of the box - may or may not be necessary*/
margin:0 0 0 0; /* positions the box next to the other. This will have to be adjusted depending on the LeftBox.*/
}

#noUpdate
			{
				margin: 0 auto;
				font-family:Arial, Helvetica, sans-serif;
				font-size: x-small;
				color: #cccccc;
				text-align: left;
				width: 310px; 
				height: 200px;	
				padding: 40px;
			}