@charset "UTF-8";
/******************** BOF Global Styles ********************/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#663300;
	font-size: 11px;
	line-height: 14px;
	background-image:url(/images/back_repeat.jpg);
	background-repeat:repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	color:#333333
}
/*****************************************************/

#wrappertop {
	background-image:url(/images/back_repeat_top.jpg);
	background-repeat:repeat-x;
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
}

#wrappermain {
	margin:0 auto;
	padding:0;
	width:1004px;
	position:relative;
}

#borderleft {
	width:1004px;
	background-image:url(/images/shadow_repeat_left.jpg);
	background-repeat:repeat-y;
	background-position:left;
	margin:0;
	padding:0;
	position:relative;
}

#borderright {
	width:1004px;
	background-image:url(/images/shadow_repeat_right.jpg);
	background-repeat:repeat-y;
	background-position:right;
	margin:0;
	padding:0;
	position:relative;
}

#wrappercenter {
	margin:0 auto;
	padding:0;
	width:984px;
	position:relative;
}

#flasharea {
	margin:0 auto;
	width:984px;
}

#primarynavarea {
	background-image:url(/images/prim_nav_repeat.jpg);
	width:982px;
	height:58px;
	border:#FFFFFF;
	border-width:1px;
	border-style:solid;
	/* text-align:center; */
	margin:0;
	position:relative;
	z-index:80;
}

#leftcolumnwrapper {
	width:984px;
	background-repeat:repeat-y;
	background-position:left;
	margin:0;
}

#rightcolumnwrapper {
	width:984px;
	background-repeat:repeat-y;
	background-position:right;
	margin:0;
}

#bodywrapper {
	width:984px;
	background-image:url(/images/body_backdrop_full_repeat.jpg);
	background-repeat:repeat-y;
	margin:0;
	padding:0;
	position:relative;
}

#bodywrapper2col {
	width:984px;
	background-image:url(/images/body_backdrop_full_repeat_2col.jpg);
	background-repeat:repeat-y;
	margin:0;
	padding:0;
	position:relative;
}

#leftcolumn {
	margin: 0px 0px 137px 0px;
	float:left;
	width:251px;
	text-align:left;
	padding: 0px 0px 0px 1px;
	/* height:auto;
	position:relative;
	*/
}

#rightcolumn {
	float:right;
	width:168px;
	margin: 0px 0px 210px 0px;
	text-align:left;
	padding: 0px 10px 0px 30px;
	position:relative;
}

#centercolumn {
	margin: 0px 0px 0px 252px;
	width:504px;
	text-align:left;
	padding: 10px 0px 0px 20px;
	/* position:relative; */
	z-index:0;
}

#centercolumn2col {
	margin: 0px 0px 0px 252px;
	/* width: 732px; */
	width: 702px;
	text-align: left;
	padding: 10px 0px 0px 20px;
	z-index: 0;
}

#leftnavwrapper {
	width:252px;
	margin:0;
}

#borderbottom {
	margin:0 auto;
	clear:both;
	width:1004px;
	height:11px;
	background-image:url(/images/shadow_repeat_bottom.jpg);
}

#footerright {
	bottom:0;
	margin-top:-325px;
	width:208px;
	float:right;
	clear:right;
	position:relative;
}

#footerrighthand {
	position:absolute;float:left;margin: 0px 0px 130px -26px;bottom:0
}

#footerleft {
	bottom:0;margin-top:-137px;width:252px;float:left;clear:left;position:relative
}

#footercenter {
	bottom:0;background-image:url(/images/body_bottom.jpg);width:524px;height:10px;margin: -10px 0px 0px 252px;position:relative
}

#footercenter2col {
	bottom:0;background-image:url(/images/body_bottom_2col.jpg);width:732px;height:10px;margin: -10px 0px 0px 252px;position:relative
}

#footer {
	margin:0 auto;
	clear:both;
	width:984px;
	text-align:left;
}

#fooderlinks {
	float:left;
}

#copyright {
	float:right;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.thumbstable, #thumbstable {
	/* This should apply as a class only, not an ID as there can be multiple tables on a page */
	/* This should be changed in the php where 'filestable' is applied as an ID */
	width:95%;
	margin:0 auto;
	/* margin: 0px 0px 25px 42px; */
	margin-bottom:25px;
}

