﻿/* CANNA-MED COMPLETE CSS DNN TEMPLATE */

body 
{ 
	background:#ffffff url(images/background.png) no-repeat;
	background-position:bottom !important;
	width:100%; 
	margin:0px; 
	padding:0px; 
	font-family: calibri, arial, tahoma, verdana; 
	text-align:center;
	font-size:14px;
	position:static;
	bottom:0px;
	}
	
img {
	padding: 0 1em 0 0;
}

div#wrapper {
		width:935px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:0;
	
	
}



div#header {
		float:left;
		width:935px;
		display:block;
		}

div#logo {
		float:left;
		margin:25px;
		}

div#topbanner
{
	background:url(images/menubg.png) no-repeat top;
	float:left;
	width:935px;
	margin-top:3px;
	padding-bottom:15px;
	color:#666666;
		border-left:1px #cccccc solid;
				border-right:1px #cccccc solid;
				background-color:#FFFFFF;
}

div#menudiv
{
	float:left;
	width:900px;
	height:60px;
	margin:0 0 5px 0;
	padding:1em 0 0 0;
}

div#contentcontainer {
		float:left;
		width:935px;
		display:block;
		text-align:left;	
		padding-bottom:10px;
			border-left:1px #cccccc solid;
				border-right:1px #cccccc solid;
				background-color:#FFFFFF;
		}


div#leftcontent {
		
		width:250px;
	
		float:left;
		text-align:left;
		margin:0 10px 0 30px;
		background-color:#FFFFFF;

		}
		
	
		

		
div#centercontent {
		background:#ffffff;
		width:570px;
		min-height:400px;
		padding:10px;
		float:left;
		display:block;
		margin-left:10px;
		z-index:25;
		position:relative;
		border-left:1px #dddddd solid;
		}

div#centercontent2 {
		background:url(images/bodybg.png) repeat-y;
		width:900px;
		padding:10px;
		float:left;
		display:block;
		margin-left:10px;
		z-index:25;
		position:relative;
		background-color:#FFFFFF;
		}



		

		
table
{
float:left;
margin-left:20px;
}

div#clear
{
clear:both;
}
div#footer {
		float:left;
		width:935px;
		display:block;
		color:#ffffff;
		text-align:left;
		background-color:#084d23;
		height:140;
		border-left:1px #cccccc solid;
		border-right:1px #cccccc solid;
}

#tree
{
	position:relative;
	top:50px;
	left:250px;
	width:207px;
	height:250px;
	z-index:1;
}
#tree img
{
float:right;
}
		

/*=== Menu Items */
/* Main Menu object styles */

.MainMenu_MenuContainer { background:transparent; }
.MainMenu_MenuBar { cursor:pointer; cursor:hand; background:transparent; }
.MainMenu_SubMenu {
	color:#ffffff;
	background-color:#18581b;
	border:1px #033 solid;
	text-decoration:none;
	padding:5px;
	margin-left:3px;
	}

.MainMenu_MenuItem
{   
	height:30px; 
	color:#FFFFFF; 
	font-size:14px;
	background:transparent; 
	font-weight:normal; 
	padding-right:20px;
	border:0; 
	text-align: left;
	
	 }
.MainMenu_MenuItemSel 
{ 	
	height:30px; 
	font-size:14px; 
	font-weight:normal; 
	cursor:pointer; 
	cursor:hand; 
	padding-right:20px;
	background:transparent; 	
 	border:0; 
	color:#FF6600;

}
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display:none; }

.MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display:none; }
.MainMenu_MenuBreak 
{ 
	border-top-style:none; 
	border-right-style:none; 
	border-left-style:none; 
	border-bottom-style:none; 
}




