body {
	background:#3D5368 url('../images/faded-background.jpg') 0 0 repeat-x;
	margin:0 15% 0 15%;
	font-family:Helvetica,Arial;
	font-size:1em;
}
p,pre {
	font-family:Helvetica,Arial;
}
img {
	border:0;
}
label {
	font-weight:bold;
}
.white {
	color:white;
}
#topMain h1 {
	font-size:2em;
	color:#FFFFFF;
	margin:0;
	padding:0;
}
#bottomMain h1 {
	font-size:1.8em;
	color:#3B6D24;
	margin:0;
	padding:0;
}
#bottomMain h2 {
	font-size:1.6em;
	color:#3B6D24;
	margin:0;
	padding:0;
}
#homeText ul {
	list-style-image:url('../images/tick.gif');
	list-style-position : inside;
}
#homeText a {
	color:white;
	text-decoration:underline;
}
/* BLOCK ELEMENTS */
#logo {
	font-size:0.7em;
	font-weight:normal;
	color:#FFFFFF;
}
#navigation {
	font-size:0.8em;
	font-weight:bold;
	color:#FFFFFF;
	position:relative;
	float:right;
	vertical-align : bottom;
}
#header {
	background:#202A33 url('../images/header-background.jpg') 0 0 repeat-x;
	border:#535C61 solid 1px;
	border-top-width:0px;
	padding:0 0 5px 5px;
}
#topMain {
	margin:15px 0 0 0;
	background-color:#81C441;
}
#bottomMain {
	background-color:#FFFFFF;
}
#blc {
	position:relative
	background-image:url('../images/grey-bottom-left-corner.gif') no-repeat;
}
/* ROUNDED CORNER STUFF */
.content {padding:10px;}
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
}
/* MAIN GREEN BOX */
#topMain .rbroundbox {background:#68A136 url('../images/greenfade-right-to-left.jpg') repeat-y top right;}
#topMain .rbbot div { background: url('../images/greenbl.gif') no-repeat bottom left;}
#topMain .rbbot { background: url('../images/greenbr.gif') no-repeat bottom right; }
#bottomMain .rbroundbox { background-color:#FFFFFF;}
#bottomMain .rbtop div { background: url('../images/tl.jpg') no-repeat top left; }
#bottomMain .rbtop { background: url('../images/tr.jpg') no-repeat top right; }
#bottomMain .rbbot div { background: url('../images/bl.gif') no-repeat bottom left;}
#bottomMain .rbbot { background: url('../images/br.gif') no-repeat bottom right; }
/* CONTACT BLOCK */
#contact {
	position:relative;
	float:right;
	text-align:left;
	width:40%;
}
#contact a, #contact strong, #contact span {
	color:#FFFFFF;
}
#contact h2, #contact p {
	color:#B1DF85;
}
#contact .rbroundbox { background:#3C641E url('../images/telephone.gif') no-repeat top right;}
#contact .rbtop div { background: url('../images/greenboxtl.gif') no-repeat top left; }
#contact .rbtop { background: url('../images/greenboxtr.gif') no-repeat top right; }
#contact .rbbot div { background: url('../images/greenboxbl.gif') no-repeat bottom left;}
#contact .rbbot { background: url('../images/greenboxbr.gif') no-repeat bottom right; }

#developer {
	color:#FFFFFF;
	font-size:0.7em;
}
#developer a {
	color:#FFFFFF;
	text-decoration:none;
}

/* TAB CSS */
* html #tab-menu {
	overflow: visible;
	height: 1px;
}	
#tab-menu ul, #tab-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#tab-menu li {
	float: left;
	background: url("../images/tabs.jpg") 100% -50px;
	padding-right: 0;
	margin-right: 0;
	/*border-bottom: 1px solid #CCC;*/
	margin-bottom: 0px;
}
#tab-menu li a, #tab-menu li span {
	display: block;
	float: left;
	padding: 10px 6px 10px 9px;
	background: url("../images/tabs.jpg") 0 -50px;
	color: #FFFFFF;
	text-decoration: none;
}
#tab-menu li:hover a {
	background-position: 0 -100px;
}
#tab-menu li:hover {
	background-position: 100% -100px;
}
#tab-menu li.current-tab {
	background: url("../images/tabs.jpg") 100% 0;
	border-bottom-color: #FFFFFF;
}
#tab-menu li.current-tab a, #tab-menu li.current-tab span {
	background: url("../images/tabs.jpg") 0 0;
	color: #68A136;
	font-weight:bold;
}
#tab-menu li.emptyTab a{
	color:#c6c6c6;
}
/* SUB TABS */
#ddm:hover {
	display:block
}
#tab-menu-list ul {
	display:none;
	visibility:hidden;
	list-style-position : outside;
	list-style-type : disc;
	clear:left;
	position:relative;
}
#tab-menu-list ul li {
	float:none;
	background:#3C641E url("../images/greenTrans.gif");
	margin:0;
	padding:2px;
	display:block;
}
#tab-menu-list ul li a {
	float:none;
	background:#3C641E url("../images/greenTrans.gif");
	margin:0;
	padding:2px;
	display:block;
	text-decoration: underline;
}
#tab-menu-list li:hover ul {
	display:block;
	visibility:visible;
}

