﻿/* 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,verdana;
	font-family: Arial, Helvetica, sans-serif, "Gill Sans", verdana;
	color: #000000;
}

.box_right {
position:relative;
float:right;
clear:both;
width:200px;
margin:0 0 5px 10px;
padding:0 10px 0 10px;
background:#F7F9F7;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:.9em;
}

.box_right p {
margin:5px 5px;
}

.box_cnr_top {
background:url(images/cnr_tr.gif) no-repeat top right;
margin:0 -10px 0 -10px;
}

.box_cnr_bottom {
	margin: 0 -10px 0 -10px;
}

img.cnr {
width:8px;
height:8px;
border:none;
display: block !important;
}

#leftsidebar {
	background: #ffffff;
	color: #303030;
	margin: 0 auto;
	width: 900px;
	position: absolute;
	left: 10px;
}

#header {
	background-position: center;
	width: 900px;
	height: 90px;
	margin: 0 0 8px 0;
	border: 0;
	background-repeat: no-repeat;
	background-image: url('images/logo.png');
}

#topmenu {
	clear: left;
	float: left;
	width: 150px;
	height: 84px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

#menu {
	clear: left;
	float: left;
	width: 160px;
	margin: 0 0 0px 0;
	padding: 0;
	font-size: 0.9em;
}

#menu ul {
	list-style: none;
	width: 155px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.1em;
}	

#menu li {
	margin-bottom: 4px;
	font-family: Verdana;
}

#menu li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #336600;
	display: block;
	padding: 0 0 0 8px;
	border-left: 5px #336600 solid;
	font-family: Verdana;
	right: 10px;
}	
	
#menu li a:hover {
	background: #86C32A;
	color: #ffffff;
	border-left: 5px solid #86C32A;
	background-color: #336600;
}

.leftnews {
margin: 1px 0 1px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #F7F9F7;
line-height: 1.3em;
}

.rightnews {
	float: right;
	width: 110px;
	padding: 5px;
	font-size: small;
	line-height: 1.5em;
	font-weight: 700;
	color: #336600;
	font-family: Verdana;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

#rightnews p {
margin: 0 0 1.5em 0;
}

#content {
	margin: 0 200px 20px 160px;
	border-left: 1px #FFFFFF solid;
	border-right: 1px solid #f0f0f0;
	padding: 5px 5px 5px 5px;
	line-height: 1.6em;
	text-align: left;
	height: 650;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
	padding: 0px;
	display: inline;
	border: thin none #CCCCCC;
	background-color: #FFFFFF;
	float: right;
	vertical-align: top;
	height: 160px;
	width: 80px;
}

.greenbox {
	border: 2px #336600 ridge;
	color: inherit;
	padding: 2px;
	margin: 0px;
}

.bluebox {
	background-color: #FFCC66;
	border: 1px #336600 solid;
	color: inherit;
	padding: 5px;
	margin: 0px;
}

.splitright {
background-color: #ffffff;
width: 49%;
float: right;
overflow: hidden;
}

.splitleft {
background-color: #ffffff;
width: 49%;
float: left;
overflow: hidden;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
	text-decoration: underline;
	color: #336600;
}

a:hover {
text-decoration: underline;
color: #86C32A;
}

a img {
border: 0;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 1px #B30000 solid;
	width: 900px;
	text-align: center;
	color: #336600;
	font-size: 0.9em;
	font-family: verdana;
	position: relative;
	bottom: auto;
	top: auto;
}

#footer a {
	margin: 0 0 0 0;
	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;
}

.textright {
text-align: right;
}

.center {
	font: VERDANA;
	text-align: center;
	color: #336600;
	font-size: large;
}

.small {
font-size: 0.9em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.style3 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, "Gill Sans";
	position: absolute;
}
.style4 {
	color: #000000
}
.style5 {
	color: #000000
}
.style6 {
	color: #336600
}
.style7 {
	color: #336600
}

/* 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 */

