body {  
  padding : 0;
  margin : 0;
  /*background-color : #b8263b;*/
  background : #fff url(images/background.jpg) no-repeat fixed center;  /*CHANGED/ADDED THIS */
  /*font : 90.1% verdana, xxx, verdana, 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, sans-serif;*/
  font-family: verdana, arial, tahoma;
  font-size:62.5%;
  text-align: center;
}

/* 
  This is the inner wrapper which contains the entire site 
*/
#wrapper {
  width : 760px;
  /*background : #fff url(images/wrapper.jpg) repeat-y;  CHANGED/ADDED THIS */
  /*border : 1px solid #000033;*/
  margin : 20px auto;
  text-align: left;
}

#wrapper2 {
  width : 760px;
  background : #fff;
  text-align: left;
}

/*
  Global link styling except where specified otherwise 
*/
a {
  color : #ab243c;
  text-decoration : none;
}

a:hover, a:focus, a:active {
  color : #ab243c;
  text-decoration : underline;
}

a:focus, a:active {
  color : #ab243c;
}

.adminheader {
  color : #FFFFFF;
  background-color : #ab243c;
  font-weight: bold;
  font-family: verdana, arial, tahoma;
}

.admincell {
  color : #ab243c;
  background-color : #FFFFFF;
  font-family: verdana, arial, tahoma;
  vertical-align:top;
}

.admincell2 {
  color : #000000;
  /*color : #ab243c;*/
  background-color : #FFFFFF;
  font-family: verdana, arial, tahoma;
  vertical-align:top;
  text-align: center;
}

.alert {
  color : #ab243c;
  font-style: italic;
}

/*
  Jump link navigation styling 
*/
ul#jumplinks {
  padding : 5px 0;
  margin : 0;
  display : block;
  width : 760px;
  height : 1.4em;
  background : #eecc11 url(images/jump.jpg) repeat-x; /* CHANGED/ADDED THIS */
}

ul#jumplinks li {
  display : inline;
  float : left;
}

ul#jumplinks li a {
  padding : 0 10px;
  margin : 0 5px;
}

/*
  The masthead and h1 styling 
*/
#header {
  width : 760px;
  height : 333px;
  background : url(images/reachheader.gif) no-repeat; /* CHANGED/ADDED THIS */
  /*border-top : 1px solid #000033;
  z-index: -1;*/
}

#header h1 {
  padding : 0;
  margin : 0;
}

/*
  Specify the h1 link styling
*/
#header h1 a {
  width : 740px;
  height : 110px;
  padding : 10px;
  color : #eecc11;
  font-family : verdana, xxx, verdana, helvetica, arial, sans-serif;
  text-decoration : none;
}

#header h1 a:hover, #header h1 a:focus, #header h1 a:active {
  color : #fff;
  background : transparent;
}

#header h1 a:focus, #header h1 a:active {
  text-decoration : underline;
}

/*
  Layout the content area 
*/

.contactusform {
   border: thin solid #ab243c;
   font-family: verdana, arial, tahoma;
   font-size: 1em;
}

.contactussubmit {
   border: thin solid #ab243c;
   font-family: verdana, arial;
   background-color: #fff;
   color: #ab243c;
}

.contenttablecell {
  font-size: 0.8em;
  color: #4c4a47;
}

#bluebanner {
  float : right;
  position: relative;
  display : inline;
  width : 470px;
  /*margin : 7px 20px;*/
  margin : -50px 12px 0 0;
}

p#enddrops {
  float : right;
  position: relative;
  /*margin : -80px -25px;*/
  margin : -87px -39px 0px 0px;
}

#content {
  float : right;
  display : inline;
  width : 480px;
  margin : 7px 20px;
  /*word-spacing: 5px;*/
  line-height:1.4em;
  font-size:1.3em;
  /*letter-spacing: -0.5px;*/
  background : #ffffff;
  padding: 0 0 20px 0;
  color: #4c4a47;
  /*z-index:50;
  padding: 0 10px 0 0;
  margin: 0 0 50px 0;
  text-align: justify;
  */
}

/* 
  The nvaigation bar positioning
*/
p#navbar {
  font-size : 0.8em;
  float : right;
  margin : -3px -25px;
}


p#bluebanner {
  font-size : 0.8em;
  float : left;
  /*margin : -80px -25px;*/
  margin : -50px 0px 0px 0px;
}

