body {
	background:#9fbdc7 url(/images/sub_bg.png) repeat-x;
	color:#535353;
	font:16px tahoma, helvetica, sans;
	line-height:1.45;
}
blockquote {
	margin:1.2ex 4.8ex;
}
input, select, textarea {
	font-family:tahoma, helvetica, sans-serif;
	border:1px solid #ccc;
}
input.styled {
	width:97%;
	border:1px solid #ccc;
}
input.bttn {
	background:#e5e5e5;
	border:1px outset #ccc;
}
a, a:link, a:active, a:visited {
	color:#205a80;
}
a:hover {
	color:#153c55;
}
p, table {
	margin:1.2ex 0;
}

a.rss-link {
	background:url(/images/icon_rss.gif) no-repeat left center;
	font-size:0.9em;
	font-weight:bold;
	padding-left:16px;
	text-decoration:none;
}

/* blog */
div.hfeed {
	font-size:0.85em;
}
div.hfeed div.comments { }
div.hfeed div.comments form label {
	font-size:0.9em;
	margin-left:0.1ex;
}
div.hfeed div.comments h4.comments-info {
	margin-bottom:8px;
}
div.hfeed div.comments ol.comments { }
div.hfeed div.comments ol.comments li.comment {
	background:#f7f7f7;
	border:1px solid #ccc;
	margin-bottom:1em;
	padding:10px;
}
div.hfeed div.comments ol.comments li.comment.internal {
	border:1px solid #3b70af;
	background:#e6edf7;
}
div.hfeed div.comments ol.comments li.comment .comment-author {
	font-weight:bold;
}
div.hfeed div.comments ol.comments li.comment .comment-time {
	float:right;
	font-size:0.85em;
}
div.hfeed div.hentry {
	border-bottom:1px solid #ccc;
	margin-bottom:14px;
}
div.hfeed div.hentry h3.entry-title { }
div.hfeed div.hentry div.entry-content { }
div.hfeed div.hentry div.entry-info {
	background:#f0f0f0;
	color:#444;
	font-size:0.85em;
	padding:5px;
}
div.hfeed div.hentry div.entry-info .comments-link {
	float:right;
}

/* overlay for video */
div.overlay {
	padding:40px;
	width:576px;
	display:none;
	background-image:url(/images/overlay/white.png);
}
div.overlay a {
	height:450px;
	display:block;
}
div.overlay div.close {
	background:url(/images/overlay/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px;
	width:35px;
	height:35px;
	cursor:pointer;
}

#main {
	width:995px;
	margin:0 auto;
	background:url(/images/sub_header.png) top left no-repeat;
}
#main div.contain {
	margin-left:18px;
	position:relative;
	width:960px;
}

/* events */
table.eventSearchTable {
	background:#f0f0f0;
}
table.eventSearchTable tr td {
	color:#333;
	padding:5px;
}

/* footer */
#footer {
	clear:both;
	padding-top:12px;
	width:100%;
}
#footer a {
	color:#667479;
	text-decoration:none;
}
#footer span {
	color:#667479;
	font-size:0.8em;
	padding-bottom:14px;
}
#footer span.license {
	float:left;
	margin-left:14px;
}
#footer span.contact {
	float:right;
	margin-right:14px;
}

/* header */
#header {
	background:#fff;
	height:220px;
}
#header h1 {
	display:none;
}
#header img {
	position:absolute;
}
#header img#header_logo {
	left:28px;
	top:24px;
}

/* navigation */
#navigation {
	position:absolute;
	left:0;
	top:156px;
	width:100%;
	z-index:99;
}
#navigation div.contain {
	margin:0 auto;
	width:995px;
}
#navigation div.contain ul {
	background:url(/images/home_banner.png) top left repeat-x;
	height:53px;
	margin-left:18px;
	padding-left:140px;
	width:821px;
}
#navigation div.contain ul li {
	float:left;
	font-size:0.94em;
	margin-left:29px;
	padding-top:7px;
	white-space:nowrap;
}
#navigation div.contain ul li a {
	color:#fff;
	display:block;
	padding:4px 7px;
	text-decoration:none;
}
#navigation div.contain ul li a:hover,
#navigation div.contain ul li a.on {
	background:#84a7be;
}

/* news */
#news {
	font-size:0.85em;
}
#news small {
	color:#666;
	font-size:0.8em;
}

#page {
	background:#fff;
	overflow:auto;
	padding:37px;
	width:886px;
}

/* content */
#page div#content {
	float:left;
	width:522px;
}
#page div#content h3 {
	color:#205a80;
	font-size:1.5em;
	font-weight:normal;
}
#page div#content div#video_demonstration {
	margin:10px 0 15px;
}
#page div#content div#video_demonstration span {
	display:block;
}
#page div#content div#content-inner h1 {
	color:#205a80;
	font-size:1.5em;
	font-weight:normal;
}
#page div#content div#content-inner h2 {
	color:#205a80;
	font-size:1.2em;
	font-weight:normal;
}
#page div#content div#content-inner h3,
#page div#content div#content-inner h4,
#page div#content div#content-inner h5,
#page div#content div#content-inner h6 {
	color:#535353;
	font-size:1em;
	font-weight:bold;
}
#page div#content div#content-inner ol {
	list-style-type:decimal;
	list-style-position:inside;
	margin:1em 0;
}
#page div#content div#content-inner ul {
	list-style-type:disc;
	list-style-position:inside;
	margin:1em 0;
}
#page div#content div#content-inner div#my-glider ol,
#page div#content div#content-inner div#my-glider ul {
	list-style-type:none;
	margin:0;
}

