/**************************************************************************
*** DEFAULTS
**************************************************************************/
html,
body {
	height: 100%;
	background-color: white;
	margin: 0;
	padding: 0;
}

html,
body,
input,
select,
textarea {
	font-family:verdana,helvetica,arial,"frutiger linotype","lucida grande",sans-serif;
	font-size: 11px;
	color: #717171;
}

body * {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a,
a:link,
a:active,
a:visited,
a:focus {
	color: #717171;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

input,
textarea,
select {

}

select {
	width: 100%;
}

table {
	border-collapse: collapse;
}

hr {
	clear: both;
}

.styleClear {
	clear:both;
	font-size: 0px;
}

h1,h2 { padding-bottom: 10px;   }

h1 { font-size: 18px; font-weight: normal; color: #424242; }
h2 { font-size: 16px; font-weight: bold; color: #808080 }
h3, h4 { font-size: 14px; color: #808080 }
h5, h6 { font-size: 12px; color: #808080 }

strong, b { color: #424242 }

table tbody td,
table tbody th {
	vertical-align: top;
}

blockquote {
	margin-left: 20px;
}

li {
	margin-left: 15px;
	list-style-image: url(../images/listitem-level1.gif);
}

/**************************************************************************
*** PAGE LAYOUT :: GLOBAL
**************************************************************************/
div#pageOverallWrapper {
	position: relative;

	min-height: 100%;
	height: auto !important;
	height: 100%;
}

div#pageOverall {
	width: 100%;
	margin: auto;
}

div#pageHeaderBodyWrapper {
}


/**************************************************************************
*** PAGE LAYOUT :: HEADER
**************************************************************************/

div#pageHeader { }

div#pageHeaderTopWrapper {}
div#pageHeaderTop {
	text-align: right;
	width: 991px;
}

div#pageHeaderTop,
div#pageHeaderTop a,
div#pageHeaderTop a:link,
div#pageHeaderTop a:active,
div#pageHeaderTop a:visited
div#pageHeaderTop a:hover {
	font-size: 9px;
	color: #939497;
	line-height: 22px;
	text-decoration: none;
}


div#pageHeaderMiddleWrapper { background-color: #D3D3D3; border-left: 9px solid #F1F1F1;}
div#pageHeaderMiddle { width: 982px; overflow: hidden; position: relative; }

div#pageHeaderMiddle-Logo,
div#pageHeaderMiddle-Navigation,
div#pageHeaderMiddle-Search {
	float: left;
	overflow: hidden;
	height: 72px;

	position: relative;
}

div#pageHeaderMiddle-Navigation { width: 649px; }

div#pageHeaderMiddle-Search { width: 165px; }
div#pageHeaderMiddle-Search .tx-indexedsearch-searchbox { position: absolute; right: 0px; bottom: 10px; }

div#pageHeaderMiddle,
div#pageHeaderMiddle a,
div#pageHeaderMiddle a:link,
div#pageHeaderMiddle a:active,
div#pageHeaderMiddle a:visited
div#pageHeaderMiddle a:hover {
	color: #676767;
}

div#pageHeaderBottomWrapper {
	background-image: url(../images/background-header-bottom-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 9px;
}

div#pageHeaderBottom {
	background-color: #F1F1F1;
	position: relative;


	background-image: url(../images/background-header-bottom.png);
	background-repeat: repeat-x;
}

div#pageHeaderBottom-Wrapper {
	width: 982px;

	border-top: 1px solid white;
	border-right: 1px solid white;

	background-image: url(../images/background-header-bottom-wrapper.png);
	background-repeat: repeat-x;
}

div#pageHeaderBottom-Navigation {
	position: absolute;
	top: 0px;
	left: 0px;

	padding: 60px 0px 0px 3px;
	width: 158px;
}

div#pageHeaderBottom-Logo {
	margin-left: 168px;
	width: 814px;
}

/**************************************************************************
*** PAGE LAYOUT :: BODY
**************************************************************************/
div#pageBodyWrapper { }
div#pageBody {
	padding-top: 25px;
	padding-left: 177px;
	padding-bottom: 60px;
}

div#pageBodyColumnsWrapper { }
div#pageBodyColumns { }


div#pageBodyColumnLeftWrapper { }
div#pageBodyColumnLeft { }

div#pageBodyColumnMiddleWrapper { }
div#pageBodyColumnMiddle { }

div#pageBodyColumnRightWrapper { }
div#pageBodyColumnRight { }


div#pageBodyColumnMiddleTableLeft,
div#pageBodyColumnMiddleTableRight {
	float: left;
	width: 49%;
}

div#pageBodyColumnMiddleTableFooter {
	clear: both;
	padding-top: 1px;
}

/**************************************************************************
*** PAGE LAYOUT :: FOOTER
**************************************************************************/
div#pageFooterWrapper {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 60px;
}
div#pageFooter {
	padding-bottom: 5px;
}

div#pageFooterTop {
	border-left: 9px solid #F1F1F1;
	border-right: 9px solid #F1F1F1;
	height: 18px;
}
div#pageFooterMiddle {
	border-top: 9px solid #F1F1F1;
	padding-top: 5px;
	text-align: center;

	font-size: 10px;
}

div#pageFooterBottom { }
