/* Start of CMSMS style sheet 'desk' */
/* Start of CMSMS style sheet 'desk' */
/* Start of CMSMS style sheet 'desk' */
body {
	margin: 0;
	padding: 0;
	background: url(uploads/docks/desk.jpg) center top no-repeat;
}
#start {
	display: block;
	height: 50px;
	background: url(uploads/docks/deskhead.png) 0px bottom repeat-x;
}
div#clock {
	float: right;
	padding: 5px 5px 0
}
div.start {
	width: 60px;
	height: 42px;
	background: url(uploads/docks/start.png) no-repeat
}
.start #topmenu {
       display:none
}
.start:hover #topmenu {
	
display:block !important;
}
#sthead {
	display: block;
	position: absolute;
	width: 384px;
	height: 1%;
	padding-top: 53px;
	margin-top: 0px;
	background: url(uploads/docks/starthead2.png) left top  no-repeat
}
#stbody {
	margin-top: 0px;
	padding: 10px;
	background: url(uploads/docks/stbk.png)
}
#stbotm {
	height: 35px;
	background: url(uploads/docks/stbottom.png) no-repeat
}
/* End of 'desk' */
/* main */
#main {position:relative;
       width:800px;
       margin: 1% auto 0px auto;
}
#boxtop {
       cursor: move;
       width:800px;
       margin: 0px;
       height:24px;
       background: url(uploads/docks/boxtop.png) no-repeat;
}
#content {
       float:right;
       width:800px;
       margin: 0px;;
       background: url(uploads/docks/mainbkwht.png) repeat-y;
}
#rite {
       float:right;
       width:582px;
       height:550px;overflow:auto;
       margin: 0px;
       background: url(uploads/docks/);
}
#lft {
       float:left;
       width:212px;
       margin: 0px;
       background: url(uploads/docks/);
}
#lft ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px;
} 
#boxbtm {
       clear:both;
       margin: 0px;
       height:15px;
       background: url(uploads/docks/boxbtm.png) no-repeat left bottom;
}
/* main */
/* dock - bottom */
#dock {
	width: 100%;
	bottom: 55px;
	position: absolute;
	left: 0px;
}
.dock-container {
	position: absolute;
	height: 50px;
	backgrond: url(uploads/docks/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px;
	color: #000;
	bottom: 0px;
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item span {
	display: none;
	padding-left: 20px;
}
.dock-item img {
	border: none;
	margin: 5px 10px 0px;
	width: 100%;
        background: url(uploads/docks/images/blank.gif);
}
#dock a:hover {
	background-color: transparent
}
/* End of 'dock' */
/* accessibility */
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
/* End of 'desk' */
/* End of 'desk' */
/* End of 'desk' */
/* End of 'desk' */
/* Start of CMSMS style sheet 'dhtmlwindow' */
.dhtmlwindow {
	position: absolute;
	border: 2px solid black;
	visibility: hidden;
	background-color: white;
}
.drag-handle {
/*CSS for Drag Handle*/
	padding: 1px;
	text-indent: 3px;
	font: bold 14px Arial;
	background-color: #CA0000;
	color: white;
	cursor: move;
	overflow: hidden;
	width: auto;
	filter: progid: DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.drag-handle .drag-controls {
/*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 1px;
	top: 2px;
	cursor: hand;
	cursor: pointer;
}
* html .drag-handle {
/*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
	width: 100%;
}
.drag-contentarea {
/*CSS for Content Display Area div*/
	border-top: 1px solid brown;
	background-color: white;
	color: black;
	height: 150px;
	padding: 2px;
	overflow: auto;
}
.drag-statusarea {
/*CSS for Status Bar div (includes resizearea)*/
	border-top: 1px solid gray;
	background-color: #F8F8F8;
	height: 13px;
/*height of resize image*/
}
.drag-resizearea {
/*CSS for Resize Area itself*/
	float: right;
	width: 13px;
/*width of resize image*/
	height: 13px;
/*height of resize image*/
	cursor: nw-resize;
	font-size: 0;
}
/* End of 'dhtmlwindow' */
/* End of 'desk' */
/* End of 'desk' */
/* End of 'desk' */

/* Start of CMSMS style sheet 'Navigation: CSSMenu - Vertical' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */
#menuwrapper { 
   width: 100%; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 100%; 
   margin-left: -1px;
}
#primary-nav ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
}
#primary-nav li { 
   margin-bottom: -1px; 
   position: relative; 
}


/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   border: 1px solid #006699; 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   color: #006699;
   text-decoration: none; 
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
}
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #ececec; 
   min-height:1em; /* Fixes IE7 bug*/
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive { 
   background-color: #C7C7C7; 
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li.menuparent, 
#primary-nav li.menuparent:hover, 
#primary-nav li.menuparenth { 
   background-image: url(uploads/docks/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */
#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #E7AB0B; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }


/* section header */
#primary-nav li.sectionheader {
   border-left: 1px solid #006699; 
   border-top: 1px solid #006699; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   width: 100%;
}


/* separator */
#primary-nav li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #006699;
   border-right: 1px solid #006699;
}

/* End of 'Navigation: CSSMenu - Vertical' */
/* End of 'desk' */


/* End of 'desk' */


/* End of 'desk' */

