/*---------------------------------------------------------------
------------------------------GENERAL----------------------------
---------------------------------------------------------------*/
img
{
	border: 0px;
}

/*---------------------------------------------------------------
------------------------PAGE BODY AND LAYOUT---------------------
---------------------------------------------------------------*/

body
{
	margin: 0;
	padding: 0; /*background-color: #FEEACA;*/
	background: url(../Images/background_body.jpg) top left no-repeat fixed #3C2410;
	font-family: Verdana, "Trebuchet MS", Arial, Times New Roman;
	font-size: 11px;
	color: #000;
}

#wrapper
{
	width: 706px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px 24px 2px 24px;
	background: url(../Images/transparent_tile_30.png) top left; /*#3C2410;*/
}

#header
{
	width: 706px;
	height: 114px; /*background: #AAA;*/
}

#navigation
{
	width: 706px;
	height: 2em;
	padding-bottom: 4px;
	background: #DFC0A1;
	z-index: 500;
}

#content-wrapper
{
	clear: both;
	width: 701px;
	margin-top: 5px;
	padding: 2px 0px 0px 2px; /*background: #AAA;*/
}

#sidebarA
{
	width: 109px;
	float: left; /*background: #EEE;*/
}

#sidebarB
{
	width: 160px;
	float: right; /*background: #AAA;*/
}

#footer
{
	clear: both;
	width: 706px;
	height: 2em;
	margin: 0;
	padding: 0;
	background: url(../Images/background_extend.gif) top left no-repeat;
}

#footer p
{
	color: #FFF;
	text-align: center;
}

.spacer
{
	clear: both;
	height: 0;
}

/*---------------------------------------------------------------
-------------------------HORIZONTAL MENUS------------------------
---------------------------------------------------------------*/
.horizontalcssmenu
{
	display: block;
	/*font-family: "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;*/
	font-size: .9em;
	font-weight: 700;
	color: #FCF1E0;
}

.horizontalcssmenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none; /*border: 1px solid #000;*/
}

