/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-image:url(../image-files/mainbg.jpg);
background-position:center top;
background-repeat:no-repeat;
background-color: #e6e3cf; 
margin: 0;
padding: 0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
/*--- font-family: Calibri, Tahoma, Arial, sans-serif; --- */
/*font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;*/
/*--- font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif; --- */
/*--- font-family: 'Monotype Corsiva', 'Apple Chancery', cursive; --- */
/* font-family: 'Comic Sans MS', cursive; */
/*--- font-family: 'Courier New', Courier, monospace; --- */
line-height:18px;
color: #000;
font-size: 80%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #244767;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
border-bottom: 0 solid #911c1c;
line-height: 110%;
text-align: center;
}

h2 {

border-bottom: 1px solid #8f8fb3;
}

h3 {

border-bottom: 0 solid #8f8fb3;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;

}

code {
color: navy;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}

em	/* Text Emphasis */
{	
font-size: 110%;
font-weight: bold;
}

strong	/* Text Emphasis */
{	
font-weight: bold;
 font-style: italic;
}

/* -- General Link Styling -- */

a:link {
color: blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
border: none   
}

#Header {
position: relative;
height: 241px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 180px 0 180px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 180px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -960px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#ExtraColumn {
float: left;
width: 180px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -180px;        /* STEP 5: set to -(ExtraColumnWidth) */
 padding-top: 75px;
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;
border-top: 1px solid #f0f5fb;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}

table.TOC {
width: 100%;
border: 0;
cellspacing: 0;
cellpadding: 2
}

/* -- Table Styles -- */

/* Bordered Table */

table.Bordered {
	 cellpadding: 2;
	 cellspacing:2;
	 text-align: left;
	 width: 100%;
	border: thin outset blue;
}

table.Bordered th{
vertical-align: top;
text-align: center;
	border: thin;
	border-style: solid inset inset solid;
}

table.Bordered td{
	vertical-align: top;
	border: thin;
	border-style: solid inset inset solid;
}

/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 0px auto;

}

#Header {
background-image: url(../image-files/greek-islands-header.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {

}

#NavColumn {
background-image: url(../image-files/menubg.jpg);
background-repeat: no-repeat;
background-color: #ece9db;
}

#ContentColumn {
background-image: url(../image-files/contentbg.jpg);
background-repeat: no-repeat;
background-color: #e6e3cf;
}

#ContentColumn h1{
margin: 20px;
font-size: 160%;
0%;
}

#ContentColumn h2{
margin: 20px;
}

#ContentColumn h3{
margin: 20px;
}

#ExtraColumn {
background-image: url(../image-files/rightbg.jpg);
background-position:top;
background-repeat: no-repeat;
background-color: #e6e3cf;
height:200px;
}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #e6e3cf;     
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 12px;
color: #333;
}

#ExtraColumn {
font-size: 12px;
}

#NavColumn h4 {
font-size: 90%;
color: #333;
margin-top: 0;
text-align:center;
}

#ExtraColumn h4 {
font-size: 90%;
color: #333;
margin-top: 0;
text-align:center;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;

background-color: #ece9db;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 110%;
color: #333;
margin: 12px 0;
text-align:center;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
color: 333;
background-image:url(../image-files/buttonoverlay.png);
background-repeat:repeat-y;
background-color: #c9d7e4;       
border: 1px solid #999;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #333;
background-image:url(../image-files/buttonoverlay.png);
background-repeat:repeat-y;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: #333;
background-image:url(../image-files/buttonoverlay.png);
background-repeat:repeat-y; 
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: #333;
background-image:url(../image-files/buttonoverlay.png);
background-repeat:repeat-y;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #fff;   
text-decoration: none;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: #244767;
}

/* -- Horizontal Text NavBar -- */

.ExtraNav {

}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav p {
display: inline;
background-color: #7594d0;
text-align: center;
 min-width: 75%;
 clear: both;
}

.ExtraNav ul li {
display: inline;
background-color: #7594d0;
text-align: center;
}

.ExtraNav a:link {
color: white;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: white;
text-decoration: none;
}

.ExtraNav a:hover {
color: white;
background-color: #98b2e2;
text-decoration: none;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 0;
right: 0;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto;

}

/* Table for vertical navigation in Vertical Nav*/

