/* Phase Focus */

div#container { 
  width 950px; 
}

#content {
  width: 950px;
  margin-top: -15px;
  _margin-top: -15px;
  margin-left: 10px;
  padding-top: 0px;
  background-color: #FCF9FB;
 _margin-bottom:0px;
  /* background-image: url(/content/00/01/58/28/34/userimages/bar2.jpg);*/
}

body.contentbackground {
  background-color: #868686;
}


/* Logo at the top */
#logo {
  background-image: url(/content/00/01/58/45/44/userimages/header4.jpg);
  /*background-image: url(/content/00/01/58/38/55/userimages/logo3.jpg);*/
  background-repeat: no-repeat;
  margin-bottom: 5px;
  height: 175px;
  width: 950px;
  margin-left: 10px;
  margin-top: 10px;
  
}

/* Content a links */
a:link {
  font-family: helvetica,verdana,arial,sans serif;
  color: #840038;
  text-decoration: underline;
	
}

a:visited {
  font-family: helvetica,verdana,arial,sans serif;
  color: #840038;
  text-decoration: underline;
	
}

a:hover {
  font-family: helvetica,verdana,arial,sans serif;
  color: #ECBD10;
  text-decoration: underline;
	
}


.imgRight{
float:right;
margin:10px 0px 20px 20px;
}
.imgLeft{
float:left;
margin:10px 20px 20px 0px;
}


p {
  text-align: left;
  margin-right: 30px;
  font-family: helvetica,verdana,arial,sans serif;
}

li {
  text-align: left;
  margin-right: 30px;
  font-family: helvetica,verdana,arial,sans serif;
}


/* Headers */
h1 {
  font-family: helvetica,verdana,arial,sans serif;
  color: #840038;
  font-size: 22px;
}

h2 {
  font-family: helvetica,verdana,arial,sans serif;
  color: #840038;
  font-size: 20px;
}

h3 {
   font-family: helvetica,verdana,arial,sans serif;
   color: #840038;
   font-size: 16px;
  /* color: #2E5483; */
}

h4{
  
  font-family: helvetica,verdana,arial,sans serif; 
  font-weight: bold;
  font-size:12px;
  color: white;
/*background-image: url(/content/00/01/58/36/90/userimages/buttonBlue2.jpg);*/
  /* background-image: url(  http://vista-1582834.innuity.com/content/00/01/58/28/34/userimages/button2.png); */
  height: 20px;
  _height: 23px;
  background-repeat: no-repeat;
  padding:3 0 0 5px;
  margin:0 0 0 4px;
  
}

/* h4 a links */
h4 a:link{
  color:#8C0041;
  text-decoration: none;
  font-weight: bold;

}

h4 a:active {
  color: #8C0041;
  text-decoration: none;
  font-weight: bold;
}

h4 a:hover{
  color: #FBED72;
  text-decoration: none;
  font-weight: bold;
  /*padding:0 0 0 3px;*/
}

h4 a:visited {
  color: #8C0041;
  text-decoration: none;
  font-weight: bold;
}

h4 a:visited:hover {
  color:#FBED72; 
  text-decoration:none;
  font-weight: bold;

}

.button img:hover{
  background-image: url(/content/00/01/58/28/34/userimages/orange.png);}

/*li{
  list-style-image: url(/content/00/01/58/28/34/userimages/dot.gif);
  list-style-type: none;      
}*/


#tf1{
  background-color: white;
}

#tf2{
  background-color: white;
}

#tf3{
  background-color: white;
}

#tf5{
  background-color: white;
}

#tf6{
  background-color: white;
}


/* Static links at the top */
.staticlinks {
  padding-top: 0px;
  background-color: transparent;
  color: #FFFFFF;
  position: absolute;
  text-align: right;
  margin-top: 2px;
  width: 270px;
  left: 680px;
}


*html .staticlinks {
  padding-top: 0px;
  background-color: transparent;
  color: #FFFFFF;
  position: absolute;
  text-align: right;
  margin-top: 10px;
  width: 270px;
  left: 688px;
}

/* Static Links a links */
.staticlinks a:link {
  color: #FFFFFF; 
  text-decoration: none;
  padding-right: 5px;
  font-family: helvetica,verdana,arial,sans serif;
  font-weight: 300;
  font-size: 10px;
}

.staticlinks a:visited {
  color: #FFFFFF; 
  text-decoration: none;
  padding-right: 5px;
  font-family: helvetica,verdana,arial,sans serif;
  font-weight: 300;
  font-size: 10px;
}

.staticlinks a:hover {
  color: #F7E5A5;
  text-decoration: underline;
}

.staticlinks ul {
  display: inline;
  visibility: visible;
  
}




/*FROM HERE*/
.navbar /*main navbar*/
{       
 background-color: transparent; /*#004685;*/
 text-align: left;
 vertical-align: top;
 width: 950px;  
 margin-top: -28px;
 margin-left: -6px;
 MARGIN-BOTTOM:15PX;
 padding: 0px; /* Added by Nick */
 padding-bottom: 2px;
 padding-top: 1px;
 line-height: 1.5em;
   

}

*html .navbar{padding-bottom: 6px;
}

.navbar ul /*still goes all the way across*/
{

}

.navbar ul li /*seems to adjust the color of the seperating vertical lines */
{
 display: inline;
 list-style: none;
 text-indent: 0px;
 /*font-size: 7px;*/
 color: #FFFFFF; /*000000 BB*/
 _color: #FFFFFF; 
 font-weight: normal;
 margin-left: 7px;
 padding: 0;
 
}

