/* (c) iliadis.eu  */


/* COLOR PALLETE  [dark to light]
Blue:			#004894, #345987, #4678B6, #90AED4, #E6EEFF
*/


/*  =reset.css
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin : 0;
	padding : 0;
	border : 0;
	outline : 0;
	font-style : inherit;
	font-size : inherit;
	font-family : inherit;
	background : transparent;
}
:focus {
	outline : 0;
}
ol, ul {
	list-style : none;
}
table {
	border-collapse : collapse;
	border-spacing : 0;
}
caption, th, td {
	text-align : left;
	font-weight : normal;
}
/* =generic

________________________________________________________________ */





body {
	font-family:Arial, Verdana, Helvetica, sans-serif !important;
	font-size:12px;
	color:#333333;
}
h1, h2, h3 {
	font-family:Arial, Verdana, Helvetica, sans-serif !important;
	font-size:15px;
	font-weight:bold;
	color:#004894;
}
h3 {
	font-size:13px;
	color:#4678B6;
}
p {
	margin:10px 0px;
}
a:link, a:visited {
	color: #004894;
	text-decoration:underline;
}
a:hover, a:active {
	color: #000000;
	text-decoration:none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0;
}
/* paging menu */

paging {
	display:block;
	clear:both;
	float:left;
	margin:5px 0px;
}
#paging span {
	position:relative;
	display:block;
	float:left;
	margin-right:1px;
	padding:1px 5px;
	font-size:9px;
	font-weight:bold;
	color:#cccccc;
	background:#eeeeee;
	border:#eeeeee 1px solid;
}
#paging a:link, #paging a:visited {
	position:relative;
	display:block;
	float:left;
	margin-right:1px;
	padding:1px 5px;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	color:#666666;
	background:#eeeeee;
	border:#cccccc 1px solid;
}
#paging a:hover {
	color:#4678B6;
	border:#cccccc 1px solid;
	background:#ffffff;
}
/* =MAIN_CONTAINER (contains header & content, not the footer)

________________________________________________________________ */

#main_container {
	width:780px;
	min-height:700px;
}
/* =HEADER

________________________________________________________________ */

#header_container {
	display:block;
	position:relative;
	float:left;
	width:780px;
	height:90px;
	background:url(images/bg_header.gif) repeat-x;
}
#header_container h1 {
	position:relative;
	display:block;
	float:left;
	height:50px;
	padding-top:20px;
}
/* =TOP MENU

________________________________________________________________ */



#top_menu {
	position:relative;
	float:right;
	height:20px;
	padding-top:38px;
	font-size:10px;
}
#top_menu {
	float:right;
	text-align:right;
}
#top_menu a:link, #top_menu a:visited {
	display:block;
	float:left;
	margin-left:1px;
	padding:0px 5px;
	line-height:16px;
	text-decoration:none;
}
#top_menu a:hover, #top_menu a:active {
	color:#ffffff;
	background:#004894;
}
/* =CONTENT

________________________________________________________________ */

#content_container {
	position:relative;
	float:left;
	width:780px;
	margin:0 auto;
	font-size:12px;
	background:url(images/bg_content.png) repeat-y;
}
/* LEFT MENU

________________________________________________________________ */

#main_menu {
	position:relative;
	display:block;
	float:left;
	clear:left;
	width:150px;
	height:600px;
	font-size:10px;
	font-weight:bold;
}
#main_menu ul {
}
#main_menu a, #main_menu a:link, #main_menu a:visited {
	display:block;
	cursor:pointer;
	padding:0px 5px;
	height:20px;
	line-height:20px;
	text-decoration:none;
	color:#ffffff;
	border-bottom:#90AED4 1px solid;
}
#main_menu a:hover, #main_menu a:active {
	background:#333333;
}
.stretcher a:link, .stretcher a:visited {
	display:block;
	padding:0px 5px;
	padding-left:10px !important;
	height: inherit !important;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	background:#4678B6;
	border-bottom:#90AED4 1px solid !important;
}
.stretcher a:hover, .stretcher a:active {
	background:#345987 !important;
}
/* CENTER COLUMN

________________________________________________________________ */

#main_photo {
	position:relative;
	display:block;
	float:left;
	width:630px;
	border-bottom:#ffffff 1px solid;
}
#center_col {
	position:relative;
	display:block;
	float:left;
	width:435px;
	padding:20px;
	min-height:400px;
}
#center_col ul {
	display:block;
	clear:both;
	list-style: circle;
	margin:5px 0px 10px 15px;
}
#center_col li {
	clear:both;
}
#center_col a:link, #center_col a:visited {
	color:#4678B6;
	text-decoration:none;
}
#center_col ul ul {
	list-style: disc;
}
#center_col a:hover {
	color:#004894;
	background:#eeeeee;
}
#center_col img {
	margin-bottom:2px;
}
#center_col table {
	width:100%;
	margin:0px;
	padding:0px;
}
#center_col table td {
	padding:3px;
	padding-left:10px;
	vertical-align:top;
	font-size:11px;
	border-bottom:#999999 dashed 1px;
}
#center_col table td sup {
	font-size:9px;
}
#center_col table td.left_col {
	width:160px;
	font-weight:bold;
	background:#eeeeee;
}
.selected_page {
	display:none;
	color:#CCCCCC;
	text-decoration:line-through;
}
.news_item {
	padding-top:10px;
	margin-bottom:15px;
	border-bottom:#cccccc 1px solid;
}
.news_item span {
	font-size:9px;
	color:#90AED4;
}
.button_link:link,
.button_link:visited {
	position:relative;
	display:block;
	float:left;
	clear:both;
	margin-right:1px;
	margin-bottom:10px;
	padding:1px 5px;
	width:120px;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	background:#eeeeee;
	border:#dddddd 1px solid;
}
.button_link:hover {
	color:#333333;
	border:#999999 1px solid;
	background:#ffffff !important;
}
.button_link img {
	margin-right:5px;
}
/* list pages layout */

#list_content {
	position:relative;
	display:block;
	float:left;
	width:435px;
	padding:20px;
}
#list_content h3 {
	color:#004894;
	font-size:12px;
}
#list_content p {
}
#list_content ul {
	position:relative;
	display:block;
	float:left;
	list-style:none;
	margin-top:10px;
}
#list_content li {
	position:relative;
	display:block;
	float:left;
	clear:both;
	width:435px;
	padding-bottom:2px;
}
#list_content li a:link,
#list_content li a:visited {
	display:block;
	margin-bottom:3px;
	padding:5px;
	color:#666666;
	text-decoration:none;
	border:#eeeeee 1px solid;
}
#list_content li a:hover {
	background:#eeeeee;
	border:#cccccc 1px solid;
}
#list_content li span {
	font-size:9px;
	color:#90AED4;
}
/* RIGHT COLUMN

________________________________________________________________ */

#right_col {
	position:relative;
	display:block;
	float:right;
	width:155px;
}
/* =FOOTER

________________________________________________________________ */

#footer_container {
	position:relative;
	display:block;
	height:50px;
	margin-top:1px;
	padding-top:10px;
	padding-left:5px;
	font-size:10px;
	line-height:14px;
	color:#999999;
	background: url(images/bg_footer.jpg) repeat-x;
}
#footer_container a:link, #footer_container a:visited {
	padding:0px 3px;
	color: #eeeeee;
	text-decoration:none;
}
#footer_container a:hover {
	color: #000000;
	background:#dddddd;
}
#footer_container span {
	color: #999999 !important;
}