.headertext {
  float : left;
  position: relative;
  margin : -50px 0px 0px 0px;
  padding: 0 0 0 0;
}

/*
  Content elements positioning tweaks and styling
*/

    .floatimgleft {
    float:left;
    margin-top:5px;
    margin-right:10px;
    margin-bottom:0px;
    }

h2 {
  color : #6b0018;
  font-family: arial, verdana, tahoma;
  font-weight: bold;
  font-size: 2em;
  line-height: 1em;
  display: inline;
  margin-top: 0em;
  margin-bottom: 0em;
  padding-bottom:0em;
} 

h2.flashandpics {
  margin-top: -2em;
  margin-bottom: 0em;
  padding-bottom:0em;
  line-height: 2em;
}

h2.pictures {
  color : #dc9220;
}

h2.videos {
  color : #40968e;
}

h3 {
  color : #4c4a47;
  font-family: arial, verdana, tahoma;
  font-weight: bold;
  font-size: 1.5em;
  margin-top:0em;
  margin-bottom:0em;
  padding-bottom:0.2em;
} 


#mediadescription {
  margin-bottom:1em;
  margin-top:0em;
  padding-top:0.6em;
} 

ul {
  list-style-type : square;
  padding-left : 40px;
  margin-left : -5px;
}  

dl {
  margin-left : 20px;
}

dt {
  font-weight : bold;
  color : #386088;
}

blockquote {
  margin-left : 20px;
  padding-left : 15px;
  border-left : 2px dotted #386088;
}

blockquote cite {
  display : block;
  text-align : right;
  font-weight : bold;
  color : #386088;
}

#videofootage{
  font-size: 1.3em;
  color : #43958f;
  margin: 0em;
  padding: 0 0 5px 0;
}

/*
  Layout the sidebar area and style its content
*/
#sidebar {
  float : left;
  display : inline;
  width : 200px;
  background-color : #ffffff;
  margin : 0 0 10px 10px;
  padding : 10px;
  color : #fff;
}

#donatenowcontainer {
  float : left;
  display : inline;
  width : 200px;
  background-color : #ffffff;
  margin : 0 0 10px -15px;
  padding : 0px;
  color : #000;
}

.newsdates {
  color : #6b0018;
  font-family: arial, verdana, tahoma;
  font-weight: bold;
  font-size: 1.5em;
  margin-top:0em;
  margin-bottom:0em;
  padding-bottom:0.2em;
} 

#newsupdatescontainer {
  float : left;
  display : inline;
  width : 200px;
  background-color : #ffffff;
  margin : 0 0 0 -15px;
  padding : 0px;
  color : #000;
}

#newsupdatesheader {
  float : left;
  display : inline;
  width : 100%;
  height: 49px;
  background-color : #ffffff;
  background : #ffffff url(images/newsupdatesheader.gif) no-repeat; /* CHANGED/ADDED THIS */
  margin : 0 0 0 0;
  padding : 0px;
  color : #000;
}

.newsupdates {
  float : left;
  display : inline;
  width : 100%;
  background : #ffffff url(images/newsupdates.gif) repeat-y; /* CHANGED/ADDED THIS */
  margin : 0 20px 0 0;
  padding :0 20px 0 25px;
  font-family: verdana, xxx, verdana;
  font-size: 1em;  
  color : #000;
}

.newstext {
  float : left;
  display : inline;
  width:165px !important; /*moz width*/
  width:100%; /*IE width*/
  padding :0 20px 0 0 !important;
  padding :0 0 0 0;
  margin : 0 0 0 0;
  font-family: verdana, arial;
  font-size: 1.2em;  
  color : #000;
}






#newsupdatesfooter {
  float : left;
  display : inline;
  width : 100%;
  height: 35px;
  background : #ffffff url(images/newsupdatesfooter.gif) no-repeat; /* CHANGED/ADDED THIS */
  margin : 0 0 0 0;
  /*padding : 15px 5px 0 120px;*/
  color : #000;
  text-align: right;
  vertical-align: baseline;
}

#morenews {
  float : right;
  display : inline;
  width : 100%;
  height: 35px;
  margin : 0 0 0 0;
  padding: 19px 0 0 0;
  color : #000;
  text-align: right;
  vertical-align: bottom;
}

