/* Styles for the entire body */
body {
	background-image:url('images/bg_body.jpg');
      background-repeat: repeat;
}

#container {
  margin: 10px auto;
padding: 10px;
  width: 750px;
  
  background-color: #fff;
	

}

/* Styles for the header including logo */
#header {
    height : 180px;
    width:100%;
    background-color: #ffffff;
	background-image:url('images/header.jpg');


}

#logo { 
	float:left;
	font-family: "Century Gothic", Arial, verdana, sans-serif;
	font-size: 152%;
	font-weight: bold;
	color: #fff;
	padding:30px 0px 0px 10px; 
	width:40%; 
	background-color: inherit;
}

#headermenu { 
	float: right;
	text-align: right;
	font-family: Arial, verdana, sans-serif;
	font-size: 77%;
	color: #fff;
	width:57%; 
	padding: 10px 10px 0px 0px; 
	background-color: inherit;
}

#headermenu a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: inherit;
}

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

/* Styles for the tabbed horizontal menu */
#navlistcontainer {
	clear: both;
	margin-top: -30px;
}

#navlist
{
	padding: 3px 10px;
	margin: 0px;
	border-bottom: 3px solid #FFF;
	font: bold 80% Verdana, sans-serif;
}

#navlist li
{
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist li a
{
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 2px solid #FFF;
	border-bottom: none;
	background: #b50c09;
	text-decoration: none;
}

#navlist li a:link { 
	color: white;
	background :  #b50c09; 
	border-color: #FFF;

 }

#navlist li a:visited { 
	color: white;
	background :  #b50c09; 
	border-color: #FFF;
 }

#navlist li a:hover
{
	color: #FFFF;
	background : #262626; 
	border-color: #FFF;
}

#navlist li a#current
{
	color: #FFF;
	background : #262626; 
}

/* Styles for the infobox */
#infobox {
    border-top: 3px solid #79455A;
    border-bottom: 3px solid #79455A;
    clear: both;
    margin: 0px auto;
    height :170px;
    width:100%;
    background-color: #E4D1D9;
}

#nutshell { 
	float: left;;
	height :170px;
	width:49%; 
	border-right: 1px dotted #79455A;
    	background-color: #E4D1D9;
}

#services { 
	float: right;
	height:170px;
	width:50%; 
	background-color: #E4D1D9;
}

#nutshell h2 { 
	margin: 0px;
	text-align: left;
	font-family: Arial, verdana, sans-serif;
	color: #79455A;
	font-size: 100%;
	padding:5px 0px 0px 10px; 
	background-color: inherit;
}

#nutshell p { 
	text-align: left;
	padding:0px 10px 0px 10px; 
	font-family: Arial, verdana, sans-serif;
	font-size: 77%;
	font-weight: normal;
	color: #494949;
}

#services h2 { 
	margin: 0px;
	text-align: left;
	font-family: Arial, verdana, sans-serif;
	color: #79455A;
	font-size: 100%;
	padding:5px 0px 0px 10px; 
	background-color: inherit;
}

#services p { 
	text-align: left;
	padding:0px 10px 0px 10px; 
	font-family: Arial, verdana, sans-serif;
	font-size: 77%;
	font-weight: normal;
	color: #494949;
}

#services ul { 
	margin-top: 5px;
	list-style-type: square;
	text-align: left;
}

#services ul li {
	font-family: Arial, verdana, sans-serif;
	color: #494949;
	font-size: 77%;
}

/* Styles for the main content */
#contents {
    clear: both;
    margin: 5px auto;
    width:100%;
    background-color: #FFF;
}

#secondpagecontents {
    clear: both;
    margin: 5px auto;
    width:100%;
    background-color: #FFF;
    border-top: 3px solid #b50c09;
    padding-top: 5px;
}

#leftcontainer { 
	float: left;
	width:70%; 
}
#centralcontainer { 
	width:99%;
font:12px Verdana; 
}
#centralcontainer2 { 
	width:99%;
	float: left;

}

#rightcontainer { 
	float: right;
	width:29%; 
margin-top:8px;
}
#leftcontainer2 { 
	float: left;
	width:70%; 
	border:1px solid #b50c09;

}
#leftcontainer2b { 
	float: left;
	width:70%; 
	border:1px solid #b50c09;
height:411px;
	background-color:#f8ece3;

}

