@charset "utf-8";
body  {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(/Scripts/pattern.jpg);
	background-repeat:repeat-x;
color: #414141; 
margin:0 auto;
	}
	
	#menu{
	position:relative;
	margin:0 auto;
	width:850px;
	height:23px;
	background-color:#414141;
	
}

#pic{
	position:absolute;
	top:10px;
	width:800px;
	height:250px;
	z-index:6000;
}

hr
{
color: #cccccc;
border-top:1px solid #cccccc;
border-left:none;
border-right:none;
border-bottom:none;
height: 1px;
}
* p {
     margin:  0 0 1em 0;
     padding:  0;
}

h4{
	color:#414141;
	font-size:12px;
	font-weight:600;
	text-align:left;
	padding:10px 0px 10px 0px;
}

h5{
	color:#414141;
	font-size:13px;
	font-weight:400;
	text-align:left;
	margin-bottom: 1; 
padding-bottom: 0;
margin-top: 1; 
padding-top: 0;
}

h3{
	color:#414141;
	font-size:16px;
	font-weight:600;
	text-align:left;
	padding: 0px;
	margin-bottom:8px;
}
dd
{
list-style-position:outside;
list-style-type:none;
list-style:none;
line-height:14px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 25px;

}

dl
{
list-style-position:outside;
list-style-type:none;
line-height:14px;
list-style:none;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;

}

li
{
list-style-position:outside;
background-position:0px -2px 0px 0px;
list-style-type:none;
list-style:none;
page-break-after:always;
line-height:18px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 15px;
background-image:url(forward.gif);
background-repeat:no-repeat;
overflow:hidden;

}

.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	top:0px;
	left: 0px;
	width: 902px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(dropshad.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	font-size:14px;
	background-repeat:repeat-y;
	min-height:100%;
		
} 


.thrColAbsHdr #contact { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	float:left;
	background: #F6f5f5;
	border-left:solid 1px;
	border-bottom:solid 1px;
	border-right:solid 1px;
	border-color:#ccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:14px;
	
} 

#popup { 
	width: 500px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	background: #F6f5f5;
	padding:5px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:14px;
}

.floattable {
	width:270px;
	float:left;
	margin-left:30px;
	margin-top:0px;
	
}

#tablecells {
	width:500px;
	
	margin:0px;

	}
	
#popup-head { 
	width: 510px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	background-image:url(/images/delivery-header.jpg);
	background-repeat:no-repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#FFF;
	font-size:18px;
	height:60px;
}

#popup-head2 { 
	width: 510px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	background-image:url(/images/delivery-header2.jpg);
	background-repeat:no-repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#FFF;
	font-size:18px;
	height:60px;
}
/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.thrColAbsHdr #header { 
	
	margin:0 auto;
	width: 850px;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColAbsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:14px;
	color:#003399;
}
.roundedarea{
float:left;	
height:1120px;
width:540px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.thrColAbsHdr #sidebar1 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 562px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f6f5f5; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	color: #003399;
	height: 1024px;
}
.thrColAbsHdr #sidebarall {
	position: absolute;
	top: 225px;
	left: 3px;
	width: 562px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f6f5f5; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	color: #003399;
	height: 1034px;
}
.thrColAbsHdr #sidebarall2 {
	float: left;
	width: 774px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f6f5f5; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
	color: #414141;
	height: 30px;
	border-top:solid 1px;
	border-color:#ccc;
}

.thrColAbsHdr #sidebarlast {
	position: absolute;
	top: 195px;
	left: 1px;
	width: 562px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f6f5f5; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	color: #003399;
	height: 550px;
}
.thrColAbsHdr #sidebar2 {
	position: relative;
	float: right;
	right:45px;

	width: 235px;
	color:#414141;
	/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f6f5f5; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	color: #003399;

}


.thrColAbsHdr #sidebar3 {
	position: absolute;
	top: 120px;
	right: 0px;
	margin:0px 5px 0px 0px;
	padding:0px 0px 0px 0px;
	width: 185px;
	color:#414141;
	/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f6f5f5; /* the background color will be displayed for the length of the content in the column, but no further */

}

#slideshowdiv {
	position:relative;
	top: 0px;
	left: 0px;
	width: 564px;
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
	
.thrColAbsHdr #mainContent { 
	position:relative;
	top: 0px;
	left: 0px;
	width: 564px;
	margin: 0px 0px 0px 45px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}

.thrColAbsHdr #mainContent2 { 
	position:relative;
	top: 0px;
	left: 0px;
	height:600px;
	width: 564px;
	margin: 0px 0px 0px 45px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}


.thrColAbsHdr #mainContent_home { 
	position:relative;
	top: 360px;
	left: 0px;
	width: 564px;
	margin: 0px 0px 0px 35px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
