/* This is my first designs using CSS, Please visit me at http://www.studio7designs.com or email aran@studio7designs.com if you have any questions. Thanks, and have fun!
CSS layout: */

body {
margin: 0 auto;
padding: 0;
font: 76% Arial, Helvetica, sans-serif;
background: #f4f4f4 url(images/backround.gif) top center repeat-y;}

#leftsidebar {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 760px;}

.header {
padding: 0px;
margin: 0px 0px 10px;
height: 35px;
background-image: url(images/header.gif);
background-repeat: no-repeat;
text-indent: -9999pt;}

#topmenu {
clear: left;
float: left;
width: 150px;
height: 84px;
margin: 0 0 10px 0;
padding: 0;
background: #f4f4f4 url(images/topmenu.gif) top left no-repeat;}

#leftnews {
	margin: 1px 0 1px 0;
	padding: 10px;
	width: 130px;
	color: #505050;
	background-color: #E3EAE3;
	line-height: 1.3em;
}

#leftnews h3 {color: #74A8F5; margin:0px; font-weight: bold; font-size: 1em;}

#menu {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 0px 0;
	padding: 0;
	font-size: 0.9em;
	background-color: #FFFFFF;
}

#menu ul {	
list-style: none;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 1.1em;}	

#menu li {
margin-bottom: 4px;}

#menu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #86C32A;
display: block;
padding: 5px 0 0 8px;
background: #ffffff;
border-left: 5px solid #86C32A;}	
	
#menu li a:hover {
background: #86C32A;
color: #ffffff;
border-left: 5px solid #86C32A;}


#rightnews {
	float: right;
	width: 94px;
	background-color: #EBEBEB;
	margin: 0 0 10px 10px;
	padding: 5px;
	font-size: 0.9em;
	line-height: 1.5em;
}

#rightnews p {
margin: 0;
margin-bottom: 3px;
color: #333;}

#rightnews img {
padding-top: 5px;
padding-bottom: 5px;}

#content {
margin: 0 110px 20px 160px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;}

#content, #leftnews p {color: #333333;}

#content h2 {
font-size: 1.3em;
margin: 1em 0 0.5em;
color: #1E943C;}

#content img {
padding: 0px;
display:inline;
border: thin none #CCCCCC;
background-color: #FFFFFF;}

.greenbox {
background-color: #EDF1ED;
border: 1px solid #94BD53;
color: #333;
padding: 5px;
margin: 0px;}

.bluebox {
background-color: #EDF3FE;
border: 1px solid #74A8F5;
color: inherit;
padding: 5px;
margin: 0px;}

.splitright {
background-color: #ffffff;
width: 49%;
float: right;
overflow: hidden;}

.splitleft {
background-color: #ffffff;
width: 49%;
float: left;
text-align: center;
overflow: hidden;}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;}

a {text-decoration: underline; color: #5695F3;}
a:hover {text-decoration: underline; color: #86C32A;}

a img {border: 0;}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 3px solid #86C32A;
width: 760px;
text-align: center;
color: #86C32A;
font-size: 0.9em;}

#footer a {
color: #86C32A;
text-decoration: none;}

#footer a:hover {
text-decoration: underline;
color: #74A8F5;}



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

.textbig {font-size: 1.3em;}
.textsmall {font-size: 0.9em; padding-right: 45px;}
.greentext {color: #1E943C;}
.textright {text-align: right;}
.center {text-align: center;}
.small {font-size: 0.9em;}
.bold {font-weight: bold;}
.hide {display: none;}

/* workarounds and hacks */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

h3 {color: #74A8F5; padding-top: 5px; margin-top:0px; font-weight: bold; font-size: 1.1em;}

.indent {padding-left: 25px; padding-right: 35px;}
.line {border-bottom: 1px #666666 solid; margin-top: -10px;}
.textred {color: #970000;}
