﻿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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	font-family: Calibri, Tahoma, "Helvetica", "Helvetica Neue", Arial, sans-serif; 
	font-size:62.5%;
	background: #088a99 url(images/bg.jpg) 50% top no-repeat;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td
{
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

#hiddenprint
{
display: none;
}

/* ---------------------------------------------------------------
Page containment styles
--------------------------------------------------------------- */

#contain
{
	width: 820px;
	margin: auto;
}


/* ---------------------------------------------------------------
Header Styles
--------------------------------------------------------------- */
#header {
	/*background: url(images/bg_header_right.png) no-repeat right 0;*/
	/*margin-bottom: -.5em;*/
	position: relative;
	padding: 0 0 0 0;
	background: #fff url(images/ebay_banner_original.jpg) 0px 0px no-repeat;
	border-left: 1px solid #044f64;
	border-right: 1px solid #044f64;
}

	#header h1
	{
		position: absolute;
		left: 6px;
		top: 6px;
		width: 338px;
		height: 71px;
		background: #fff url(images/logo.jpg) left top no-repeat;
	}
	
		#header h1 a
		{
			display: block;
			padding: 71px 0 0 0;
			width: 338px;
			height: 0;
			outline: none;
			overflow: hidden;
		}

#headerInner {
	/*background: url(images/bg_header_left.png) left top no-repeat;*/
	height: 170px;
}

div#botLeft, div#botRight {
	width: 2px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 5px;
	background: url(images/bg_header_BL.png) no-repeat 0 0;
}
div#botRight {
	left: auto;
	right: 5px;
	background: url(images/bg_header_BR.png) no-repeat 0 0;
}
#logo {
	float: left;
	margin: 3.5em 0 2.5em 3em;	
}
body#home #logo {
	margin-top: 4.2em;
}
#logo img {
	/*width: 19.5em;*/
}
body#home #logo img {
	width: 23em;
}

/* ---------------------------------------------------------------
Primary Navigation
--------------------------------------------------------------- */
ul#primaryNavigation {
	background: url(/images/bg_primaryNav.png) no-repeat top right;
	clear: both;
	position: relative;
}

ul#primaryNavigation li
{
	float: left;
	position: relative;
	border: 0px;
}

ul#primaryNavigation li.menuitem {
	margin-left: 0.8em;
	left: 3px;
	top: 170px;
}
ul#primaryNavigation li a {
	float: left;
	padding: .2em 1.1em .2em 1.3em;
	color: #077f8f;
	margin-right: 2px;
	position: relative;
	text-decoration: underline;
	font-weight: bold;
}
ul#primaryNavigation li.menuitem a {
	color: #077f8f;
}

ul#primaryNavigation li.hover {
	background: url(/images/bg_primaryNavHover.png) repeat;
}

body#menuitem ul#primaryNavigation li.menuitem,
body#contact ul#primaryNavigation li.contact,
body#login ul#primaryNavigation li.login  {
	background: url(/images/bg_primaryNavActive_rt.gif) top right no-repeat;
		border-bottom-color: #fff;
}
body#menuitem ul#primaryNavigation li.menuitem a,
body#contact ul#primaryNavigation li.contact a,
body#login ul#primaryNavigation li.login a {
	background: url(/images/bg_primaryNavActive.gif) top left no-repeat;
	color: #333;
}

ul#primaryNavigation li.menuitem a
{
	font: bold 14px/16px tahoma, arial, sans-serif;
}

ul#primaryNavigation li.contact
{
	top: -72px;
	left: -18px;
}

ul#primaryNavigation li.login
{
	top: -90px;
	left: 46px;
}

ul#primaryNavigation li.login
{
	border-left: 1px solid #077f8f;
	padding: 0;
	font: normal 11px/13px tahoma, arial, sans-serif;
}

ul#primaryNavigation li.contact a:link, ul#primaryNavigation li.contact a:visited,
ul#primaryNavigation li.login a:link, ul#primaryNavigation li.login a:visited
{
	font: normal 11px/13px tahoma, arial, sans-serif;
	text-decoration: none;
}

