@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color: #000000;
	background-image:url(images/bg_whole.jpg);
	text-align: center;
	background-repeat: no-repeat;
	}
	
#container {
	width:987px;
	height:auto;
	margin:1em auto;
	margin-top:0px;
	margin-bottom: 50px;
	}

#shadow {
	width:987px;
	text-align:center;
	background-image:url(images/shad.png);
	}

#shadowLeft {
	width:25px;
	text-align:right;
	vertical-align:top;
	background-image:url(images/shad_left.png);
	background-position:right;
	background-repeat:repeat-y;
	}
	
#shadowRight {
	width:25px;
	text-align:left;
	vertical-align:top;
	background-image:url(images/shad_right.png);
	background-position:left;
	background-repeat:repeat-y;
	}
	
#shadowBottom {
	height:14px;
	vertical-align:top;
	background-image:url(images/shad_btm.png);
	border:none;
	background-position:left;
	background-repeat:repeat-x;
	}
	
#contentRight {
	width:710px;
	margin-right:0px;
	margin-left:0px;
	margin-top:0px;
	padding:0px;
	text-align:left;
	margin-bottom: 0px;
	background-color: #066f3b;
	}

#railLeft {
	width:226px;
	vertical-align:top;
	}

#railBG {
	width:224px;
	height:auto;
	vertical-align:top;
	float:right;
	margin-right:0px;
	margin-left:0px;
	margin-top:0px;
	padding:0px;
	margin-bottom: 0px;
	background-color: #066f3b;
	}
	
#greenBG {
	width:711px;
	height:auto;
	vertical-align:top;
	margin-right:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom: 0px;
	padding:0px;
	background-image:url(images/bg_green_grad.jpg);
	background-repeat:repeat-x;
	background-color: #066f3b;
	}

#main {
	width: 711px;
	background-image:url(images/cableCar_bg.jpg);
	background-position:bottom;
	background-position:bottom;
	background-repeat:no-repeat;
	height: 550px;
	text-align: right;
    }
	
#textBox {
	width:440px;
	float:left;
	text-align:left;
	margin-top:26px;
	margin-left:20px;
	}
	
#railRight {
	width:249px;
	float:right;
	vertical-align:top;
	}
	
#collage {
    style="padding-right:5px;"
	}
	
#footer {
    height:49px;
	background-image:url(images/img_footer.png);
	background-repeat:no-repeat;
	}
	
#gap{
    height:4px;
	background-image:url(images/shad_btm.png);
	}

#callout {
	background: #d7d7d7;
	width: 283px;
	position: relative;
	float: right;
	}
	
.whiteTwelve, .hdr1, .yellowTwelve {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	}
	
.whiteTwelve {
	color: #FFFFFF;
	font-size: 12px;
	padding-left:16px;
	}
	
.yellowTwelve {
    color:#e2bf2d;
	font-size: 12px;
	}

.hdr1 {
	color: #FFFFFF;
    font-size:14px;
    font-weight:bold;
	}
	
.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	color:#94c1aa;
	font-size:8px;
	font-weight:bold;
	margin-left:28px;
	margin-right:19px;
	margin-top:7px;
	}

a {
	text-decoration: underline;
	outline: none;
	color: #e2bf2d;
	}
a:visited {
	text-decoration: underline;
	color: #e2bf2d;
	}
a:active {
	color:  #e2bf2d;
	text-decoration: underline;
	}
a:hover {
	color: #e2bf2d;
	text-decoration: underline;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}

