/* 

WEBSITE: www.xxxxxxx.com

Created by: xxxxxxxxx xxxxxxx

--------------------------

Table of Contents

01. General

02. Main Layout

03. Links

04. Fonts

05. Other

*/

/* 01. General*/

body {
margin: 0px;
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
color: #333;}

.green {
color: #297b08;}

.form {
margin: 0px;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #333;}

.newsdate {
margin: 0px;
font-family: Verdana, Geneva, sans-serif;
font-size: 10px;
color: #897791;}
.newstitle {
margin: 0px;
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
font-weight:bold;
color: #333;}
.newscopy {
margin: 0px;
font-family: Verdana, Geneva, sans-serif;
font-size: 10px;
color: #333;}

p,ul {
margin-top: 10px;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #333;
line-height:1.4em;
}

.bodyb {
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
color: #333;
line-height:1.4em;
font-weight:normal;
}

.note {
font-family: Verdana, Geneva, sans-serif;
font-size: 10px;
color: #333;
line-height:1.4em;
font-weight:bold;
}

.title {
font-family: Georgia, Geneva, sans-serif;
font-size: 20px;
color: #4c4c4c;
line-height:1.6em;
font-weight:bold;
}

.subtitle {
font-family: Georgia, Geneva, sans-serif;
font-size: 16px;
color: #4c4c4c;
line-height:1.6em;
font-weight:bold;
text-decoration:underline;
}

.button {
font-family: Georgia, Geneva, sans-serif;
font-size: 16px;
color: #4c4c4c;
line-height:1.6em;
font-weight:bold;
}

.titlegreen {
font-family: georgia, Geneva, sans-serif;
font-size: 20px;
color: #297b08;
line-height:1.6em;
font-weight:bold;
}

.footertag {
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #ffffff;
line-height:1.4em;
font-weight:normal;
}

.menu {
margin: 0px;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
font-weight:bolder;
text-decoration:none;
color: #fff;}

.menu:hover {
margin: 0px;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
font-weight:bolder;
text-decoration:none;
color: #dedede;}

.menubottom {
margin: 0px;
font-family: Verdana, Geneva, sans-serif;
font-size: 10px;
font-weight:normal;
color: #eee;}

.copyright {
margin: 0px;
font-family: Verdana, Geneva, sans-serif;
font-size: 10px;
font-weight:normal;
color: #4c4c4c;}

.menutop {
margin: 0px;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
text-decoration:none;
color: #dedede;}

.tag {
margin: 0px;
font-family: Geneva, sans-serif;
font-size: 19px;
font-style:italic;
color: #ffffff;}

/* 02. Main Layout */

#wrapper {
}

#header {
}

#mainleft {
float: left;
}


#menu {
}

#maincontent {
}

#mainright {
float: right;
}

#footer {
width: 100%;
}


.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 3px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid white;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #dedede;
padding: 3px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -220px;
left: -100px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


/* end */
