/* GENERAL STYLES */
html {
height:100%; 
max-height:100%; 
padding:0; 
margin:0; 
border:0; 
background:#fff; 
font-size:86%; 
font-family: Verdana, Arial, Helvetica, sans-serif;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}
body {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
  background: #ffffff url(../images/bgslice2.jpg) repeat-y 0px 0;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
}

#contents {
	display: block;
	height: 100%;
	max-height: 100%;
	overflow: auto;
	padding-left: 180px;
	padding-right: 200px;
	position: relative;
	z-index: 3;
}

#contentswide {
	display: block;
	height: 100%;
	max-height: 100%;
	overflow: auto;
	padding-left: 180px;
	padding-right: 10px;
	position: relative;
	z-index: 3;
}
#header {
	position: absolute;
	margin: 0;
	top: 0;
	right: 18px; /* move away from the scrollbar area */
	display: block;
	width: 100%;
	height: 116px;
	background: #fff;
	z-index: 5;
	color: #000;
  border-bottom: 4px solid #f8941e;
  overflow: hidden;
}
#footer {
	position: absolute;
	margin: 0;
	bottom: -1px;
	right: 18px;
	display: block;
	width: 100%;
	height: 51px;
	background-color: #E1DFEE;
	color: #000;
	text-align: right;
	z-index: 4;
  border-top: 5px solid #000D60;
}
#footer p {
	color: #2e3092; 
	margin:5px 10px 0 10px;
	font-size: 85%;
  }
  
.pad1 {display:block; width:18px; height:50px; float:left;}
.pad2 {display:block; height:116px;}
#contents p, #contentswide p {padding:5px;}



#telno {
	position: absolute;
	left: 42px;
	bottom: 0px;
	color: #2e3092;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 4px;
}


#left {
	position: absolute;
	left: 0;
	top: 0;
	height:100%;
	width: 180px;
	background: url(../images/LeftSidebar2.jpg) no-repeat;
	background-position: 0 112px;
	z-index: 0;
	padding: 130px 0px 0px 0px;
}

#rightcol {
	position: absolute;
	right: 0;
	top: 0;
	width: 180px;
	background-color: white;
	padding: 10px 5px 5px 5px;
	/*border: 1px solid Silver;*/
	margin: 20px 5px 5px 5px;
	font-size: 85%;
}
#rightcol ul {
	margin-left: 15px;
}


.portfolio {
/*	clear: both; */
	/*display: block;*/
	margin: 0px 0px 0px 0px;
	padding: 0 0 0px 0;
	border-collapse: separate;
}

.portfolio img {
	float: right;
}
.portfoliotext {
	/*float: left;*/
	padding: 5px 350px 10px 5px;
	background-color: #E1DFEE;
	border: 1px dashed #f8941e;
	margin-right: 20px;
	border-collapse: separate;
}
.spacer {
	clear: both;
	height: 20px;
/*	margin: 0;
	padding: 0;
	border-top: 1px dashed #E1DFEE; 
	background-color: Aqua; */
}

/* Menu Stuff */
#nav ul {
/*	margin: 0 auto; */
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	display: table;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#nav li {
	display: table-cell;
	margin: 0;
	padding: 0;
}
#nav a {
	float: left;
	color: #000;
	background: #E1DFEE url(/images/top_left.gif) no-repeat left top;
	margin: 0 2px 0 0;
	padding: 0 0 0 2px;
	text-decoration: none;
	letter-spacing: 1px;
}
#nav a b {
	float: left;
	display: block;
	background: transparent url(/images/top_right.gif) no-repeat right top;
	padding: 5px 16px 5px 12px;
}
#nav a:hover {
	background: #f8941e url(/images/top_left.gif) no-repeat left top;
	color: #fff;
	cursor: pointer;
} 
#nav .current a {
	background: #f8941e url(/images/top_left.gif) no-repeat left top;
	color: #fff;
	cursor: default;
} 
#nav {
  position:absolute; 
  bottom:0px; 
  left:198px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
} /* margin for this demo only */

