
body
{

	background-color:RGB(215,215,215);
}



#page
{
	width:980px;
	margin:0 auto;
	background-color:white;
}

#headLineLeft
{
	background: url(../gfx/left-top.JPG) no-repeat;
	float:left;
	width:12px;
	height:12px;
}

#headLineRight
{
	background: url(../gfx/right-top.JPG) no-repeat;
	float:right;
	width:10px;
	height:12px;
}


#mainBox
{
	padding-left:15px;
	padding-right:15px;
	width:950px;
}


#title
{
	position:absolute;
	top:50px;
	width:600px;
}

#content
{
 	padding-top:20px;
}



#bottomLineLeft
{
	background: RGB(242,242,242) url(../gfx/left-bottom.JPG) no-repeat;
	background-position: bottom left;
}

#bottomLineRight
{
	background: RGB(242,242,242) url(../gfx/right-bottom.JPG) no-repeat;
	background-position: bottom right;
}


/*
-----------------------------------
Title Menu
-----------------------------------
*/

#titleMenuBox
{
	margin-top:0px;
	margin-bottom:0px;

	/*
	padding-bottom:2px;
	padding-left:4px;
	padding-right:6px;
	*/
}

#titleMenu
{


	top:-5px;
	position:relative;
	color:blue;
}

/*
-----------------------------------
*/





/*
-----------------------------------
Text Container
-----------------------------------
*/

.textContainer
{
	/* margin:20px; */
}



/*
-----------------------------------
*/

/*
-----------------------------------
Content Container Left
-----------------------------------
*/
#content #left
{
	float:left;

	height:80px;

}
/*
-----------------------------------
*/
/*
-----------------------------------
Content Container Center
-----------------------------------
*/
#content #center
{
	margin-left:175px;
	margin-right:190px;
	/* padding:10px; */
}
/*
-----------------------------------
*/
/*
-----------------------------------
Content Container Right
-----------------------------------
*/
#content #right
{
	float:right;
	width:170px;
}
/*
-----------------------------------
*/


/*
-----------------------------------
Info Box
-----------------------------------
*/


/*
-----------------------------------
*/



/*
-----------------------------------
 Menu
-----------------------------------
*/


/*
-----------------------------------
*/



/*
-----------------------------------
 Inline Menu
-----------------------------------
*/


/*
-----------------------------------
*/





/*
-----------------------------------
 Main Menu
-----------------------------------
*/

#mainMenu
{

	width: 100%;
	height:19px;
	background: #eee;
	float: left;
}

#mainMenu ul
{
	width: 15em;
	float: left;
}

#mainMenu ul li
{
	float: left;
	width: 100%;
}

#mainMenu h2
{
	font-size:10px;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	background-color:RGB(242,242,242);
	margin: 0;
	padding: 2px 3px;
	padding-left:7px;
	color: #000;
	text-decoration: none;
}

#mainMenu li
{
	position: relative;
}

#mainMenu ul ul
{
	position: absolute;
	z-index: 500;
}

#mainMenu ul ul ul
{
	position: absolute;
	top: 0;
	left: 100%;
}

div#mainMenu ul ul, div#mainMenu ul li:hover ul ul, div#mainMenu ul ul li:hover ul ul
{
	display: none;
}

div#mainMenu ul li:hover ul, div#mainMenu ul ul li:hover ul, div#mainMenu ul ul ul li:hover ul
{
	display: block;
}

/*
-----------------------------------
*/

/*
-----------------------------------
 Left Menu
-----------------------------------
*/


#leftMenu
{
	width: 160px;
	background: white;
}

#leftMenu ul
{
	list-style: none;
	margin:0px;
	padding:0px;
}

#leftMenu a
{
	/* font: bold 11px/16px arial, helvetica, sans-serif; */
	/* font: 11px/16px arial, helvetica, sans-serif; */
	display: block;
	color:white;
	margin: 0;
	text-decoration: none;
}

#leftMenu a.sub, #leftMenu h2
{
	/* font: bold 11px/16px arial, helvetica, sans-serif; */
	/* font: 11px/16px arial, helvetica, sans-serif; */
	font-size:11px;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
}

#leftMenu h2
{
	color: #fff;
	/* background: #000; */
	background: RGB(51,91,160);
	text-transform: uppercase;
}



#leftMenu a.sub
{
	color: #000;

	/* background: #efefef ; */
	background: white;
	text-decoration: none;
}

#leftMenu a.sub:hover {
color: RGB(54,91,160);
background: #fff;
}

#leftMenu li {
position: relative;
}

#leftMenu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#leftMenu ul ul ul,
div#leftMenu ul ul li:hover ul ul
{display: none;}

div#leftMenu ul ul li:hover ul,
div#leftMenu ul ul ul li:hover ul
{display: block;}

/*
-----------------------------------
*/

.shortInfoContainer
{
	font-size:10px;
	/* padding-bottom:10px; */
	/* margin-bottom:20px; */
	background-color:RGB(247,247,247);
	padding:10px;
	padding-bottom:3px;
}

.shortInfo
{

}

.shortInfoLine
{
	margin-top:3px;
	margin-bottom:2px;
	height:4px;
	background: url(../gfx/dot.png) repeat-x;
}

.shortInfoText
{
	/* text-align:justify; */
}

.shortInfoText ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}




.shortInfoText ul li
{
	margin-bottom:7px;
	/* background-color:RGB(240,240,240); */
	padding:0px;
}

/*
-----------------------------------
*/