/* special styles for home page */
body
{


	margin: 0;
	padding: 0;
}

#homeTop
{
	background: url(../i/greenBack.gif) repeat-x;

	background-color: #0c5c36;
	height: 424px;
	height: 450px;
	width: 100%;
}

.homeContainer
{
	padding: 135px 0 0 0px;
	width: 1000px;
	margin: 0 auto;
}

.homeNav
{
	float: right;
	width: 265px;
	padding: 0 0 0 20px;
	font-family: Arial;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
	border-left: 1px solid #ffffff;
}

.homeLogo
{	
	padding: 30px 0 0 190px;
	float: left;
	width: 475px;
}

#homeBottom
{
	background-color: #fbfbd5;
	height: 130px;
	width: 100%;
}

#flashFloatright
{
	background: url(../i/flashBack.gif) repeat-x;
	height: 130px;
	margin-left: 700px;
}

#flashcontent
{
	width: 1000px;
	height: 130px;
	margin: -130px auto 0 auto;
}

.message
{
	font-family: Helvetica;
	font-size: 13px;
	color: #666666;
}

#homeFooter
{
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	color: #999999;
	padding: 0;
	clear: both;
}

.footerContainer
{
	width: 1000px;
	margin: 0 auto;
	clear: both;
}

.footerLinks
{
	width: 625px;
	_width: 650px;
	!width: 650px;
	text-align: left;
	float: right;
	line-height: 12px;
	margin: 0;
	padding: 0;
	_padding: 7px 0 0 0;
	!padding: 7px 0 0 0;
}

.searchbox
{
	float: left;
	padding: 8px 0 0 190px;
	width: 155px;
	_width: 160px;
	!width: 160px;
	clear: both;
}

input.search
{
	width: 125px;
	height: 15px;
	float: left;
	border-color: #d4d4d2;
	border-style: inset; 
ΚΚ	border-width: 1px;
}

input.submit { float: right; }



#printTop
{
	display: none;
}

#printBottom
{
	display: none;
}

/* Listed Items */
.homeNav ul
{
	padding: 0 0 0 0;
	margin: 2px 0 0 0;
}

.homeNav ul li
{
	font-weight: bold;
	list-style: none;
	padding: 3px 0 4px 0;
}

.homeNav a 
{
	color: #ffffff;
	text-decoration: none;
}

.homeNav a:link
{
	color: #ffffff;
	text-decoration: none;
}

.homeNav a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.homeNav a:hover
{
	color: #999999;
	text-decoration: none;
}

.homeNav a:focus
{
	color: #999999;
	text-decoration: none;
}

#homeFooter ul { padding: 0; }

#homeFooter ul li
{
	display: inline;
	list-style: none;
	padding: 3px 0 4px 0;
}

#homeFooter a 
{
	color: #999999;
	text-decoration: none;
}

#homeFooter a:link
{
	color: #999999;
	text-decoration: none;
}

#homeFooter a:visited
{
	color: #999999;
	text-decoration: none;
}

#homeFooter a:hover
{
	color: #094026;
	text-decoration: none;
}

#homeFooter a:focus
{
	color: #094026;
	text-decoration: none;
}


