/* Main layout and header */

html, body {
     height: 100%;
}

body {
	background:url(img/bg.jpg) top center repeat-y #f0ead6;
	text-align: center; 
}

#wrap {
	margin:0 auto -60px;
	width:760px;
	background-color: #FDFBF9;
	min-height:100%;
/*	line-height:1.4em; */
	padding:0;
/*	font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 90%;	
	height: auto !important;
    	height: 100%;
}

#header {
	background:url(img/front.jpg) no-repeat bottom left #fff;
	color:#505050;
	height:260px;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#headersub {
	background:url(img/HEAD.png) no-repeat bottom left #fff;
	color: #000000;
	height:105px;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	border-bottom: 2px solid #999999;
}
/*#header h1 {font-size:2.5em; font-weight:400; letter-spacing:-2px; margin:0 0 15px 15px; padding:20px 0 0;}
#header h1 a,#header h1 a:hover {font-weight:400; padding:0;}
#header p {font-size:1.1em; letter-spacing:-1px; margin:0 0 20px 15px; padding:0 0 0 3px;}*/

/* Left sidebar and menu */

.LeftPane {
	clear:left;
	float:left;
	margin:0 0 0 3px;
	padding:0px;
	width:150px;
	text-align:left;
}

.clearDiv, #clearDiv {
	clear: both;
}


/*.LeftPane ul.avmenu {list-style:none; margin:0 0 18px; padding:0; width:150px;}
.LeftPane ul.avmenu li {display:inline; padding:0; width:150px;}
.LeftPane ul.avmenu li a {background:url(img/menubg.gif) repeat-x bottom left #f4f4f4; border-bottom:1px solid #d8d8d8; border-left:4px solid #ccc; border-right:1px solid #d8d8d8; border-top:1px solid #d8d8d8; color:#505050; float:left; font-size:1em; font-weight:700; margin-bottom:5px; padding:5px 1px 5px 5px; text-decoration:none; width:138px;}
.LeftPane ul.avmenu li a:hover,.LeftPane ul.avmenu li a.current {background:url(img/menubg2.gif) repeat-x bottom left #eaeaea; border-bottom:1px solid #b0b0b0; border-left:4px solid #505050; border-right:1px solid #b0b0b0; border-top:1px solid #b0b0b0; color:#505050;}
.LeftPane ul.avmenu ul {font-size:0.9em; margin:0 0 0 15px; padding:0 0 5px 0; width:133px;}
.LeftPane ul.avmenu ul a {padding:3px 1px 3px 5px; width:123px;}
.LeftPane ul.avmenu ul ul {font-size:1em; width:120px;}
.LeftPane ul.avmenu ul ul a {width:108px;}
.LeftPane h2 {font-size:1.5em; font-weight:400;}
.LeftPane .announce {background:url(img/menubg.gif) repeat-x bottom left #f4f4f4; border-bottom:1px solid #d8d8d8; border-left:4px solid #ccc; border-right:1px solid #d8d8d8; border-top:1px solid #d8d8d8; clear:left; color:#505050; line-height:1.3em; margin:10px 0; padding:5px 5px 5px; width:134px;}
.LeftPane p,.announce p {font-size:0.9em;}*/


/* Right sidebar */
.RightPane {float:right; margin:0 0 10px; padding:0; width:160px; height:100%;}
.RightPane p,.RightPane ul {font-size:0.9em; line-height:1.3em; margin:0 0 1.5em; padding:0;}
.RightPane li {list-style:none; margin:0 0 6px; padding:0;}
.RightPane h2 {
	font-size:1.5em;
	font-weight:400;
	margin:0 0 6px;
}

/* Control Panel */
#ControlPanel, .ControlPanel {
	width:760px;
	margin:0 auto;
	text-align:left;
	background:#FFF;
	padding:0;
	border: none;
}

/* Main content */
.ContentPane {
	line-height:1.4em;
	text-align:left;
	border-right: 1px solid;
	border-color:#999999;
	margin: 0px 170px 10px 160px;
	vertical-align: top;
}
.ContentPaneSub {
	line-height:1.4em;
	text-align:left;
	border-color:#999999;
	vertical-align: top;
	margin: 0px 0px 10px 160px;
}
#BreadCrumb {
	text-align:left; 
	padding:0; 
	font-size:9pt;
	margin:0 0 10 0;
	font-family:Tahoma, Geneva, sans-serif;
}
.TopPane {
	line-height:1.5em;
	margin:0px 0px 10px 160px;
	padding:0;
	text-align:left;
}
/*.ContentPane h2,.ContentPaneSub h2,.TopPane h2 {
	font-size:1.8em;
	font-weight:400;
	margin:8px 0 10px;
	padding:0;
	letter-spacing: -.5px;
}
.ContentPane h3,.ContentPaneSub h3,#TopPane h3 {font-size:1.5em; font-weight:400; margin:6px 0; padding:0;}
.ContentPane img,.ContentPaneSub img,#TopPane img {background:#ccc; border:4px solid #f0f0f0; color:#303030; display:inline; padding:1px; margin:0 10px 5px 0;}
.ContentPane ul,.ContentPaneSub ul,.ContentPane ol,.ContentPaneSub ol,#TopPane ul,#TopPane ol {margin:0 0 16px 20px; padding:0;}
.ContentPane ul ul,.ContentPaneSub ul ul,.ContentPane ol ol,.ContentPaneSub ol ol,#TopPane ul ul,#TopPane ol ol {margin:2px 0 2px 15px;}
.ContentPane li,.ContentPaneSub li,#TopPane li {margin:0 0 2px 5px; padding:0 0 0 4px;}*/