ul#primaryNavigation li.contact a:hover, ul#primaryNavigation li.contact a:active,
ul#primaryNavigation li.login a:hover, ul#primaryNavigation li.login a:active
{
	text-decoration: underline;
}

/* ---------------------------------------------------------------
Content Area Styles
--------------------------------------------------------------- */

/*Content Styles*/
#content {
	background: #fff;
	border-right: 1px solid #044f64;
	border-left: 1px solid #044f64;
	padding: 3.5em 35px;
	color: #333;
}

body#home #content {
	padding: 2em 0 0 0;	
}

/*Homepage Content Styles*/
body#home p.intro {
	font-family: Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif; 
	padding: 2em 0 3.5em 2em;
	font-size: 1.9em;
	color: #555;
	width: 55%;
	float: left;
	line-height: 1.50;
}

#feature {
	width: 31%;
	float: right;
	margin: 5em 2.5em 0 0;
}

#content #feature img {
	margin-bottom: .9em;
	border: 1px solid #eee;
	padding: 5px;
	background: #fff;
}

#content #feature li#slideShowLoading img {
	border: 0;
}

#content #feature li.slideShowLoading img {
	border: 0;
}

#content #feature h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #5e9c37;
	margin: 0 0 .2em;
	line-height: 1.2em;
}

#content #feature p {
	font-size: 1.4em;
	color: #444;
}

#content #feature li {
	font-size: 1em;
	margin: 0;
}

#content #feature div {
padding:15px 0 0 15px;
}

/*Primary Content Styles*/
#primaryContent {
	width: 65%;
	float: left;
position: relative;
}

div#primaryContent {
	width: 60%;
}

div#primaryContent, 
div#primaryContent.landing {
	float: right;
	width: 55%;
	margin-top: 5.5em;
}

/*Headings*/
#content h1 {
	font-family: "Calibri", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 3em;
	font-weight: normal;
	color: #077f8f;
	letter-spacing: -.04em;
	line-height: 1.2em;
	margin-bottom: .3em;
}

#menuitem #overview h1, 
#contact .entry #overview h1 { font-size:2.6em; }
#login #overview.landing h1 { font-size:3em; }

#content h1 a {
	text-decoration: none;
}
#content h1 a:hover {
	text-decoration: underline;
}

#content h2 {
	font-size: 1.8em;
	line-height:1.2em;
	margin: 1.5em 0 .5em;
	clear: left;
	color: #444;
	font-weight: bold;
	font-family: "Calibri","Tahoma", Helvetica, Arial, sans-serif; 
}

#content h3 {
	font-size: 1.5em;
	margin: 1em 0 .5em;
	color: #666;
	font-weight: bold;
	font-family: "Calibri","Tahoma", Helvetica, Arial, sans-serif; 
}

#content h4 {
	font-size: 1.3em;
	margin: 1em 0 .2em;
	color: #555;
	font-weight: bold;
}

#content .datemarker
{
	position: relative;
}

	#content .datemarker p
	{
		position: absolute;
		left: -35px;
		top: 0;
		padding: 4px 0 0 0;
		width: 29px;
		height: 35px;
		font: normal 11px/14px tahoma, verdana, sans-serif;
		color: #fff;
		text-align: center;
		background: url(/css/images/bg_date.jpg) left top no-repeat;
	}

.completed {
text-decoration: line-through;
}

.recordcount  {
	padding-left: 3px;
	color : #000000; 
	font-weight : normal; 
	font-size : 8pt;
	font-family : Calibri, Tahoma, Verdana, Helvetica, sans-serif;
	}


/*Overview Styles*/
#content #overview {
	margin: 1em 0 2em;
}

#content #overview p {
	font-family: "Calibri","Tahoma", Helvetica, Arial, sans-serif; 
	font-size: 1.7em;
	padding:0 0 .5em;
	color: #777;
	clear: right;
}

