/* CSS Document */
body {
	background-color: #FAB737;
	background-image: url(images/bg-grad.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
a
{
	color:#DDF;
	}
.bottom-lemon {
	background-color: #000000;
	background-image: url(images/lemons.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.bottom-edge {
	background-image: url(images/bottom-shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.left-side {
	background-image: url(images/left-sidebg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.right-side {
	background-image: url(images/right-sidebg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.right-inside {
	background-image: url(images/side-lemons.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.top {
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.topcorner {
	background-image: url(images/logo-corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #ffffff;
	margin-right: 20px;
	margin-left: 70px;
}
.navigation td {
	padding-right: 5px;
	padding-left: 5px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: none;
	background-color: #000000;
	margin: 20px;
	margin-bottom: 90px;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
	padding-bottom: 10px;
}
.menu
{
	text-align:center;
	}
.menu a{
	color: #FFFFFF;
	text-transform:lowercase;
	text-decoration:none;
	
}
.menu a:hover{
	color: #FFE;
	text-transform:lowercase;
	text-decoration:none;
    text-shadow:1px 1px 1px #FFE;
	
}
input {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.copyright a {
	color:#000;
}
.copyright a:hover {
	color:#777;
}

h1 
{
	font-size:24px;
	}
	
	.ContactTitle
	{
	font-size:24px;
	}
	.ContactErrorMsg
	{
	color:#FAA;
		}
	.ContactEntrylabel, .ContactErrorlabel
	{
	text-align:right;
	padding-left:5px;
	font-weight:bold;
	vertical-align:top;	
	}
	.submenu
	{
		float:right;
		border:double 3px #FFF;
		padding:5px;
		width:210px;
		margin-left:10px;
		margin-bottom:10px;
		font-size:14px;
		background-color: #333;
		}
	.submenu a
	{
font-family:Georgia,"Times New Roman",Times,serif;
font-size:16px;		
color:#FFF;
text-decoration:none;
text-transform:lowercase;
font-weight:normal;
		}		
	.submenu a:hover
	{
	text-decoration:underline;
}	
	.submenutitle
	{
font-family:Georgia,"Times New Roman",Times,serif;
font-size:22px;		
text-align:center;
border-bottom:dotted 1px #fff;
text-transform:lowercase;
font-weight:bold;
}
		
