/* CSS Document */

body, div, p, td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

body
{background-color: #FFFFFF;}

a
{	font-family:Geneva, Arial, Helvetica, sans-serif;}

h1
{
	font-size: 16px;
	color: #4c721d;
	line-height: 18px;
	margin:0px;
	text-align:center;
}

h2
{
font-size:20px;
color: #a2b584;
margin:0px 0 5px 40px;
}

h3
{
	font-size:14px;
	margin:0px;
	color: #000;
}

h4
{
	font-size:14px;
	margin:0px;
	color: #93bf38;
}

h5
{
	font-size:12px;
	margin:0px;
	color: #055e26;
	text-transform: uppercase;
}


h6
{
	font-size:22px;
	color: #055e26;
	margin:0;
	padding:30px 0 0 80px;
}

table
{
	background-color:#a2b584;
	margin-top:25px;
}

td
{	background-color:#FFFFFF;
		font-size:10px;
	line-height:12px;
	color:#98002e;
	text-align:left;
}



#container
{
	height: 100%;
	margin: 5px auto;
	width: 800px;	
}

	
#top
{
	height: 30px;
	width: auto;
	margin-bottom: 10px;
	text-align:center;
	padding: 5px 0 5px 0;
}


#flashmenu
{ height:400;
}
	
#maincontent
{
	height:auto;
	padding:0px 0px 10px 0px;
	margin-top:30px;
	margin-bottom:20px;
	margin-left:212px;
	width:500px;
}
	
#maincontent p
{
	line-height: 17px;
	text-align: left;
	margin: 0px;
	color: #4c721d;
}

#maincontent img {
float: left;
margin-right:15px;
border: #a2b584 1px solid;
}


#maincontent a
{	
	color:#98002e;
	text-decoration:underline;
}

#maincontent a:hover
{	color:#4c721d;
	text-decoration:none;
}

	
#boxleft
{
	width:180px;
	margin:35px 20px 0px 0px;
	float: left;
	clear:right;
}

#boxleft p {
padding-top:0px;
color: #4c721d;
}


	
#boxright
{
	width:160px;
	margin:40px 0px 30px 15px;
	float: right;
	color: #a2b584;
	text-align:left;
}
	
.intend 
{
	font: 12px;
	padding-left:20px;
}

.link
{
	color: #006600 ;
	text-decoration:underline;
}

.link:hover {
color:#669900;
text-decoration:none;
}

#portfolio{

height:80px;


/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

#portfolio img{
	padding-left:120px;
	padding-top:15px
}


#flashcontent{
padding-left:200px;
padding-top:35px;
}


.thumbnail img{
margin: 8px;
}

.thumbnail:hover{
background-color: transparent;
}



.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 5px;
left: -1000px;
border: 1px solid #003300;
visibility: hidden;
color: black;
text-align:center;
font-style:oblique;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;

}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -265px;
left: 215px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

#footer
{
	width:auto;
	margin-top:20px;
	text-align:center;
	color:#a2b584;
	border-top: 1px dotted #a2b584;
	padding-top:20px;
	clear:both;
}

#footer a
{ text-decoration:underline;
color:#a2b584;
}

#footer a:hover
{ text-decoration:none;
}
