/* This is the default style sheet used by the Gallery when
   it is running as a standalone product.  

   If you would like to customize the styles please create 
   copy of this file called 

     "standalone_style.css" (same name without ".default")

   If that file is found in this directory it will be 
   used instead of this one.

   Some of the styles below are overriden by specific 
   album properties. These are noted.

   NOTE:  When Gallery is running standalone it still loads
   embedded_style as a baseline, but you can override those
   settings here.

  / link colors - overridden by the album 'linkcolor' property.

A:link, A:visited, A:active 
	{
	color: #006699;
	text-decoration: none;
}
A:hover 
	{
	text-decoration: none;
	background-color: #FFFF99;
}

  / default text styles - background and colors overriden by
  / album 'bgcolor', 'background', and 'textcolor' properties.

BODY  
	{ 
	  background-color: #FFFFFF;
	  color: #000000;
	}
TD, P 
	{ 
	  color: #000000;
	}
*/
/* css from main site */
/* REDEFINING CSS */
body {
    background-color: #000000;
    margin: 0px;
    padding: 0px;
}
a {
    color: #0099cc;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 13pt;
    color: #006699;
    font-variant: small-caps;
}
h2 {
    font-size: 10pt;
    color: #006699;
    font-variant: small-caps;
}
h3 {
	font-size: 10pt;
    font-weight: bold;
}

/* LAYOUT CSS */
#header {
    width: 765px;
    margin-left: auto;
    margin-right: auto;
    height: 275px;
    background-image: url(/images/avalanche_banner.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    border: 1px solid #666666;
}
#container {
    width: 755px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 10pt;
    padding: 5px;
}
#footer {
    width: 755px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 8pt;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 5px;

}
.divider {
    height: 2px;
    line-height: 2px;
    font-size: 2px;
    background-color: #006699;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0px;
}

/* POSITIONING CSS */
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}

/* NAVIGATION CSS */
#navbar {
    width: 765px;
    margin-left: auto;
    margin-right: auto;
	background-color: #eeeeee;
    background-image: url(/images/bkgrnd.gif);
    height: 20px;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
}
#centered {
	width: 670px;
	margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
#menu2 {
	margin: 0px;
	padding: 0px;
}
#menu2 ul, #menu2 li	{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu2 a:link, #menu2 a:visited	{
	background: #eeeeee;
    background-image: url(/images/bkgrnd.gif);
	border-left: 1px solid #808080;
    border-right: 1px solid #808080;
	color: #ffffff;
	float: left;
    font-family: verdana, helvetica, arial;
	font-size: 12px;
    font-variant: small-caps;
	font-weight: bold;
	line-height: 14px;
	margin-right: 0px;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
}
#menu2 a:hover	{
	color: #000000;
    background-color: #99ccff;
    background-image: url(/images/bkgrnd-blue.gif);
    font-weight: bold;
    border-bottom: 0px;
}
#menu2 #nav-4 a {
	background-color: #99ccff;
  	background-image: url(/images/bkgrnd-blue.gif);
	color: #000000;
}

#breadcrumbs {
    color: #006699;
}
#bottomnav {
    font-size: 8pt;
    text-align: center;
    color: #006699;
    padding: 4px;
}

/* gallery css */
#galcontainer {
	margin-left: 15px;
  margin-right: 15px;
  border: 1px solid #666666;
  background-color: #ffffff;
}
#galmain {
	font-family: verdana, helvetica, arial;
  font-size: 12px;
  text-align: justify;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #ffffff;  
}
#galfooter {
	font-family: verdana, helvetica, arial;
  font-size: 11px;
  text-align: justify;
	padding: 5px;  
  background-color: #ffffff;
}
.galdivider {
  height: 3px;
  line-height: 3px;
  font-size: 3px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
  background-color: #ffffff;
  background-image: url(/images/bkgrnd.gif);  
}
