﻿/* Don't forget to set a foreground and background color
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	/*text-align: left;
	vertical-align: baseline; */
}

a img, :link img, :visited img
{
	border: 0;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul
{
	list-style: none;
 /*    padding-left: 15px;       "Georgia", serif;
	font: 16px normal "Verdana";
    font-family: Verdana,Tahoma, Arial, sans-serif;
    font-size: 12px;
    padding-bottom: 20px;
    padding-top: 20px;
     color: #FFFFFF       */
}

q:before, q:after,
blockquote:before, blockquote:after
{
	content: "";
}

html, body
{
	cursor: default;
	width: 100%;
	height: 100%;
}

body
{
	font: normal "Verdana";
}

#container
{
	text-align: left;
	
	margin: 0 auto;
	top: 0;

	position: relative;
	height: auto;
	overflow-x: hidden;
	min-width: 990px;
	min-height: 100%;
}

* html #container
{
	height: 100%;
}

#shadow-wrapper
{
	position: relative;
	background: transparent url("./images/h-shadow.gif") repeat-y top left;
	width: 1061px;
	margin: 0 auto;
	left: -30px;
}

#content-wrapper
{
	margin: 0 20px;
	padding: 25px 0 45px 0;
	background: transparent url("./images/texture.jpg") repeat top left;
}

#header
{
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	background-color: #fff;
	height: 340px;
	width: 943px;
}

#header h1
{
	width: 270px;
	height: 85px;
	position: absolute;
	top: 20px;
	left: 60px;
	background: #fff url("./images/logo.jpg") no-repeat top left;
	padding: 25px 0 0 110px;
	font: 16px "Georgia", serif;
	color: #b5b3aa;
}

#top-navigation
{
	position: absolute;
	top: 50px;
	right: 30px;
}

#top-navigation a:hover
{
	text-decoration: underline;
}

#top-navigation li
{
	float: left;
	padding: 0 19px;
	background: transparent url("./images/nav-separator.gif") no-repeat center right;
    list-style: none;
}

#top-navigation li#search-form
{
	height: 18px;
	overflow: visible;
	padding-left: 160px;
	position: relative;
}

.keywords
{
	width: 119px;
	height: 19px;
	border: 1px solid #c9c9c9;
	margin-top: -5px;
	margin-right: 8px;
	position: absolute;
	left: 19px;
	padding: 1px;
}

#top-navigation li#languages
{
	padding: 0;
	background: none;
}

#top-navigation li li
{
	padding: 0 0 0 19px;
	background: none;
}

#top-navigation li li a
{
	padding-left: 27px;
}

#greek-language
{
	background: transparent url("./images/greek-flag.gif") no-repeat left center;
}

#english-language
{
	background: transparent url("./images/british-flag.gif") no-repeat left center;
}

#top-navigation a
{
	color: #3a90c7;
	font: 12px "Georgia", serif;
	text-decoration: none;
}

#banner
{
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 225px;
	width: 100%;
	background: transparent url("./images/banner.jpg") no-repeat center center;
}

#explore, #slogan
{
	font: 42px "Georgia", serif;
	color: #2a5369;
	position: absolute;
	top: 90px;
	left: 425px;
}

#slogan
{
	top: 130px;
	left: 585px;
	font-size: 15px;
    line-height: 2em
}

#sections
{
	position: absolute;
	bottom: 0;
	right: 0;
	list-style-type: none;
}

#sections a
{
	color: #000;
	text-decoration: none;
}

#sections li
{
	width: 100px;
	
	height: 17px;
	border-bottom: 3px solid red;
	float: left;
	text-indent: 4px;
}

#sections li#residents
{
	border-bottom-color: #fcc400;
    list-style: none;
}

#sections li#business
{
	border-bottom-color: #fc7100;
    list-style: none;
}

#sections li#visitors
{
	border-bottom-color: #92c239;
    list-style: none;
}

#sections li#government
{
	border-bottom-color: #51aaa8;
    list-style: none;
}

/*
#contentTop
{
	position: relative;
	padding-bottom: 30px;
	width: 943px;
	margin: 0 auto;
	background: #403921 url("./images/content-separator.gif") repeat-y 259px 0;
}
*/
#content
{
	position: relative;
	padding-bottom: 30px;
	width: 943px;
	margin: 0 auto;
	background: #403921 url("./images/content-separator.gif") repeat-y 259px 0;
}

#content ol, ul
{
	list-style: none;
 /*    padding-left: 20px;
	list-style: circle;
    padding-left: 20px;
	font: 16px normal "Verdana";
    padding-top: 20px;
   color: #FFFFFF;
    line-height: 3;    */
}

#content h2
{
	color: #e1dbc5;
	font-size: 24px;
	padding-bottom: 4px;
	font-weight: normal;
}

.highlight-wrapper
{
	background-color: #4d4530;
}

.highlight-wrapper img
{
	margin: 6px;
}

.highlight-wrapper .action
{
	margin: -2px 0 2px 10px;
	position: relative;
	padding-bottom: 4px;
	display: block;
}

#content .left
{
	float: left;
}

#content .right
{
	float: right;
}

#content a
{
	color: #af6b1c;
	text-decoration: none;
    font: 12px normal "Verdana";
}

#content h3
{
	color: #af6b1c;
	font: 18px "Georgia", serif;
}

#content h4
{
   /*	color: #FFFF66; */
    color: #E19A42;
	font: 16px "Georgia", serif;
}

#content a:hover
{
	text-decoration: underline;
}

#content p
{
 /*	color: #e1dbc5;*/
 	color: #e1dbc5;
    font-size: 14px;
	line-height: 21px;
	font: normal;
	margin-bottom: 25px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content normal
{
 /*	color: #e1dbc5;*/
 	color: #FF0000;
    font-size: 14px;
	line-height: 21px;
	font: normal;
	margin-bottom: 25px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#left-content-wrapper
{
	width: 690px;
	z-index: 3;
	position: relative;
	padding-top: 65px;
}

#content-separator
{
    width: 385px;
	margin-right: 22px;
	_margin-right: 11px;
	color: #99937c;
    border-bottom:1px solid #4d4530;color:#690;
    margin-bottom: 22px
}

#main-content
{
    width: 385px;
	margin-right: 22px;
	_margin-right: 11px;
    color: #99937c;
    text-align: justify;
    /* color: #99937c;
   /* border-bottom:1px solid #4d4530;color:#690; */
}

/*
#main-content p
{
    text-align: justify;
}
*/
#main-content h3
{
	margin-bottom: 5px;
}

#main-content ul,li
{
    list-style: circle;
}

#main-content li p
{
    font: 14px normal "Verdana";
    color: #e1dbc5;
    line-height: 2em;
}

#main-content tr , td
{
    padding-bottom: 20px;
    padding-right: 20px;
    font: 14px normal "Verdana";
}

#crumbs{margin:0.4em 0 0;padding:0 5px 4px;border-bottom:1px solid #4d4530;color:#690;font-size:0.9em}
#crumbs a{color:#af6b1c;font: 14px normal "Verdana";}
#crumbs a:hover{color:#af6b1c;font: 14px normal "Verdana";text-decoration:underline;}
#crumbs span{font-style:normal;color:#CE9F3E;font: 14px normal "Verdana";}


#news
{
	padding-bottom: 12px;
}

#news li
{
    padding: 13px 0;
	border-bottom: 1px solid #474231;
    list-style: circle;
}

#news li p
{
	line-height: 18px;
}

#poll-heading
{
	padding-top: 30px;
}

#poll
{
	padding: 8px 0 15px 0;
}

#poll h3
{
	margin-top: 4px;
}

#poll ul
{
	width: 315px;
}

#poll li
{
	float: left;
	width: 155px;
	padding: 5px 0 0 0;
}

#poll label
{
	margin-left: 10px;
}

.action
{
	font-size: 14px;
	background: transparent url("./images/arrow.gif") no-repeat center left;
	padding: 4px 0 8px 10px;
	margin-left: 3px;
}

#left-sidebar
{
	margin-left: 0;
	padding-left: 30px;
	width: 210px;
	_width: 180px;
}

#left-sidebar .highlight-wrapper
{
	margin: 3px 0 37px 0;
}

#left-sidebar #quick-links
{
	margin-top: 10px;
	font: 12px normal "Verdana";
}

#left-sidebar #quick-links li
{
	width: 210px;
	border-bottom: 1px solid #474231;
	padding: 5px 0 6px 0;
    list-style: none
}

#left-sidebar #quick-links li.last
{
	border-bottom: 0;
}

#left-sidebar #quick-links li a
{
	margin-left: 15px;
}

#right-sidebar
{
	width: 215px;
	margin-right: 18px;
	_margin-right: 9px;
	z-index: 2;
	position: relative;
	padding-top: 65px;
}

#right-sidebar h2
{
	margin: 30px 0 13px 0;
}

#right-sidebar h2.first-heading
{
	margin-top: 0;
}

#history-highlights
{
	padding-bottom: 5px;
}

#right-sidebar .highlight-wrapper
{
	width: 203px;
}

#right-sidebar label
{
	color: #827d69;
	margin-bottom: 5px;
	display: block;
}

#right-sidebar #subscribe-form
{
	position: relative;
}

#right-sidebar label.overlabel-apply
{
	position: absolute;
	top: 9px;
	left: 5px;
	z-index: 1;
	color: #827d69;
}

#right-sidebar span.action
{
	display: block;
	padding: 10px 0 0 3px;
	background: none;
}


#right-sidebar input
{
	width: 181px;
	height: 14px;
	padding: 8px;
	border: 1px solid #5a513b;
	background-color: #4d4530;
	color: #827d69;
}

#right-sidebar tr,td
{
    padding-bottom: 0px;
    padding-right: 0px;
}

#top-decoration
{
	height: 74px;
	background: #403921 url("./images/top-decoration.gif") no-repeat top center;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#bottom-decoration
{
	height: 22px;
	background-color: #403921;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

#footer
{
	background: #fff url("./images/v-shadow.gif") no-repeat center top;
	
	height: 155px;
	font-size: 90%;
	text-align: center;
	overflow: hidden;
	padding-top: 30px;
	text-align: center;
	clear: both;
}

#banners
{
	padding-bottom: 18px;
	
	position: relative;
	text-align: center;
	
	width: 800px;
	margin: 0 auto;
}

#bottom-banners
{
	padding-bottom: 18px;

	position: relative;
	text-align: center;

	width: 1000px;
	margin: 0 auto;
}

#banners li
{
	display: inline;
	padding: 0 9px;
}

#copyright-info
{
	border-top: 1px solid #ededed;
	width: 875px;
	margin: 0 auto;
	color: #b8b49f;
	text-align: center;
	font-size: 14px;
	padding-top: 15px;
}

#copyright-info a
{
	color: #b8b49f;
}

#copyright-info span
{
	font-size: 12px;
	position: relative;
	top: 8px;
}

.highlighted span
{
    font-weight: bold !important; 
}


/* Bugfixes */

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}
 /*-------------------------------------PollBox---------------------------------*/
.PollBox {
    font-size: 1.0em;
    margin: 0;
    background: transparent;
    width: 200px;
    padding: 10px;
    }
.PollBox fieldset {
    border: 0;
    padding: 0;
    margin: 10px 0 10px 0;
    }
.PollBox h4 {
    font-size: 1.3em;
    padding:0;
    margin: 0;
    }

.PollBox h5 {
    padding:0;
    margin: 0;
	font: 18px "Georgia", serif;
    color: #af6b1c;
}

.PollBox fieldset h5 {
    font-size: 1.0em;
    font-weight: bold;
    color: #F4F29D;
    margin: 0 0 10px 0;
    }
.PollBox fieldset span {
    display: block;
    margin: 0;
    font-size: 1.0em;
    color: #e1dbc5;
    line-height: 1.8em;
    }
.PollBox fieldset span label {
    display: inline;
    font-weight: normal;
    }
.PollBox a {
    float:right;
    margin-top: -16px;
    }
.PollBox span {
    color: #e1dbc5;
    font-size: 0.9em;
    }
.PollBox span.validator {
    color: red;
    display: block;
    margin-bottom: 10px;
    }
/*-------------------------------------News---------------------------------*/

/*----------newslist-----------*/
        .notop .newslist {
            margin-top:10px;
            font: 12px
          }

		.newslist {
			list-style:none;
			margin:0;
			padding:0;
            font-size: 14px
            }
		.newslist li {
			margin-bottom: 20px;
			border-bottom: 1px dashed #ededed;
			}
		.newslist p.summary {
			margin:0;
			font-size: 12px;
			}
		.newslist h4 {
			margin: 0;
			padding: 0;
			font-size: 16px;
			}
		.newslist h5 {
			font-weight: normal;
			}
		.newslist span.date {
			font-style: italic;
			font-size: 10px;
			}
		.newslist a.more {
			font-size: 12px;
			font-style: italic;
			}

		/*---------singlenews---------*/

		.singlenews h2 {
			font-size: 18px;
			margin-bottom: 0;
			}
		.singlenews h3 {
			margin: 0;
			padding: 0;
			font-weight: normal;
			font-size: 16px;
			}
		.singlenews span.date {
			font-style: italic;
			font-size: 10px;
			line-height: 3em;
			}
		.singlenews p.summary {
			font-weight: bold;
			font-size: 12px;
			}
		.singlenews div.newsbody {
			margin-top: 20px;
			font-size: 12px;
			}
		.related h3 {
			font-size: 1.2em;
			margin-top: 30px;
			margin-bottom: 10px;
			}
		.related h4 {
			margin: 0 0 10px 0;
			font-size: 1.0em;			}
		.related ul {
			margin:0 0 20px 0;
			padding:0;
			}
		.related li {
			padding: 0 0 0 0;
			margin-left: 20px;
			}
		.related li.more {
			font-size: 0.8em;
			line-height: 2.5em;
			list-style-type: none;
			}

/*-------------------------------------Blogs---------------------------------*/
/*blog posts*/
.post{margin:2.4em 0}
.postTitle{color:#1F5DA7;font:normal 2.2em/1.2em georgia,arial,sans-serif;}
.postTitle a{text-decoration:none}
.postDate{margin-bottom:1.2em;font-size:0.8em;color:#000 !important}
.postContent{font-size:13px}
.postContent p{margin-bottom:1.2em}
.postGet,.entryFoot{color:#fff}
.postGet{margin-top:1em}
.diggit{padding-left:20px;background:url(img/blogDiggit.gif) 0 0 no-repeat}
.delicious,.delicous{margin-left:10px;padding-left:18px;background:url(img/blogDelicious.gif) 0 0 no-repeat}
p.more{font-size:0.85em}
.postFoot a{clear:left;font-size:0.85em}
.postFoot a.postComments{}
.postFoot span{margin-left:10px;color:#000}
.postComments{margin-top:40px;font-size:0.9em;line-height:1.4em;}
.postComments h3{color: #1F5DA7;margin-top:1.5em;background:url(img/blogComments.gif) 0 0.2em no-repeat;font:normal 1.6em/1.2em georgia,arial,sans-serif;}
.postComments h3 a{color:#333}
.commentsView{background:#F8FAFC;padding:20px 30px 30px}
.postComments .commentAuthor{margin-top:1.6em;color: #1F5DA7;font-size:1.0em}
.postComments .commentAuthor a{text-transform:none;text-decoration:underline}
.postComments .commentAuthor a:hover{text-transform:none;text-decoration:none}
.postComments .commentDate{font-size:0.8em;font-weight:bold}
.postComments p{margin-top:0}
p.commentMessage{background:#690;color:#fff;padding:3px 10px;margin:20px 0}


/*comments form*/
.postComments ol{list-style:none}
.postComments fieldset{display:block;margin-top:1em;margin-bottom:2.3em;padding:1.8em 1em 1em;border:0;background: #E2EBF3}
.postComments fieldset li{clear:both;margin-bottom:1em}
.postComments fieldset li:after{content:".";display:block;clear:both;height:3px;visibility:hidden}
.postComments fieldset label, .postComments fieldset span {float:left;width:70px;padding-right:10px;text-align:right;line-height:1.8em;font-size:0.85em}
.postComments fieldset input{float:left;width:200px;padding:2px}
.postComments fieldset textarea{float:left;width:380px;height:150px;font-family: Arial;font-size:12px}
.postComments fieldset input.commentsButton{display:block;width:auto;margin:0.4em 0 0 80px;height:auto;font-weight:bold;padding:3px 5px}
.postComments fieldset span.commentsValidator{margin-left:70px;color:red;font-weight:bold;width:320px;text-align:left}

.postsNavigation{font-size:12px}
.prevPost{border-right:1px solid #000;padding-right:10px;margin-right:5px;background:url(Images/prev.gif) center left no-repeat;padding-left:13px;}
.allPosts{font-weight:bold}
.nextPost{border-left:1px solid #000;padding-left:10px;margin-left:5px;background:url(Images/next.gif) center right no-repeat;padding-right:13px;}
.postsNavigation {margin-top:10px}

/*lists*/
.sf_list_simple, .sf_list_expanded, .sf_anchor_list, .sf_list_expandable, #SideBar ul {list-style:circle;margin-bottom:30px;font-size:14px;font-family: Verdana, Arial, Helvetica, sans-serif; margin-left: 40px }
.sf_list_simple li, .sf_list_expanded li, #Main li, #SideBar li{margin-top:10px;font-size:14px;font-family: Verdana, Arial, Helvetica, sans-serif }
.sf_item_head
{
	color: #e1dbc5;
	font: 18px normal "Verdana";
    margin-top:0.5em;
    margin-left:20;
	border-left: 3px solid #e1dbc5;
	text-indent: 4px;
	height: 16px;
	overflow: visible;
	line-height: 16px;
	margin: 5px 0 12px 0;
}

.sf_list_smallheader
{
	color: #af6b1c;
	font: 18px "Georgia", serif;
}
.sf_item_body {
 	color: #e1dbc5;
	font: 14px normal "Verdana";
	line-height: 18px;
	margin-bottom: 10px;
    margin-left:40;
    text-align: justify;
}

.sf_item_body ul , ol, li{
 	color: #e1dbc5;
	font: 14px normal "Verdana";
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
    margin-left:40;
    list-style:square;
}

.sf_list_expanded h5, ul h2 {font-size:13px;font-weight:bold;margin-top:0.5em;font-family: Verdana, Arial, Helvetica, sans-serif }
.sf_target_list{margin-left:20;font-size:10px;font-family: Verdana, Arial, Helvetica, sans-serif }
.sf_target_list dt{font-weight:bold;margin-top:1.0em;font-size:14px;font-family: Verdana, Arial, Helvetica, sans-serif }


#Main ul, #Main ul.sf_list_simple{margin-left:20px;list-style-type:disc;font-size:13px; font-family: Verdana, Arial, Helvetica, sans-serif }
#Main h1, #Main .list_header{margin-top:20px;font-size:14px;font-family: Verdana, Arial, Helvetica, sans-serif }


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* home rotator - start */
#left-sidebar .Rotator{width:205px;height:160px;margin:0 auto;position:relative}
#left-sidebar .RotatorControl{width:196px;height:30px;position:absolute;bottom:6px;left:6px;background:url(Rotator/HomePage/Control.png) 0 0 no-repeat;padding:0px 0 0 0px;}
#left-sidebar .RotatorControl a{float:left;width:26px;height:20px;line-height:160px;overflow:hidden}
#left-sidebar .RotatorPrev{background:url(Rotator/HomePage/hrPrev.gif) 0 0 no-repeat;position:absolute;left:10px;top:5px}
#left-sidebar .RotatorStart{background:url(Rotator/HomePage/hrPlay.gif) 0 0 no-repeat;display:none;position:absolute;left:35px;top:5px}
#left-sidebar .RotatorStop{background:url(Rotator/HomePage/hrStop.gif)  0 0 no-repeat;position:absolute;left:35px;top:5px}
#left-sidebar .RotatorNext{background:url(Rotator/HomePage/hrNext.gif) 0 0 no-repeat;position:absolute;left:60px;top:5px}
#left-sidebar .RotatorControl .ViewGallery{width:80px;height:13px;background:url(Rotator/HomePage/hrViewGallery.gif) 0 0 no-repeat;position:absolute;right:20px;top:10px}
/* home rotator - end */

