/* 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: 8pt;
    font-weight: bold;
}

.smalltext {
	font-size: 8pt;
}
.orderbtn {
	color: #ffffff;
	background-color: #006699;		
	width: 75px;
	font-size: 8pt;
	text-align: center;
}
.orderbtn a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 4px;
	border-left: 1px solid #000000;	
	border-top: 1px solid #000000;
	border-right: 1px solid #cccccc;	
	border-bottom: 1px solid #cccccc;
}
.orderbtn a:hover {
	text-decoration: none;
	background-color: #0099cc;
	border-left: 1px solid #cccccc;	
	border-top: 1px solid #cccccc;
	border-right: 1px solid #000000;	
	border-bottom: 1px solid #000000;
}
.smallpage {
	background-color: #ffffff;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	padding: 6px;
}

/* 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: 610px;
	margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
#menu {
	margin: 0px;
	padding: 0px;
}
#menu ul, #menu li	{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu a:link, #menu 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;
}
#menu a:hover	{
	color: #000000;
    background-color: #99ccff;
    background-image: url(/images/bkgrnd-blue.gif);
    font-weight: bold;
    border-bottom: 0px;
}
body.section-1 #menu li#nav-1 a,
body.section-2 #menu li#nav-2 a,
body.section-3 #menu li#nav-3 a,
body.section-4 #menu li#nav-4 a,
body.section-5 #menu li#nav-5 a,
body.section-6 #menu li#nav-6 a,
body.section-7 #menu li#nav-7 a,
body.section-8 #menu li#nav-8 a,
body.section-9 #menu li#nav-9 a,
body.section-10 #menu li#nav-10 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;
}

/* random image - slide css */
#slide {
	text-align: center;
    float: right;
    width: 200px;
    margin-left: 10px;
}
#slidetop {
    height: 35px;
    background-image: url(/images/slide_top.gif);
}
#slidemiddle {
    background-image: url(/images/slide_middle.gif);
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-size: 8pt;
    padding-left: 4px;
    padding-right: 4px;
}
#slidebottom {
    height: 30px;
    background-image: url(/images/slide_bottom.gif);
    background-position: bottom;
    font-family: verdana, helvetica, arial;
    font-size: 8pt;
    padding-top: 4px;
}
#imgborder {
	border-top: 2px solid #666666;
    border-left: 2px solid #666666;
    border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
}
#slidetop h3 {
    font-size: 10pt;
    font-variant: small-caps;
    padding-top: 12px;
    padding-bottom: 0px;
    margin: 0px;
}

/* other CSS */
.adminlinks { /* for the 'leave a shout' and 'admin' links */
	font-family: verdana, helvetica, arial;
  	font-size: 11px;
  	float: right;
}
.navlinks {
	font-family: verdana, helvetica, arial;
  	font-size: 11px;
  	margin-top: 3px;
  	margin-bottom: 3px;
}
.errors {
  	color: #ff0000;
}
.credits {
	font-family: verdana, helvetica, arial;
  	font-size: 11px;
  	text-align: center;
  	margin-top: 10px;
  	padding-top: 5px;
  	border-top: 1px solid #cccccc;
}

/* CSS FOR THE SHOUTOUT TABLE */
.infolist {
	font-family: verdana, helvetica, arial;
  	font-size: 11px;
  	width: 150px;
  	text-align: left;
  	border-top: 1px solid #cccccc;
  	border-left: 1px solid #cccccc;
  	border-bottom: 1px solid #cccccc;
  	border-right: 1px solid #666666;
  	padding: 4px;
  	vertical-align: top;
  	background-color: #eeeeee;
}
.shouttext {
	font-family: verdana, helvetica, arial;
  	font-size: 11px;
  	text-align: justify;
  	border-top: 1px solid #cccccc;
  	border-right: 1px solid #cccccc;
  	border-bottom: 1px solid #cccccc;
  	padding: 4px;
  	vertical-align: middle;
  	background-color: #ffffff;
}
.name {
	font-variant: small-caps;
  	font-weight: bold;
}