/******************
** Shared Styles **
******************/

/*** Top Border ***
******************/

body {
	margin: 8px;
	border: none;
}

#fptbContainer {
	height: 170px;
}

#fptbPageTitle {
	height: 77px;
	background-color: #E7BAD6;
	text-align: center;
}

#fptbPageTitle img {
	margin: 0 0 0 210px;
	border: none;
}

#fptbSlogan {
	background-color: #D6F7F7;
}

#fptbSlogan p {
	font-family: "Times New Roman", arial;
	font-size: 16px;
	color: #4F004F;
	margin: 0 0 0 210px;
	text-align: center;
}


/*** Alternate Languages and Web Sources ***
*******************************************/

#fptbLangsANDaltSrcsWrapper {
	float: left;
	width: 210px;
	height: 73px;
	margin: 0;
	padding: 0;
}

/*** Translations ***
********************/

#fptbTranslations {
	width: 210px;
	height: 25px;
	margin: 7px 0 0 0;
	padding: 0;
	list-style: none;
}

#fptbTranslations  li {
	float: left;
	display: inline;	/* prevent double-margin bug in IE6 */
	width: 40px;
	height: 25px;
	margin: 0 1px;
	padding: 0;
	font-size: 1px;		/* prevent extra spacing below enclosed images in IE */
}

#fptbTranslations a, #fptbTranslations img {
	margin: 0px;
	padding: 0px;
	border: 0;
}

/*** Alternate Web Sources ***
*****************************/

#fptbAltWebSources {
	display: block;
	height: 30px;
	margin: 8px 0 0 49px;
	padding: 0;
	list-style: none;
}

#fptbAltWebSources li {
	float: left;
	display: inline;	/* prevent double-margin bug in IE6 */
	width: 30px;
	height: 30px;
	margin: 0 3px 0 0;
	padding: 0;
	font-size: 1px;		/* prevent extra spacing below enclosed images in IE */
}

#fptbAltWebSources a, #fptbAltWebSources img {
	margin: 0px;
	padding: 0px;
	border: 0;
}

/*** Naviation ***
*****************/

#fptbNavigation {
	height: 73px;
	text-align: center;			/* centering in IE */
	margin: 0 0 0 210px;
	position: relative;
}

div#fptbNavigation ul {
	top: 5px;
	display: block;
	[if ! IE] margin: 0 auto;	/* centering in all other browsers */
	[if IE] margin: 0 0 0 -3px;	/* undo auto margin and make up for what seems to be the 3 pixel jog bug in IE */
	padding: 0;
	width: 605px;
	height: 73px;
	position: relative;
	list-style: none;
	list-style-image: none;
}

#fptbNavigation li {
	float: left;
	border: none;
	margin: 0 5px 0 0;
	padding: 0;
}

li#fptbNavButton_First {
}

li#fptbNavButton_Last {
	margin-right: 0px;
}

#fptbNavigation a {
	display: block;
	border: none;
	margin: 0;
	padding: 0;
	[if ! IE 6] background-image: url('../img/nav_button2.png');
	[if IE 6] background: transparent;
	[if IE 6] filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src="img/nav_button.png", sizingMethod="scale");
	height: 80px;
	width: 117px;
	text-align: center;
	text-decoration: none;
}

#fptbNavigation a:hover, #fptbNavigation a.currentPage {
	color: red;
	font-weight: bold;
	[if ! IE 6] background-image: url('../img/nav_button_hover2.png');
	[if IE 6] background: transparent;
	[if IE 6] filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src="img/nav_button_hover.png", sizingMethod="scale");
	[if IE 6] cursor: pointer;
}

#fptbNavigation p {
	font-family: "Trebuchet MS", arial,sans-serif;
	font-size: 14px;
	color: #660066;
	margin: 0;
	padding: 32px 0 0 0;
}

#fptbNavigation a:hover p {
	color: red;
}

/*** Sidebar Container ***
*************************/

div#fpsbContainer {
	width: 194px;
}

div#fpsbContainer,
div#fpsbContainer div,
div#fpsbContainer a,
div#fpsbContainer p {
	font-family: "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana,arial,sans-serif;
	font-size: 13px;
}

/*** Static Sidebar Links (images) and Copyright Box ***
*******************************************************/

a.fpsbExtraSidebarLink {
	position: relative;
	left: 15px;
	display: block;
	margin: 10px 0;
}

a.fpsbFirstExtraLink {
	margin-top: -0px;
}

div#fpsbCopyright {
	width: 165px;
	margin: 0;
	padding: 12px 0;
	
	position: relative;
	left: 15px;
	
	text-align: center;

	background-image: url( "../backgroundtrans.jpg" );
	color: #4F004F;
}

div#fpsbCopyright p {
	margin: 0;
}

/*** Breadcrumbs and Subnavigation ***
*************************************/

div#fpsbSubnavContainer,
div#fpsbBreadCrumbsContainer {
	width: 180px;
	margin: 0;
	padding: 0;
	
	position: relative;
	left: 7px;
}

div#fpsbContainer p#fpsbBreadCrumbsHeader,
div#fpsbContainer p#fpsbSubnavHeader {
	padding: 5px 5px;
	margin: 0 0 5px 0;
	
	text-align: center;
	
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	
	color: #000080;
/*	background-image: url( "../backgroundtrans.jpg" );*/
	background-color: #ebe5fc;								/* note: this is slightly darker (more pink) than background color for links) */
}

ul#fpsbBreadCrumbs,
ul#fpsbSubnav {
	padding: 0 5px;
	margin: 0 0 10px 0;
	display: block;
	
	overflow: hidden;
/*	text-overflow:ellipsis;*/								/* not supported in FF */
	
	text-align: left;
	
	list-style: none;
	list-style-image: none;
}

/* background for breadcumbs and subnav links */
ul#fpsbSubnav,
ul#fpsbBreadCrumbs ,
.fpsbSubnavBullet,
.fpsbSubNavLink {
/*	background-image: url( "../backgroundtrans.jpg" );*/
	background-color: #ebecfc;
}

ul#fpsbSubnav li {
	width: 100%;
	display: block;
	
	white-space: nowrap;
    background: url(../img/dot.gif) repeat-x 0 1.2em		/* see http://web-graphics.com/mtarchive/001622.php */
}

ul#fpsbBreadCrumbs li {
	display: inline;
}

.fpsbSubnavBullet {
	float: left;
}

.fpsbSubNavLink {
	float: right;
}

.fpsbHierCurPage,
.fpsbSubNavCurPage {
	color: red;
}

/*** page banners ***
********************/
.page_banner {
	background: url("../banner_bkg-trans.png") repeat-x;
}

