/* CSS Document */

/*silver: #7E7B7D*/
/*gold: #A18B52*/



BODY { 
margin-top : 30px; 
margin-left : 50px; 
background-color : #ffffff; 

} 

html {
	overflow-y: scroll; 
}

body, td, th {
line-height:18px;
font-family: Verdana, "Trebuchet MS", Arial, sans-serif, Helvetica; 
font-size : 14px; 
} 


#pagecontent {
	border:0px dotted grey;
	padding-top:30px;
	width:400px;
	left: 50px;

} 

#centeredwrapper {
margin: auto;
width: 720px;
}

hr
{
    background-color: #555555;
    border: 0 none;
    color: #555555;
    height: 1px;
}

h1 {
	color:#A18B52; 
	text-align : center;  
	font-size:33px;
	line-height:41px;}
	
h2 {
	color:#7E7B7D; 
	background-color:white;
	padding-top:5px; 
	padding-bottom:5px; 
	font-size:24px; 
	line-height:38px; }


h3 {font-size:26px; text-align : left;
font-weight:100; 	line-height:33px; 
	}


p {
line-height:26px; color:#000000;  
font-size:14px;}


#linksbox {
	border:1px solid grey;
	width:160px;
	position: absolute;
	margin-left:0px;
	margin-top:0px;
	letter-spacing:1px;
	line-height: 18px;
	left: 600px;
	top: 119px;
}

a:link{
	font-weight:normal;
	color:#A18B52;
	text-decoration:none;
	border-bottom: 1px #121212 dashed;
}
a:visited{
	color:#A18B52;
	text-decoration:none;
	border-bottom: 1px #121212 dashed;
}
a:hover{
color:#D11933;
}

div#container a:hover
{
font-weight:normal;
	color:#A18B52;
	text-decoration:none;
	border-bottom: 1px #121212 dashed;	/*gold  #A18B52*/
}




#container
{
	width: 99%;
/*	background-color:	white;*/
}



#contents
{
	overflow:	visible;
	position:	absolute;
	left:		320px;
	top:		241px;
	right:		0px;
	z-index:	1;
	width: 470px;
	height: 23px;
	/*	height:						40%;*/
	}




th
{
	vertical-align:		top;
	padding-right:		10px;
	align:				left;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}


#menulist {
	z-index:1000;
	float:right;
	top: 40px;
	left: 550px;
	width: 180px;
}

/*
#menu dt {

cursor: pointer;
background: white ;
padding: 15px;
margin:0px;
border-bottom: 1px dotted #444444; 
border-top: 0px solid #aaaaaa; 
font-family:Verdana, Geneva, sans-serif;
font-size:12px; font-weight:normal;
color: #222;
text-decoration:none;
}



#menu dt a:hover {
background: #9E884F; 
color:white;
}

#menu dt  a:visited {
background: white ; 
color: #222;

}
#menu dt  a:active {
background: #222; 
color: white;
}




#menu dd {
	position: absolute;
	z-index: 100;
	left: 108px;

	width: 130px;
	background: orange;
	border: 1px solid gray;
	top: 68px;
}

#menu ul {

}
#menu li {
text-align: left;
height: 18px;
line-height: 18px;
}
#menu li a {
color: #000;
text-decoration: none;
padding:20px;


}

#menu li a:hover {
	background-color:pink;
text-decoration: none;
}*/

#mentions {
font-family: Verdana, "Trebuchet MS", Arial, sans-serif, Helvetica; 
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {
	text-decoration: none;
color: #222;
}
#mentions a:hover{
	text-decoration: underline;
}