.thrColAbsHdr #mainContent_wide { 
	position:relative;
	top: 0px;
	left: 0px;
	width: 816px;
	margin: 0px 0px 0px 45px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}


.thrColAbsHdr #mainContent_long { 
	position:relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height:525px;
	margin: 0px auto; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
.thrColAbsHdr #footer { 
	
	position:relative;
top:0px;
margin: 10px 45px 0px 45px; 
	padding: 5px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f6f5f5;
	width: 814px;
	text-align:left;
	border-top:solid 1px;
	border-color:#CCC;
	clear:both;
	
} 
.thrColAbsHdr #footer p {
	margin: 0px auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0px 0px 2px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:14px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 50px;
	margin-top: -35px;
	width: 30px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	z-index:3000;
}


/* GENERAL BOXES */
/* STYLES and LINKS */
a, a:visited {
	color: #003399;
	text-decoration: none;

}

a img, a img.preview {	border: none;	text-decoration: none;}

a:link:hover{
	color: #000;
	text-decoration: none;
}

a[href]:hover{
	color: #000;
	text-decoration: none;
}

/* LIGHTBOX FILES */

#lightbox{	position: absolute;	left: 0; width: 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%;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ border: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(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; border: none;}	 	

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






.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;
	
}

.dropdown {float:left; border-right:1px solid #f6f5f5;font-size:11px; color:#fff;text-align:center;margin: 0px; padding:0px;line-height:13px; z-index: 50000;;
}
.dropdown dt {width:140px; border:none; margin:0px 0px 0px 0px;padding:0px 0px 0px 0px; font-weight:bold;cursor:pointer; z-index: 50000;}
.dropdown dt:hover {border:none; z-index: 10;}
.dropdown dd {position:absolute; margin:0px 0px 0px -2px;width:132px;padding:0px 10px 0px 0px;display:none; text-align:left;overflow:hidden;line-height:12px; z-index: 50000;}
.dropdown ul {width:120px; border:none; list-style:none;list-style-type:none;background:none;padding:0px; z-index: 500000;}
.dropdown li {display:inline; list-style:none;list-style-type:none;background:none;padding:0px 0px 0px 0px;}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#fff; text-decoration:none;  width:130px;margin:0px 0px 0px 0px; background-color:#414141;}
.dropdown a:hover {background:#000; color:#fff}
.dropdown .underline {border-bottom:1px solid #ccc;border-left:none;}

#the_box {
  padding: 0px 0px 0px 0px;
  background-color: #f6f5f5;
  width: 235px;
  margin-bottom:12px;
 }
 
 
 #the_box3 {
  padding: 0px 0px 0px 0px;
  background-color: #f6f5f5;
  width: 200px;
  margin-bottom:12px;
 }
 
 #the_boxbottom {
  font-family: verdana;
  font-weight: 300;
  color: #414141;
  text-decoration:none;
  background-color: #f6f5f5;
  width: 562px;
   margin-bottom:7px;
  margin-top:12px;
 }

.box_header {
  padding: 5px 5px 5px 5px;
  font-family: verdana;
  font-weight: 600;
  font-size:11px;
  color: #ffffff;
  background-image:url(roundmenu.gif);
  background-repeat:no-repeat;
text-align: center;
  height: 14px;
}

.box_header2 {
line-height:16px;
text-decoration:underline;
margin:0px 0px 0px 0px;
padding:7px 0px 7px 0px;
  font-family: verdana;
  margin:0px 0px 0px 0px;
    font-size:14px;
 text-align: left;

 }
 
.box_header2 a:visited {

text-decoration:underline;
margin:0px 0px 0px 0px;
padding:7px 0px 7px 0px;
  font-family: verdana;
  margin:0px 0px 0px 0px;
    font-size:14px;
 text-align: left;
}
.box_header2 a{
text-decoration:underline;

}

 .box_header2 a:hover{
text-decoration:underline;
color:#000;
}
.box_header3 {
  padding: 5px 5px 5px 5px;
  font-family: verdana;
  font-weight: 600;
  font-size:12px;
  color: #003399;
  background-color:#E0E0E0;
text-align: center;
  height: 15px;
}
.box_slide {
  text-align: left;
  padding: 5px 10px 5px 10px;
  font-size:12px;

}

.box_text {
  text-align: left;
  padding: 5px 10px 5px 10px;
  font-size:12px;
  border: solid 1px;
	border-bottom:none;
  border-color: #CCC;
}
.box_text0 {
  text-align: left;
  padding: 0px 0px 0px 0px;
  font-size:12px;
  border: solid 1px;
	border-bottom:none;
  border-color: #CCC;
}
.box_text2 {
   text-align: left;
  padding: 5px 10px 5px 10px;
  font-size:12px;
   border: solid 1px;
	border-top:none;
  border-color: #CCC;
}
.box_text3 {
   text-align: left;
  padding: 5px 10px 5px 10px;
  font-size:12px;
  border: solid 1px;
  border-color: #CCC;
}