#content #overview.landing p 
{ padding:0 0 1em; }

strong {
font-weight: bold;
}

em {
font-style: italic;
}

/* content links*/
#content a:link,
#content a:visited {
	text-decoration: underline;
	color: #077f8f;
}
#content a:visited {
	color: #077f8f;
}
#content a:hover
{
	color: #33a2b1;
}

#content p, #content li {
	font-size: 1.4em;
	padding: 0 0 1.5em;
	margin:0;
	line-height: 1.4em;
	color: #444;
}
#content p sup { font-size:.7em; position:relative; top:-.4em; }

#content li {
	list-style-type: disc;
	margin-left: 2.5em;
}
dt {
	font-weight: bold;
	float: left;
	clear: left;
}
dt, dd {
	font-size: 1.3em;
	line-height: 1.6em;
	display: inline;
	padding-right: .5em;
	display: block;
}

#content .exampleImgs { padding:0 0 1em; width:100%; overflow:hidden; }

#content ul.recentArticles li {
	clear: left;
	margin-bottom: 2em;
	font-size: 1em;
}
#content iframe {
	width: 100%;
}
pre {font-family: "Consolas", "Courier New", Courier, mono, serif;
	font-size: 1.1em;
	background: #444;
	padding:1em;
	margin: 0 0 2em;
	color: #eee;
	line-height: 1.3em;
	border: 1px solid #111;
	width: 100%;
	overflow: auto;
}
code{font-family: "Consolas", "Courier New", Courier, mono, serif;}

table {
	width: 100%;
	border: 0px solid #fff;
	border-collapse: collapse;
}

table td, table th {
	border: 0px solid #ccc;
	padding: .5em;
    font-size: 1.2em;
}

table th
{
	font-weight: bold;
	background-color: #088A9A;
	color: #fff;
}

#content th a:link,
#content th a:visited {
	text-decoration: underline;
	color: #fff;
}
#content th a:visited {
	color: #fff;
}
#content th a:hover {
	color: #fff;
}

table thead th {
font-size: 1.1em;
}

div#primaryContent {
width: 80%
}
span.draft {color: red; font-size: .8em;}

#content ul#services li {
	font-size: 1em;
	list-style: none;
	margin: 0;
}

#content ul#services li h2{
	font-size: 1.7em;
	padding:0 0 .3em;
	margin: 0;
}

/* Project list styles */

#content ul.projectList
{
	width: 760px;
}

	#content ul.projectList li
	{
		margin: 0;
		float: left;
		list-style-type: none;
		width: 250px;
		height: 130px;
	}

		#content ul.projectList li a.projectThumb
		{
			display: block;
			float: left;
			width: 88px;
			margin: 0 10px 0 0;
			text-align: right;
		}
		
		#content ul.projectList li .item_content
		{
			float: left;
			width: 140px;
		}

		#content ul.projectList li h2
		{
			padding: 0 0 4px 0;
			margin: 0;
			font: bold 12px/14px tahoma, arial, sans-serif;
		}

		#content ul.projectList li p
		{
			padding: 0;
			margin: 0;
			font: normal 11px/15px tahoma, arial, sans-serif;
		}

/* End project list styles */

/* ---------------------------------------------------------------
Lab Styles
--------------------------------------------------------------- */
div.entry {
margin-bottom: 5em;
border-bottom: 1px dotted #ddd;
padding-bottom: 3em;
}

div.recentArticles div.entry {
padding-bottom: .5em;
margin-bottom: 2.5em;
}

#content div.recentArticles img {
margin-top: 0;
float: left;
}

#content div.recentArticles p {
padding:0 0 .6em;
}

#content ul.metaLinks {
float: right;
margin-left: 2em;
padding: 0 5px;
margin-right: 0;
}
#content ul.metaLinks li {
list-style: none;
clear: left;
font-size: 1.2em;
padding:0 0 .5em;
}

