/* classes for general styles used throughout the site*/
/* HAD TO TWEAK WITH A FIREFOX EXTENTION TO MAKE THE PAGES LOOK RIGHT, PADDED THE CONTENT PAGE DOWN BY 109PX, SEE JARED FOR QUESTIONS */
/*IF EXPERINCING PROBLEMS WITH THE CONTENT PAGE SEE JARED OR WES, THANK YOU*/
.homebody {
	height: 100%;
	background : #ffffff;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	/*background-image : url(/images/home_background.jpg);*/
}
.shellbody {
	height: 100%;
	background : #ffffff;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;	
}
.maintext {
	font-family : Verdana, Times New Roman;
	font-size : 11px;
	color : #000000;
}
.maintextbold {
	font-weight : bold;
	font-family : Verdana, Times New Roman;
	font-size : 11px;
	color : #000000;	
}
.photocaption {
	font-family : Verdana, Times New Roman;
	font-size : 9px;
	color : #000000;
}
.formbox {
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	color:#352D2D; 
	background-color:#ffffff;
	border-style : solid;
	border-width : 1px;
	border-color : #808080;		
}
a {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	text-decoration : underline;
}
a:visited {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	text-decoration : underline;
}
a:active {
		font-family : Verdana;
	font-size : 11px;
	color : #000000;
	text-decoration : underline;
}
a:hover {
		font-family : Verdana;
	font-size : 11px;
	color : #000000;
	text-decoration : none;
}
/*-----additional link------------*/
.sidebarlink:visited {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #ffffff;
	text-decoration : underline;
}
.sidebarlink {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #ffffff;
	text-decoration : underline;
}
.sidebarlink:active {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #ffffff;
	text-decoration : underline;
}
.sidebarlink:hover {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #ffffff;
	text-decoration : none;
}
.sidebarheader {
	font-family : Verdana;
	font-size : 12px;
	font-weight: bold;
	color : #871709;
	background-image:url(/ftpimages/85/podium/sidebar_header.gif); 
	background-repeat:no-repeat;	
	height:26px;
	padding-top:6px;
	padding-left:15px;
	padding-right:10px;

}
.sidebarback {
	background-image:url(/ftpimages/85/podium/sidebar_background.gif);
	background-repeat:repeat-y;	
	font-family:Verdana;
	font-size:11px;
	color : #ffffff;
	padding:7px 10px 19px 7px;/*CSP sdb 051409 was 7px 10px 10px 7px*/
	line-height:18px;/*CSP sdb 051409 added this*/
}	
.sidebarfooter {
	background-image:url(/ftpimages/85/podium/sidebar_footer.gif);
	background-repeat:no-repeat;	
	height: 12px;
	margin-bottom:10px;
} 

.sidebarheadervideo {
	font-family : Verdana;
	font-size : 12px;
	font-weight: bold;
	color : #871709;
	background-image:url(/ftpimages/85/podium/sidebar_header.gif); 
	background-repeat:no-repeat;	
	height:26px;
	padding-top:6px;
	padding-left:15px;
	/*padding-right:10px;*/

}
.sidebarbackvideo {
	background-image:url(/ftpimages/85/podium/sidebar_background.gif);
	background-repeat:repeat-y;	
	font-family:Verdana;
	font-size:11px;
	color : #ffffff;
	padding-bottom:7px;
	/*padding-left:10px;*/
	/*padding-right:10px;*/
	padding-top:7px;
}	
.sidebarfootervideo {
	background-image:url(/ftpimages/85/podium/sidebar_footer.gif);
	background-repeat:no-repeat;	
	height: 12px;
	margin-bottom:10px;
} 

#mml-cont{
	width:193px;
	/*height:344px;*/
	/*margin-bottom:10px;*/
	text-align:center;
}
#mml-div{
	width:193px;
	/*height:344px;*/
	/*margin-bottom:10px;*/
	text-align:center;
}
 
.ddlb {
	font-family : Verdana;
	font-size : 10px;
	color : #333333;
	line-height: 16px;
}
.hide {
	display:none;
}
.show {
	display:'';
}
.tourlink:visited {
	font-family : Verdana;
	font-size : 11px;
	font-weight: normal;
	color : #ffffff;
	text-decoration : none;
	
}
.tourlink {
	font-family : Verdana;
	font-size : 11px;
	font-weight: normal;
	color : #ffffff;
	text-decoration : none;
	margin-right:18px;
	margin-left:15px;
	background: url(/images/stour_dot.gif) bottom left repeat-x;
	padding-bottom:3px;
	padding-top:3px;
	display:block;
	width:188px;
}
.tourlink:active {
	font-family : Verdana;
	font-size : 11px;
	font-weight: normal;
	color : #ffffff;
	text-decoration : none;
}
.tourlink:hover {
	font-family : Verdana;
	font-size : 11px;
	font-weight: bold;
	color : #ffffff;
	text-decoration : none;
}
#L2header {
}