.gold {
	color:#A18B52;}

.silverdate {
	font-weight:bold; 
	border-bottom:0px solid #7E7B7D; color:#7E7B7D; font-size:20px;
	line-height:22px;	
}

.purpledate {
	font-weight:bold; 
	border-bottom:0px solid #7E7B7D; color:#640064; font-size:20px;
	line-height:22px;	
}

.quotationleftindent{
	padding: 0px 20px 0px 20px;
}


.iframeurbansourceslideshow {
	margin: 0px; padding: 0px;
	float:left;
	border:0px dotted red; 
	position: relative; width: 470px; 
	height: 790px;
	}


.sidebarlogos  a, a:link, a:visited,  a:focus,a:hover, a:active {
	background-color:#FFF;
	text-decoration:none; 
	border-bottom: 0px;
	padding: 0px;
	}
.orangebacklinks {	
	background-color:#EBC921; padding:5px; margin:0px;  text-align:center;  font-size:14px;}
.orangebacklinks  a, a:link, a:visited{
	font-weight:bold;
	background-color: #EBC921;
	text-decoration:none; 
	border: 0px;
	padding: 0px;
	}	
.orangebacklinks a:focus, a:hover, a:active {
	color:#060;
	font-weight:bold;
	font-style:italic;
	background-color: #EBC921;
	text-decoration: underline; 
	border: 0px;
	padding: 0px;
	}	



div#bannerbuttons a, a:link, a:visited,  a:focus,a:hover, a:active {
	background-color:#FFF;
	text-decoration:none; 
	border-bottom: 0px;
	padding: 0px;
	}

button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 8px;
	margin-bottom:10px;
    width: 400px;
    border: none;
    text-align: left;
    outline: none;
    /*font-size: 15px;*/
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

div.panel {
	width:400px;
	padding: 0px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}



.exhibitors p {
margin-top:0px;	
margin-bottom: 4px;
	line-height:17px;
}

.exhibitors a:link {
	font-size: 12px;
	line-height:16px;
	font-weight:normal; 
	text-decoration:none;
	color:#121212; 
}
.exhibitors a:visited {
	font-size: 12px;
	line-height:16px;
	font-weight:normal; 
	text-decoration:none;
	color:#121212; 
}
.exhibitors a:hover,  a:focus
{
/*	LETTER-SPACING: 1px;*/
	font-size: 12px;
	font-weight:normal; 
	color: white;
		font-style:normal;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	 background-color:#333;
    text-decoration:none;
	border-bottom: 1px dotted #A18B52;
    color:#EAEAEA; 
/*	padding: 0px 10px 0px 0px;*/
	/*gold  #A18B52*/
}


.message {
background: white ; 
white-space-collapse: collapse;
display:block; 
padding:15px;
border:8px dotted #CB203C;
margin:0px;
color: #121212;
text-decoration:none;
text-align:center;  line-height:18px; 
font-family:Georgia, Times, Times Roman; 
font-size:16px;
}
.messagetopbottom {
background: white ; 
line-height:35px;
padding:0px;
border-bottom:6px dotted #CB203C;
border-top:6px dotted #CB203C;
margin:0px;
color: #121212;
text-decoration:none;
text-align:center;  
font-family:Georgia, Times, Times Roman; 
font-size:30px;
}

.RIPdiv {
background: white ; 
line-height:35px;
padding:0px 5px 0px 5px;
border:4px solid #121212;
margin:0px;
color: #000;
text-decoration:none;

font-family:Georgia, Times, Times Roman; 
font-size:30px;
}

.sidebarinmemorium  {
background: #FFF; 
display:block; 
padding:15px;
margin:20px 0px 20px 0px;
border: 3px solid #666 ;

text-decoration:none;
text-align:center;  line-height:23px;  font-size:17px;
}
.sidebartextbutton a:link {
background:
#333; 
white-space-collapse: collapse;
display:block; 
padding:15px;
margin:0px;
color: white;
text-decoration:none;
text-align:center;  line-height:17px; font-family:Georgia, Times, Times Roman; font-size:14px;
}
.sidebartextbutton a:visited {
background: #121212 ; 
white-space-collapse: collapse;
display:block; 
padding:15px;
margin:0px;
color: white;
text-decoration:none;
text-align:center;  line-height:17px; font-family:Georgia, Times, Times Roman; font-size:14px;

}
.sidebartextbutton a:hover {
background: #D2691E;/*pumpkin orange*/
white-space-collapse: collapse;
display:block; 
padding:15px;
margin:0px;
color: white;
text-decoration:none;
text-align:center;  line-height:17px; font-family:Georgia, Times, Times Roman; font-size:14px;

}
.sidebartextbutton a:active {
background: #CCCCCC;
white-space-collapse: collapse;
display:block; 
padding:15px;
margin:0px;
color: black;
text-decoration:none;
text-align:center;  line-height:17px; font-family:Georgia, Times, Times Roman; font-size:14px;
}



.video-container {
    width: 500px; 
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}