#content ul.metaLinks li a {
color: #999;
}

#content ul.metaLinks li a span.numComments  {
font-size: 1.4em;
margin-right: .3em;
float: left;
text-decoration: none;
font-weight: normal;
}

#content ul.metaLinks li a span {
text-decoration: underline;
}

#content div.recentArticles h2 {
margin:0 0 .2em;
clear: none;
line-height:1.2em; 
}

#content #overview p.note, #content p.note {
background:#fefbe2;
padding:10px;
font-size:1.2em;
border:1px solid #8cc264;
margin:1.5em 0;
}
#content #overview p.outdated, #content p.outdated {
border: 1px solid #840505;
font-size:1.3em;
background:#BC0909;
padding:10px;
margin:1.5em 0;
color: #fff;
}
#content #overview p.outdated a, #content p.outdated a {
color: #fff;
}
#content div.recentArticles img {
border: 1px solid #ccc;
}
#content div.commentEntry p {
width: 100%;
overflow: auto;
}
dl.topics dt, dl.topics dd {
	display: inline;
	float: none;
	line-height: 1.4em;
	font-size: 1.2em;
	clear: none;
color: #444;
}
#overview dl.topics dt, #overview dl.topics dd {
font-size: 1.3em;
}
dl.topics dt {
color: #666;
}
#content dl.topics {
	margin: 0;
	padding:0 0 2em;
float: none;
clear: left;
}
#content div.commentEntry p.posted {
font-weight: bold;
font-style: italic;
color: #a8a87f;
font-size: 1.2em;
text-indent: 20px;
padding-top: .5em;
background: url(images/bg_contact_q_r.gif) 10px -1px no-repeat;
margin-top: 0;
border-top: 5px solid #e0e0cf;
}

#content div.fg p.posted {
border-top-color: #a0cf87;
color: #666;
background: url(images/bg_contact_q_fg.gif) 10px -1px no-repeat;
}
#content span.fgCommenter {
color: #4f9c29;
}

/*  NEW STYLES -- use these going forward  */
#labHeader { padding:20px 0 0; height:18em; }
#content #labHeader p { font-size:1.4em; padding:0 0 .5em; line-height:1.3; color:#333; }

