/*

	SITENAME - Main Stylesheet
	Created by Industrial Media
	www.industrialmedia.ca

*/

/* =General
---------------------------------------------------------------------------------------------------- */

body {
	margin: 0 10px 10px 10px;
	}
	
body, div, td {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	}

/* =Layout
---------------------------------------------------------------------------------------------------- */
.content
{
	padding: 40px 15px 5px 14px;
	background-color: #FFFFFF;
	border-right: 1px solid #ccc;
	margin: 0;
}

.speakersTable td
{
	padding: 0 10px 10px 0;
	
}

hr
{
	margin: 5px 0 5px 0;
	color: #CCCCCC;
}
/* =Header
---------------------------------------------------------------------------------------------------- */
td.home-header
{
	background: #360C96 url(../images/splash/splash-header.jpg) no-repeat;
}
td.content-header
{
	background: #360C96 url(../images/header.jpg) no-repeat;
}
.header div
{
	background-color: #9280C4;
	width: 126px;
	float: right;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	color: #361F95;
	text-decoration: none;
}
.header div a:link, .header div a:active, .header div a:visited
{
	color: #361F95;
	text-decoration: none;
}
.header div a:hover
{
	color: #fff;
	text-decoration: none;
}
/* =Navigation
---------------------------------------------------------------------------------------------------- */
td.leftNav
{
	padding: 40px 20px 0 14px;
	background-color: #CCC;
}
td.leftNav ul
{
	margin: 0;
	padding: 20px 0 20px 0;
	list-style: none;
	color: #333333;
	line-height: 0;
}
td.leftNav ul li
{
	margin: 0;
	_margin: 0;
	padding: 0 0 10px 15px;
	line-height: 1.2em;
	background: #ccc url(../images/star.gif) top left no-repeat;
}
td.leftNav ul li a:link, td.leftNav ul li a:visited, td.leftNav ul li a:active
{
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	list-style: none;
	display: block;
}
td.leftNav ul li a:hover
{
	color: #000000;
	text-decoration: none;
	list-style: none;
}
/* =Typography
---------------------------------------------------------------------------------------------------- */
p
{
	color: #333333;
	margin: 15px 0 10px 0;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 25px;
	color: #330099;
}

h1.sidebar {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 0px;
}

h2
{
	font-size: 15px;
	color: #999999;
	margin: 10px 0 0 0;
}

.bigger {
	font-size: 14px;
	}

.smaller {
	font-size: 10px;
	}

/* =Lists
---------------------------------------------------------------------------------------------------- */
ul
{
	margin: 0 0 0 25px;
	padding: 0;
	list-style: outside square;
}
ul li
{
	margin: 0;
	padding: 0 0 3px 0;
}


/* =Footer
---------------------------------------------------------------------------------------------------- */
td.footer
{
	padding: 40px 0 15px 14px;
	color: #000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
td.footer div
{
	/*border-top: 1px solid #CCC;*/
	padding-top: 10px;
}
td.footer a:link, td.footer a:active, td.footer a:visited
{
	color: #000000;
}
td.footer a:hover
{
	color: #666666;
}

/* =Forms
---------------------------------------------------------------------------------------------------- */ 

.indent {
	text-indent: 3em;
	}

.validation {
	color: #FF0000;
	font-weight: bold;
	}
	
form {
	margin: 0;
	padding: 0;
	}

/* =Links
---------------------------------------------------------------------------------------------------- */
a:link, a:active
{
	color: #330099;
}
a:visited
{
	color: #333333;
}
a:hover
{
	color: #990000;
}

/* =Misc: Right margin floater box
---------------------------------------------------------------------------------------------------- */
div.rightBox
{
	width: 224px;
	float: right;
	background-color: #F1DBDF;
	padding: 15px 10px 12px 12px;
	margin: 10px 0 10px 10px;
}
div.rightBox ul
{
	list-style: outside round;
	color: #000000;
	margin: 0 0 0 15px;
	padding: 0;
}
div.rightBox li
{
	color: #000000;
	margin: 0;
	padding: 10px 0 0 0;
	line-height: 1.2em;
}
div.rightBox li a:link, div.rightBox li a:active
{
	color: #330099;
	margin: 0;
	padding: 10px 0 0 0;
	line-height: 1.2em;
}
div.rightBox li a:visited
{
	color: #333333;
}
div.rightBox li a:hover
{
	color: #990000;
}
div.rightBox hr
{
	border: 1px dashed #fff;
	margin: 14px 0 0 0;
	padding: 0;
}
 /* =Misc: TOOLS: print and send
---------------------------------------------------------------------------------------------------- */
.toolbar, .toolbar a:link, .toolbar a:active, .toolbar a:visited
{
	color: #666666;
}
.toolbar a:hover
{
	color: #333333;
}
div.print
{
	display: block;
	text-align: left;
	padding: 0 0 0 18px;
	background: #fff url(../images/print.gif) no-repeat;
}
div.print a:link, div.print a:active, div.print a:visited
{
	text-decoration: none;
}
div.print a:hover
{
	text-decoration: underline;
	color: #000000;
}

div.email
{
	display: block;
	text-align: left;
	padding: 0 0 0 18px;
	background: #fff url(../images/email.gif) no-repeat;
}
div.email a:link, div.email a:active, div.email a:visited
{
	text-decoration: none;
}
div.email a:hover
{
	text-decoration: underline;
	color: #000000;
}