.box_textnew {
   text-align: left;
  padding: 5px 10px 5px 10px;
  font-size:12px;
  border: none;
  background-color:#f6f5f5;
}

.box_text_center {
  text-align: center;
  padding: 5px 5px 5px 5px;
  font-size:12px;
    border: 1px solid; 
  border-color: #CCC;
}

.box_text_center2 {
  text-align: center;
  padding: 0px 0px 0px 0px;
  font-size:12px;
  border: 1px solid; 
  border-color: #CCC;
}
.box_text_center3 {
  text-align: center;
  padding: 0px 0px 0px 0px;
  font-size:12px;
  background-color:#f6f5f5;
  border-color: #666;
}
.box_text_center0 {
  padding: 0px 0px 0px 0px;
  margin: -5px 0px -5px 0px;
  font-size:12px;
  text-align:center;
 }

#innerbox {
	font-family: verdana;
	font-weight: 300;
	color: #414141;
	background-color: #f6f5f5;
	width: 562px;
	border-bottom: solid 1px;
	border-left: solid 1px;
	border-right:solid 1px;
	border-color:#ccc;
	margin:0px;
	padding:0px;
}


#innerboxall {
  font-family: verdana;
  font-weight: 300;
  float:left;
  color: #414141;
  background-color: #f6f5f5;
  width: 260px;
  border:solid 1px;
  border-color:#ccc;
 }


.H1 {
  padding: 5px 5px 5px 5px;
  font-family: verdana;
  font-weight: 600;
  font-size:12px;
  color: #003399;
  background-color: #CCC;
  text-align: center;
  height: 20px;
}



.innerbox_header2 {
  padding: 0px 0px 0px 0px;
  font-family: verdana;
  font-weight: 600;
  font-size:12px;
  color: #003399;
  background-color: #CCC;
  text-align: center;
  height: 24px;
  line-height:20px;
}

.innerbox_text {
	color:#414141;
	text-align: left;
	padding: 7px 5px 10px 10px;
	font-size:11px;
	
}


.innerbox_text2 {
	color:#414141;
	text-align: left;
	padding: 7px 10px 10px 10px;
	font-size:13px;
	
}

.innerbox_slide {
	color:#414141;
	text-align: left;
	padding: 7px 5px 10px 10px;
	font-size:11px;
	background-image:url(slide4.gif);
	}
	
.innerbox_textlong {
	color:#414141;
	text-align: left;
	padding: 7px 5px 10px 10px;
	font-size:11px;
	height:750px;
	overflow:auto;
}


.innerbox_text_center {
	color:#414141;
	text-align: center;
	padding: 7px 5px 10px 10px;
	font-size:10px;
	line-height:14px;
}
.innerbox_wide {
  color:#414141;
  background-color:#EEEEEE;
  text-align: left;
  padding: 0px 0px 0px 0px;
  font-size:11px;
}

.innerbox_textright {
  position:relative;
  left:120px;
  text-align: right;
  font-size:11px;
  width:300px;
  text-align:left;
  padding:10px 0px 0px 0px
}

.innerbox_textall {
  padding: 0;
  font-size:14px;
  text-align:left;
  margin:0;
  width:580px;
  }
  
.innerbox_367 {
  padding: 0;
  font-size:14px;
  text-align:left;
  margin:0;
  width:580px;
  height:367px;
  }

.innerbox_border {
  padding: 10px 20px 10px 20px;
  font-size:14px;
  border-right:1px solid #ccc;
  border-left:1px solid #ccc;
 border-bottom:1px solid #ccc;
  text-align:left;
  width:772px;
  background-repeat:no-repeat;
}
.innerbox_about {
  padding: 10px 10px 10px 0px;
  font-size:14px;

  text-align:left;
  width:550px;
  background-repeat:no-repeat;
}

.previous {
	color: #003399;
	text-align: left;
	font-weight: bold;
	font-size:14px;
	float:left;
}
.next {
	color: #003399;
	text-align: right;
	font-weight: bold;
	font-size:14px;
	float:right;
}

	
.thrColAbsHdr #pageno {
	text-align: right;
	color: #003399;
	text-align: center;
	font-weight: bold;
	font-size:14px;
	float:right;
	padding:5px 5px 5px 5px;
	margin:0 auto;
}
.header {
	color: #414141;
	text-align: left;
	font-weight: bold;
	font-size:17px;
	position: absolute;
	top:155px;
	left: 0px;
	width: 300px;
	margin:5px 10px 10px 0px;
	padding:5px 10px 10px 0px;
}

ul{border:0; margin:2px; padding:0;}

#pagination-flickr li{

border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
display:inline;
background-image:none;
list-style-type:none;
page-break-after:auto;
line-height:11px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;

}
#pagination-flickr a{