#labFeature { float:left; position:relative; width:320px;  } 
.labFeatureItem { position: absolute;z-index: 1; background: #fff; padding:45px 0 0 235px; left: -35px; top: -45px; width:320px;height:18em; }
#labFeature img { position:absolute; z-index: 2; }
#labFeature .labFeatureContent { position:relative; z-index: 99; }
#content #labFeature h2 { font-size:1.7em; margin-top:0; line-height: 1.3; }
#content #labFeature p.posted { font-size:1.2em; font-weight:bold; color:#565656; }

#labTwitter { float:right; width:200px; padding:0 0 0 18px; /*background: url(images/icon_twitter.gif) no-repeat 20px 0;*/ border-left:1px dotted #ccc; }
#content #labTwitter h2 { font-size:1.3em; font-weight:bold; color:#909090; margin:2px 0 1em; /*padding-left:34px;*/ }
#content #labTwitter h2 a { color:#76a054; }
#content #labTwitter a { text-decoration: none; }
#content #labTwitter a:hover { text-decoration:underline; }
#content #labTwitter p { font-size: 1.3em; }
#content #labTwitter p.posted { font-size:1.1em; color:#777; }

#content #labTwitter p.posted a:link,
#content #labTwitter p.posted a:visited,
#content #labTwitter p.posted a:hover,
#content #labTwitter p.posted a:active { color:#777; }

#labArticles { padding:15px 0 0; }
#content #labArticles h3 { font-size:1.6em; color:#999; margin:0 0 1em; }
#content #labArticles h4 { font-size:1.3em; margin:0; padding:9px 0; }
#content #articleNav h4 { color:#888; }
#content #articleToolbar h4 { float:left; color:#fff; text-transform: capitalize; }
#content #articleNav h4 { padding-left:10px; border-bottom:1px solid #fff; margin-bottom:20px; }

#articleNav { float:left; width:195px; padding-bottom: 20px; position:relative; left:-10px; background: url(images/bg_lab_nav.gif) no-repeat right top; }
#articles { float:right; width:548px; }

#articleToolbar { position:relative; background-color:#4e922b; padding:0 10px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
#articleToolbar .sortList { float:right; font-size:1.1em; line-height:1; color:#eee; margin:10px 0 0; }
#articleToolbar .sortList span { font-weight:bold; padding:0 5px 0 0; }

#articleToolbar .sortList a:link,
#articleToolbar .sortList a:visited { color:#eee; text-decoration:none; padding:0 5px; margin:0 2px; text-decoration: underline; }
#articleToolbar .sortList a:hover, 
#articleToolbar .sortList a:active { color:#fff; text-decoration: none; }

#articleToolbar .sortList a.selected:link,
#articleToolbar .sortList a.selected:visited,
#articleToolbar .sortList a.selected:hover, 
#articleToolbar .sortList a.selected:active { background-color:#3f7c1f; color:#fff; font-weight:bold; -moz-border-radius: 3px; -webkit-border-radius: 3px; text-decoration:none;padding: .3em .5em; }

#articles .post { float:left; clear:left; width:100%; padding:20px 0 25px; border-top:2px solid #f0f0f0; }
#articles .post.first-post { border:0; }
#content #articles .post h3, #content #articles .post h4, #content #articles .post p { padding:0 10px; margin:0; }
#content #articles .post h3 { font-size:1.4em; line-height:1.2em; }
#content #articles .post h3 a { text-decoration: none; }
#content #articles .post h4 { font-size:1em; text-transform: uppercase; color:#777; font-weight:normal; margin:0 0 2px; }
#articles .postTitle { float:left; width:360px; }
#articles .post p { float:right; font-size:1.3em; padding-right:10px; color:#999; }

#articles .post p a:link,
#articles .post p a:visited { color:#C4C4C4; text-decoration:none; }
#articles .post p a:hover,
#articles .post p a:active { text-decoration:underline; }

#articles .post p span { font-size:1.5em; font-weight:bold; }

#content #articleNav li, #content #labSubscribe li { list-style-type:none; line-height:1; margin:0; padding:0; }
#content #articleNav li { font-size:1.1em; text-transform:uppercase; }
#content #articleNav li a span { color:#666; }

#content #articleNav li a:link,
#content #articleNav li a:visited { display:block; line-height:1.2; padding:6px 10px; text-decoration:none; color:#2d7100; }
#content #articleNav li a:hover,
#content #articleNav li a:active { background-color:#eee; }

#content #articleNav li a.navOn:link,
#content #articleNav li a.navOn:visited,
#content #articleNav li a.navOn:hover,
#content #articleNav li a.navOn:active { background:#fff url(images/arrow_lab_nav_on.gif) no-repeat right; }

#labSubscribe { float:left; width:100%; margin:20px 0 0; padding:15px 0; background-color:#fff; position: absolute; bottom: -60px;}
#content #labSubscribe p, #content #labSubscribe li { float:left; font-size:1.2em; }
#content #labSubscribe p { padding:0 5px 0 0; }

#content #articleNav #labSubscribe li a:link,
#content #articleNav #labSubscribe li a:visited,
#content #articleNav #labSubscribe li a:hover,
#content #articleNav #labSubscribe li a:active { float:none; display:inline; padding:0; background-color:#fff; line-height:1; }

#content #labSubscribe li.rss { padding:2px 0 2px 18px; margin-left:10px; background: url(images/feed-icon-14x14.gif) no-repeat 0 0; }

/*Comments and Tracks*/
div#comments {
	margin: 3em 0;
}

div.commentEntry {
	margin: 2em 0 3em;
}

