
/* LEGAL WEEK STRATEGIC TECHNOLOGY FORUM */

/*
SITE COLORS
Pale Green	#9eb9b0
Light Grey	#a0a4a5
Teal		#04655c
Deep Blue	#005086
*/

#header_link {
	display: block;
	padding: 0px;
	border: 0px;
	background-image: url(STF2012-banner.png);
	background-repeat: no-repeat;
	width:980px;
	height:109px;
	margin-bottom: 10px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333;
	background-color: #EEE;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-weight: lighter;
	font-size:2.1em;
	margin-top:0.6em;
	text-align: left;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#04655c;
	font-size:1.4em;
	font-weight: normal;
	margin:0;
	padding:0;
}

h3 {
	color:#333;
	font-size:1.3em;
	font-weight:bold;
	text-transform:uppercase;
}

p {
	color: #333;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

a {
	color: #04655c;
	text-decoration:none;
}
a:hover {
	color:#005086;
	border-bottom:none;
	text-decoration:none;
}

iframe {border:none;margin:0;padding:0;}

#content ul, ol, li {
	color: #333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin-left: 1ex;
}

#contentbox {
	background-color: #FFF;
	background-image: none;
	background-repeat: no-repeat;
	border: none;
	margin-top: 0;
}

#container {
	background-color: #FFF;
	padding: 8px;
	border: 1px dotted #CCC;
}

#counter_flash {
	display:none;
}

#rightcol {

}

.sponsorbar {
	background-color: #EEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:11px;
	border: 0;
	color: #333;
	width: 143px;
}

#content {
	width: 650px;
}
#middlecol {
	width:670px;
	float:left;
	border-left: 1px dotted #CCC;
	border-right: 1px dotted #CCC;
}

/* NAVIGATION */

#leftcol #navigation {
	list-style: none;
	margin: 0;
	padding: 15px 0 0 0;
}

#navigation ul {
	display: block;
	list-style-type: none;
	padding-left: 0;
	margin: 0px;
}

#navigation li {
	margin: 0px;
	background: #FFF;
}

ul.show_hide sub {
	background-color:#FFF;
	color:#333;
	margin-left:-10px;
}

#navigation li ul li a {
	display:block;
	margin-left:-3px;
}

#navigation a {
	background-color:#EEE; 
	font-size: .9em;
	color:#333; 
	text-decoration:none;
	line-height: 2.5em;
	width:130px;
	display: block;
	padding-left:10px;
	margin: 1px 10px 0 0;
	border-bottom: 1px dotted #CCC;
}
#navigation a:hover {
	border-bottom: none;
	color: #333;
	text-decoration:none;
	border-bottom: 1px dotted #CCC;
	text-indent: 3px;
}

#navigation a.current {
	background-color:#CCC;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	border-bottom: 1px dotted #CCC;
}

/* TOP NAVIGATION */

#topnav {
	display:none;
}
/* BOOK NOW */

#booknow {
	background-color:#04655c;
	color:#FFF;
	font-weight:bold;
	line-height:1.8em;
	font-size:1.4em;
	width:143px;
	margin-top: 14px;
} 
#booknow a {
	color: #FFF;
	text-decoration:none;
}
#booknow a:hover {
	text-decoration:none;
	display:block;
	background-color:#005086;
	color: #FFF;
}

/* RELATED PRODUCTS */

#related_customevents {
	text-align: center;
}

#related_products {	
	text-align: center;
}
			
/* FOOTER */	

#footer a {
	border-bottom: 1px dotted #04655c;
}
#footer a:hover {
	border-bottom: 1px dotted #005086;
}

/* Form */

form span {
	margin: 0 0 1ex 0;
	clear: left;
	display:block;
	color: #000;
}
label {
	width: 20em;
	display:block;
	float: left;
	font-weight: bold;
	padding-right: 1.5em;
	font-size:12px;
	color: #000;
}
label.tick {
	float: none;
	width: auto;
	font-weight: normal;
	margin: 0 0 1ex 20em;
	padding-left: 1.5em;
}
form div.actions {
	margin-left: 21.5em;
	padding-left: 1.5em;
}

/* Blocks */

#linkshtml1 strong {
	color: #333;
}

#indexhtml1 img {
	padding: 0 0 8px 20px;
}