.imagetable, #imagetable {
	/* This should apply as a class only, not an ID as there can be multiple tables on a page */
	/* This should be changed in the php where 'filestable' is applied as an ID */
	width:85%;
	/* float:left; */
	text-align:center;
	margin: -10px 0px 25px 42px;
}

.imagetable td {
	padding: 10px 0px 10px 0px;
}

img.imagethumb, div.imagethumb {
	border:solid;
	border-width:6px;
	border-color:#A5A699;
}

.thumbcaptions {
	text-align:center;
	font-size:10px;
	font-style:italic;
	color:#663300;
	width:100px;
}

/*****************************************************/

.headline {
	font-size:16px;
	font-weight:bold;
	color:#8C1F2A;
	line-height:1.05em;
}

.padding10right {
	padding-right: 10px;
}

.logo {
	margin-left:15px;
	margin-top:15px;
}
.nomargin{
	margin:0px;
	padding:0px;
}
/*
.bodybg {
	padding-top: 22px;
	background-image:url(/images/x_repeat_body_top.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
}
*/

/* BOF Global links */

a:link {
	text-decoration:none;
	color:#993300;
}
a:hover {
	text-decoration:none;
	color:#006666;
	text-decoration:underline;
}
a:visited {
	text-decoration:none;
	color:#993300;
}
a:visited:hover {
	text-decoration:none;
	color:#006666;
	text-decoration:underline;
}
a:active {
	text-decoration:none;
	color:#993300;
}

/* EOF Global Links */

/******************** EOF Global Styles ********************/

/******************** BOF #header Styles ********************/

#headerlinks a:link  {
	color: #731A24;
}

#headerlinks a:hover {
	color: #4A5D6F;
}

#headerlinks a:visited:hover {
	color: #4A5D6F;
}

#headerlinks a:visited {
	color: #731A24; 
}

#headerlinks a:active {
	color: #731A24; 
}
#headerlinks{
	width:450px;
	margin:20px 25px 0px 0px;
	float:right;
	text-align:right;
}

/******************** EOF #header Styles ********************/

/******************** BOF #mainbody Styles ********************/
/*
#mainbody {
	width: 538px;
	padding: 15px;
	background-image: url(/images/body_bg_repeat_x.jpg);
	background-position: bottom;
	background-color: #EFEBC7;
	background-repeat: repeat-x;
}
*/

#centercolumn p, #mainbody span {
	margin-top:.67em;
	margin-bottom:.67em;
}


#centercolumn ul {
	font-size: 12px;
	margin-left:10px;
	color:#333333;
	list-style: outside square; 
}

#centercolumn li {
	margin-top:10px;
	margin-bottom:10px;
	padding-left:20px;
	background:url(/images/bullet.jpg) no-repeat 0px -7px;
}

#centercolumn ol {
	font-size: 12px;
	margin-left: 25px;
	color: #333333;
	list-style:outside;
}

#centercolumn ol li {
	margin-top:10px;
	margin-bottom:25px;
	padding-left:20px;
}

/*
#centercolumn a:link {
	text-decoration: none;
	font-weight: bold;
	color:#445564;
}

#centercolumn a:hover {
	text-decoration:none;
	font-weight: bold;
	color:#731A24;
}

#centercolumn a:visited {
	text-decoration:none;
	font-weight: bold;
	color:#445564;
}

#centercolumn a:visited:hover {
	text-decoration:none;
	font-weight: bold;
	color:#731A24;
}

#centercolumn a:active {
	text-decoration:none;
	font-weight: bold;
	color:#445564;
}
*/

#centercolumn img{
	margin: 0px 15px 10px 0px;
}

#centercolumn img.noborder{
	margin: 0px;
	padding:0px;
}

/******************** EOF #mainbody Styles ********************/

/******************** BOF TinyMCE In-line Styles ********************/

#bodyheadline, .bodyheadline {
	font-size:18px;
	color:#9F3340;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:.67em;
	line-height:1.15em;
}

.subhead, #centercolumn .subhead, #centercolumn span.subhead, #centercolumn div.subhead, #centercolumn p.subhead, #centercolumn2col .subhead, #centercolumn2col span.subhead, #centercolumn2col div.subhead, #centercolumn2col p.subhead {
	font-size:16px;
	color:#9F3340;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:.67em;
	line-height:1.15em;
}

.subheadsmall, #centercolumn .subheadsmall {
	font-size:14px; 
	font-weight:bold; 
	color:#D89B0F;
}

