/* --------------(tab styles)----------------- */
#tabcontainer  {
	padding: 0;
	margin:0;
    height: 21px;
	}

#tabcontainer ul {
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	width: 560px;
	}

#tabcontainer ul li { 
	display: inline; 
	font: 11px verdana,arial,tahoma,sans-serif;
	font-weight: bold;
	text-align:center;
	width:81px;
	height:18px;
	margin-right:2px;
	float:left;
	}

#tabcontainer ul li.grey {
	background: #F8F4E0 url(images/constitution/tab_grey.gif) no-repeat;
	color:#C5C5C3;
	padding-top:3px;
	}
	
#tabcontainer ul li.on {
	background: #F8F4E0 url(images/constitution/tab_active.gif) no-repeat;
	color:#fff;
	padding-top:3px;
	}
	
#tabcontainer ul li {
	background: #F8F4E0 url(images/constitution/tab_inactive.gif) no-repeat;
	padding-top:3px;
	}	

#tabcontainer ul li a {
	color:#F3EC87;
	text-decoration:underline;
}

#tabcontainer ul li a:hover {
text-decoration:none;
}
/* --------------(right column)----------------- */
.linkWrapper {padding:7px 0;}
.linkWrapper2 {padding:18px 0;}
.linkWrapper a.pages, .linkWrapper2 a.pages {
	text-decoration: underline;
	color: #900;
	font-size:11px;
	line-height:1.3em;
	}
.linkWrapper a.pages:hover, .linkWrapper2 a.pages:hover {text-decoration: none;}

.rightBoxInterior {width:102px; border:1px solid #D2C2A6; background-color:#FEFCF0; padding: 2px 0 0 0;}
.magFloat {float:left; clear:left; margin: 4px 1px 4px 2px;}
/* --------------(constitution pages)----------------- */
#docFrame1, #docFrame2, #docFrame3, #docFrame4 {
	position:relative;
	left:0;
	top:0;
	width:558px;
	height:677px;
	border:1px solid #630;
	}
#docFrame1 {background: #fff url(images/constitution/page1.jpg) no-repeat;}
#docFrame2 {background: #fff url(images/constitution/page2.jpg) no-repeat;}
#docFrame3 {background: #fff url(images/constitution/page3.jpg) no-repeat;}
#docFrame4 {background: #fff url(images/constitution/page4.jpg) no-repeat;}
	
.rel {
	position:relative;
	left:0px;
	top:0px;
}
.abs {
	position:absolute;
	left:0px;
	top:0px;
}
.popupText {
	font:12px/1.5em tahoma,verdana,sans-serif;
	color:#4C4C4C;
	width:360px;
	padding-left:12px;
}
.popupText p {padding: 0 16px 2px 14px;}

.popupTextTitle {
	color:#fff;
	position:relative;
	left:0px;
	top:0px;
	width:400px;

	}
.popupTextTitle p {padding: 5px 16px 2px 35px;}

#popup1, #popup2, #popup3, #popup4, #popup5 {
	visibility:hidden;
}	

.pngRepeatY {
	background-image:url(images/constitution/popup_repeaty.png);
	background-repeat:repeat-y;
	width:407px;
	}
.popupBottom {
	background-image:url(images/constitution/popupBox_bottom.png);
	width:407px;
	height:33px;
}
.popupTop {
	position:relative;
	left:0px;
	top:0px;
	width:407px;
	height:44px;
	overflow:hidden;
	background-image:url(images/constitution/popupBox_header.png);
	background-repeat:no-repeat;
	z-index:1;
}
.p {font: 10pt verdana,arial,tahoma,sans-serif;}

.popupBox5Pointer {
	position:absolute;
	left:89px;
	bottom:-46px;
	background-image:url(images/constitution/arm_bottomLeft2.png);
	background-repeat:no-repeat;
	width:53px;
	height:63px;
}