#morepictures {
  float : right;
  display : inline;
  width : 100%;
  height: 35px;
  margin : 0 0 0 0;
  padding: 22px 0 0 0;
  color : #000;
  text-align: right;
  vertical-align: bottom;
}

#pictureupdatesheader {
  float : left;
  display : inline;
  width : 100%;
  height: 75px;
  background : #ffffff url(images/pictureupdatesheader.gif) no-repeat; /* CHANGED/ADDED THIS */
  margin : 0 0 0 0;
  padding : 0px;
  color : #000;
}

#pictureupdates {
  float : left;
  display : inline;
  width : 100%;
  background : #ffffff url(images/pictureupdates.gif) repeat-y; /* CHANGED/ADDED THIS */
  margin : 0 0 0 0;
  padding :0 20px 0 35px;
  font-family: verdana, xxx, verdana;
  font-size: 0.7em;  
  color : #000;
  word-wrap: break-word;
  text-align: center;
}

#pictureupdates a {
  color : #719845;
  font-weight: bold;
}

#pictureupdatesfooter {
  float : left;
  display : inline;
  width : 100%;
  height: 36px;
  background-color : #ffffff;
  background : #ffffff url(images/pictureupdatesfooter.gif) no-repeat; /* CHANGED/ADDED THIS */
  margin : 0 0 0 0;
  padding : 0px;
  color : #000;
}

.pictureupdatecell{
  padding: 0 0 0 0;
  width: 60px;
}


#sidebar h3 {
  color : #eecc11;
}



#corner1 {
  width : 15px;
  height : 14px;
  background : #000033 url(images/cornerTL.jpg) no-repeat; /* CHANGED/ADDED THIS */
}

#corner2 {
  width : 15px;
  height : 14px;
  background : #000033 url(images/cornerTR.jpg) no-repeat; /* CHANGED/ADDED THIS */
}

#corner3 {
  width : 15px;
  height : 14px;
  background : #000033 url(images/cornerBL.jpg) no-repeat; /* CHANGED/ADDED THIS */
}

#corner4 {
  width : 15px;
  height : 14px;
  background : #000033 url(images/cornerBR.jpg) no-repeat; /* CHANGED/ADDED THIS */
}

#rounded a
{
background: #ad2d3c url("images/cornerTL.gif") left top no-repeat;
text-decoration: none;
padding-left: 10px
}

#rounded a span
{
background: url("images/cornerTR.gif") right top no-repeat;
padding-right: 10px
} 

ul#rounded { 
  margin : 0;
  padding : 0;
  list-style-type : none;
}

ul#rounded li {
  margin-bottom : 5px;
  background : #ad2d3c; /* CHANGED/ADDED THIS */
}

ul#rounded a { 
  width : 190px;
  height : auto;
  background : #ad2d3c; /* CHANGED/ADDED THIS */
  padding : 5px 5px 3px;
  text-align : left;
  text-decoration : none;
  color : #ffffff;
  cursor : pointer;
}