.highlight, #centercolumn .highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005DA3;
	text-align: left;
	line-height:normal;
}

.smalltext, #centercolumn .smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	margin:0px;
	padding:0px;
	line-height:10px;
}
.smallitalic, #centercolumn .smallitalic {
	color:#333333;
	font-size: 10px; 
	font-style: italic;
	line-height:normal;
}
.tinytext, #centercolumn .tinytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	/* color:#000066; */
	text-align: left;
	margin:0px;
	padding:0px;
}

/* BOF listtable Styles */
table.listtable {
	border-width:0px;
	padding: 0px 0px 15px 0px;
	width:90%;
}

.listtable a {
	font-weight:bold;
}

table.listtable div {
	border:none;
	border-style:none;
	border-width:0px;
}

table.listtable td {
	padding:7px 5px 7px 5px;
	border-bottom-color:#A5A699;;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

/* EOF listtable Styles */

/******************** EOF TinyMCE In-line Styles ********************/

/******************** BOF #secondarynav Styles ********************/

#secondarynav {
	width: 185px;
	background-color: #731A24;
	padding: 10px 0px 10px 0px;
}

#secondarynav p, #secondarynav span { 
	line-height:normal;
}

#secondarynav a {
	color:#003399;
}

/******************** EOF #leftcolumn Styles ********************/

/******************** BOF COLUMN SNIPPET Styles ********************/

/* BOF Editable Column Snippet Styles */

#leftcolumn .snippet_link {
	font-size: 10px;
	margin: 0px 5px 0px 0px;
	float:right;
	font-weight:bold;
}
#leftcolumn .snippet_link a {
	color:#FFFFCC;
}

.auto_snippet_link {
	font-size:10px;
	font-style:italic;
	color:#FFFFCC;
}
#leftcolumn .auto_snippet_link a {
	color:#FFFFCC;
}

#leftcolumn div.snippetheadline {
	font-size: 14px;
	color:#FFFFCC;
	margin:10px 0px 10px 0px;
	line-height: 1.15em;
	text-align:center;
}

#leftcolumn .snippetbody, #leftcolumn div.snippetbody, #leftcolumn div.snippetbody p, #leftcolumn div.snippetbody span {
	font-size: 10px;
	color:#99CC99;
	margin:10px 0px 0px 5px;
	line-height: 1.5em;
}

#footersnippetwrapper {
	float:left; 
	text-align:center; 
	margin: 0px 0px 25px 0px; 
	/* width is set dynamically, not here */
}

.snippetwrapper {
	border:#660000 dotted;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
}

.auto_snippetwrapper {
	border:#660000 dotted;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	padding: 0px 0px 10px 0px;
	
	margin: 0px 20px 15px 27px; 
	float: left; 
	text-align: left; 
	width: 203px;
}

#leftcolumn .snippetwrapper {
	border:#99CC99 dotted;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
}

#leftcolumn .auto_snippetwrapper {
	border:#99CC99 dotted;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	padding: 0px 0px 15px 0px;
}

/* EOF Editable Column Snippet Styles */

/* BOF Static Column Snippet Styles (FAQ, News, Case Studies, etc.) */

.column_snippets {
	width:199px;
	margin: 10px 0px 5px 5px;
}
.column_snippets td {
	padding: 2px 10px 2px 10px;
	color:#CCAA88;
}
#secondarynav .column_snippets a {
	font-weight:bold;
	color:#FFFFFF;
}
#secondarynav .column_snippets a:link {
	color:#FFFFFF;
}
#secondarynav .column_snippets a:visited {
	color:#FFFFFF;
}
#secondarynav .column_snippets a:hover {
	color:#EBE6C0;
}
#secondarynav .column_snippets a:visited:hover {
	color:#EBE6C0;
}
#secondarynav .column_snippets_header {
	height: 25px;
	/* background-color:#CCAA88; */
	margin:0px;
	color:#FFFFFF;
}

/* EOF Static Column Snippet Styles (FAQ, News, Case Studies, etc.) */

/******************** EOF COLUMN SNIPPET Styles ********************/

/******************** BOF FOOTER SNIPPET Styles ********************/

.snippet_link {
	font-size: 10px;
	color:#003399;
	margin: 0px 5px 0px 0px;
	float:right;
	font-weight:bold;
}