div.commentBody {
	background: #f0f0e8;
	padding: .5em 15px;
	border-top: 1px solid #e0e0cf;
}

div.socialData {
margin: 3em 0;
}

#content div.commentEntry p {
	padding:.5em 0 1em;
	font-size: 1.3em;
}

#content div.commentEntry blockquote {
	margin:0 1em; 
	padding:.5em .5em 1em 30px;
	font-size: 1.3em;
	line-height: 1.4em;
	font-style: italic;
	background:url(images/bg_blockquote.png) no-repeat 0 0;
}

#content div.commentEntry code {
display:block;	
padding:.5em 1em;
margin:0 0 .5em;
	font-size: 1.2em;
	line-height: 1.4em;
background-color:#fff;
color:#666;
}

#content div.fg div.commentBody{
	border-top-color: #a0cf87;
	background: #e7eee3;
}

/*Form Elements*/
input.text, textarea, input {
	color: #222;
	background: #fff;
	border: 1px solid #aaa;
	display: block;
	width: 8.5em;
	float: left;
}

input.text:focus, textarea:focus, input:focus {
	background: #efefe7;
}

textarea {
	float: none;
	display: block;
	width: 35.7em;
	height: 10em;
	padding: 1em 10px;
	font-family:"Calibri", "Tahoma", "Lucida Grande", Verdana, sans-serif; 
	font-size: 1.3em;
}

button {
	background: url(images/btn_green.gif) repeat-x 0 0;
	border: 2px solid #2a7802;
	padding: .3em .4em;
	margin: 0 0 0 .1em;
	cursor: pointer;
	float: right;
	font-size: 1.1em;
	font-weight: bold;
	color: #eee;

}

button:hover {
	color: #fff;
}

label {
	display: block;
	color: #444;
}

span.required {
font-size: .8em;
font-weight: normal;
color: red;
position: relative;
top: -.3em;
left: .2em;
}

h2 span.required {
left: auto;
float: right;
top: -1em;
}

#comment_form {
margin: 2em 0 5em;
}

#comment_form input.text {
	margin-bottom: 1em;
	float: none;
clear: none;
	width: 25em;
margin-top: -2em;
margin-left: 5em;
}

#content #comment_form input.captcha{
	float: none;
	display: block;
	margin-left: 150px;
margin-top: 0;
padding-bottom: .65em;
}
#comment_form textarea {
	margin-bottom: 1em;
}
#content #comment_form img {
	float: left;
	margin: 0 .5em 0 0;
padding-bottom: 1em;
}
input#notify_me {
	float: left;
	margin: .1em .5em 0 0;
}

/* ---------------------------------------------------------------
Sliding window button Styles
--------------------------------------------------------------- */

div.btn, div.btn_left, div.btn_right
{
	position: relative;
	left: -1px;
	top: -1px;
	float: left;
}

div.btn			{ background: url(images/btn_left_noarrow.jpg) right top no-repeat; }	
div.btn_left	{ background: url(images/btn_leftarrow.jpg) left top no-repeat; }	
div.btn_right	{ background: url(images/btn_rightarrow.jpg) right top no-repeat; }

	#content div.btn a:link, #content div.btn a:visited,
	#content div.btn_left a:link, #content div.btn_left a:visited,
	#content div.btn_right a:link, #content div.btn_right a:visited
	{
		display: block;
		float: left;
		height: 20px;
		font: normal 11px/13px tahoma, verdana, sans-serif;
		color: #c4f6fc;
		text-decoration: none;
	}

	#content div.btn a:link, #content div.btn a:visited				{ padding: 6px 9px 0 10px; text-align: center; }
	#content div.btn_left a:link, #content div.btn_left a:visited	{ padding: 6px 10px 0 24px; text-align: right; }
	#content div.btn_right a:link, #content div.btn_right a:visited	{ padding: 6px 24px 0 10px; text-align: left; }
	
	#content div.btn a:hover, #content div.btn a:active,
	#content div.btn_left a:hover, #content div.btn_left a:active,
	#content div.btn_right a:hover, #content div.btn_right a:active
	{
		color: #fff;
	}

	#content div.btn a			{ background: url(images/btn_leftedge.jpg) left top no-repeat; }	
	#content div.btn_left a		{ background: url(images/btn_rightedge.jpg) right top no-repeat; }	
	#content div.btn_right a	{ background: url(images/btn_leftedge.jpg) left top no-repeat; }

