/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal 65%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color:#666;
	text-align: left;
	background:url(images/bg.jpg) repeat;
}

/* links */
a { background: inherit; color: #005A58; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

/* images */
img {
	border: 1px solid #fff;
	padding: 5px;
	background: #FAFAFA;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #F8F8F8;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #77250B;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background-color: #F8F8F8; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #69aea3;  
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif; 
	color: #666666;	
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 5px;
	margin-left:15px;
}
th strong {
	color: #fff;
}
th {
	background: #69AEA3;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #fff;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding: 0px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
	text-align: left;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
	text-align:left;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #77250B url(images/gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #666;	
	border: 1px solid #DADADA;	
}
/* sidebar */
#sidebar {
	float: right;
	width: 100%;
	margin: 0 0 10px 0; padding: 0;	
	
}	
#sidebar h1 {
	padding: 15px 0px 5px 10px;
	margin: 0;	
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
}
.sidebox {
	background: #F8F8F8;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	margin-top:0; 
	margin-bottom:0; 
	padding: 0;
	display:list-item;
	background: #F2F2F2;			
}
#sidebar ul.sidemenu li {
	padding: 0px 0px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 10px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
}

/* main */
#main {
	float: left;
	width: 68%;	
	margin: 0 0 10px 0; padding: 0;	
	
}
#main h1 {
	padding: 10px 0px 0px 0px;
	margin: 0 0 0 15px;
	border-bottom: 1px solid #f2f2f2; 	
	font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
}
#main ul li {
	margin-left:35px;
}

.post {
	margin: 0; padding: 0;
	background-image: url(images/contentwrap.jpg);
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}

.post .post-footer .comments {
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	padding-left: 20px; margin: 0 10px 0 5px;
}
.somediv{
clear: left;
}

.somediv .floatbox{
float: right;
width: 155px;
padding-top:5px;
}

* html .somediv p{ /* IE 3px jog hack*/
height: 1%;
}

.somediv p{
margin-top: 0;
margin-right: 10px;
padding-top:5px;

}
/*IMAGE POPUP*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 10;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #006699;
padding: 5px;
left: -1000px;
visibility: hidden;
color: #fff;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
background-color:#006699;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

#container {
	width: 760px;
	margin: auto;
	padding: 20px 0px 20px 0px;
	font-size: 1.2em;
}

#top_nav {
	background-image: url(images/topbar.jpg);
	height: 30px;
	padding-top: 15px;
	text-align: right;
	padding-right: 20px;
	color: #005A58;
}

#header{
	width:760px;
	height: 150px;
	background-image:url(images/header.gif);	
}

#main_nav {
	background-image: url(images/menu.jpg);
	height: 54px;
	padding-left: 9px;
}

#contentwrapper {
	background-image: url(images/contentwrap.jpg);
	background-repeat: repeat-y;
}

#right {
	float: right;
	width: 200px;
	padding-top: 15px;
	margin-right: 15px!important;
	margin-right: 7px;
	font-size: 0.9em;
}


#content {
	margin-right: 190px;
	margin-left: 190px;
	padding: 15px 0;
}

#footer {
	background-image: url(images/footer.jpg);
	height: 30px;
	clear: both;
	text-align: center;
	padding-top: 5px;
	color:#005A58;
}

/**************************************** text, images, lists ****************************/

img.float_left {
	float: right;
}

p {
	margin-top: 20px;
	margin-bottom: 20px;
}

p.topnav, .copyright {
	margin: 0;
}

h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: #69aea3; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; color: #005A58}

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

dl {
	margin-top: 20px;
	margin-bottom: 20px;
}

dt {
	border-bottom: 1px solid white;
	padding: 3px;
	margin-bottom: 5px;
	background-image: url(images/dt_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

dd {
	margin-bottom: 12px;
}

.news:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
}

/**************************************** Menu ****************************/

#navcontainer ul
{
	color: White;
	float: left;
	width: 100%;
	height: 54px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 18px 1em;
	height: 18px;
	color: #fff;
	text-decoration: none;
	float: left;
	background-image: url(images/menu_right_border.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#navcontainer ul li a:hover
{
	color: #fff;
	background-image: url(images/menu_hover.jpg);
	background-repeat: repeat-x;
}
