* { margin: 0; padding: 0;}

body {

	color: #666666;
	text-align: center;
	margin: 0 0 15px 0;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.75em;
}

/* links */
a {
	color: #326ea1;
	background: inherit;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #383d44;
	background: inherit;
	padding-bottom: 0;
	border-bottom: 2px solid #dbd5c5;
}

/* headers */
h1 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: #333;
	font-size: 120%;
	font-weight: normal;		
}



h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}



/* images */

img.float-right {
	margin: 5px;
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}



/* form elements */
form {
	margin:10px; padding: 0 5px;	
}
label {
	font-weight:bold;
	display: block;
}
input {
	padding:1px;
	border:1px solid #666666;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	margin-bottom: 7px;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #666666;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(images/button.jpg) repeat-x;
	border: 1px solid #dadada;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 10px; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }

.searchform input.textbox { 
	width: 100px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

fieldset
{
	border: 1px solid #999999;
	width: 500px;
	margin-left: 20px;
}

legend
{
	color: #fff;
	background-color: #999999;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #666666;
} 

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 910px;	
	margin: 0 auto;
	text-align: left;
	background: url(images/content.jpg) repeat-y center top;
}

#content-wrap {
	float: left;
	width: 850px;
	margin-left: 30px;
	display: inline;
	padding: 0; 	
	border-top: 5px solid;
	background: url(images/content-wrap.jpg) repeat-x; 
}
#header {
	position: relative;
	height: 5px;
	width:910px;
	padding: 0;
}
#header #header-links p {	
	padding: 0;	margin: 0;	
}
#header #header-links a {	
	color: #838181;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #444;		
}

/* header-photo */
#header-photo {
	position: relative;
	clear: both;
	margin: 5px auto;
	height: 250px;
	width: 850px;
	background: url(images/header-photo.jpg) no-repeat center center;
}
#header-photo h1#logo-text  {
	position: absolute;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	border: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 181px;
	left: 13px;
	width: 551px;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	height: 66px;
}

/* TOOLTIPS */

a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    text-decoration:none;
}

a.info:hover{
	z-index:25;
	text-decoration:none;
}

a.info span{
	display: none
	
}

a.info:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:6em;
	left:-3em;
	width:15em;
	border:1px solid #0066CC;
	background-color:#66CCFF;
	color:#000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	font-weight: normal;
	line-height: 1.5;
}

#header-photo h1#logo-text span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;

}

#header-photo h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 14px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #B6D1F8;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 80px; left: 35px;		
}



/* Main Column */

.two-col #main {
	margin: 10px 5px 0 200px;
}

#main h1 {
	margin: 10px 10px 0 10px;
	color: #032968;
	padding: 15px 0 2px 0px;
	border-bottom: 1px solid #dadada;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#main h4 {
	color: #032968;
	border-bottom: 1px solid #dadada;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

#main ul {
	list-style-position: inside;
	list-style-type: square;
	margin-left: 20px;
}

/* Back button */

.backbutton{
	background-color: #B2CDE0;
	border: 1px outset #005A9C;
	padding: 2px;
	color: #005A9C;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

.backbutton:visited, .rssbutton:hover, .rssbutton:active{
	background-color: #005A9C;
	color: #B2CDE0;
	text-decoration: none;
	border: 1px outset #005A9C;
}


#main ol {
	list-style-position: inside;
	margin-left: 20px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 190px;
}	
/* right column */
#rightcolumn {
	float: right;
	width: 190px;
	margin-top: 10px;	
}
#rightcolumn h1, #sidebar h1 {
	margin: 10px 5px 0 5px;
	padding: 5px 5px;
	color: #444;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

/* sidemenu */



#sidemenu {
	list-style: none;
	width: 190px;
	display: block;
	list-style: none;
	margin: 0; 
	padding: 0; 
}

#sidemenu a{
	color: #b8b8b8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	height: 23px;
	display:block;
	text-decoration: none;
	width: 160px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}



#sidemenu a:hover{
color: #595959;
	padding-bottom: 0;
	border-bottom: 0px;
}

#sidemenu a:active{
	color: #336699;
	width: 160px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 910px;
	font-size: x-small;
	padding: 20px 0;
	text-align: left;
	background: url(images/footer-bottom.jpg) no-repeat center bottom;
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}

/* footer */
#footer {
	clear: both;
	color: #666;	
	margin: 0 auto 10px auto; 
	width: 850px;
	padding: 5px 0;
	text-align: center;
	background: #F8F7F7;
	border-top: 1px solid #F2F2F2;	
}

/* alignment classes */
.float-left  {
	float: left;
	border: 1px dashed #999999;
	padding: 2px;
	margin: 1px;
}

.float-right  {
	float: right;
	border: 1px dashed #999999;
	padding: 2px;
	margin: 1px;
}

.float-right2  {
	float: right;
	border: none;
	padding: 2px;
	margin: 1px;
}

.float-left2  {
	border: 1px dashed #999999;
	padding: 2px;
	margin: 1px;
}

.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* post */
.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer {
	background: #F5F5F5;
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	color: #666666;	
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}