.WrapText
{
	float:left;
	margin: 10px;
	padding: 5px;
	border:1px solid #b50c09;
	background:#E4D1D9;
}

/*Styles for the left columm. */
#leftcontainer  h2
{
	margin:0 auto;
	padding:5px 0 5px 10px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	text-align: left;
	color:#494949;
	font-size: 100%;
}
#leftcontainer2  h2
{
	margin:0 auto;
	padding:5px 0 1px 5px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	text-align: left;
	color:#494949;
	font-size: 100%;

}
#leftcontainer p
{
	margin: 5px;
	padding: 0 0 5px 5px;
	background-color:inherit;
	line-height: 1.5em;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	text-align: justify;
	color: #494949;
	font-size: 77%;
}

#leftcontainer a
{
	background-color:inherit;
	text-decoration: none;
	color: #a31518;
}

#leftcontainer a:hover
{
	background-color:inherit;
	text-decoration: underline;
	color: #a31518;
}
#leftcontainer  h2
{
	margin:0 auto;
	padding:5px 0 5px 10px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	text-align: left;
	color:#494949;
	font-size: 100%;
}
#leftcontainer2  h2
{
	margin:0 auto;
	padding:5px 0 1px 5px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	text-align: left;
	color:#494949;
	font-size: 100%;

}
#centralcontainer2 p
{
	margin: 5px;
	padding: 0 0 5px 5px;
	background-color:inherit;
	line-height: 1.5em;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	text-align: justify;
	color: #494949;
	font-size: 77%;
}

#centralcontainer2 a
{
	background-color:inherit;
	text-decoration: none;
	color: #a31518;
}

#centralcontainer2 a:hover
{
	background-color:inherit;
	text-decoration: underline;
	color: #a31518;
}

#leftcontainer2 p
{
	margin: 5px;
	padding: 0 0 5px 5px;
	background-color:inherit;
	line-height: 1.5em;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	text-align: justify;
	color: #494949;
	font-size: 77%;
}

#leftcontainer2 a
{
	background-color:inherit;
	text-decoration: none;
	color: #a31518;
}

#leftcontainer2 a:hover
{
	background-color:inherit;
	text-decoration: underline;
	color: #a31518;
}
#leftcontainer2b p
{
	margin: 5px;
	padding: 0 0 5px 5px;
	background-color:inherit;
	line-height: 1.5em;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	text-align: justify;
	color: #494949;
	font-size: 77%;
}

#leftcontainer2b a
{
	background-color:inherit;
	text-decoration: none;
	color: #a31518;
}

#leftcontainer2b a:hover
{
	background-color:inherit;
	text-decoration: underline;
	color: #a31518;
}

/*Styles for the right columms. */
.rightcontents
{
	margin: 0px auto 10px auto;
	border:1px solid #b50c09;
	line-height:1.1em;
	text-align: left;
      background-color:#f8ece3;
}

.rightcontents h2
{
	margin:0 auto;
	padding:5px 0 5px 10px;
      background-color:#ad0907;
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	text-align: justify;
	color:white;
	font-size: 100%;
}

.rightcontents p
{
	padding:5px 10px 5px 10px;
	margin: 0 0 15px 0;
	text-align: left;
	background-color:inherit;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	color: #494949;
	font-size: 77%;
}

.rightcontents p a
{
	background-color:inherit;
	text-decoration: none;
	color: #a31518;
}

.rightcontents p a:hover
{
	background-color:inherit;
	text-decoration: underline;
	color: #a31518;
}

/*Styles for Quick links. */
.rightcontents ul
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.rightcontents ul li
{
	list-style-type: disc;
	padding-bottom: 5px;
}

.rightcontents ul li a
{
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	text-align: left;
	font-size: 77%;
	background-color:inherit;
	text-decoration: none;
	color: #3d3d3d;
}

.rightcontents ul li a:hover
{
	background-color:inherit;
	color: #a31518;
border-bottom:3px solid #a31518;
}

/*Styles for the footer. */
#footer {
	clear: both;
	margin: 5px 0 0 0;
	width:100%;
}
rightcontents2
{
	margin: 0px auto 10px auto;
	border:1px solid #b50c09;
	line-height:1.1em;
	text-align: left;
        background-color:#f8ece3;
        height:150px;
}

