﻿/*******************************/
/*********** GENERAL ***********/
/*******************************/
*			{ font-size: 12px; font-family: Franklin Gothic Book; color: #666666; }
body		{ position:relative; width: 789px; height: 800px; margin-top: 0; }
a			{ text-decoration: none; color: #669999; }
a:hover		{ text-decoration: underline; }
.ctel-blue	{ color: #669999 }

/* side borders */
#blog-left-border	{ background: url(../images/Blog_leftgreenshadow.jpg) top left repeat-y; padding-left: 20px; }
#blog-right-border	{ background: url(../images/Blog_rightgreenshadow.jpg) top right repeat-y; }

/* header */
#header		{ width: 749px; height: 190px; background: url(../images/Blog_header.jpg); text-indent: -9999px; }

/* navigation */
/* navigation general settings */
#nav		{ height: 10px; width: 749px; padding: 15px 0 5px 0; }
#nav ul		{ padding:0; margin:0; list-style-type: none; float:right; }
#nav li		{ float:left; text-align: center; padding: 0 13px 0 13px; border-left: 1px solid; line-height: 10px; }
#nav a		{ height: 10px; }
#nav .first { border: none; }
	
/* navigation submenu settings */
#nav li ul li a          { text-indent: 0px; color: #666666; background: none !important; }
#nav li ul li a:hover    { text-decoration: none; color: #669999; }
#nav ul li:hover ul      { display: block; background-color: white; filter:alpha(opacity=90); -moz-opacity:.90; opacity:.90; }

/* content */
#content { padding: 0 0 15px 0; height: 530px; }

/* footer */
#footer					{ padding: 0 0 15px 0; height: 15px; }
#footer-line			{ width: 749px; height: 9px; background: url(../images/footer.jpg) top left no-repeat; }
#footer-content			{ height: 12px; width: 749px; padding: 5px 0 0 0; }
#footer-content ul		{ padding:0; margin:0; list-style-type: none; float:right; }
#footer-content li		{ float:left; font-size: 11px; text-align: center; padding: 0 13px 0 13px; border-left: 1px solid; line-height: 12px; }
#footer-content a		{ height: 12px; }
#footer-content .first	{ border: none; }