border:solid 1px #ccc;
background-image:url(tablebutton.gif);
background-repeat:repeat-x;
}
#pagination-flickr .previous a {

font-weight:bold;
border:solid 1px #CCC;
float:right;
margin-right:2px;
width:60px;
} 
#pagination-flickr .next a{
font-weight:bold;
border:solid 1px #CCC;
float:right;
margin-right:2px;
width:47px;
}

#pagination-flickr .previous-off
{

color:#cccccc;
display:block;
float:left;
font-weight:bold;
padding:3px 4px;
border:solid 1px #cccccc;
}
#pagination-flickr .next-off {
color:#cccccc;
display:block;
float:right;
font-weight:bold;
padding:3px 4px;
border:solid 1px #cccccc;
width:47px;
}



#pagination-flickr .active{

color:#ffffff;
font-weight:bold;
display:inline;
float:left;
padding:4px 6px;
border:solid 1px #003399;
background-color:#003399;

}
#pagination-flickr a:link,
#pagination-flickr a:visited {

color:#003399;
display:block;
font-weight:bold;
float:left;
padding:4px 6px;
text-decoration:none;
}
#pagination-flickr a:hover{

border:solid 1px #414141;

}




#box
	{
	
	padding: 0px;
	text-align: center;
	width:224px;				/* <-- use this to tie width to viewport size */
	width:224px;				/* <-- use this for a set width */
	background-color: #f6f5f5;
	}
 	
#content
	{
	padding:0px;
	}

#content h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
#content p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}


/* ©2008 MagicToolbox.com. To use this code on your own site, visit http://www.magictoolbox.com */

/* CSS class for thumbnail link <A> */
.MagicThumb {
    cursor: url(zoomin.cur), pointer;
    outline: none;
}

/* CSS class for the thumbnail link <A> when the big image is zoomed */
.MagicThumb-zoomed { cursor: default; }

/* CSS class for span inside the thumbnail <A> */
.MagicThumb span { display: none;  }


/* CSS class for the thumbnail image */
.MagicThumb img { border: 1px solid #cccccc; outline: none; margin:3px 0px 3px 0px;
}

/* CSS class for the big image while zooming */
.MagicThumb-image { border: 1px solid #cccccc; outline: none; }

/* CSS class for the zoomed big image */
.MagicThumb-image-zoomed { cursor: url(zoomout.cur), pointer; 
}

/* CSS class for the caption under the big zoomed image */
.MagicThumb-caption {
    color: #003399;
    background-color: #cccccc;
    border: 1px solid #CCCCCC;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 11px;
	font-weight:600;
    padding: 8px 16px;
}

/* CSS class for the control bar */
.MagicThumb-controlbar {
	display: block;
	height: 18px;
}

.MagicThumb-controlbar a {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px 1px;
	outline: none;
	float: left;
	overflow: hidden;
}

.MagicThumb-controlbar a span {
	display: block;
	width: 1000px;
	height: 1000px;
	background: transparent url(controlbar.png) no-repeat 0 0;
	outline: none;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* CSS class for the loading message box */
.MagicThumb-loading {
	border: 1px solid #000000;
	background: #ffffff url(loader.gif) no-repeat 2px 50%;
	padding: 2px 2px 2px 22px;
	margin: 0;
	text-decoration: none;
	text-align: left;
	font-size: 8pt;
	font-family: sans-serif;
}

#wrap {
 margin: 0 auto 0 auto;
 padding: 2em;
 border-left: 3px solid #000;
 border-right: 3px solid #000;
 width: 500px;
 background-color:#fff;
}

pre {
 padding:10px;
 border: none;
 background-color:#f6f5f5;
}


#photodiv {
  background-repeat: no-repeat;
  background-image:url(slide01.gif);
 
}
#outDiv{
	color:#F6f5f5;
	visibility:hidden;
	line-height:2px;
}
.highlight { background: #FFFF40; }


blockquote {
  font: 15px Arial, Helvetica, sans-serif italic;
    color:#414141;
  padding: 10px 10px 5px 10px;
  background-color: #f5f6f6;
  text-align:left;
  line-height:120%;
  margin: 10px;
  background-image: url(openquote2.jpg);
  background-position: top left;
  width: 205px;
  background-repeat: no-repeat;
  text-indent: 0px;
  }
  blockquote span {
     display: block;
     background-image: url(closedquote2.jpg);
         background-position: bottom right;
	  background-repeat: no-repeat;
	  padding:0px 0px 0px 0px;
	 
	   line-height:120%;
	   }
		
		#slideshowtoggler {
	position:absolute;
	top:336px;
	width:250px;
	z-index:5000;
	padding:2px;
	height:26px;

}
#show-box {
	position:absolute;
	left:50px;
	top:0px;
}
		

			