div.snippetheadline {
	font-size: 14px;
	color:#990000;
	margin:10px 0px 10px 0px;
	line-height: 1.15em;
	text-align:center;
}

div.snippetbody, div.snippetbody p, div.snippetbody span {
	font-size: 10px;
	color:#663300;
	margin:10px 0px 10px 5px;
	line-height: 1.5em;
}

/*
#pagepeel {
	margin-top: 95px;
	float:right;
}
*/

/*#snippetcontainer {
	width:774px;
	background-color:#FFF;
	margin:7px 0px 0px 7px;
	text-align:center;
}

#snippetcontainerhome {
	background-image:url(/images/x_repeat_blue_grad.jpg);
	background-repeat:repeat-x;
	background-position: 0px -1px;
	padding-top: 1px;
}*/
/*
#snippetcontainer p, #snippetcontainerhome p {
	font-size:11px; 
	line-height:16px; 
	margin: 15px 10px 15px 15px; 
}

.snippeta {
	width:185px;
	background-image:url(/images/snippeta_bg_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding: 7px;
}

.snippetbwrapper {
	width:185px;
	height:165px;
	background-image:url(/images/snippetb_bg_repeat_y.gif);
	background-repeat:repeat-y;
	float: left;
	margin-right: 7px;
}

.snippetb {
	width:185px;
	background-image:url(/images/snippetb_bg_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding: 7px;
}

.snippeta p, .snippetb p {
	padding:0px 5px 0px 5px;
}

#snippetcontainer a, #snippetcontainerhome a {
	color:#003399;
}

.snippetawrapper .snippetheadline, .snippetbwrapper .snippetheadline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#095994;
	line-height:20px;
	margin: 15px 10px .5em 15px;
	text-align:left;
	line-height:normal;
}

.snippetawrapper .subhead, snippetbwrapper .subhead {
	font-size:14px;
	color:#9F3340;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:.67em;
	margin: .5em 10px .5em 15px;
}
*/
/******************** EOF FOOTER SNIPPET Styles ********************/

/******************** BOF Top Tabs, Drop Down Menu ********************/

#tabs {
	/* background-color:#731A24; */
	/* text-align:left; */
	margin:0 auto;
}

#tabs {
	/*padding-left: 1px;*/
	padding: 0px 0px 0px 7px;
	margin: 0;
	list-style: none;
	line-height: normal;
	z-index: 100;
}

#tabs ul {
	/*padding-left: 1px;*/
	padding: 0px 0px 0px 0px;
	margin: 0;
	list-style: none;
	line-height: normal;
	z-index: 100;
	
}

#tabs a {
	display: block;
	width:180px; /* width: 110px; /*Controls width of tabs */

/* BOF Jerry's Tabs */

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height:14px;
	text-decoration: none;
	/* background-image: url(/images/repeat_button.jpg); 
	background-repeat: repeat-x;
	text-align: center;*/
	padding: 22px 0px 22px 0px;
}

#tabs a:link  {
	color: #FFF; /* #0B70B3; */
	z-index: 100;
}

#tabs a:hover {
	color: #FFFFFF;
	background-color:#660000;
	background-image: url(/images/prim_nav_repeat_f2.jpg); 
	background-repeat: repeat-x;
	z-index: 100;
}

#tabs a:visited:hover {
	color: #FFFFFF;
	background-color:#660000;
	background-image: url(/images/prim_nav_repeat_f2.jpg); 
	background-repeat: repeat-x;
	z-index: 100;
}

#tabs a:visited {
	color: #FFF;
	z-index: 100;
}

#tabs a:active {
	color: #FFF;
	z-index: 100;
}

#tabs li ul li a { /* To resize submenu text. Smaller and not bold. */
	font-weight:normal;
	z-index: 100;
	font-size:12px;
	font-style:italic;
	padding: 11px 0px 11px 0px; /* adjust the height of the drop downs */
	
}

/* EOF Jerry's Tabs */

#tabs li {
	float: left;
	width: 180px; /* Controls width of tabs */
	padding-left: 1px; /* Adds 1 pixel seperation between tabs */
	z-index: 100;
}

#tabs li ul {
	position: absolute;
	width: 181px; /* For Safari - eliminaetes ghosting on pull-downs */
	left: -999em;
	z-index: 100;
}

#tabs li ul li {
	background-color:#660000; /* set background color of drop downs */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: none; /* set roll-over image of drop downs */
	background-repeat: no-repeat;
	z-index: 100;
}