/* Footer */
#footer {background:#fff; border-top:2px solid #999999; clear:both; color:#666; font-size:0.9em; margin:0 auto; padding:8px 0; text-align:center; width:760px; height:30px;}
.push {height:30px;}
#footer p {margin:0; padding:0;}
#footer a {background:inherit; color:#666; font-weight:400; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
/* #footer span {font-size:1.2em;} */




/* Links and paragraphs */
a {background:inherit; color:#166090; text-decoration:none; font-weight:700;}
a:hover {background:inherit; color:#286ea0; text-decoration:underline;}
a img {border:0;}
p {margin:0 0 0px;}
blockquote {background:url(img/menubg.gif) repeat-x bottom left #f4f4f4; border-bottom:1px solid #d8d8d8; border-left:4px solid #ccc; border-right:1px solid #d8d8d8; border-top:1px solid #d8d8d8; color:#505050; margin:16px; padding:7px 7px 7px 11px;}
blockquote p {font-size:1.1em; line-height:1.3em; margin:0;}


/* Tables and forms */
/* table {border:1px solid #d8d8d8; border-collapse:collapse; line-height:1.3em; width:95%; margin:0 0 16px; padding:0;} */
caption {font-size:1.5em; font-weight:400; margin:0; padding:6px 0 8px; text-align:left;}
th {background:url(img/menubg2.gif) repeat-x bottom left #eaeaea; color:#505050; padding:7px; text-align:left;}
/* td {background:url(img/menubg.gif) repeat-x bottom left #f4f4f4; color:#303030; font-size:0.9em; padding:7px; text-align:left;} */
input,textarea {border:1px solid #ccc; font-family:Verdana,Tahoma,Arial,Sans-Serif; font-size:1em; margin:0; padding:4px;}
label {margin:2px 0 2px 0; font-size:1.2em;}
/* input {width:200px;} */
textarea {width:400px;}

/* Search box */
#search label,.hide {display:none;}
#search {margin:6px 0 16px; padding:5px; padding-top:15px; text-align:center;}
#searchform {background:#fff; border:1px solid #ccc; color:#505050; font-size:0.9em; padding:4px; width:116px;}

/* Additional classes */
.announce h2 {margin:0 0 10px; padding:0;}
.textright {margin:-10px 0 4px; text-align:right;}
.center {text-align:center;}
.small {font-size:0.8em;}
.large {font-size:1.3em;}
.red {color:red;}
.green {color:green;}
.blue {color:blue;}
.highlighted {background:#f0f0f0; border:1px solid #b0b0b0; color:#303030; padding:3px;}
.button {background:url(img/menubg.gif) repeat-x bottom left #f4f4f4; border-bottom:1px solid #d8d8d8; border-left:4px solid #ccc; border-right:1px solid #d8d8d8; border-top:1px solid #d8d8d8; color:#505050; font-weight:400; font-size:1.2em; margin:0 0 15px; padding:7px 7px 7px 11px; width:120px;}
.left {float:left; margin:10px 10px 5px 0;}
.right {float:right; margin:10px 0 5px 10px;}


/***** Main menu *****/

/*Root Items*/
.main_dnnmenu_rootitem {
width:140px;
margin:0 0 0px;
padding:3px 1px 3px 5px;
background-color:#f4f4f4;
font-family:Tahoma, Geneva, sans-serif;
border-left:4px solid #cccccc;
border-bottom:4px solid #FDFBF9;
line-height:1.4em;
cursor: pointer;
font-weight:bold;
color:#505050;
}

.main_dnnmenu_rootitem_selected {
width:140px;
font-weight:bold;
margin:0 0 0px;
padding:3px 1px 3px 5px;
font-family:Tahoma, Geneva, sans-serif;
border-bottom:4px solid #FDFBF9;
line-height:1.4em;
cursor: pointer;
font-weight:bold;
background-color:#eaeaea;
border-left:4px solid #286ea0;
color:#505050;
}

.main_dnnmenu_rootitem_hover{
width:140px;
margin:0 0 0px;
padding:3px 1px 3px 5px;
background-color:#f4f4f4;
font-family:Tahoma, Geneva, sans-serif;
border-bottom:4px solid #FDFBF9;
line-height:1.4em;
cursor: pointer;
background-color:#eaeaea;
border-left:4px solid #286ea0;
color:#505050;
font-weight:bold;
}

/*Submenu*/
.main_dnnmenu_submenu {
width:140px;
padding:3px 1px 3px 0px;
background-color:#f4f4f4;
font-family:Tahoma, Geneva, sans-serif;
font-size:10pt;
line-height:1.2em;
cursor: pointer;
color:#505050;
/* border-bottom:4px solid #ffffff;
border-left:4px solid #cccccc; */
}

/* .main_dnnmenu_submenu tr.td{ 
border-bottom:4px solid #fff;
border-left:4px solid #cccccc;
}
*/

/* Items */
.main_dnnmenu_itemhover {
background-color:#f4f4f4;
color:#505050;
/* border-left:4px solid #286ea0; */
}


.main_dnnmenu_item {
/* border-bottom:4px solid #fff; */
/* border-left:4px solid #cccccc; */
background-color:#f4f4f4;
}


/* holds line under sub menu items */
.main_dnnmenu_item td{
border-bottom:4px solid #ffffff;
/* border-left:4px solid #cccccc; */
padding:3px 1px 3px 3px;
}


.main_dnnmenu_itemselected td{
background-color:#eaeaea;
color:#505050;
font-weight:bold;
}

.main_dnnmenu_itemhover td{
/* border-left:4px solid #286ea0; */
background-color:#eaeaea;
color:#505050;
}