.VerticalNav table {
	 cellpadding: 2;
	 cellspacing:2;
	border: thin outset blue;
	width:100%;
}


.VerticalNav th{
vertical-align: top;
text-align: center;
 border-bottom-color: Fuchsia;
 border-bottom-style: solid;
 border-bottom-width: thin;
}

.VerticalNav td{
	vertical-align: top;
text-align: center;
background-color: #7594d0;
}

.VerticalNav a:link {
color: white;
text-align: center;
padding: 0 4px;
 width: 100%;
text-decoration: none;
}

.VerticalNav a:visited {
color: white;
text-decoration: none;
}

.VerticalNav a:hover {
color: white;
background-color: #98b2e2;
text-decoration: blink;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-image: url(../image-files/calloutbox.png);
background-repeat:no-repeat;   
background-color: #cccccc;
width: 85%;
border: 1px dotted #8f8fb3;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.CalloutBoxRight {
float: right;
background-image: url(../image-files/calloutbox.png);
background-repeat:no-repeat;   
background-color: #cccccc;
border: 1px dotted #8f8fb3;
margin: 2px 0 12px 18px;
padding: 4px;
color: black;
}

div.CalloutBoxRight h1,
div.CalloutBoxRight h2,
div.CalloutBoxRight h3,
div.CalloutBoxRight h4,
div.CalloutBoxRight h5,
div.CalloutBoxRight h6 {
text-align: center;
}

.CalloutBoxLeft {
float: left;
background-image: url(../image-files/calloutbox.png);
background-repeat:no-repeat;   
background-color: #cccccc;
border: 1px dotted #8f8fb3;
margin: 2px 0 12px 18px;
padding: 4px;
color: black;
}

div.CalloutBoxLeft h1,
div.CalloutBoxLeft h2,
div.CalloutBoxLeft h3,
div.CalloutBoxLeft h4,
div.CalloutBoxLeft h5,
div.CalloutBoxLeft h6 {
text-align: center;
}

.ReminderBox { 
background-image: url(../image-files/reminderbox.png);
background-repeat:no-repeat;         
background-color: #243c4a;
width: 24%;
border: 1px solid #1a2126;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #FFF;
}

.ReminderBox h4 {
font-size:14px;
margin-top:5px;
margin-bottom:0px;
padding: 0px;
text-align: center;
}

.ReminderBox p {
font-size: 10px;
margin: 0px;
padding: 0px;
line-height: 14px;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCentre, .AdSenseBoxCentre468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #e6e3cf;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCentre {
width: 85%;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxCentre468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 13px;
clear: both;
}

.ReturnToNavBox {
background-image: url(../image-files/calloutbox.png);
background-repeat:no-repeat;   
background-color: #cccccc;
width: 85%;
border: 1px dotted #8f8fb3;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

.ReturnToNavBox p {
text-align:center;
}

/*to set the panel for Google Translate*/
.GoogleTranslateBox {	
width: 170px;
	height: 50px;
	border: thin double blue;
	padding: 4px;
	font-size: 50%;
} 	

.NetWeatherBox180-150 {	
width: 180px;
	height: 150px;
	background-image: url( http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/spring1_180x150_bg.jpg );
	background-repeat: no-repeat;
	background-color: #607041;
	} 

#NetWeatherMaps {	
text-align: center;
font-family: arial, helvetica, verdana, sans-serif;
font-size: 10px;
line-height: 12px;
color: #FDEA11;
}

#NetWeatherMaps a {	
text-align: center;
font-family: arial, helvetica, verdana, sans-serif;
font-size: 10px;
line-height: 12px;
color: #FDEA11;
}
/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #ffc;
border: 1px solid #8f8fb3;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 120%;
text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

.Small{
	font-size: small;
}

.Italic {
	font-style: italic;
}


.Greek { /* Greek text */
color: olive;
}

.Highlight { /* Greek text */
color: blue;
 font-weight: bolder;
}
/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCentre {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 28px 12px 0;
text-align: center;
}

.VerticalNav {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
color: #000;
background-image: url(../image-files/calloutbox.png);
background-repeat:no-repeat;   
background-color: #cccccc;
border: 1px dotted #8f8fb3;
padding: 4px;
color: black;
width:80%;
}