.rightcontents2 h2
{
	margin:0 auto;
	padding:5px 0 5px 10px;
        background-color:#ad0907;
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	text-align: justify;
	color:white;
	font-size: 100%;
}

.rightcontents2 p
{
	padding:5px 10px 5px 10px;
	margin: 0 0 15px 0;
	text-align: left;
	background-color:inherit;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	color: #494949;
	font-size: 77%;
}

.rightcontents2 p a
{
	background-color:inherit;
	text-decoration: none;
	color: #a31518;
}

.rightcontents2 p a:hover
{
	background-color:inherit;
	text-decoration: underline;
	color: #a31518;
}
#footer p {
	padding: 10px;
	background-color: #a31518;
	font-family: Arial, verdana, sans-serif;
	font-size: 77%;
	color: #fff;
	margin: 0px;
}

#footer2 {

	 width: 950px;
	 text-align:center;
border:1px solid black;
}

#footer2 p {
	
	
	position:absolute;
	font-family: Arial, verdana, sans-serif;
	font-size: 65%;
	color: #ffffff;

}

#footer2 p a {
	background-color: #ffffff;
	font-family: Arial, verdana, sans-serif;
	font-size: 100%;
	color: #ffffff;
	text-decoration: underline;
}



.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 98%;
height: 250px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
border:1px solid #a41518;
margin-left:8px;
margin-top:5px;
background: #f8ece3; 

}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
padding:10px;
visibility: hidden;
width: 95%;
height: 200px;
background: #f8ece3; /*always declare an explicit background color for fade effect to properly render in IE*/
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;

	color: #494949;
	font-size: 87%;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 99%;