#tabs li:hover ul {
	left: auto;
	z-index: 100;
}

#tabs li.sfhover ul {
	left: auto;
	z-index: 100;
}

/******************** EOF Top Tabs, Drop Down Menu ********************/

/******************** BOF Secondary Links, Clamshell Menu ********************/

/* link titles */
#secondarylinkhead {
	width:235px;
	padding: 5px 5px 4px 10px;
	margin: 0px 0px 0px 0px;
	background-color:#8C212C;
	color:#FFFFFF;
	font-size:9px;
	font-weight:normal;
}

#menuHead {
	/* border-bottom: 1px #894441 solid; */
	width: 250px;
/* this width value is also effected by
the padding we will later set on the links.	*/
}

#menuHead ul {
	font-family: verdana, arial, sanf-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-weight:bold;
	list-style-type: none;
	/*text-indent: 7px;*/
}

#menuHead li {
	margin: 0px 0px 0px 0px;
}

#menuHead a {
	display: block;
	width: 235px;
	padding: 12px 5px 13px 10px;
	/* border-bottom: 1px #894441 solid; */
	text-decoration: none; /*lets remove the link underlines*/
	background:url(/images/sec_nav_btn_repeat.jpg);
}
#menuHead a:link, #menuHead a:active, #menuHead a:visited {
	color: #FFFFFF;
}

#menuHead a:hover {
	/* background-color:#F4F1D8; */
	color:#FFFFFF;
	background:url(/images/sec_nav_btn_repeat_f2.jpg); /*For adding a background image on roll-over*/
}

/* Sub-menus */

#menuOption {
	width: 250px;
	/* this width value is also effected by
	the padding we will later set on the links.	*/
	
}

#menuOption ul {
	font-family: verdana, arial, sanf-serif;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	/*text-indent: 15px;*/
}

#menuOption li {
	margin: 0px;
}

#menuOption a {
	display: block;
	width: 210px;
	padding: 5px 10px 5px 30px;
	background-color:#112255;
	text-decoration: none; /*lets remove the link underlines*/
}

#menuOption a:link, #menuOption a:active, #menuOption a:visited {
	color:#FFFFFF;
}

#menuOption a:hover {
	/*background: #333333 url(images/background1.gif);*/  /*For adding a background image on roll-over*/
	background-color:#4455EE;
	color:#112255;
}

/******************** EOF Secondary Links, Clamshell Menu ********************/

/******************** BOF Faqs Styles ********************/
.faqheadline{
	font-size:12px;
	font-weight:bold;
	color:#000066;
}
.faqtable a {
	font-weight:normal;
}
table.faqtable div, table.faqtable td {
	border:none;
	border-style:none;
	border-width:0px;
}
table.faqtable {
	border-width: 0px;
	padding: 0px 0px 15px 0px;
}
table.faqtable td {
	padding:7px 0px 7px 0px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

/******************** EOF Faqs Styles ********************/

/******************** BOF #footer Styles ********************/
/*
#footer {
	background-color: #9C222E;
	background-image: url(/images/footer_repeat_x.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom:19px;
}
*/
/* BOF #footer Links */

#footer a {
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
}

#footer a:link {
	color:#660000;
}

#footer a:hover {
	color:#FFFFCC;
	text-decoration:none;
}

#footer  a:visited {
	color:#660000;
}

#footer a:visited:hover {
	color:#FFFFCC;
	text-decoration:none;
}

#footer a:active {
	color:#660000;
}
/* EOF #footer Links */

/******************** EOF #footer Styles ********************/

/* BOF FROM THINK CMS */

table.fieldstable {
	border-width:0px;
	padding:15px;
}
table.fieldstable td {
	padding:5px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	text-align:left;
}
div.alert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CC6600;
	padding: 1px;
	text-align: center;
	color: #FFFFFF;
	margin-top:1px;
	margin-left:0px;
	margin-right:0px;
}
div.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FF0000;
	padding: 1px;
	text-align: center;
	color: #FFFFFF;
	margin-top:1px;
	margin-left:0px;
	margin-right:0px;
}
div.warning p, div.alert p {
	margin-top:.25em;
	margin-bottom: .25em;
	color: #FFFFFF;
}

/* EOF FROM THINK CMS */


/* BOF Lightbox Styles */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/includes/javascript/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/includes/javascript/lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* EOF Lightbox Styles */
