﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #009633 url(/images/img04.jpg) repeat-x;
	font: normal 13px "Lucida Grande", Helvetica, Verdana, Arial;
}

body, th, td, input, textarea {
	font-family: "Lucida Grande","Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

p, ol, ul, dl{
	line-height: 170%;
	text-align:justify;
}

a:hover {
	text-decoration: none;
}

/****************** Start of Footer Div ******************/

#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	color: #FFFFFF;
}

#footer p {
	margin: 0;	
}

#footer a {
	color: #FFFFFF;
}


/****************** Start of Header Div ******************/

#header {
	width: 960px;
	height: 120px;
	margin: 0 auto;
}

#logo 
{
    
}

#logo img {
	float: left;
	height: 80px;
	margin-left: 24px;
	margin-top: 14px;
	width: 230px;
	border: none;
}

/****************** Start of Login Div ******************/

#login {
	
   text-align:center;
   margin:0 auto;
   max-width:250px
}

/****************** Start of Menu Div ******************/

#menu {
	
	background:none;
	height: 38px;
	margin: 0 auto;	
	width:960px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 36px;
	padding: 8px 20px 0 10px;
	text-decoration: none;
	text-transform: lowercase;
	color: White;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item {
	background: url(/images/img06t.gif) no-repeat;
	margin: -2px 0px 0px 0px;
	height: 36px;
}

#menu .current_page_item a {
	background: url(/images/img05.gif) no-repeat top right;
	font-weight: bold;
	color: Black;
	margin: 0px 0px 0px 10px;
	
}


/****************** Start of Page Div ******************/

#pageheader 
{
	background: url(/images/img09.gif) no-repeat;
	width: 960px;
	height: 24px;
}

#page {
	width: 960px;
	margin: 8px auto;
	background: #FFFFFF url(/images/img07.gif) repeat-y;
}

#pagefooter {
	clear: both;
	background: url(/images/img10.gif) no-repeat;
	width: 960px;
	margin: 0 auto;
	height: 21px;
}

/****************** Start of Content Div ******************/


/* Table */

.red { color:red;}

.table{
	text-align:center;
	margin:0 auto;

	}

.thead{
	background-color: #CCCCCC;
}

.table tbody{
}

.table tlabel{
	background-color: #FFFFCC;
	float: left;
	width: 200px;
	text-align:right;
}

.table tcontrol{
	float: left;
	width: 399px;
}


/* Content */

#content {
	width: 960px;
	margin: 40px auto;
}

#content a {
	color: #FF8900;
}

.pagetitle {
	height: 33px;
	margin: 0;
	padding: 8px 0 0 15px;
	background: url(/images/img13Med.gif) no-repeat;
	font-size: 1.4em;
	color: #FFFFFF;	
}

.pagetitle2 {
	height: 33px;
	margin: 0;
	padding: 8px 0 0 15px;
	background: url(/images/img11Large.gif) no-repeat;
	font-size: 1.4em;
	color: #FFFFFF;	
}

.pagetitle3 {
	height: 33px;
	margin: 0;
	padding: 8px 0 0 15px;
	background: url(/images/img13Small.gif) no-repeat;
	font-size: 1.4em;
	color: #FFFFFF;	
}

#content #rss-posts {
	display: block;
	margin: -30px 15px 0px 0px;
	padding: 0 20px 0 0;
	background: url(/images/rss.gif) no-repeat right center;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
}

.post {
	padding: 40px 30px 0 30px;
}

.title {
	margin: 0;
	font-size: 2.4em;
	font-weight: normal;
}

.byline {
	margin: 0 0 20px 0;
}

.meta {
	border-top: 1px dotted #CCCCCC;
	text-align: right;
}

.meta .more, .meta .comments {
	padding-left: 15px;
	background: url(/images/img14.gif) no-repeat left center;
}

/* Sidebar */

.leftmenuouter {
    float: left;
    margin-left: 10px;
}

.rightcontentouter {
    float: left;
    padding-left:10px;
}

.internalmenublock {
	clear:both;
	float:left;
	width: 220px;
	margin-left: 10px;

}

.internalmenuimage {
	margin-left:5px;
	text-align:left;
}

.menutitle
{
    margin-left:15px;
}

#content .internalmenu a
{
	text-decoration: none;
	font-family: "Lucida Grande","Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background: white url(/images/icons/bullet_go.png) no-repeat top left;
	padding-left: 18px;
}

.internalmenu a:hover
{
	text-decoration: underline;
}

.internalmenu img
{
	border: 0px;
	padding-top: 4px;
}

.internalmenu ul 
{

    margin-left:-25px;
	list-style-type:none;
}

.datacontent {
	float:left;
	width: 650px;
	margin-top:50px;
}

.teammember {

}

.teammemberImage {

}

.teammemberdescription {

}

.clearBoth 
{
	clear: both;
}

