*{
margin:0;
padding:0}

#main{/*container that holds all except bgBanner and footer*/ 
	position:relative;z-index:4;/*makes it stack on top of lower z-indexes*/
	width:100%;
	background:transparent;
	margin:0 auto;/*makes it stay in the center for everything except ie 6, pc*/
	}
	
#background{/*big full width banner*/
	position:absolute;top:0;left:32px;z-index:1;
	width:960px;height:110px;
	background:url(images/banner1.gif) no-repeat top left;
	margin: 0;
	padding: 0;
	}	
	
	#content{/*contains two content columns*/
	clear:both;
	width:960px;
	height: 100%;	
	padding:0px;border:0px;
	}

#colLeft{/*left column*/
    width:230px;
   	background: url(../images/side_bg1.gif);
   	background-repeat: repeat-y;
   	background-position: right;
   	float: left;
    min-height: 100%;
    overflow:visible;
    margin:0px;
    padding:0px 0 0 30px;
    }           

#colRt{/*right column*/
    width:700px;
    float: left;
    overflow:visible;
    margin:0;
    padding:0 0 0 20px;
    background: transparent;
    }

#colRt p{
	margin:0 0 4px 0;
	text-align:left;
	font-size: 12pt;
	padding:0;
	color: #e96400;
	font-family:Gill Sans,Helvetica,Verdana,Trebuchet,Arial;
	}

#menu{
	height: 65px;
	width: 100%;
	margin: 0px;
	margin-top: 0px!important;
	padding: 0;
	text-align: right;
	
	}

.subNavblock a:link{
	background:transparent;
	text-decoration: none;
	}

.subNavblock a:hover{
	filter:alpha(opacity=20); /* IE's opacity*/
    opacity: 0.2;     
    text-decoration: none;
    -moz-opacity:0.2;
	-khtml-opacity: 0.2;
	zoom:1;
	}

.subNavblock a:visited{
	filter:alpha(opacity=20); /* IE's opacity*/
    opacity: 0.2;     
    text-decoration: none;
    -moz-opacity:0.2;
	-khtml-opacity: 0.2;
	zoom:1;
	}

.text{color:#6A5447!important;}

#Container{
margin:0 auto;
padding: 0;
position:relative;
width:100%;
height:310px;
background-color:#fff;
border:2px solid #c0c0c0;
overflow:hidden
}

#LoadContainer{
height:25%;
width:50%;
position:absolute;
top:40%;
left:25%;
text-align:center;
z-index:1
}

#PhotoContainer{
visibility:hidden
}

#CaptionBlock{
height:10px;
width:700px;
text-align:left;
padding:0;
margin:0;
}
#Caption{
color:#6a5447;
}

#License{
margin:0 auto;
padding-top:10px;
font-size:10px;
color:#666;
border-top:1px solid #CECEB5;
width:740px;
text-align:left;
line-height:1.4em;
}

#LinkContainer{
display:none;
position:absolute;
top:0;left:0;
height:200px;
width:200px;
z-index:100;
background:url(images/slideshow/start.gif) 50% 50% no-repeat
}

#PrevLink{
z-index:100;
position:absolute;
top:0%;
left:0%;
height:200px;
width:50%;
display:block
}

#NextLink{
z-index:100;
position:absolute;
top:0%;
left:50%;
height:200px;
width:50%;
display:block
}

#PrevLink:hover,#NextLink:hover{
text-decoration:none
}

#PrevLink:hover{
background:transparent url(images/slideshow/prev_rounded_sidebar2.gif) left 50% no-repeat
}

#NextLink:hover{
background:transparent url(images/slideshow/next_rounded_sidebar2.gif) right 50% no-repeat
}

#PrevLink span,#NextLink span{
display:none
}

img{
border:none
}

#Wrapper{
margin:0 auto;
height:500px;
width:100%;
overflow:hidden;
position:relative
}

#Wrapper[id]{
display:table;
position:static
}

#InnerWrapper{
position:absolute;
top:50%;
left:0;
}

#InnerWrapper[id]{
display:table-cell;
vertical-align:middle;
position:static
}

#OuterContainer{
position:relative;
top:-50%
}

