@charset "UTF-8";
/* CSS Document */

html, body
{
	margin: 0;
	padding:0;
	font-family:"Comic Sans MS", Arial, sans-serif;
	font-size:13px;
	
}

a:link
{
color:#000000;
text-decoration:underline;
}

a:hover
{
color:#000000;
text-decoration:none;
}

a:visited
{
color:#000000;
}

#pageContainer
{
width:730px;
margin: 0 auto;
padding-top:10px;
}

#leftContainer
{
width:144px;
}

#rightContent
{
width: 498px;
float:left;
margin-top:10px;
margin-bottom:10px;
padding-bottom:10px;
padding-top:10px;
padding-left:20px;
padding-right:20px;
border: 1px solid #000000;
overflow:hidden;
background:#FFFFFF;
color:#000000;
}


#flashLogo
{
width:auto;
float:left;
background:#222222;
font-size:10px;
background:#FFFFFF;
margin-bottom:10px;
margin-top:7px;
}

.logos
{
margin-top:10px;
}

.title
{
font-size:16px;
font-weight:bold;
padding-bottom:10px;
}

#footer
{
clear:both;
width:auto;
height:auto;
padding: 2px;
color:#000000;
background:#7FA30A;
font-size:10px;
color:#000000;
border: 1px solid #000000;
}

.footerLeft
{
width:50%;
float:left;
text-align:left;
padding-bottom:10px;
font-size:10px;
}

.footerRight
{
width:50%;
float:right;
text-align:right;
padding-bottom:10px;
font-size:10px;
}


/*Menu System*/
#menu {
width: 180px;
float:left;
padding-top:10px;
padding-right:10px;
}

div#menu ul li
{
display:block;
background-color:#7ca115;
width:178px;
height:30px;
margin-bottom:5px;
text-align:center;
list-style:none;
margin-left:0px;
color:#FFFFFF;
border: 1px solid #000000;
}

div#menu ul
{
padding:0px;
margin:0px;
}

a.linkBlock
{
width:178px;
height:22px;
display:block;
padding-top:8px;
color:#FFFFFF;
text-decoration:none;
}

a:hover.linkBlock
{
background-color:#532D09;
color:#FFFFFF;
text-decoration:none;
}

a:visited.linkBlock
{
width:178px;
height:22px;
display:block;
padding-top:8px;
color:#FFFFFF;
text-decoration:none;
}

div.contactLeft
{
width:auto;
padding-right:50px;
float:left;
margin-bottom: 20px;
}

div.contactForm
{
clear:both;
}

div.submitButton
{
float:right;
}

div.photoSmall 
{
	margin-right: 10px;
	float:left;
	margin-bottom: 10px;
	height: 105px;
	font-size: 9px;
	color: #666666;
	width: 155px;
}

div.photoSmall img
{
	border: 1px solid #333;
	height:100px;

}
div.photoSmallPortrait 
{
	margin-right: 10px;
	float:left;
	margin-bottom: 10px;
	height: 185px;
	font-size: 9px;
	color: #666666;
	width: 113px;
}

div.photoSmallPortrait  img
{
	border: 1px solid #333;
	width: 113px;
}


img {
border-style: none;
}

