

body {
background-color:  white; color: black;
font-family: arial,helvetica,sans-serif;
/*
font-size: 12pt;
*/
}

/* holds main and the sidebar */
.container{
float:left;
width:800px;
/*
overflow: hidden;
*/
}



.nonlink{
color: blue;
font-weight:bold;
font-size:14px;

}

.bold{
font-weight:bold;
}

.italic{
font-style:italic;
}

.green{
color:green;
}
.greenbold{
font-weight:bold;
color:green;
}


.bigtext{
font-weight:bold;
font-size:18pt;
color:green;

}



/* 
 * Topbar section 
 */
.topbar {
  width:800px;
  height: 40px;
  background-color: #A4cd80;
  margin: 0;
}

.topbar_center {
padding: 5px;
width: 700;
/*border: solid;*/
}

.topbar_center img {
float: left;
}

.topbar_leftcorner {
float: left;
width: 30px;
}

.topbar_rightcorner {
float: right;
width: 30px;
}

/* put this _after_ topbar_rightcorner in content if it is supposed to be "less right"
   (immediatedly to the left of the rightcorner) */
.topbar_contactinfo {
float: right;
color:green;
font-size:12px;
font-family: times;
font-style: italic;
/*border: solid;*/
}

/* 
 * Footer section 
 */
.footer{
font-size:9pt;
margin-left:18%;
color:green;
clear:both;
margin-top:20px;
}

/*
 * Sidebar section
 */

/* mouse-over for navigation buttons */
.navbuttons a:link {

color:#006600;
}

.navbuttons a:visited {
 color:#006600;
}

.navbuttons a:hover {

color:  blue;
}

/* navigation buttons */
div.navbuttons{
display: block;
margin: 5px auto;
font-size: 12px;
color:99ff99;
width:100px;
height:25px;
}

/* 
 * Main content section
 */

/* main */
.main{
float:left;
width:660px;
margin: 0;
padding-left: 10px;
/*
border: solid;
margin-left: 152px;
margin-bottom: -2000px; 
padding-bottom: 2000px;
*/
}

/* sidebar */
.sidebar{
float: left;
background-image: url(../images/sidebar.gif);
background-repeat: no-repeat;
width: 120px;
margin: 0;
padding-bottom: 150px;
/*
border:solid;
margin-bottom: -2000px; 
padding-bottom: 2000px;
*/
}


/* hr formatting */
hr{
background:#C9CBFF;
margin-top:46px;
height: 5px;

}


/* Header with nice colored box around it */
.header{
color:#006600; background-color:#A4cd80; font-size: 14pt; font-weight:bold;
padding-left:2px; 
}

/*format for left align photos */
.photoleft{
float: left;
margin-right: 10px;
}

/*format for center align photos */
div.photocenter{
text-align: center;
margin-top: 14px;
}


/* formatting for clear left */
.clearleft{
clear: left; 
}


/* formatting for clear left */
.clearboth{
clear: both; 
}




/* formatting for clear left */
.index{
border-style: outset;
border-width:5px;
border-color: green; 

}

/* formatting for clear left */
.conservatory{
border-style: outset;
border-width:5px;
border-color: green;
margin-top:25px; 
}

/* image magnifyier -- enlarge rightalign when mouse hovers */
.magnify2_image a {
border: 1px solid #CCC;
padding: 4px;
margin: 2px 10px 2px 2px;
position: relative;
float: right;
display: block;
width: 200px;
height: 150px;
}

.magnify2_image a:hover {
font-size: 100%;
z-index: 2;
}

.magnify2_image a img {
border: 0 none;
position: absolute;
width: 200px;
height: 150px;
}

.magnify2_image a:hover img,.magnify_image a:active img,.magnify_image a:focus img {
width: 360px;
height: 270px;
right: -40px;
top: -30px;
z-index: 1;
}

/* image magnifyier -- enlarge leftalign when mouse hovers */
.magnify_image a {
border: 1px solid #CCC;
padding: 4px;
margin: 2px 10px 2px 2px;
position: relative;
float: left;
display: block;
width: 200px;
height: 150px;
}

.magnify_image a:hover {
font-size: 100%;
z-index: 2;
}

.magnify_image a img {
border: 0 none;
position: absolute;
width: 200px;
height: 150px;
}

.magnify_image a:hover img,.magnify_image a:active img,.magnify_image a:focus img {
width: 360px;
height: 270px;
left: -40px;
top: -30px;
z-index: 1;
}

/* box for a description to the right of a single image */
.right_description {
float: right;
width: 420px; 
}

/* gallery */
.gallery_thumb_box {
	padding: 01em 01em 01em 01em;
	text-align: center;
} 

.gallery_title {
	font-size: 12pt;
	color:green;
	margin: 0px;
}

.gallery_image_box {
	text-align: center;
	margin: 10px;
}

.gallery_img {
	border: none; 
}


