/* Global reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML elements */

body, html, textarea, input, select {
	font-family: "trebuchet ms", arial, sans-serif;
	color: #767471;
	line-height: 1.5;
}

body {
	background-color: #51504D;
/*	color: #32302D;
	font: 13px/1.231;*/
}

ul {
	list-style: none;
}

ol {
	margin-left: 32px;
}

a {
text-decoration: none;
color: #0A5689;
}

a:hover {
color: #F68D1F;
}

strong { font-weight: bolder; }

/* Page wrapper */

#page {
	width: 996px;
	margin: 10px auto;
}

/* Header */

#header {
	overflow: hidden;
	color: #FFF;
	background: url(/media/v2-img_header_crest_1413.gif) 16px 16px no-repeat #00529B; /* University blue */
	box-shadow: inset 0px 1px 0px #0078AC;
	border-radius: 4px 4px 4px 4px;
	margin-bottom: 8px;
	padding: 8px 8px 8px 80px;
}

#header h1 {
	font-family: Georgia, 'Book Antiqua', 'Palatino Linotype', 'Times New Roman', sans-serif;
	font-size: 18px;
	font-weight:normal;
	line-height: 1.5;
}

#header h1.subtitle {
	font-size: 24px;
}

#header a, #header a:hover {
	color: inherit;
}

/* Navigation */

ul#nav {
/*	background: none #6A943F;
	border-bottom: solid 1px #4C7637;
	box-shadow: inset 0px 1px 0px #759C4D; */
	border-radius: 4px 4px 0px 0px;
	background: none #404040;
	border-bottom: solid 1px #000;
	box-shadow: inset 0px 1px 0px #606060;
	padding-top: 1px;
	position: relative;
}

ul#nav > li {
	display: inline-block !important;
	zoom: 1;
	list-style-type: none;
	padding: 5px 0 6px;
	margin-left: -4px;
/*	border-right: solid 1px #5D873B;*/
	border-right: solid 1px #000;
	position: relative;
	z-index: 99;
}

ul#nav > li.home a {
border-radius: 4px 0px 0px 0px;
margin-left: 4px !important;
}

ul#nav > li a {
color: white;
padding: 7px 20px 8px 15px;
font-size: 14px;
line-height: 20px;
text-transform: uppercase;
position: relative;
font-weight: bold;
}

ul#nav > li:hover a {
text-decoration: none;
color: #637E3D;
background-color: #F1F4E8;
box-shadow: 0px 0px 4px #4C7637;
line-height: 20px;
}

ul#nav > li#searchbox {
padding: 5px;
position: absolute;
top: 0;
right: 0;
border-right:none;
color: white;
font-size: 14px;
line-height: 20px;
text-transform: uppercase;
font-weight: bold;
}

/* Main content wrapper */

#content {
background: none white;
padding: 14px;
border-radius: 0px 0px 4px 4px;
overflow: hidden;
clear: left;
}

/* home page presentation list */

ul.cols2 li {
	float: left;
	margin-right: 2%;
	padding-right: 1%;
	width: 48.5%;
	position:relative;
	border-top: 2px solid #DCDAD6;
	padding-top: 8px;
}

ul.cols2 li.col-last {
padding-right: 0;
margin-right: 0 !important;
}

h3 {
font-size: 16px;
line-height: 1.2;
}

div.cols2inner {
	padding-left: 91px;
	min-height: 64px;
}

div.cols2inner img.aside {
	position:absolute;
	left: 0;
	top: 8px;
	display: block;
}

p.session-author {
	font-weight: bolder;
}

/* Footer */

#footer {
margin: 15px 0 30px;
padding-left: 50px;
text-align: right;
}

#showcase {
	width: 620px;
}

.left {
	float: left;
	display: inline;
}

#intro {
	padding-bottom: 16px;
}

#content #intro * {
	font-size: 14px;
}

#sidebar {
width: 300px;
}

.panel {
	background-color: #F2F1ED;
	border-radius: 4px;
	padding: 12px;
	margin-bottom: 12px;
}

#content .info p {
	font-size: 16px;
	font-weight: bolder;
}

.panel h2 {
	font-size: 24px;
	color: #4C7637;
	margin-top :0;
}

#content p {
	font-size: 12px;
}

.panel ul li {
	border-top: 2px solid #DCDAD6;
	padding-top: 8px;
}

p.browse-link {
	clear: both;
	border-top: 2px solid #DCDAD6;
	padding-top: 8px;
}

#content p.large {
	font-size: 120%;
}

.right {
	float: right;
	display: inline;
}

.page-title, .featured-title {
	color: #4C7637;
}

.light {
	color: #ADACA8;
}


h2 {
font-size: 30px;
margin-bottom: 6px;
line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
font-weight: bold;
line-height: 1.2;
}
	
/*	h3 {
		font-size: 24px;
		padding: 0;
		margin: 8px 0;
	}
	*/
	p {
		margin: 0.5em 0;
	}

	#video-container, #slide-container {
		width: 480px;
		height:380px;
		padding: 0;
		margin: 0;
		float: left;
	}
	
	#slide-container {
		margin-left: 8px;
		height: 360px;
	}
	
	#slide-info {
		text-align: right;
	}
	
	#toolbar {
		clear: both;
	}
	
	#nav {
		clear: both;
	}

	#toolbar, #navy {
		font-size: 12px;
		padding-top: 8px;
	}

	.sthumb-wrap {
		width: 85px;
		margin: 8px 4px;
		border: 1px solid #ccc;
		padding: 2px;
	}
	.sthumb-img {
		width: 85px;
		height: 64px;
		margin: 0;
		padding: 0;
	}
	
	.sthumb-selected {
		border: 1px solid black;
	}
	
	#toolbar a, #toobar a:hover {
		text-decoration:underline;
	}

#gallery-wrap{margin: 0 auto; overflow: hidden; width: 893px; position: relative;
 background-color:#ccc; }

#gallery-nav, #downloads {
	clear: both;
	padding-top: 16px;
}

#gallery{position: relative; left: 0; top: 0; padding: 1px; margin: 0;}
#gallery li {
	float: left;
	list-style:none;
}

#gallery-controls{margin: 0 auto; width: 893px; font-size:36px; font-weight:bold;}
#gallery-prev{float: left;}
#gallery-next{float: right;}

#footer {
	clear: both;
	margin-top: 12px;
	border-top: 1px solid black;
}