/* ---------------------------------------------------------------
Secondary Content Styles
--------------------------------------------------------------- */

#secondaryContent {
	width: 25%;
	float: right;
	background: url(images/bg_feature_lift.jpg) no-repeat 0 0;
	padding: 0 0 0 2em;
        clear: right;
}

#secondaryContent ul {
margin-bottom: 4em;
}

#content #secondaryContent li {
	font-size: 1.3em;
	list-style-type: square;
	margin: 0 0 0 1.2em;
	padding:0 0 .8em;
	color: #bbb;
}

#content #secondaryContent li.rss {
	background: url(images/feed-icon-14x14.gif) left .4em no-repeat;
	padding:.2em 0 .4em 20px;
	list-style: none;
	margin: 0;
}

body#menuitem #secondaryContent h3 {
	font-size: 1.4em;
	color: #555;
}

#content #secondaryContent p {
	font-size: 1.2em;
	padding:0 0 1em;
}

#secondaryContent div.adr { padding:0 0 1.5em; }
#content #secondaryContent div.adr p { font-size:1.3em; padding:0 0 .2em; }

#secondaryContent.vcard h3 a:link, 
#secondaryContent.vcard h3 a:visited, 
#secondaryContent.vcard h3 a:hover, 
#secondaryContent.vcard h3 a:active { color:#333; text-decoration:none; cursor:default; }

div.sb_section {
	clear: both;
	padding: .5em 0 1.2em 0;
	float: left;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

div.sb_section a.sb_thumbnail { float:right; width:90px; padding:5px 0; margin:0 5px; }

/* slideshow styles */
ul.slideShow { position:relative; }

#content ul.slideShow li {position: relative; top: 0; left: 0; background: #fff; list-style: none !important; padding:0; margin:0; }
body.enhanced #content ul.slideShow li {position: absolute;}
ul.slideStroke li img { float:none; }
ul.slideShow div {background:#fff url(images/bg_feature_lift.jpg) 0 0 no-repeat; z-index:0; }
ul.slideShow span.controls {font-size: .6em; margin: .6em .2em; padding: .4em; clear: left; }

.backupSlideLoader { display:none; position:absolute; top:0; left:0; z-index:9999; width:100%; text-align:center; }

#content ul.slideShow li#slideShowLoading { text-align:center; }
#content ul.slideShow li#slideShowLoading img { margin-top:25%; }

#content ul.slideShow li.slideShowLoading { text-align:center; }
#content ul.slideShow li.slideShowLoading img, 
.backupSlideLoader img { margin-top:25%; }

ul.slideStroke li img { border:1px solid #eee; margin:0; }
ul.slideStroke li#slideShowLoading img { border:0; }

ul.slideStroke li.slideShowLoading img { border:0; }

#content #exampleRadius { background:#fff url(images/radius_homepage.jpg) no-repeat 32px 2px; padding-top:130px; }
#content #exampleRadius ul.slideShow li, #content #exampleRadius ul.slideShow li div { background-color:transparent !important; }

.example_right {
	float: right;
	margin: 1em -8em 1em 3em; 
	clear: both;
width: 50%;
}
.example_left {
	float: left;
	margin: 1em 3em 1em 0;  
	clear: both;
width: 50%;
}

img.illustration { border:1px solid #ddd; }

body.enhanced .example_right, body.enhanced .example_left {
width: auto;
}
#login .example_right {
margin-right: 0;
}
#content .example_left p, 
#content .example_right p,#content p.caption {
clear:both;
	font-size: 1.2em;
	color: #666;
	padding:.5em 0;
	font-style: italic;
}

/* ---------------------------------------------------------------
Footer Styles
--------------------------------------------------------------- */

#footer {
	background: url(images/bg_footer_right.gif) no-repeat right 0;	
	padding-right: 9px;
clear: both;
}

#footerInterior {
background: #fff;
border-left:1px solid #232323;
border-right:1px solid #232323;
padding: 0 0 2em;
}

