/* CSS Document */
/* Dimitri Pozios*/

/*---------------------------------------------BODY------------------------------------------------*/
body
{
	font-family: Calibri, Arial, Verdana, Sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	background-color: #e7ddbe;
	width: 880px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 40px;
}

/*---------------------------------------------MENU------------------------------------------------*/
#menu
{
	float: left;
	width: 160px;
	height: 347px;
	background-color: #d7d6c4;	
}
#menu h2
{
	margin: 8px;
	text-indent: 4px;
	border: 2px inset;
	color: #e4e3de;
	background-color: #003333;
	font-size: 14px;
}
#menu h2 a
{
	color: #e4e3de;
	display: block;	
}
#menu h2 a:hover
{
	background-color: #44c186;
	color: #d7d6c4;	
}
#menu h2 a:focus
{
	background-color: #003333;
	text-decoration: none;
}
#menu h2 a:visited
{
   	text-decoration: none;	
}
#menu h3
{
	margin: 8px;
	border: 2px outset;	
	background-color: #1c5539;
	text-indent: 5px;
	font-size: 14px;	
}
#menu h3 a
{
	text-decoration: none;
	color: #d7d6c4;
	display: block;
}
#menu h3 a:hover
{
	background-color: #003333;
	color: white;
	text-indent: 5px;
}
#menu h3 a:focus
{
	background-color: #003333;
	text-decoration: none;
}
#menu h3 a:visited
{
   	text-decoration: none;		
}

#copyright
{
	padding-left: 35px;
	font-size: 10px;
}
#copyright a
{
	text-decoration: none;
	color: #1c5539;
}

#validator
{
	margin-top: 140px;
}
#validator img
{
	border: none;
	margin-top: 30px;
}
/*---------------------------------------------MAIN------------------------------------------------*/
#main
{
	margin-left: 160px;
	margin-bottom: 0px;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	background-color: #003333;
	border: solid #434137 0.7pt;
	width: 696px;
}
#contact
{
	text-align: center;
	font-size: 11px;
	color: #efefef;
}
#contact a
{
	font-size: 14px;
	color: #efefef;
	font-weight: bolder;
	text-decoration: underline;
}
#contact a:hover
{
	color: #d7d6c4;
	text-decoration: none;
}
#contact a:focus
{
   	text-decoration: none;		
}

.block 
{
	border: solid black 0.4px; 
	background-color: #fef9e7;
	margin-bottom: 18px;
}
.block h1
{
	line-height:30px;
	font-variant: small-caps;
	color: #d7d6c4;
	font-size:22px;
	margin-bottom: 28px;
	padding-left: 20px;
	border-bottom: 1pt solid #1c5539;
	border-left-color: #1c5539;
	border-left-width: 11px;
	border-left-style: solid;	
}

.block h3
{
	color: #dee3fe;
	font-size: 11px;
	text-indent: 20px;
	line-height: 18px;
	margin-top: 6px;
	margin-bottom: 8px;	
	background-color: #1c5539;
	border: solid #434137 2pt;		
}
.block h4
{
	color: #555979;
	font-size: 10px;
	text-indent: 10px;
	text-decoration: underline;		
}

.paragraph
{
	font-family: Calibri, Verdana, Arial, sans-serif;
	color: #434137;
	font-size: 15px;
	line-height: 14px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.paragraph a
{
	text-decoration: underline;
	color: #1c5539;
}
.paragraph a:hover
{
	color: #44c186;
	text-decoration: none;
}

/*---------------------------------------------GENERAL---------------------------------------------*/

.text_float_left
{
	width: 270px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 6px;
	padding: 5px;
}
.text_float_right
{
	width: 260px;
	margin-left: 50px;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 6px;
	padding: 5px;
}

form 
{
	margin-top: 40px;
	margin-left: 30px;
	margin-right: 50px;
	background-color: #edede4;
	padding: 14px;
	padding-left: 35px;
	padding-top: 50px;
	border: solid thin #1c5539;
	font-size: 12px;
}
.label
{
	margin-left: 30px;
}
form input
{
	margin-top: 12px;
	background-color: #f7f7f2;
	
}
form textarea
{
	margin-left: 100px;
	margin-top: 12px;
	background-color: #f7f7f2;
}
form select {
	margin-top: 12px;
	background-color: #f7f7f2;
}

a img
{
	border: none;
}

ul
{
	list-style-type: none;
}

.title1
{
	list-style-type: disc;
	font-size: 18px;
	color: #1c5539;
}
.title2
{
	list-style-type: square;
	margin-left: 40px;
	font-size: 16px;
	color: #d7d6c4;
}

.title2 a
{	
	text-decoration: none;
	color: #1c5539
}
.title2 a:hover
{	
	text-decoration: underline;
	color: #1c5539
}
.title3
{
	font-size: 15px;
	margin-bottom: 15px;
	margin-top: 6px;
	color: #434137;
	margin-left: 70px;
	margin-right: 100px;
}

.float_right
{
	float: right;	
	border: ridge #309162 1px;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #d7d6c4;
}
.float_right p
{
	margin-top: 2px;
	margin-bottom: 6px;
	text-align: center;
	color: #309162;	
}

.float_left
{
	float: left;
	border: ridge #309162 1px;
	margin-left: 15px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 6px;
	background-color: #d7d6c4;
}
.float_left a
{
	text-decoration: none;
}
.float_left p
{
	margin-top: 2px;
	margin-bottom: 6px;
	text-align: center;
	color: #309162;
}