/* sidebar */
#sidebar {
	float:right;
	width:324px;
}
#sidebar div.section {
	float:left;
	margin-bottom:30px;
	width:100%;
}
#sidebar div.section h1,
#sidebar div.section h2,
#sidebar div.section h3,
#sidebar div.section h4 {
	font-size:1.2em;
}
#sidebar div.section p {
	font-size:0.9em;
}
#sidebar div.section ul.highlighted li a {
	background:#becedd;
	border-bottom:1px solid #ccc;
	display:block;
	margin-bottom:3px;
	padding:3px 4px;
	text-decoration:none;
}
#sidebar div.section ul.highlighted li a:hover {
	background:#f7f7f7;
	color:#333333;
}
#sidebar div.section.highlighted {
	background:#edf2f8;
	width:auto;
}
#sidebar hr {
	background:#d2dee6;
	border:none;
	color:#d2dee6;
	float:left;
	height:1px;
	margin:0 0 30px 0;
	width:100%;
}

/* events */
#sidebar div#events {
	float:left; /* IE 6 fix */
	font-size:0.88em;
	padding:10px 20px 20px 55px;
	position:relative;
}
#sidebar div#events a {
	color:#205a80;
	text-decoration:none;
}
#sidebar div#events h1,
#sidebar div#events h2,
#sidebar div#events h3,
#sidebar div#events h4 {
	font-size:1.24em;
	margin-left:3px;
}
#sidebar div#events img {
	position:absolute;
	left:8px;
	top:-6px;
}
#sidebar div#events p {
	margin:4px 0 13px;
}
#sidebar div#events p a.events {
	background:#c8d5e0;
	line-height:1.4;
	padding: 1px 2px;
}
#sidebar div#events p small {
	display:block;
	font-size:.6em;
	font-weight:bold;
	letter-spacing:0.3ex;
	text-transform:uppercase;
}

/* quote */
#sidebar div#quote {
	color:#3672ab;
	font-size:1.25em;
	float:left;
	line-height:1.3;
	padding:20px;
	text-align:center;
	vertical-align:top;
	width:284px;
}
#sidebar div#quote p {
	color:#535353;
	letter-spacing:0.3ex;
	font-size:.5em;
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
}
#sidebar div#quote span.quote {
	font-size:1.8em;
	line-height:0.35;
	vertical-align:bottom;
}

/* subnav */
#subnav {
	margin-bottom:1.2em;
}
#subnav ul {
	clear:both;
	overflow:auto;
	width:100%;
}
#subnav ul li {
	float:left;
}
#subnav ul li a {
	color:#3c3d3e;
	text-decoration:none;
}
#subnav #first {
	background:#d0e7f0 url(/images/sub_normal.png) repeat-x bottom left;
	clear:both;
	overflow:auto;
	width:100%;
}
#subnav #first li {
	padding-bottom:4px;
}
#subnav #first li.here {
	background:url(/images/sub_notch.png) no-repeat bottom center;
}
#subnav #first li.here a {
	background:#1f5a80;
	color:#fff;
}
#subnav #first li.here a:hover {
	background:#1f5a80;
}
#subnav #first li a {
	display:block;
	font-size:0.8em;
	padding:0.01em 10px 0.04em;
}
#subnav #first li a:hover {
	background:#d2dee6;
}
#subnav #second {
	border-bottom:1px solid #d2dee6;
}
#subnav #second li {
	margin:0 0.4em 0.1em 0;
	padding:0 0 0 10px;
}
#subnav #second li a {
	background:url(/images/sub_dot_off.png) no-repeat center left;
	display:block;
	font-size:0.75em;
	margin-bottom:0.2em;
	padding:0 0 0 10px;
}
#subnav #second li a:hover {
	text-decoration:underline;
}
#subnav #second li.here { }
#subnav #second li.here a {
	background:url(/images/sub_dot_on.png) no-repeat center left;
	color:#1f5a80;
	margin:0;
}
#subnav #second li.here a:hover {
	text-decoration:none;
}

body.home {
	background:#9fbdc7 url(/images/home_bg.png) repeat-x;
}
body.home #header {
	height:420px;
}
body.home #header img#header_logo {
	left:auto;
	right:42px;
	top:111px;
}
body.home #header img#header_tablet {
	left:-27px;
	top:28px;
}
body.home #main {
	background:url(/images/home_header.png) top left no-repeat;
}
body.home #navigation {
	top:372px;
}
body.home #page div#content {
	float:right;
}
body.home #sidebar {
	float:left;
}