/*Top level list items*/
.horizontalcssmenu ul li
{
	position: relative; /*allow sub menu to fall under correct menu item*/
	display: inline;
	float: left; /*works to put in same line*/
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a
{
	display: block; /*width: 120px;*/ /*Width of top level menu link items*/ /*height: 2em;*/
	padding: 5px 18px 4px 18px;	
	text-decoration: none;
	border-left-width: 0;
	background-color: #DFC0A1;
	color: #3C2410;
}

/*Sub level menu*/
.horizontalcssmenu ul li ul
{
	left: 0;
	top: 0;
	border-top: 1px solid #000;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li
{
	display: inline;
	float: none;
}

/* Sub level menu links style */
.horizontalcssmenu ul li ul li a
{
	width: 160px; /*width of sub menu levels*/
	border-width: 0 1px 1px 1px;
	padding: 4px 6px;
	margin-bottom: 0px;
	text-align: center;
	background: #3C2410; /*margin-top: 2px;*/
	color: #FFF;
	border: 1px solid #000;
	font-size: 1em;
}

.horizontalcssmenu ul li a:hover
{
	/*background: url(menubgover.gif) center center repeat-x;*/
	color: #FFF;
}

.horizontalcssmenu ul li ul li a:hover
{
	background: #DFC0A1;
	color: #3C2410;
}

.horizontalcssmenu .arrowdiv
{
	position: absolute;
	right: 0;
	background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara
{
	/*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}

/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li
{
	float: left;
	height: 1%;
}
* html .horizontalcssmenu ul li a
{
	height: 1%;
}
/* End */

/*---------------------------------------------------------------
--------------------------VERTICAL MENUS-------------------------
---------------------------------------------------------------*/
.verticalcssmenu, .verticalcssmenu li ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 109px; /*WIDTH OF MAIN MENU ITEMS*/ /*border: 1px solid #000;*/
	z-index: 350;
}

.verticalcssmenu li
{
	position: relative;
}

.verticalcssmenu img
{
	border: 0;
	border-top: solid 1px #000;
}


.verticalcssmenu li a
{
	color: white;
	display: block;
	width: auto; /*padding: 5px 0;*/
	padding: 0;
	text-decoration: none;
	margin-top: 0px;
}

.verticalcssmenu li ul
{
	/*SUB MENU STYLE*/
	position: absolute;
	width: 180px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
}

.verticalcssmenu li ul li
{
	float: left;
}

.verticalcssmenu li ul a
{
	width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
	text-align: center;
	height: 2em;
	background-color: #9D876D;
	border: 1px solid #000;
	/*font-family: "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 1em;
}

.verticalcssmenu .arrowdiv
{
	position: absolute;
	right: 2px;
	background: transparent url(arrow.gif) no-repeat center right;
}

.verticalcssmenu li a:visited, .verticalcssmenu li a:active
{
	background-color: #9D876D;
}

.verticalcssmenu li a:hover
{
	background-color: #DFC0A1;
}

/* Holly Hack for IE \*/
* html .verticalcssmenu li
{
	float: left;
	height: 1%;
}
* html .verticalcssmenu li a
{
	height: 1%;
}
/* End */

/*---------------------------------------------------------------
-----------------------------CONTENT-----------------------------
---------------------------------------------------------------*/
#content-inner, #content-inner-general
{
	margin-left: 115px;
	padding: 0 1px; /*background:#CCC;*/
}

#content-inner, .contenttitle, .content
{
	width: 410px;
}

#content-inner-general, .contenttitle-general, .content-general
{
	width: 579px; /*background:#CCC;*/
}

#content-inner
{
	margin-right: 165px;
}

#content-inner-general
{
	margin-right: 5px;
}

.contenttitle, .contenttitle-general
{
	display: block;
	margin: 0 5px;
	padding: 0px;
	margin-bottom: 2px;
}

.contenttitle
{
	background: #6B5C4A url(../Images/content_home_top.gif) no-repeat;
}

.contenttitle-general
{
	background: /*#6B5C4A*/ url(../Images/content_general_top.gif) no-repeat; /*background:#CCC;*/
}

.contenttitle p, .contenttitle-general p
{
	margin: 0;
	margin-left: 10px;
	padding: 5px;
	padding-top: 2px;
	color: #FEEACA;
	/*font-family: "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif; 
	color: #3C2410;*/
	/*text-indent: 10px;*/
	font-weight: 700;
	font-size: 1em;
}

.content, .content-general
{
	display: block;
	margin: 0 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 1em;
	line-height: 1.5em;
}

.content
{
	background: url(../Images/background_content.gif) top left no-repeat #FEEACA;
}

.content-general
{
	background: url(../Images/background_content_general.gif) top left no-repeat #FEEACA; /*background:#CCC;*/
}

.content p
{
	margin: 0;
	padding: 5px 2px 10px 4px;
	color: #3C2410;
	/*font-family: "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;*/
	font-weight: 500;
}

/*
.content p:first-letter
{
	font-size: 14px;
	font-weight: 700;
}
*/

.content-general p
{
	margin: 0 10px;
	padding: 0;
	/*font-family: "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;*/
	font-weight: 500;
}

.content-general h2
{
	margin: 0 10px;
	padding: 0;
	padding-top: 15px;
	color: #9D876D;
	font-size: 12px;
	font-weight: 700;
}

.content-general h3
{
	margin: 10px 10px;
	padding: 0;
	color: #9D876D;
	font-size: 11px;
	font-weight: 700;
}

.content img, .content-general img
{
	border: 0;
	margin: 5px 10px;
}

.content ul, .content-general ul
{
	margin-right: 10px;
}

.readmore
{
	margin-left: 150px;
	border: 0;
}

/*
.content p a img{
	max-width: 380px;
	padding: 0;
	margin: 0;
}
*/

.sidecontent
{
	width: 150px;
	margin: 0;
	text-align: center;
	padding: 2px;
	background: #C9AD8C;
}

.sidecontent_top
{
	width: 154px;
	height: 16px;
	margin: 0;
	padding: 0;
	background: url(../Images/extra_content_top.gif) top left no-repeat #C9AD8C;
}

.sidecontent_bottom
{
	width: 154px;
	height: 16px;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	background: url(../Images/extra_content_bottom.gif) top left no-repeat #C9AD8C;
}

.login_content
{
	width: 154px;
	margin: 0;
	padding: 0;
	background: #EEDFC7;
}

.login_content img
{
	margin: 2px 0px 5px 10px;
	border: 0;
}

.login_top
{
	width: 154px;
	height: 28px;
	margin: 0;
	padding: 0;
	background: url(../Images/login_top.gif) top left no-repeat #C9AD8C;
}

.login_bottom
{
	width: 154px;
	height: 41px;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	background: url(../Images/login_bottom.gif) top left no-repeat #C9AD8C;
}

/*---------------------------------------------------------------
------------------------CUSTOM CONTENT---------------------------
---------------------------------------------------------------*/
/*      Management     */
.profile img
{
	padding: 10px;
	float: left;
	clear: left;
}