margin-top: 6px;
text-align: left; /*How to align pagination links: "left", "center", or "right"
background: #ecf6fb; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;

color: white;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: white;
color: black;
}

.glidecontenttoggler a:hover{
background: white;
color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: white;
color: white;
}

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(images/formbg.gif) repeat-x left top;
}
table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	border-collapse: collapse;
	background-color: white;
	border: solid #999999 1px;
	background-color: white;
	width: 200px;
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar input, table.calendar select {
	font-size: 10px;
}
table.calendar td {
	border: 0;
	font-size: 10px;
	text-align: center;
}
div.mainheading {
	margin: 2px;
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
}
table.caldayheading td {
	border: solid #CCCCCC 1px;
	text-align: left;
	color: #0054E3;
	font-weight: bold;
	width: 22px; /*should match calendar cell's width*/
}
table.caldayheading td.wkhead {
	border-right: double #CCCCCC 3px;
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0 6px 0 6px;
}
table.calcells td {
	border: solid #CCCCCC 1px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 22px;
	height: 20px; /*IE doesn't like ems*/
}
table.calcells td div {
	padding: 1px;
	margin: 0;
}
table.calcells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #CCCCCC 3px;
	color: #0054E3;
}
table.calcells td.wkday {
	background-color: #DDDDDD;
}
table.calcells td.wkend {
	background-color: #DDDDDD;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
	background-color: #99CCFF;
	color: black;
}
table.calcells td.notmnth {
	background-color: #FFFFFF;
	color: #CCCCCC;
}
table.calcells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.calcells td.hover {
	background-color: #999999;
}
.inte{
 border:1px solid black;
 background-color:#E4D1D9;
 color:black;
 text-align:center;
}
.glidecontentwrapper2{
position: relative; /* Do not change this value */
width: 98%;
height: 100px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
margin-left:8px;
border:1px solid red;
background: #f8ece3; 

}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent2{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
visibility: hidden;
width: 95%;
height: 108px;
background: #f8ece3; /*always declare an explicit background color for fade effect to properly render in IE*/
font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
color: #494949;
font-size: 87%;
margin-top:10px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler2{ /*style for DIV used to contain toggler links. */
width: 99%;
margin-top: 6px;
text-align: left; /*How to align pagination links: "left", "center", or "right"
background: #ecf6fb; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler2 a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
color: white;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler2 a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: white;
color: black;
}

.glidecontenttoggler2 a:hover{
background: white;
color: black;
}

.glidecontenttoggler2 a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler2 a.prev, .glidecontenttoggler2 a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler2 a.prev:hover, .glidecontenttoggle2r a.next:hover{
background: white;
color: white;
}
.text_footer{
position:absolute;margin-left:260px;margin-top:3px;color:white;font:11px Arial;
}
.text_footer a{
color:white;
}
.text_footer a.selected{
color:white;
}
.text_footer a:hover{
color:white;
font-weight:bold;
text-decoration:underline;
}
/* Floatbox v3.21 */
/* November 03, 2008 */

#fbOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	margin: 0;
	padding: 0;
}

/* overlay color */
div.fbOverlay_black { background-color: #000; }
div.fbOverlay_white {background-color: #000; }
div.fbOverlay_blue { background-color: #0b183b; }
div.fbOverlay_yellow { background-color: #752; }
div.fbOverlay_red { background-color: #280000; }
div.fbOverlay_custom { background-color: #1b2642; }

#fbBox {
	position: absolute;
	border-style: solid;
	border-width: 0;
	margin: 0;
	padding: 0;
}
div.fbBox_black {
	border-color: #888;  /* outerBorder color */
	background-color: #000;  /* main floatbox color */
}
div.fbBox_white {
	border-color: #888;
	background-color: #fff;
}
div.fbBox_blue {
	border-color: #4060a8;
	background-color: #0b183b;
}
div.fbBox_yellow {
	border-color: #680c0c;
	background-color: #ed9;
}
div.fbBox_red {
	border-color: #945848;
	background-color: #580808;
}
div.fbBox_custom {
	border-color: #da7b4d;
	background-color: #eed39e;
}

#fbBox div, #fbBox a, #fbBox img, #fbBox iframe {
	border-width: 0;
	margin: 0;
	padding: 0;
	outline: none;
	-moz-outline: none;  /* for older Netscape, doesn't validate, remove if you like */
}
#fbBox a { background: url(graphics/blank.gif); }

#fbZoomDiv, a.fbPopup img, #fbBox #fbIndexLinks img {
	position: absolute;
	left: -9999px;
	top: 0;
	/* border-width is set in js code */
	border-style: solid;
	border-color: black;
	margin: 0;
	padding: 0;
}

#fbBox #fbLoader {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

/* animated 'loading' graphic */
#fbBox .fbLoader_black { background-image: url(graphics/loading_black.gif); }
#fbBox .fbLoader_white { background-image: url(graphics/loading_white.gif); }
#fbBox .fbLoader_blue { background-image: url(graphics/loading_black.gif); }
#fbBox .fbLoader_yellow { background-image: url(graphics/loading_white.gif); }
#fbBox .fbLoader_red { background-image: url(graphics/loading_black_small.gif); }
#fbBox .fbLoader_custom { background-image: url(graphics/loading_black_small.gif); }

#fbBox #fbShadowRight, #fbBox #fbShadowBottom, #fbBox #fbShadowCorner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}
#fbBox #fbShadowRight {
	background-image: url(graphics/shadowRight.png);
	background-position: top right;
}	
#fbBox #fbShadowBottom {
	background-image: url(graphics/shadowBottom.png);
	background-position: bottom left;
}	
#fbBox #fbShadowCorner {
	background-image: url(graphics/shadowCorner.png);
	background-position: bottom right;
}	

#fbBox #fbCanvas {
	position: relative;  /* won't fade in ie6 if absolute */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#fbBox #fbMainDiv, #fbBox #fbInfoPanel, #fbBox #fbControlPanel {
	position: absolute;
	border-style: solid;
	overflow: hidden;
}
#fbBox #fbMainDiv {
	background-color: #fff;
}

/* innerBorder color */
#fbBox .fbMainDiv_black { border-color: #ccc; }
#fbBox .fbMainDiv_white { border-color: #000; }
#fbBox .fbMainDiv_blue { border-color: #aaa8be; }
#fbBox .fbMainDiv_yellow { border-color: #700; }
#fbBox .fbMainDiv_red { border-color: #b64; }
#fbBox .fbMainDiv_custom { border-color: #b64; }