/* IE Only */
* html #nav ul {display:inline-block;}
* html #nav ul {display:inline;}
* html #nav ul li {float:left;}
* html #nav {text-align:center;}
/* Menu Stuff - end */


/* menu classes */
#list-menu {
	width: 140px; /* 	this width value is also effected by
							the padding we will later set on the links. *//* this width value is also effected by
							the padding we will later set on the links. */
}
#list-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	word-wrap: break-word;
} 
#list-menu li {
	margin: 2px 0 0;
	font-size: 9pt;
	clear: both;
	list-style-type: none;
}
#list-menu a {
	position: relative;
	display: block;
	width: 136px;
	margin-left: 5px;
	padding: 2px 2px 2px 10px;
	border: 1px solid rgb(255,255,255);
	background: #B6AACE;
	text-decoration: none; /*lets remove the link underlines*/
	color: #FFFFFF;
} 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: rgb(255,255,255) ! important;
}
#list-menu a:hover {
	display: block;
	width: 136px;
	padding: 2px 2px 2px 10px;
	border: 1px solid rgb(255,255,255);
   background: #f8941e;
   background-position: -5px 50%;

	text-decoration: none; /*lets remove the link underlines*/
	color: #FFFFFF;
} 

/* end menu classes */

/* sub-menu classes */
#list-submenu {
	width: 140px;
	/* this width value is also effected by
	the padding we will later set on the links. */
}
#list-submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	word-wrap: break-word;
} 
#list-submenu li {
	margin: 2px 0 0;
	font-size: 9pt;
	list-style-type: none;
}
#list-submenu a {
	padding-bottom: 4px;
	margin-bottom: 4px;
	margin-left: 15px;
	display: block;
	width:125px;
	height: 11px;
	padding: 0px 0px 0px 8px;
	border-bottom: 1px solid rgb(255,255,255);
	background: rgb(144,214,242);
	text-decoration: none; /*lets remove the link underlines*/
} 
#list-submenu a:link, #list-submenu a:active, #list-submenu a:visited {
	color: #2e3092 ! important;
}
#list-submenu a:hover {
	padding-bottom: 4px;
	margin-bottom: 4px;
	display: block;
	width:125px;
	height: 11px;
	padding: 0px 0px 0px 8px;
	border-bottom: 1px solid rgb(255,255,255);
   background: #f8941e;
	text-decoration: none; /*lets remove the link underlines*/
} 
/* end submenu classes */



#headertext {
	position: absolute;
	left: 263px;
	top: 17px;
}

#headertext h1 {
	color: #2e3092;
	padding: 0;
	margin: 0;
}
/* * html #headertext h1 {display:inline-block;}
* html #headertext h1 {display:inline;} */

#logo {
	position: absolute;
	left: 43px;
	top: 10px;
}
#mainmenu {
	position: absolute;
	left: 198px;
	top: 95px;
}


h1 {
	color: #2e3092;
	font-size: 150%;
}

h2 {
	color: #2e3092;
	font-size: 120%;	
}

h3 {
	color: #2e3092;
	font-size: 110%;	
}

#rightcol h3 {
	margin: 1em 0;
	padding: 0 20px; 	
}

p {
	color: Black;
	font-size: 100%;
}
th {  
	background-color: #B6AACE; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 100%;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

li {
	list-style: circle outside; 
	color:#f8941e;
} 
li span {
	color: Black;
}
.important {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #990000}
.adminhighlight {
	color: Red;
	font-weight: bold;
}

#sidebarlogo {
	position: absolute;
	left: 15px;
	top: 420px;
	width: 120px;
	text-align: center;
	padding: 2px;
	background-color: #ffffff;
}

/* EDITOR PROPERTIES */
h1 {
color: #2e3092;
font-size: 150%;

}

h2 {
color: #2e3092;
font-size: 120%;	

}

h3 {
color: #2e3092;
font-size: 110%;	

}

p {
color: Black;
font-size: 100%;

}

important {
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #990000;
}

