


#page
{
	width:950px;
	margin:0 auto;
}

#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;
}

#content
{
 	padding-top:20px;
}


/*
-----------------------------------
Title Menu
-----------------------------------
*/

#titleMenuBox
{
	margin-top:0px;
	margin-bottom:0px;
}

#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:195px;
}
/*
-----------------------------------
*/

/*
-----------------------------------
Content Container Right
-----------------------------------
*/
#content #right
{
	float:right;
	width:170px;
}
/*
-----------------------------------
*/


/*
-----------------------------------
 Left Menu
-----------------------------------
*/


#leftMenu
{
	width: 160px;
}


#leftMenu ul
{
	list-style: none;
	margin:0px;
	padding:0px;
}

#leftMenu a
{
	display: block;
	margin: 0;
	text-decoration: none;
}

#leftMenu a.sub, #leftMenu h2
{
	font-size:11px;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
}

#leftMenu h2 a
{
	color: red;
	color: RGB(0,35,73);
	text-transform: uppercase;
}

#leftMenu h2
{
	color: red;
	color: RGB(0,35,73);
	text-transform: uppercase;
}

#leftMenu a:hover
{
	font-style:italic;
}

#leftMenu h2:hover a
{
	font-weight:bold;
}

#leftMenu a.sub
{
	background: white;
	text-decoration: none;
}

#leftMenu ul li ul
{
  	display:none;
}

#leftMenu ul li:hover ul
{
	display:block;
	background-color:red;
}

#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;
}

#menu ul li { float:left; width:100%; }

#menu ul li a { height: 1%; }

/*
-----------------------------------
*/

/*
-----------------------------------
 Short Info
----------------------------------
*/

.shortInfoContainer
{
	font-size:10px;
	background-color:RGB(247,247,247);
	padding:10px;
	padding-bottom:3px;
}

.shortInfoLine
{
	margin-top:3px;
	margin-bottom:2px;
	height:4px;
	background: url(../gfx/dot.png) repeat-x;
}

.shortInfoText ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.shortInfoText ul li
{
	margin-bottom:7px;
	padding:0px;
}

/*
-----------------------------------
*/