#fbBox #fbResizer {
	position: absolute;
	width: 25px;  /* = dimensions of the resize button (see note below) */
	height: 25px;
}
/* resize button graphic */
#fbBox .fbResizer_black { background-image: url(graphics/resize_black.gif); }
#fbBox .fbResizer_white { background-image: url(graphics/resize_white.gif); }
#fbBox .fbResizer_blue { background-image: url(graphics/resize_blue.gif); }
#fbBox .fbResizer_yellow { background-image: url(graphics/resize_yellow.gif); }
#fbBox .fbResizer_red { background-image: url(graphics/resize_red.gif); }
#fbBox .fbResizer_custom { background-image: url(graphics/resize_red.gif); }
/* note: if you want the smaller resize button, change #fbResizer width and height to 19px
   and also add "_small" to the resize gif name (e.g., graphics/resize_black_small.gif) */

#fbBox #fbLeftNav, #fbBox #fbRightNav {
	position: absolute;
	height: 100%;
}
#fbBox #fbLeftNav, #fbBox #fbOverlayPrev {
	left: 0;
}
#fbBox #fbRightNav, #fbBox #fbOverlayNext {
	right: 0;
}

#fbBox #fbOverlayPrev, #fbBox #fbOverlayNext {
	position: absolute;
	width: 49px;  /* = dimensions of the upper prev and next graphics */
	height: 23px;
	background-repeat: no-repeat;
}

/* on-mouse-over upper nav prev graphic */
#fbBox .fbOverlayPrev_black { background-image: url(graphics/prev_upr_black.gif); }
#fbBox .fbOverlayPrev_white { background-image: url(graphics/prev_upr_white.gif); }
#fbBox .fbOverlayPrev_blue { background-image: url(graphics/prev_upr_blue.gif); }
#fbBox .fbOverlayPrev_yellow { background-image: url(graphics/prev_upr_yellow.gif); }
#fbBox .fbOverlayPrev_red { background-image: url(graphics/prev_upr_red.gif); }
#fbBox .fbOverlayPrev_custom { background-image: url(graphics/prev_upr_blue.gif); }

/* on-mouse-over upper nav next graphic */
#fbBox .fbOverlayNext_black { background-image: url(graphics/next_upr_black.gif); }
#fbBox .fbOverlayNext_white { background-image: url(graphics/next_upr_white.gif); }
#fbBox .fbOverlayNext_blue { background-image: url(graphics/next_upr_blue.gif); }
#fbBox .fbOverlayNext_yellow { background-image: url(graphics/next_upr_yellow.gif); }
#fbBox .fbOverlayNext_red { background-image: url(graphics/next_upr_red.gif); }
#fbBox .fbOverlayNext_custom { background-image: url(graphics/next_upr_blue.gif); }

#fbBox #fbInfoPanel {
	line-height: 1.25em;
	/* caption and info link text */
  	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

#fbBox #fbCaption {
	cursor: default;
}

#fbBox #fbInfoLink, #fbBox #fbPrintLink {
	padding-bottom: .1em;
}

#fbBox #fbItemNumber {
	font-size: 10px;  /* 'image x of y' text */
	white-space: nowrap;
	cursor: default;
}

/* 'image x of y' and indexLinks color */
#fbBox .fbItemNumber_black, #fbBox #fbIndexLinks.fbIndexLinks_black, #fbBox #fbIndexLinks.fbIndexLinks_black a:link, #fbBox #fbIndexLinks.fbIndexLinks_black a:visited { color: #aaa; }
#fbBox .fbItemNumber_white, #fbBox #fbIndexLinks.fbIndexLinks_white, #fbBox #fbIndexLinks.fbIndexLinks_white a:link, #fbBox #fbIndexLinks.fbIndexLinks_white a:visited { color: #666; }
#fbBox .fbItemNumber_blue, #fbBox #fbIndexLinks.fbIndexLinks_blue, #fbBox #fbIndexLinks.fbIndexLinks_blue a:link, #fbBox #fbIndexLinks.fbIndexLinks_blue a:visited { color: #aaa8be; }
#fbBox .fbItemNumber_yellow, #fbBox #fbIndexLinks.fbIndexLinks_yellow, #fbBox #fbIndexLinks.fbIndexLinks_yellow a:link, #fbBox #fbIndexLinks.fbIndexLinks_yellow a:visited { color: #700; }
#fbBox .fbItemNumber_red, #fbBox #fbIndexLinks.fbIndexLinks_red, #fbBox #fbIndexLinks.fbIndexLinks_red a:link, #fbBox #fbIndexLinks.fbIndexLinks_red a:visited { color: #ca8; }
#fbBox .fbItemNumber_custom, #fbBox #fbIndexLinks.fbIndexLinks_custom, #fbBox #fbIndexLinks.fbIndexLinks_custom a:link, #fbBox #fbIndexLinks.fbIndexLinks_custom a:visited { color: #965f74; }