#footerContain {
background: url(images/bg_intFooter_divide.jpg) repeat-x 0 3.5em;
clear: both;
padding: 6em 30px 0;
}

#footerInterior h4 {
font-size: 1.3em;
margin-top: 0;
}

#footerInterior #footerContain div {
float: left;
}

#footerInterior div#footerServices {
width: 30%;
}

#footerInterior div#footerPortfolio {
width: 64%;
padding-left: 4%;
border-left: 1px dotted #ccc;
}

#footerInterior ul {
margin: 1em 0;
}

#footerInterior li {
padding: .3em 0;
list-style: none;
font-size: 1.1em;
line-height: 1em;
margin: 0;
float: left;
}

#footerInterior div#footerPortfolio li {
margin-right: 1%;
width: 32%;
}

#footerInterior div#footerServices li {
margin-right: 5%;
float: none;
}

#footerInterior a {
text-decoration: none;
color: #4e9a29;
}

#footerInterior a:hover {
text-decoration: underline;
}

#footerInterior li a {
color: #666;
}

#footerInterior li a.currentPage:link,
#footerInterior li a.currentPage:visited,
#footerInterior li a.currentPage:hover,
#footerInterior li a.currentPage:active { font-weight:bold; }

#footerInner {
	background: url(images/bg_footer_left.gif) no-repeat 0 0;
	padding-left: 5px;
	height: 10px;
}

p#copyright {
	font-size: 1.3em;
	margin: .5em 1.5em;
	color: #f0f0e9;
}

.AjaxPanel
{
	position: relative;
	left: 2.5%;
	width: 95%;
}

.GridControls
{
	position:relative;
	width: 100%;
}
 
.GridLeft { position: relative; float:left; }
.GridGreenLeft 
{
	position: relative;
	float:left; 
	font-size: 1.4em;
	font-weight: bold;
	color: #5e9c37;
}

.GridRight
{
	float: right;
	text-align: right;
	position: relative;
	vertical-align: bottom;
}

/* ---------------------------------------------------------------
Clearfix
--------------------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*BlockUI Panel stuff*/
div.blockMsg {
  background-color: #FFF;
  border: 1px solid #ddd;
  height: 100px;
  text-align: center;
  width: 270px;
}

.progress {
  background-image: url(images/progress-indicator.gif);
  background-position: center center;
  background-repeat: no-repeat; 
}

#helpline
{
	background-color: transparent;
	color: #AAA;
	border-style: none;
	font-size: small;
}

.btn
{
	font-size: small;
	border: 1px solid #444;
	font-weight: normal;
	font-family: "Calibri" , Verdana, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #333;
	background-color: #eee;
}

.btn:hover {
	border-color: #999;
	color: #888;
}

/* poll code */

.poll
{
	float: right;
	padding-bottom: 14px;
	width: 750px;
	background-color: #e9e9e9;
	border: 1px solid #077f8f;
}

	.poll h3
	{
		text-align: center;
		padding-left: 10px;
	}

		.poll h3 span
		{
			font-family: tahoma;
			font-size: 11px;
			color: #077f8f;
		}

	.poll table input
	{
	}

	.poll table
	{
		margin-bottom: 14px;
		background-color: transparent;
	}
	
		.poll table input
		{
			float: left;
			width: 16px;
		}
		
		.poll table label
		{
			position: relative;
			top: 4px;
			float: left;
		}
		
	.poll .btn_right
	{
		position: relative;
		left: 10px;
	}