
/*   CSS Document --------- screen.css   */

/* TOC
------------------------

1 - Setup
2 - Headers, Typography, Lists
3 - Site structure
4 - Navigation 
5 - General
6 - Tabs
7 - Classes, floats and clears

-----------------------*/


/*Colour scheme:

*/

/*****************************************************************/
/*----------------------SET UP & POSITIONING---------------------*/

* {	
	margin: 0;
	padding: 0;
}

html, body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, img {
	margin: 0;
	padding: 0;
	border: 0;
}

form, input{
	margin: 0;
	padding: 0;
}


body{
	text-align:left;
	font: 11px/130% Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFF;
	color:#000; 
}


/*------------FONTS and LINKS------------*/

h1{
	font-size: 20px;
	font-weight:normal;
	color:#000;
	padding-bottom:15px;
	border-bottom: 1px solid #CCC;
	margin-bottom:15px;
}

h2{
	font-size:13px;
	font-weight: bold;
	color:#000;
	padding-bottom:8px;
	border-bottom: 1px solid #CCC;
	margin:20px 0 10px;
}

h3{
	font-size:12px;
	font-weight: bold;
	color:#000;
	margin:10px 0 3px;
}

h4{
	font-size:12px;
	color:#000;
	font-weight:bold;
}

p{
	margin-bottom:5px;
}


/*--------------links-------------------*/
a{
	color:#000; 
	text-decoration: underline;
	font-size:11px;
}



/*---------MAIN DIVS------------*/

#wrapper{width:90%;}

#topbanner {height:100px;}

#Logo {}

#utilities {display:none;}

#container {width:100%;}

#content {
	width:100%; 
	border: 0;
}


/*--------------MAIN NAVIGATION SECTION----------------*/

ul#mainnavigation {display:none;}

		

/*--------------SUB-NAVIGATION SECTIONS----------------*/

#secondarynav {display:none;}



/*--------------CONTENT SECTION----------------*/

#text{
	margin: 15px;
	font-size:12px;
	line-height:150%;
}

#text img {
	float:left;
	margin-right:10px;
}
#text img#perikles {margin:7px 10px 10px 0;}

#text ul {
	margin-left:30px;
	padding-bottom:5px;
}

#text li {padding-bottom:3px;}

#text .corpfinlist {
	width:100%;
	float:none;
	display:block;
	margin:8px 10px 0 0;
}

#text .redborderbox {
	border: 2px solid #000; 
	padding:5px 7px; 
	width:100%;
	float:none;
} 

#text .redborderbox ul {margin-left:15px;}






#text a{
	color:#000; 
	text-decoration: underline;
	font-size:12px;
}

#text a:hover{color:#000;}

#text ul.redtext {color:#999;}
#text ul.redtext li a {text-decoration: underline;}


.contacts{
	float:left; 
	width:49%; 
	margin-bottom:20px;
}
.contacts dt{
	float:left; 
	width:45px; 
}/*----Contact Us page----*/

p.topofpage {margin-top:15px;}


/*--------------FOOTER SECTION----------------*/

#footer{display:none;}



/*------------FORMS-------------*/

form {margin:5px 0 3px 0;}



/*------------SITEMAP-------------*/

ul#sitemap, ul#sitemap ul{
list-style-type:none;}

ul#sitemap {}
ul#sitemap li {}
ul#sitemap ul, ul#sitemap ul ul {padding-bottom:0;}

ul#sitemap li{padding:5px 0; margin:0;}



/*----------TABLE STYLES-------------*/
table.newsletter th {
padding: 2px;
border-bottom: 1px solid #CCC;
}

table.newsletter td {
padding: 2px;
border-bottom: 1px solid #CCC;
}

table.newsletter th.top {
text-align: center;
}

/*----------CLEARS & FLOATS-------------*/

.floatleft{float:left;}
.clearleft {clear:left;}
.floatright{float:right;}
.clearright {clear:right;}
.clearall{clear:both;}







