
/* special overrides for login area */

.header
{
	min-height: 58px;
}

.header .loginFrame
{
	background-color: transparent;
	margin-right: 110px;
}

.loginFrame .loginButton
{
	margin-top: 14px;
	margin-bottom: 14px;
}

.loginContent
{
	margin-left: 30px;
	margin-right: 0px;
	margin-top: 9px;
	margin-bottom: 9px;
}

.loginField
{
	width: 150px;
}

.loginButton
{
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
}

/*
 * General/common styling
 */ 

.centeredImage
{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.contentText
{
	font-size: 10pt;
	margin-top: 20px;
	margin-bottom: 30px;
}

/*
 * Upper content stuff
 */

.upperContentFrame
{
	background-color: #e8e6e1;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 25px;
	padding-bottom: 65px;
}
 
.headerTextArea .headerText
{
	width: 65%;
	text-align: left;
}
 
.headerTextArea
{
	margin-left: auto;
	margin-right: auto;
}
 
.headerButtonsFrame
{
	position: relative;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 848px;
	height: 105px;
	min-height: 105px;
}

.headerButtons
{
	position: absolute;
	top: -103px;
	left: 1px;
}

.headerButton
{
	width: 141px;
	height: 161px;
	display: block;
	float: left;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	border: 0;
}

.headerCaption
{
	margin-top: 25px;
	margin-bottom: 25px;
}

.headerLeafFrame
{
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.headerLeaf
{
	position: absolute;
	background-image: url("../img/home/leaves.png");
	width: 131px;
	height: 185px;
	top: 0;
	right: 17px;
}


/*
 * Middle level content
 */
 
.innerContentFrame
{
	background-color: #f0efee;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.upperContentImageFrame
{
	position: relative;
	width: 136px;
	height: 0px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.upperContentImage
{
	position: absolute;
	top: -40px;
	z-index: 100;
}

.contentTopic
{
	margin-left: auto;
	margin-right: auto;
	display: block;
}


/*
 * Bottom level content
 */
 
.bottomContentFrame
{
	clear:both;
	float:left;
	width:100%;
	background-color: #f0efee;
}


/*
 * overrides from common.css theme
 */

.upperContentFrame
{
	border-bottom: 1px solid rgba(159, 151, 111, 1.0);
}

.innerContentFrame
{
	border-top: 0;
}


/*
 * settings for tab.css theme
 */
 
.columnContainer, .bottomContentFrame
{
	background-color: #f0efee;
	background-image: url("../img/line_slice_vert.png");
	background-repeat: repeat-y;
	background-position: center;
}

.leftColumnContent
{
	margin-top: 60px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 55px;
}

.rightColumnContent
{
	margin-top: 135px;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 55px;
}


/*
 * styling for icons in the content
 */
 
.icon
{
	position: relative;
	z-index: 100;
}

.iconFrame
{
	position: relative;
	margin-bottom: 10px;
}

.iconLineLeft
{
	position: absolute;
	top: 25px;
	left: 50%;
	height: 2px;
	width: 75%;
	background-image: url("../img/line_slice_horz.png");
	background-repeat: repeat-x;
}

.iconLineRight
{
	position: absolute;
	top: 25px;
	left: -25%;
	height: 2px;
	width: 75%;
	background-image: url("../img/line_slice_horz.png");
	background-repeat: repeat-x;
}

.iconDotLeft
{
	position: absolute;
	top: 17px;
	right: -54px;
	
	height: 18px;
	width: 10px;
	
	z-index: 200;
	background-image: url("../img/bullet.png");
}

.iconDotRight
{
	position: absolute;
	top: 17px;
	left: -54px;
	
	height: 18px;
	width: 10px;
	
	z-index: 200;
	background-image: url("../img/bullet.png");
}

.header .hidden
{
	display: none;
	visibility: hidden;
}

/*
 * header tab theme
 */

#headerButton_1
{
	background-image: url("../img/home/tab_1_off.png");
}

#headerButton_1:hover
{
	background-image: url("../img/home/tab_1_on.png");
}

#headerButton_2
{
	background-image: url("../img/home/tab_2_off.png");
}

#headerButton_2:hover
{
	background-image: url("../img/home/tab_2_on.png");
}

#headerButton_3
{
	background-image: url("../img/home/tab_3_off.png");
}

#headerButton_3:hover
{
	background-image: url("../img/home/tab_3_on.png");
}

#headerButton_4
{
	background-image: url("../img/home/tab_4_off.png");
}

#headerButton_4:hover
{
	background-image: url("../img/home/tab_4_on.png");
}

#headerButton_5
{
	background-image: url("../img/home/tab_5_off.png");
}

#headerButton_5:hover
{
	background-image: url("../img/home/tab_5_on.png");
}

#headerButton_6
{
	background-image: url("../img/home/tab_6_off.png");
}

#headerButton_6:hover
{
	background-image: url("../img/home/tab_6_on.png");
}