/* caption, infoLink, printLink, & indexLinks:hover color */
#fbBox .fbInfoPanel_black, #fbBox .fbInfoPanel_black a:link, #fbBox .fbInfoPanel_black a:visited, #fbBox #fbIndexLinks.fbIndexLinks_black a:hover { color: #d7d7d7; }
#fbBox .fbInfoPanel_white, #fbBox .fbInfoPanel_white a:link, #fbBox .fbInfoPanel_white a:visited, #fbBox #fbIndexLinks.fbIndexLinks_white a:hover { color: #000; }
#fbBox .fbInfoPanel_blue, #fbBox .fbInfoPanel_blue a:link, #fbBox .fbInfoPanel_blue a:visited, #fbBox #fbIndexLinks.fbIndexLinks_blue a:hover { color: #aaa8be; }
#fbBox .fbInfoPanel_yellow, #fbBox .fbInfoPanel_yellow a:link, #fbBox .fbInfoPanel_yellow a:visited, #fbBox #fbIndexLinks.fbIndexLinks_yellow a:hover { color: #700; }
#fbBox .fbInfoPanel_red, #fbBox .fbInfoPanel_red a:link, #fbBox .fbInfoPanel_red a:visited, #fbBox #fbIndexLinks.fbIndexLinks_red a:hover { color: #ec9; }
#fbBox .fbInfoPanel_custom, #fbBox .fbInfoPanel_custom a:link, #fbBox .fbInfoPanel_custom a:visited, #fbBox #fbIndexLinks.fbIndexLinks_custom a:hover { color: #735; }

#fbBox #fbControls {
	height: 14px;  /* height of control widget graphics - they should all be the same */
	font-size: 1px;
}

#fbBox #fbNavControls {
	width: 88px;  /* sum of lowerprev and lowernext widths */
	height: 14px;  /* height of 1 sprite panel in lowerprev and lowernext graphics */
}

#fbBox #fbPrev {
	float: left;
	width: 44px;  /* = dimensions of the lower nav 'prev' graphic */
	height: 14px;
	background-repeat: no-repeat;
}

/* lower nav 'prev' graphic */
#fbBox .fbPrev_black { background-image: url(graphics/prev_lwr_black.gif); }
#fbBox .fbPrev_white { background-image: url(graphics/prev_lwr_white.gif); }
#fbBox .fbPrev_blue { background-image: url(graphics/prev_lwr_blue.gif); }
#fbBox .fbPrev_yellow { background-image: url(graphics/prev_lwr_yellow.gif); }
#fbBox .fbPrev_red { background-image: url(graphics/prev_lwr_red.gif); }
#fbBox .fbPrev_custom { background-image: url(graphics/prev_lwr_yellow.gif); }

/* lower nav greyed-out 'prev' graphic */
#fbBox .fbPrev_black_off { background-image: url(graphics/prev_lwr_off_black.gif); }
#fbBox .fbPrev_white_off { background-image: url(graphics/prev_lwr_off_white.gif); }
#fbBox .fbPrev_blue_off { background-image: url(graphics/prev_lwr_off_blue.gif); }
#fbBox .fbPrev_yellow_off { background-image: url(graphics/prev_lwr_off_yellow.gif); }
#fbBox .fbPrev_red_off { background-image: url(graphics/prev_lwr_off_red.gif); }
#fbBox .fbPrev_custom_off { background-image: url(graphics/prev_lwr_off_yellow.gif); }

#fbBox #fbNext {
	float: right;
	width: 44px;  /* = dimensions of the lower nav 'next' graphic */
	height: 14px;
	background-repeat: no-repeat;
}

/* lower nav 'next' graphic */
#fbBox .fbNext_black { background-image: url(graphics/next_lwr_black.gif); }
#fbBox .fbNext_white { background-image: url(graphics/next_lwr_white.gif); }
#fbBox .fbNext_blue { background-image: url(graphics/next_lwr_blue.gif); }
#fbBox .fbNext_yellow { background-image: url(graphics/next_lwr_yellow.gif); }
#fbBox .fbNext_red { background-image: url(graphics/next_lwr_red.gif); }
#fbBox .fbNext_custom { background-image: url(graphics/next_lwr_yellow.gif); }

