/* CSS Classes  For Site with Header and 2 columns for Content 
---------------------------------------
WRAPPER CLASS
Wrapper class will be tha main div that holds all the inner divs
---------------------------------------
HEADER
Will hold all the content that will appear on the header (Flash logo, horizontal menu etc)
---------------------------------------
CONTENT
Will have 2 inner divs inside. 1 for vertical menu and 1 for the content
---------------------------------------
LEFT COLUMN
In our case this will be the menu
---------------------------------------
RIGHT COLUMN
Will hold the content of our site
---------------------------------------
Copyright EPAFOS 2008 | Kiriakopoulos Panagiotis

*/ 

.wrapper {
	background-color:#FFFFFF;
	margin:0 auto;
	width:900px;
	text-align:left;
	border: 1px solid #000000;
	display:table;
} 
.header{
width:900px;
background:white;
} 
.HSplitter{
	width:900px;
	height:10px;
	background-color: #96ae87;
} 
.content{
	width:900px;
}
.leftcolumn{
float:left;
width:180px;
padding:20px;
}
.rightcolumn{
width:630px;
padding-top:20px;
padding-bottom:20px;
padding-right:20px;
float:right;
}
/* -------Content Text Design---------*/
.article{
width:620px;
background:#F5EEE0 url(images/topbg26.gif) top repeat-x;
line-height:15px;
}
.artfoot{
	width:609px;
	margin-bottom:0px;
	text-align:left;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #96ae87;
	border-bottom-color: #96ae87;
	border-left-color: #96ae87;
}
.artfootInner{
	width:555px;
	margin-bottom:20px;
	text-align:left;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #96ae87;
}

.infobar ul{
list-style:none;
text-align:right;
margin:0;
}
.decorate {
	color: #993300;
	text-decoration: underline;
}

.infobar ul li{
width:209px;
height:24px;
padding-top:2px;
background:no-repeat top center url(images/button_33.gif);
text-align:center;
color:#F4EDDF;
float:right;
font-weight:bold;
font-size:11px;
font-family:Verdana;
}
.infobar ul li a:link, .infobar ul li a:visited, .infobar ul li a:hover{
display:block;
text-decoration:none;
color:black;
} 
/*General Classes*/

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	line-height: 15px;
}
.Notes {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #333333;
	font-size: 11px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top:10px;
}

a:link {
	color: #BA8F38;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: underline;
}
.Footer{
	text-align:center;
	width:902px;
	height:15px;
	text-align:center;
	font-size:9px;
	color:#333333;
	background-color: #96ae87;
	display:table;
	background-position: bottom;
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.Footer a:link {
	color:#333333;
	font-size:9px;}
.Footer a:hover {
	color:#CCCCCC;
	font-size:9px;}
.Footer a:visited {
	color:#333333;
	font-size:9px;}		
/*CSS MENU STYLES*/
		
/*      V1        */
	
*{
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu4 {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #57813d;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu4 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#menu4 li a:link, #menu4 li a:visited {
	color: #495044;
	display: block;
	background: url(images/menu4.gif);
	padding: 8px 0 0 30px;
	}
	
#menu4 li a:hover {
	color: #fff;
	background: url(images/menu4.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}
	
#menu4 li a:active {
	color: #fff;
	background: url(images/menu4.gif) 0 -64px;
	padding: 8px 0 0 30px;
	}
#memberlist li a{
	line-height:20px;
	text-decoration:none;
	list-style-image:url(images/arrowhead.jpg);
	text-indent:35px;
	color:#003366;
	}
#memberlist li a:Hover{
	line-height:20px;
	text-decoration:none;
	list-style-image:url(images/arrowheadOver.jpg);
	text-indent:35px;
	color:red;
	}	
	
#magazines li a{
	line-height:20px;
	text-decoration:none;
	list-style-image:url(images/treelist.jpg);
	text-indent:35px;
	color:#003366;
	}
#magazines li a:Hover{
	line-height:20px;
	text-decoration:none;
	list-style-image:url(images/treelistOver.jpg);
	text-indent:35px;
	color:red;
	}	
.ImageBox {
	border: thick solid #CCCC99;
}
.leftcolumnImage{
	float:left;
	padding-top:10px;
	display: block;
	

}
.rightcolumnText{
	width:290px;
	height:330px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:5px;
	float:right;
	display: block;
}
input {
	height: 20px;
	width: 300px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #666666;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
textarea {
	height: 200px;
	width: 400px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #666666;
	padding: 10px;
}
#button {
	width: 100px;
	height: 25px;
	cursor:pointer;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
}
.FieldTitle {
	text-indent: 12px;
}
.leftcolumnGuestbook{
	float:left;
	padding:10px;
	width:350px;
	height:200px

}
.rightcolumnImage{
	width:200px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:5px;
	float:right;
}
#SimpleList li {
	list-style-position: inside;
	list-style-type: square;
}
.blackBox {
	border: 1px solid #000000;
}
.underline {
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	display: block;
}