.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block}
.b1 {height:1px; background:#ad2d3c; margin:0 5px;}
.b2 {height:1px; background:#ad2d3c; border-right:2px solid #ad2d3c; border-left:2px solid #ad2d3c; margin:0 3px;}
.b3 {height:1px; background:#ad2d3c; border-right:1px solid #ad2d3c; border-left:1px solid #ad2d3c; margin:0 2px;}
.b4 {height:2px; background:#ad2d3c; border-right:1px solid #ad2d3c; border-left:1px solid #ad2d3c; margin:0 1px;}
.contentb {background: #ad2d3c; border-right:1px solid #ad2d3c; border-left:1px solid #ad2d3c;}
.contentb div {margin-left: 5px;}

/*
  Style the main navigation menu
*/


#navmenu2{
  width: 100%;
  margin : 0 0 0 0;
  padding :0 0 0 0;
}

.menuoption{
  width:180px;
  /*height:20px;*/
  border-bottom:solid thin #b74956;
  background:#ad2d3c url(images/arrow.png) no-repeat right center;
  padding: 3px 0 3px 3px;
  font-family: verdana, xxx, verdana, arial;
  font-size: 1.2em;  
  font-weight: 600;  
  cursor : pointer;
  letter-spacing: 0.05em;
}

.menuoptiontop{
  /*width:180px;
  height:20px;*/
  border-bottom:solid thin #b74956;
  -moz-box-sizing:border-box;box-sizing:border-box;
  width:183px !important; /*moz width*/
  width:180px; /*IE width*/
  padding: 0 0 0 0;
  font-family: verdana, arial;
  font-size: 1.2em;  
  font-weight: 600;  
  cursor : pointer;
  letter-spacing: 0.05em;
}

.menuoptionbottom{
  /*width:180px;
  height:20px;*/
  -moz-box-sizing:border-box;box-sizing:border-box;
  width:183px !important; /*moz width*/
  width:180px; /*IE width*/
  padding: 0 0 0 0;
  font-family: verdana, arial;
  font-size: 1.2em;  
  font-weight: 600;  
  cursor : pointer;
  letter-spacing: 0.05em;
}

.noborder{
  border: none;
}

.donatenowbadge{
background-color: #c33647; 
color: #ffffff;
font-size: 0.9em; 
}

a.menuoptionlink:link {color: #ffffff; font-weight: bold; text-decoration: none;}
a.menuoptionlink:active {color: #ffffff; font-weight: bold; text-decoration: none;}
a.menuoptionlink:visited {color: #ffffff; font-weight: bold; text-decoration: none;}
a.menuoptionlink:hover {color: #ffffff; font-weight: bold; text-decoration: none;}

a.fundraiserlink:link {color: #ffffff; font-weight: bold; text-decoration: none;}
a.fundraiserlink:active {color: #ffffff; font-weight: bold; text-decoration: none;}
a.fundraiserlink:visited {color: #ffffff; font-weight: bold; text-decoration: none;}
a.fundraiserlink:hover {color: #ffffff; font-weight: bold; text-decoration: underline;}

a.videolink:link {color: #4c4a47; font-weight: bold; text-decoration: none;}
a.videolink:active {color: #4c4a47; font-weight: bold; text-decoration: none;}
a.videolink:visited {color: #4c4a47; font-weight: bold; text-decoration: none;}
a.videolink:hover {color: #4c4a47; font-weight: bold; text-decoration: underline;}

a.newsupdateslink:link {color: #709845; font-weight: bold; text-decoration: none;}
a.newsupdateslink:active {color: #709845; font-weight: bold; text-decoration: none;}
a.newsupdateslink:visited {color: #709845; font-weight: bold; text-decoration: none;}
a.newsupdateslink:hover {color: #709845; font-weight: bold; text-decoration: underline;}

a.h2picturelink:link {color: #dc9220; font-weight: bold; text-decoration: none;}
a.h2picturelink:active {color: #dc9220; font-weight: bold; text-decoration: none;}
a.h2picturelink:visited {color: #dc9220; font-weight: bold; text-decoration: none;}
a.h2picturelink:hover {color: #dc9220; font-weight: bold; text-decoration: underline;}

a.contactuslink:link {color: #741e29; font-weight: bold; text-decoration: none;}
a.contactuslink:active {color: #741e29; font-weight: bold; text-decoration: none;}
a.contactuslink:visited {color: #741e29; font-weight: bold; text-decoration: none;}
a.contactuslink:hover {color: #741e29; font-weight: bold; text-decoration: underline;}

a.newstitlelink:link {color: #4c4a47; font-weight: bold; text-decoration: none;}
a.newstitlelink:active {color: #4c4a47; font-weight: bold; text-decoration: none;}
a.newstitlelink:visited {color: #4c4a47; font-weight: bold; text-decoration: none;}
a.newstitlelink:hover {color: #4c4a47; font-weight: bold; text-decoration: underline;}

a.anchor:link {text-decoration: none;}
a.anchor:active {text-decoration: none;}
a.anchor:visited {text-decoration: none;}
a.anchor:hover {text-decoration: none;}

#sortable, #sortable2 { list-style-type: none; margin: 5px 0 0 5px; padding: 0;}
#sortable li, #sortable2 li { list-style-type:none; cursor: move; margin: 0px 5px 5px 0px; padding: 0; float: left; overflow: hidden;}
.withtext li {width: 150px; height: 150px;}
.reordervideos li {width: 100%;border: 1px solid #000000;}

ul.videoul {
list-style-type: none;
padding: 0em;
margin: 0em;
}

ul.videoul li.videolist, .bullet {
background-image: url(images/arrowvideo.gif);
background-repeat: no-repeat;
background-position: 0em 0.1em;
padding-left: 20px;
/*height: 20px;*/
vertical-align: middle;
width: 100%;
}

.bullet {
background-image: url(images/arrowvideo.gif);
background-repeat: no-repeat;
background-position: 0em 0.1em;
padding-left: 20px;
padding-bottom: 10px;
/*height: 20px;*/
vertical-align: middle;
width: 95%;
}

.fundraisertable{
width: 469px;
border: thin solid #4c4a47;
margin: 0 0 5px 0;
padding: 0 0 0 0;
border-collapse : collapse;
color: #4c4a47;
}

.fundraisertableheader{
border: thin solid #4c4a47;
font-weight: bold;
font-size: 11px;
padding: 2px;
color: #4c4a47;
vertical-align: top;
}

.fundraisertablecell{
border: thin solid #4c4a47;
font-size: 11px;
padding: 2px;
color: #4c4a47;
}

.fundraiserpageno{
font-size: 11px;
color: #4c4a47;
}

.thermometerbulb {
display: block;
float: left;
height: 100px;
width: 83px;
margin-left: 5px;
background-image: url(images/thermometer.jpg);
background-repeat: no-repeat;
}

.thermometerbulb p {
height: 100px;
width: 40px;
line-height:100px;
color: #ffffff;
font-size: 12px;
padding: 0 0 0 0;
font-family: arial;
}

.thermometertubefull {
display: block;
float: left;
height: 100px;
background-image: url(images/thermometer.jpg);
background-repeat: no-repeat;
}

.thermometertubeempty {
display: block;
float: left;
height: 100px;
background-image: url(images/thermometerempty.jpg);
background-repeat: no-repeat;
}

.thermometerendfull {
display: block;
float: left;
height: 100px;
background-image: url(images/thermometer.jpg);
background-repeat: no-repeat;
}

.thermometerendempty {
display: block;
float: left;
height: 100px;
background-image: url(images/thermometerempty.jpg);
background-repeat: no-repeat;
}

.thermometer1 {
background-position: 0px 0px;
} 

.thermometer2 {
background-position: -83px 0px;
width: 17px;
} 

.thermometer3 {
background-position: -100px 0px;
width: 16px;
} 

.thermometer4 {
background-position: -116px 0px;
width: 17px;
} 

.thermometer5 {
background-position: -133px 0px;
width: 16px;
} 

.thermometer6 {
background-position: -149px 0px;
width: 17px;
} 

.thermometer7 {
background-position: -166px 0px;
width: 16px;
} 

.thermometer8 {
background-position: -182px 0px;
width: 17px;
} 

.thermometer9 {
background-position: -199px 0px;
width: 16px;
} 

.thermometer10 {
background-position: -215px 0px;
width: 17px;
} 

.thermometer11 {
background-position: -232px 0px;
width: 16px;
} 

.thermometer12 {
background-position: -248px 0px;
width: 17px;
} 

.thermometer13 {
background-position: -265px 0px;
width: 16px;
} 

.thermometer14 {
background-position: -281px 0px;
width: 17px;
} 

.thermometer15 {
background-position: -298px 0px;
width: 16px;
} 

.thermometer16 {
background-position: -314px 0px;
width: 17px;
} 

.thermometer17 {
background-position: -331px 0px;
width: 16px;
} 

.thermometer18 {
background-position: -347px 0px;
width: 17px;
} 

.thermometer19 {
background-position: -364px 0px;
width: 16px;
} 

.thermometer20 {
background-position: -380px 0px;
width: 17px;
} 

.thermometer21 {
background-position: -397px 0px;
width: 16px;
} 

.thermometer22 {
background-position: -413px 0px;
width: 51px;
} 


.thermometersmallbulb {
display: block;
float: left;
height: 53px;
width: 42px;
line-height:53px;
background-image: url(images/thermometersmall.jpg);
background-repeat: no-repeat;
}

.thermometersmallbulb p {
height: 53px;
width: 24px;
line-height:53px;
color: #ffffff;
font-size: 9px;
padding: 0 0 0 0;
font-family: arial;
}

.thermometersmalltubefull {
display: block;
float: left;
height: 53px;
background-image: url(images/thermometersmall.jpg);
background-repeat: no-repeat;
}

.thermometersmalltubeempty {
display: block;
float: left;
height: 53px;
background-image: url(images/thermometersmallempty.jpg);
background-repeat: no-repeat;
}

.thermometersmallendfull {
display: block;
float: left;
height: 53px;
background-image: url(images/thermometersmall.jpg);
background-repeat: no-repeat;
}

.thermometersmallendempty {
display: block;
float: left;
height: 53px;
background-image: url(images/thermometersmallempty.jpg);
background-repeat: no-repeat;
}

.thermometersmall1 {
background-position: 0px 0px;
} 

.thermometersmall2 {
background-position: -42px 0px;
width: 10px;
} 

.thermometersmall3 {
background-position: -52px 0px;
width: 10px;
} 

.thermometersmall4 {
background-position: -62px 0px;
width: 9px;
} 

.thermometersmall5 {
background-position: -71px 0px;
width: 9px;
} 

.thermometersmall6 {
background-position: -80px 0px;
width: 8px;
} 

.thermometersmall7 {
background-position: -88px 0px;
width: 9px;
} 

.thermometersmall8 {
background-position: -97px 0px;
width: 9px;
} 

.thermometersmall9 {
background-position: -106px 0px;
width: 9px;
} 

.thermometersmall10 {
background-position: -115px 0px;
width: 8px;
} 

.thermometersmall11 {
background-position: -123px 0px;
width: 9px;
} 

.thermometersmall12 {
background-position: -132px 0px;
width: 9px;
} 

.thermometersmall13 {
background-position: -141px 0px;
width: 9px;
} 

.thermometersmall14 {
background-position: -150px 0px;
width: 9px;
} 

.thermometersmall15 {
background-position: -159px 0px;
width: 9px;
} 

.thermometersmall16 {
background-position: -168px 0px;
width: 8px;
} 

.thermometersmall17 {
background-position: -176px 0px;
width: 9px;
} 

.thermometersmall18 {
background-position: -185px 0px;
width: 9px;
} 

.thermometersmall19 {
background-position: -194px 0px;
width: 9px;
} 

.thermometersmall20 {
background-position: -203px 0px;
width: 9px;
} 

.thermometersmall21 {
background-position: -212px 0px;
width: 9px;
} 

.thermometersmall22 {
background-position: -221px 0px;
width: 24px;
} 

.tablerow{
background-color: #c33647;
text-align: left;
font-size: 0.8em;
color: #ffffff;
vertical-align: top;
}

.tablerow2{
background-color: #ffffff;
text-align: left;
font-size: 0.8em;
color: #000000;
vertical-align: top;
}

.tablerowleft{
border-left: solid 1px #c33647;
}

.tablerowright{
border-right: solid 1px #c33647;
}


.menu {
  float : left;
  display : inline;
  width : 175px;
  background : #ad2d3c url(images/menu.gif) no-repeat;  /*CHANGED/ADDED THIS */
  margin : 0 0 0 0;
  padding :0 0 0 0;
  font-family: verdana;
  font-size: 0.8em;  
  font-weight: bold;  
  color : #000;
  word-wrap: break-word;
  text-align: center;
  border-bottom: thin solid #fff;
}

.menu a:hover, .menu a:focus, .menu a:active, 
.menu a.selected, .menu a.selected:hover, .menu a.selected:focus, .menu a.selected:active { 
  background : #741e29 url(images/arrow.png) no-repeat right center; /* CHANGED/ADDED THIS */
  color : #fff;
}

#navmenu li {display: inline; padding: 0 0 0 0;
  background: #ad2d3c url(images/cornerTL.gif) top left no-repeat;}
#navmenu li a {padding: 0 0 0 0; text-decoration: none;
  background: url(cornerTR.gif) no-repeat;}


ul#navmenu { 
  margin : 0;
  padding : 0;
  list-style-type : none;
}

ul#navmenu li {
  margin-bottom : 1px;
  background : #ad2d3c url(images/arrow.gif) repeat-x; /* CHANGED/ADDED THIS */
}

ul#navmenu a { 
  width : 100%;
  height : auto;
  background : #ad2d3c url(images/arrow.gif) no-repeat right center; /* CHANGED/ADDED THIS */
  padding : 5px 5px 3px;
  text-align : left;
  text-decoration : none;
  color : #ffffff;
  cursor : pointer;
}

ul#navmenu a:hover, ul#navmenu a:focus, ul#navmenu a:active, 
ul#navmenu a.selected, ul#navmenu a.selected:hover, ul#navmenu a.selected:focus, ul#navmenu a.selected:active { 
  background : #741e29 url(images/arrow.gif) no-repeat right center; /* CHANGED/ADDED THIS */
  color : #fff;
}

ul#navmenu a.selected { 
  text-align : left;
  cursor : default;
}

ul#navmenu a:hover, ul#navmenu a:focus, ul#navmenu a:active { 
  background : #741e29 url(images/arrow.gif) no-repeat right center; /* CHANGED/ADDED THIS */
  color : #fff;
}

/*
  Layout the footer
*/
#footer {
  clear : both;
  width : 100%;
  height : auto;
  /*padding : 0px;*/
  background : #5d4d50; /* url(images/footer.jpg) no-repeat; CHANGED/ADDED THIS */
  text-align : left;
  vertical-align: middle;
  font-size : 1em;
}

/*
  Style the various footer elements
*/
#footer p {
  color : #fff;
  margin : 5px;
  padding-top : 10px;
}

#rssimg {
  padding-top: 0px;
}

.footup {
 line-height: 1.5em;
}

.footdown {
 padding-top: 4px;
}

ul#footnav {
  margin : 0;
  padding : 5px;
  vertical-align: middle;
 /*line-height: 1.5em;*/
}

ul#footnav li {
  display : inline;
  vertical-align: middle;
 /*line-height: 3em;*/
}

ul#footnav li a {
  padding : 0 5px;
  color : #ffffff;
  text-decoration : none;
}

#footer a {
  padding : 0;
  color : #fff;
}

#footer a:hover, #footer a:focus, #footer a:active {
  color : #ffffff;
}

ul#footnav li a:hover, ul#footnav li a:focus, ul#footnav li a:active {
  color : #fff;
  text-decoration : underline;
}

#footer a:focus, #footer a:active, ul#footnav li a:focus, ul#footnav li a:active {
  background-color : #003366;
}



.hidden
{
display: none;
}

#slides img
{
border: none;
color: #555555;
font-family: Arial, Verdana;
font-size:12px;
}

#prevNext
{
height: 0px;
color: #555555;
font-family: Arial, Verdana;
font-size:12px;
}

#prevNext img
{
position: absolute;
z-index: 2;
cursor: pointer;
top:60px;
}

#previmg
{
left:-15px;
}

#nextimg
{
right:-5px;
}


#prevNexthome img
{
position: absolute;
z-index: 2;
cursor: pointer;
top:70px;
}

#prevhomeimg
{
left:-15px;
}

#nexthomeimg
{
right:-5px;
}



#photoframe
{
height: 0px;
padding: 0;
margin: 0;
position:relative; 
}

#photoframe img
{
position: relative;
z-index: 2;
cursor: pointer;
}

#photoframe2
{
height: 0px;
padding: 0;
margin: 0;
position:relative; 
}

#photoframe2 img
{
position: relative;
z-index: 2;
cursor: pointer;
}

/* DROP DOWN MENU */

.menuoptiontop {
width: 182px !important;
}

#dropdownvertical, .menugroup2, .menugroup3 {padding:0;margin:0;z-index:1000;}

#dropdownvertical li {
list-style:none;
position: relative;
width: 182px;
text-align:left;
padding: 0;
font-family: verdana, arial, sans-serif;
font-size: 12px;
font-weight: 600;
cursor : pointer;
letter-spacing: 0.05em;
vertical-align: bottom;
}

#dropdownvertical .finalmenu {
display: block;
width: 177px;
color: #ffffff;
border-bottom:solid thin #b74956;
line-height: 25px;
text-decoration: none;
background:#ad2d3c;
margin: 0 -1px 0 0;
padding-left: 5px;
}

#dropdownvertical a {
display: block;
width: 177px;
color: #ffffff;
border-bottom:solid thin #b74956;
line-height: 25px;
text-decoration: none;
background:#ad2d3c url(/images/arrow.png) no-repeat right center;
margin: 0 -1px 0 0;
padding-left: 5px;
}

#dropdownvertical a:hover { background:#741e29 url(images/arrow.png) no-repeat right center;}
#dropdownvertical a.finalmenu:hover { background:#741e29;}
#dropdownvertical .menugroup2 a { height: 25px;border-left:solid thin #b74956;}
.menugroup2,.menugroup3 { position:absolute; top:0; left:182px; visibility:hidden}
#dropdownvertical :hover > ul { visibility:visible; }