/* lower nav greyed-out 'next' graphic */
#fbBox .fbNext_black_off { background-image: url(graphics/next_lwr_off_black.gif); }
#fbBox .fbNext_white_off { background-image: url(graphics/next_lwr_off_white.gif); }
#fbBox .fbNext_blue_off { background-image: url(graphics/next_lwr_off_blue.gif); }
#fbBox .fbNext_yellow_off { background-image: url(graphics/next_lwr_off_yellow.gif); }
#fbBox .fbNext_red_off { background-image: url(graphics/next_lwr_off_red.gif); }
#fbBox .fbNext_custom_off { background-image: url(graphics/next_lwr_off_yellow.gif); }

#fbBox #fbPlay, #fbBox #fbPause {
	position: absolute;
	background-repeat: no-repeat;
}

#fbBox #fbPlayPause, #fbBox #fbPlay, #fbBox #fbPause {
	width: 46px;  /* = dimensions of the 'play' and 'pause' graphics (they need to be the same size) */
	height: 14px;
	text-align: left;
}

/* 'play' and 'pause' graphics */
#fbBox .fbPlay_black { background-image: url(graphics/play_black.gif); }
#fbBox .fbPlay_white { background-image: url(graphics/play_white.gif); }
#fbBox .fbPlay_blue { background-image: url(graphics/play_blue.gif); }
#fbBox .fbPlay_yellow { background-image: url(graphics/play_yellow.gif); }
#fbBox .fbPlay_red { background-image: url(graphics/play_red.gif); }
#fbBox .fbPlay_custom { background-image: url(graphics/play_yellow.gif); }
#fbBox .fbPause_black { background-image: url(graphics/pause_black.gif); }
#fbBox .fbPause_white { background-image: url(graphics/pause_white.gif); }
#fbBox .fbPause_blue { background-image: url(graphics/pause_blue.gif); }
#fbBox .fbPause_yellow { background-image: url(graphics/pause_yellow.gif); }
#fbBox .fbPause_red { background-image: url(graphics/pause_red.gif); }
#fbBox .fbPause_custom { background-image: url(graphics/pause_yellow.gif); }

#fbBox #fbClose {
	width: 46px;  /* = dimensions of the 'close' graphic */
	height: 14px;
	background-repeat: no-repeat;
}

/* 'close' graphic */
#fbBox .fbClose_black { background-image: url(graphics/close_black.gif); }
#fbBox .fbClose_white { background-image: url(graphics/close_white.gif); }
#fbBox .fbClose_blue { background-image: url(graphics/close_blue.gif); }
#fbBox .fbClose_yellow { background-image: url(graphics/close_yellow.gif); }
#fbBox .fbClose_red { background-image: url(graphics/close_red.gif); }
#fbBox .fbClose_custom { background-image: url(graphics/close_yellow.gif); }

#fbBox #fbIndexLinks {
	clear: both;
	font-size: 11px;
	cursor: default;
}
#fbBox #fbIndexLinks a:hover {
	font-weight: bold;
}

/* posLeft, posCenter & posRight are dynamically assigned classes that allow layout of the info and control panels depending on which side they're on */
/* info panel */
#fbInfoPanel.posCenter, #fbInfoDiv.posCenter, #fbIndexLinks.posCenter {
	margin: 0 auto;
}
#fbInfoPanel.posRight, #fbInfoDiv.posRight, #fbIndexLinks.posRight {
	float: right;
}
#fbInfoPanel.posLeft, #fbInfoDiv.posLeft, #fbIndexLinks.posLeft {
	float: left;
}
/* control panel */
#fbControlPanel.posRight, #fbControls.posRight, #fbClose.posRight, #fbSubControls.posRight, #fbNavControls.posLeft, #fbPlayPause.posLeft {
	float: right;
}
#fbControlPanel.posLeft, #fbControls.posLeft, #fbClose.posLeft, #fbSubControls.posLeft, #fbNavControls.posRight, #fbPlayPause.posRight {
	float: left;
}
/* IE6 wants these, maybe for layout? */
#fbSubControls, #fbClose, #fbIndexLinks, #fbPlayPause, #fbNavControls {
	float: left;
}