*html .navbar ul li{
 margin-left: 5px;
 color: #FFFFFF;

}

.navbar ul li ul /* properties of the pulldown menus */
{
 background-color: transparent; /*#004685;*/
 color: #B06B14;
 display: none;
 position: absolute;
 margin-top: -3px;
 list-style: none;
 padding: 0px 3px;
 padding-top:5px;
 margin-left:-1px;

}



*html .navbar ul li ul /* properties of the pulldown menus */
{
list-style: block;



}


.navbar ul li ul li
{
 display: block;
 list-style: none;
 margin: 0px;
 padding: 0px; /* Added by Nick */
 width:150px;
 _width: 175px;
 font-size:11px;
 text-align:left;

}

*html .navbar ul li ul li
{
/*margin-top: -15px;*/

}

#main2415188  a {
border-left:1px solid black;
}	

/* nav bar a links */
.navbar a {    

padding-left: 30px;
padding-right: 30px;
padding-top: 0px;
padding-bottom: 0px;

}	

*html .navbar a {    

padding-left: 30px;
padding-right: 30px;
padding-top: 0px;
padding-bottom: 0px;

}	

.navbar a:link {
 color: #FFFFFF;
 font-family: helvetica,verdana,arial,sans serif;
 font-weight: bold;
 text-decoration: none;
 font-size: 12px;
 white-space: nowrap;
 margin-left: 0px;
}

*html .navbar a:link {color: #FFFFFF;}

.navbar a:visited {
 color: #FFFFFF;
 text-decoration: none;
 font-weight: bold;
 font-size: 12px;
 font-family: helvetica,verdana,arial,sans serif;
 margin-left: 0px;
}

*html .navbar a:visited {
/*border-left:1px solid #ffffff;*/
}

.navbar a:hover {
 color: #F7E5A5; /* blue; #ff0000;*/
 /*background-color: #FFFFFF;*/ /*#ffeab9;*/
 text-decoration: none;
 font-weight: bold;
 /*border-top:1px solid black;
 border-bottom:1px solid black;
 border-right: 1px solid black;
 border-left: 1px solid black;*/
}

.navbar a.on:link  /* the active link properties */
{
 color: #FFFFFF; /* #cc9933;*/
 font-family: helvetica,verdana,arial,sans serif;
 font-weight: bold;
 text-decoration: none;
 font-size: 12px;
 white-space: nowrap;
}

.navbar a.on:visited
{
 color: #FFFFFF; /* #cc9933;*/
 text-decoration: none;
 font-weight: bold;
 font-size: 12px;
 font-family: helvetica,verdana,arial,sans serif;
}

.navbar a.on:hover
{
 color: #F7E5A5; /* blue;*/
 text-decoration: none;
 font-size: 12px;
 font-weight: bold;
}

/* properties of the pulldown links */
.navbar ul li ul a:link {
  color: #8C0041;
  background-color: #E9D2DC;

  display:block;
  width:150px;
  _width: 175px;
  margin-bottom:1px;
  font-family: helvetica,verdana,arial,sans serif;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px; 
  padding-left:5px;
margin-left: 0px;
_margin-left: 5px;

}

.navbar ul li ul a:visited {

  color: #8C0041;
  background-color: #E9D2DC;
  
  display:block;
  width:150px;
  _width: 175px;
  margin-bottom:1px;
  font-family: helvetica,verdana,arial,sans serif;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px; 
  padding-left:5px;
  _margin-left: 5px;
}

.navbar ul li ul a.on:visited {
  color: #8C0041;
  background-color: #E9D2DC;
  width: 150px;
  _width: 175px;
  font-size: 11px;
  font-weight: bold;
  _margin-left: 5px;
}


.navbar ul li ul a.on:link {
  color: #8C0041;
  width: 150px;
  _width: 175px;
  font-size: 11px;
  font-weight: normal;
  _margin-left: 5px;
}


.navbar ul li ul a.on:hover {
  color: #8C0041;
  background-color: #F7E5A6;
  font-size: 11px;
  font-weight: bold;
  width: 150px;
  _width: 175px;
  _margin-left: 5px;
}

.navbar ul li ul a:hover {
 font-size: 11px;
 color: #8C0041;
 background-color: #F7E5A6;
 
 display:block;
 width:150px;
 _width: 175px;
 margin-bottom:1px;
 font-weight: bold;
 _margin-left: 5px;
}

/* Footer at the bottom */
.footer {
  background-color: #8C0041;
  text-align: center;
  color: white;
  font-family: helvetica,verdana,arial,sans serif;
  font-size: 9px;
  margin-top: -11px;
  margin-left: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
  letter-spacing: 0px;
  width: 950px;
}

*html .footer{
  background-color: #8C0041;
  text-align: center;
  color: white;
  height:27px;
  font-family: helvetica,verdana,arial,sans serif;
  font-size: 9px;
  padding-top: 13px;
}

/* Footer a links */
.footer a:link {color: white;  text-decoration: underline;}
.footer a:visited {color: white;  text-decoration: underline;}
.footer a:hover {color: #F7E5A5; _color: #F7E5A5; text-decoration: underline;}
.footer a:visted:hover {color: #F7E5A5; text-decoration: underline;}


div#gallery_view_div_15258.gallery_view_div{
margin-left: 80px;}

div#gallery_view_div_15258.gallery_view_div h1{
margin-left: -80px;
padding-top: 20px;}



.eazipay{display:none;}
body{_padding-bottom:110px;}


