
/* standardize global font-size */

body {
	font-size: 12px; 
}

/* global whitespace clear */
* {
	padding:0;
	margin:0;
}

html {
	background-color: #fff;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(../images/bg-x.gif) repeat-x top left;
	color: #036;
}

.left { float: left; }
.right { float: right; }
.inline { display: inline; }
/* Header Area
********************************************/

#container {
	margin:0 auto;
	width: 980px;
	background: transparent url(../images/bg-header.jpg) no-repeat top left;
}

#header {
	padding-top: 15px;
	text-align: right;
	height:190px;
	position: relative;
}
#header .bottom {
	position: absolute;
	bottom: 20px;
	right: 0;
}
#header .bottom a { text-decoration: none; }
#header .bottom img { margin-bottom: -13px; }	


/* Content
********************************************/

#content {
	display:inline;
	margin-left: 25px;
	float:left;
	width: 600px;
	position: relative;
}
* html #content { _width: 600px; }
* html #content .tweetmeme_button { display:inline; }
#secondary {
	display:inline;
	float:right;
	width:320px;
}

#home-link {
	text-decoration:none;
	position: absolute;
	top: 14px;
	left: 24px;
	width: 250px;
	height: 180px;
}
div#sidebar-wrapper {
	width: 320px;
	min-height: 350px;
	_height: 350px;
	background: transparent url(../images/bg-sidebar-repeat.jpg) repeat-y top left;
}
ul#sidebar {
	width: 320px;
	list-style: none;
	background: transparent url(../images/bg-sidebar-top.jpg) no-repeat top left;
	padding-top:25px;
}
div#sidebar-wrapper .bottom {
	width: 320px;
	height: 20px;
	background: transparent url(../images/bg-sidebar-bottom.jpg) no-repeat bottom left;
}

ul#sidebar li {
	padding: 6px 0;
	display: block;
	list-style: none;
	position: relative;
}

ul#sidebar li a, ul#sidebar li li {
	display: block;
	margin-left: 100px;
	margin-right: 32px; 
}
ul#sidebar li ul { margin-right: 30px; }
ul#sidebar li li {
	margin-left: 120px;
	margin-right:0;
	padding: 3px 0;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}
/*ul#sidebar li li.current-cat {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	font-weight: bold;
}*/
ul#sidebar li li a {
	display: inline;
	margin:0;
}

ul#sidebar li#podcasts {
	height: 35px;
	padding-top: 20px;
	background: transparent url(../images/icon-podcast.gif) no-repeat 35px 5px;
}
ul#sidebar li#podcasts a {
	padding-bottom: 15px;
	border-bottom: 1px solid #cad6e0;
	text-decoration: none;
}
ul#sidebar li#bookmark {
	height: 45px;
	padding-top: 10px;
	background: transparent url(../images/icon-bookmark.gif) no-repeat 35px 5px;
}
ul#sidebar li#bookmark a {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #cad6e0;
	border-bottom: 1px solid #cad6e0;
	text-decoration: none;
}
ul#sidebar li#newsletter {
	height: 35px;
	padding-top: 20px;
	background: transparent url(../images/icon-laughlin.gif) no-repeat 35px 5px;
}
ul#sidebar li#newsletter a {
	text-decoration: none;
}	
	
ul#seminars {
	width: 280px;
	height: 155px;
	list-style: none;
	background: transparent url(../images/bg-sidebar-upcoming-seminars.jpg) no-repeat top left;
	padding-top:165px;
	padding-left: 41px;
	position:relative;
}
ul#seminars li {
	padding-bottom: 10px;
}
ul#seminars li a {
	text-decoration:none;
}
ul#seminars li a:hover {
	text-decoration:underline;
}
ul#seminars li#readmore {
	position:absolute;
	bottom: 35px;
	right: 45px;
}
	
/* Footer
**********************************/


#copyright {
	text-align: center;
}

/* Tables 
********************************************/

table {
	border-collapse: collapse; 
	border-right: 0px none;
	margin: 20px 0px;
}

table caption {
	display: none;
}

table th {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

table tr td {
	border-top: 1px solid #cad6e0;
	font-size: 12px;
	padding: 5px;
}

table tr.odd td {
}

table tr td.row_label {
	font-weight: bold;
	font-size: 14px;
}

table tr:hover td {
}

span.yes {
	background-image: url(../images/button_ok.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 24px;
	line-height: 24px;
	display: block;
}

span.no {
	background-image: url(../images/button_cancel.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 24px;
	line-height: 24px;
	display: block;
}


/* General Typography and Style 
********************************************/
a {
	color: #003466;
}

img {
	border: 0px none;
}

h1 {
	margin-bottom: 10px;
	font-size: 20px;
	color: #036;
	font-weight: normal;
}

p {
	padding: 10px 0px;
}

ul, ol {
	margin: 10px 0 10px 0px;
}
	

h2.divider {
	padding: 3px 5px 5px 3px;
	border-bottom: 2px outset #eee;
	border-right: 2px outset #eee;
	background-color: #D3DADF;
	margin: 10px 0px;
	font-size: 20px;
	color: #036;
}


ul.float_items {
	margin: 10px 0px;
	list-style-type: none;
}

ul.float_items li {
	border-bottom: 1px solid #ccc;
	padding: 10px 0px;
	margin: 10px 0px;
	clear: both;
}

ul.float_items div.col_1 { 
	float: left;
	width: 24%;
	min-width: 24%;
	display: inline;
	text-align: center;
}

ul.float_items div.col_2 { 
	float: left;
	width: 74%;
	min-width: 74%;
	display: inline;
	margin-left: 2%;
}

strong.important {
	color: #A91004;
}

/* Because things like p.blue just causes trouble down the road when the colour is changed to green */
p.alternate {
	color: #036;
}

ul.seminar_links {
	margin: 5px 0px;
	list-style-type: none;
}

	ul.seminar_links li {
		float: left;
		clear: none;
		border: 0px none;
		padding: 0px;
		margin: 0px;
	}

		ul.seminar_links li a {
			float: left;
			display: block;
			background-repeat: no-repeat;
			background-position: top left;
			height: 15px;
			width: 80px;
			text-indent: -999em;
		}

			ul.seminar_links li a.register {
				background-image: url(../images/button_register.gif);
			}
			
			ul.seminar_links li a.moreinfo {
				background-image: url(../images/button_moreinfo.gif);
			}
				
/* Hacks 
********************************************/
* html .clearfix { clear:both; }
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

