
/* Begin: #baseLayout
 */

html, body, #baseLayout
{
	width: 100%;
	height: 100%;
	min-height: 100%;
}

html > body, html > body #baseLayout
{
	height: auto;
}

html, body
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #787878;
}

img
{
	border: 0px;
}

.mute
{
	font-size: 1px;
	text-align: center;
}

#baseLayout
{
	position: absolute;
	top: 0px;
	left: 0px;
	
	min-width: 1188px;
	
	font-family: sans-serif, serif, arial;
}

/* Begin: #topSection
 */

#baseLayout #topSection
{
	margin-bottom: 90px;
	height: auto;
	overflow: auto;
}

/* Begin: #headerContainer
 */

#topSection #headerContainer
{
	width: 100%;
	height: 120px;
}

/* Begin: #header
 */

#headerContainer #header
{
	width: 100%;
	height: 120px;
	
	empty-cells: show;
	border-collapse: separate;
}

#header #logo
{
	width: 1188px;
	height: 120px;
}

#header .logoSideSpace
{
	max-width: 50%;
	height: 120px;
}

/* End: #header
 */

/* End: #headerContainer
 */

/* Begin: #bodyContainer
 */

#topSection #bodyContainer
{
	width: 100%;
	overflow: auto;
}

/* Begin: #bodyShadow
 */

#bodyContainer #bodyShadow
{
	margin-left: auto;
	margin-right: auto;
}

#bodyShadow .shadowCorner
{
	width: 17px;
	height: 17px;
}

#bodyShadow .shadowHorizontal
{
	height: 17px;
}

#bodyShadow .shadowVertical
{
	width: 17px;
}

/* End: #bodyShadow
 */

/* Begin: #contentContainer
 */

#bodyContainer #contentContainer
{
	width: 948px;
}

/* Begin: #contentLayout
 */

#bodyContainer #contentLayout
{
	width: 100%;
}

/* Begin: #menuSpace
 */

#contentLayout #menuSpace
{
	width: 179px;
	background-color: #4a4849;
}

#menuSpace #menu
{
	margin-top: 25px;
	
	width: 179px;
	
	overflow: hidden;
	
	color: #fff;
	
	font-size: 10px;
	font-weight: bold;
	font-family: sans-serif;
	
	text-transform: uppercase;
}

#menu .item
{
	border: 1px solid #4a4849;
	background-color: #5e5c5d;
}

#menu .lnWrapper
{
	padding: 5px;
}

#menu .item .bullet
{
	margin-right: 5px;
}

#menu .item .ln
{
	margin: 0px;
	padding: 0px;
	
	color: #FFFFFF;
	text-decoration: none;
}

#menu .subMenu
{
	padding: 2px 5px 2px 5px;
	background-color: #7b7a7a;
}

.subMenu .subItem
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.subMenu .subItem .bullet
{
	margin-left: 3px;
	margin-right: 5px;
}

.subItem .subMenu
{
	margin-left: 12px;
}

/* End: #menuSpace
 */

/* Begin: #contentSpace
 */

#contentLayout #contentSpace
{
	font-family: sans-serif;
	background-color: #fff;	
}

#contentSpace a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#contentSpace a:hover
{
	text-decoration: underline;
}

#contentSpace p
{
	margin: 5px;
}

#contentSpace p, #contentSpace td, #contentSpace ul, #contentSpace ol
{
	font-size: 12px;
}

/* Begin: #teaserGallery
 */

#contentSpace #teaserGallery
{
	margin: 0px 1px 0px 1px;
	padding: 0px;
	
	width: 588px;
	min-height: 250px;
	
	font-size: 0;
}

#teaserGallery img
{
	margin: 0px;
	padding: 0px;
	
	border: 0px;
}

/* End: #teaserGallery
 */

/* Begin: #wideTopImage
 */

#contentSpace #wideTopImage
{
	margin: 0px 1px 0px 1px;
	padding: 0px;
	
	width: 588px;
	/*
	min-height: 300px;
	*/
	
	font-size: 0;
}

#wideTopImage img
{
	margin: 0px;
	padding: 0px;
	
	border: 0px;
}

/* End: #wideTopImage
 */

/* Begin: .headline
 */

#contentSpace .headline
{
	margin: 10px 1px 10px 1px;
	padding: 30px 30px 15px 30px;
	
	/*min-height: 100px;*/
}

.headline h1
{
	margin: 5px;
	
	color: #aa2a2e;
	
	font-size: 14px;
	text-transform: uppercase;
}

.headline .leftImage
{
	float: left;
	margin-right: 10px;
}

/* End: .headline
 */

/* Begin: .articleSection
 */

#contentSpace .articleSection
{
	margin: 10px 1px 10px 1px;
	padding: 20px 20px 15px 20px;
	
	/*min-height: 100px;*/
}

.articleSection h1
{
	margin: 5px;
	
	color: #aa2a2e;
	
	font-size: 14px;
	text-transform: uppercase;
}

.articleSection .leftImage
{
	float: left;
	margin-right: 10px;
}

.articleSection .rightImage
{
	float: right;
	margin-left: 10px;
}

/* End: .articleSection
 */

/* Begin: .contactItem
 */

#contentSpace .contactItem
{
	margin: 10px 1px 10px 1px;
	padding: 20px 20px 15px 20px;
	
	min-height: 100px;
}

.contactItem h1
{
	margin: 5px;
	
	color: #aa2a2e;
	
	font-size: 14px;
	text-transform: uppercase;
}

.contactItem .leftImage img
{
	float: left;
	margin-right: 10px;
}

.contactItem .rightImage img
{
	float: right;
	margin-left: 10px;
}

/* End: .contactItem
 */

/* Begin: .doublePane
 */

#contentSpace .doublePane
{
	margin: 10px 1px 10px 1px;
	padding: 0px 30px 0px 30px;
}

.doublePane table
{
	width: 528px;
}

.doublePane table .pane
{
	padding-top: 10px;
	width: 263px;
}

.doublePane table .topSeparator
{
	height: 1px;
}

.doublePane table .middleSeparator
{
	width: 2px;
	height: 100px;
}

/* End: .doublePane
 */

/* End: #contentSpace
 */

/* Begin: #highlightSpace
 */

#contentLayout #highlightSpace
{
	width: 179px;
	background-color: #4a4849;
}

#highlightSpace #pecLinks
{
	margin-top: 25px;
}

#pecLinks img
{
	margin-bottom: 3px;
	
	border: 0px;
}

/* End: #highlightSpace
 */

/* End: #contentLayout
 */

/* End: #contentContainer
 */

/* End: #bodyContainer
 */

/* End: #topSection
 */

/* Begin: #bottomSection
 */

#baseLayout #bottomSection
{
	position: absolute;
	bottom: 0px;
	
	width: 100%;
	height: 90px;
	
	background-color: #000;
}

#bottomSection #footerContainer
{
	width: 100%;
	height: 90px;
}

#footerContainer #footer
{
	width: 1188px;
	height: 90px;
	
	color: #fff;
	
	text-align: center;
	text-transform: uppercase;
	
	font-size: 14px;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer p
{
	margin: 0px;
	padding: 0px;
}

#footerContainer .footerSideSpace
{
	max-width: 50%;
	height: 90px;
}

/* End: #bottomSection
 */

/* End: #baseLayout
 */

