/* CSS Document */

/********************** MAIN STYLES **********************/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	behavior:url("csshover.htc");
}
p {
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 12px 0px;
}
h1 {
	font-size: 24px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px;
	padding: 6px 0px 3px 0px;
	border-top: solid 1px #000000;
	clear: both;
}
h2 {
	font-size: 20px;
	color: #C8582D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 3px 0px;
}
h3 {
	font-size: 18px;
	color: #094B7C;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 3px 0px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 6px 0px;
}
h5 {
	font-size: 18px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 3px 0px;
}
h6 {
	font-size: 16px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px;
	padding: 3px 0px 6px 0px;
}
hr {
	border-top: solid 1px #000000;
	border-bottom: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
}
#columnwide ul, #columnwide ol { 
	font-family: Georgia, "Times New Roman", Times, serif;
}
#columnwide li {
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 6px 0px;
}
a:link {
	color: #094B7C;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #094B7C;
	text-decoration: none;
}
a:active {
	color: #094B7C;
	text-decoration: underline;
}
h2 a:link {
	color: #C8582D;
	text-decoration: none;
}
h2 a:visited {
	color: #C8582D;
	text-decoration: none;
}
h2 a:hover {
	color: #C8582D;
	text-decoration: underline;
}
h2 a:active {
	color: #C8582D;
	text-decoration: underline;
}
a:focus { /*this avoids having image replacement sections display a dotted outline*/
	-moz-outline-style: none;
}
#wrapper {
	width: 940px;
	margin: 0px auto;
	padding: 0px auto;
}
.clear {
	clear: both;
}
.left {
	float: left;
	padding-right: 6px;
}
.right {
	float: right;
	padding-left: 6px;
}
.leftclear {
	float: left;
	padding-right: 6px;
	position: relative;
}
.rightclear {
	float: right;
	padding-left: 6px;
	position: relative;
}
.leftbuttons {
	float: left;
	padding-top: 3px;
	padding-right: 6px;
}
.rightbuttons {
	float: right;
	padding-top: 3px;
	padding-left: 6px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.ad {
	margin: 18px 0px 18px 0px;
	padding: 0px;
	border: solid 1px #DCDDDE;
}
#sidebar div.ad p {
	color: #CCCCCC;
	text-align: center;
	font-size: 11px;
	margin:0px;
	padding: 0px;
}
#sidebar div.ad a, #sidebar div.ad a:link, #sidebar div.ad a:visited {
	border: solid 0px #FFFFFF;
	padding: 0px;
	margin: 0px;
}
#sidebar .ad a:hover {
	background-color: #FFFFFF;
}
.smaller {
	font-size: 70%;
	font-weight: normal;
	color: #999999;
}
.date {
	color: #999999;
}
.orange {
	color: #C8582D;
	font-weight: bold;
}
.texthighlight, h5.texthighlight {
	background: #E9F4F2;
	padding: 3px;
	color: #000000;
}
.texthighlight a {
	color: #000000;
	text-decoration: none;
}
.texthighlight a:hover {
	color: #094B7C;
	text-decoration: none;
}
.areahighlight {
	background: #E9F4F2;
	padding: 3px;
}
.morelink, #columnwide .TabbedPanelsContent p.morelink a {
	text-align: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.morelink a:hover, #columnwide .TabbedPanelsContent p.morelink a:hover {
	text-align: right;
	font-size: 11px;
	text-decoration: underline;
}
.sortlink {
	float: right;
	text-align: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.sortlink a {
	text-decoration: underline;
}
.sortlink a:hover {
	text-decoration: none;
}
a.kudos, a:link.kudos { /*puts a thumbs up kudos icon to the left of the linked text*/
	padding: 6px 10px 2px 23px;
	background: transparent url(img/ico-kudos.gif) no-repeat 0px 2px;
	color: #C8582D;
	text-decoration: none;
}
a.email, a:link.email { /*puts an email envelope icon to the left of the linked text*/
	padding: 6px 10px 2px 24px;
	background: transparent url(img/ico-email.gif) no-repeat 0px 2px;
	color: #C8582D;
	text-decoration: none;
}
a.comment, a:link.comment { /*puts a comment bubble icon to the left of the linked text*/
	padding: 6px 10px 2px 26px;
	background: transparent url(img/ico-comment.gif) no-repeat 0px 2px;
	color: #C8582D;
	text-decoration: none;
}
a.subscribe, a:link.subscribe { /*puts a comment bubble icon to the left of the linked text*/
	padding: 6px 10px 2px 21px;
	background: transparent url(img/ico-subscribe.gif) no-repeat 0px 2px;
	color: #C8582D;
	text-decoration: none;
}
a:visited.kudos, a:visited.email, a:visited.comment, a:visited.subscribe {
	color: #C8582D;
	text-decoration: none;
}
a:hover.kudos, a:hover.email, a:hover.comment, a:hover.subscribe {
	color: #000000;
	text-decoration: none;
}
a:active.kudos, a:active.email, a:active.comment, a:active.subscribe {
	color: #C8582D;
	text-decoration: none;
}
p.status { /*puts a status notification triangle icon to the left of the linked text*/
	padding: 2px 10px 10px 20px;
	background: transparent url(img/ico-status.gif) no-repeat 0px 2px;
}
p.kudos { /*puts a status notification triangle icon to the left of the linked text*/
	padding: 6px 10px 10px 26px;
	background: transparent url(img/ico-kudos.gif) no-repeat 0px 2px;
}
p.tasks { /*puts a status notification triangle icon to the left of the linked text*/
	padding: 6px 10px 10px 20px;
	border-top: solid 1px #CCCCCC;
	background: transparent url(img/ico-tasks.gif) no-repeat 0px 6px;
}
p.goals { /*puts a status notification triangle icon to the left of the linked text*/
	padding: 6px 10px 10px 20px;
	border-top: solid 1px #CCCCCC;
	background: transparent url(img/ico-goals.gif) no-repeat 0px 6px;
}
#columnleft h1, #columnright h1 {
	font-size: 20px;
}
#columnleft h2, #columnright h2 {
	font-size: 14px;
}
#columnleft h2 .smaller, #columnright h2 .smaller {
	font-size: 12px;
}
a.editbutton, a:link.editbutton, a:visited.editbutton, a:active.editbutton {
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	background-color: #094B7C;
	border: solid 1px #0B3C5E;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover.editbutton {
	background-color: #F26637;
	border: solid 1px #C8582D;
}
a.deletebutton, a:link.deletebutton, a:visited.deletebutton, a:active.deletebutton {
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	background-color: #F26637;
	border: solid 1px #C8582D;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover.deletebutton {
	background-color: #094B7C;
	border: solid 1px #0B3C5E;
}
p.prohome a, p.prohome a:link, p.prohome a:visited { /*puts a person profile home icon to the left of the linked text*/
	padding: 5px 0px 5px 33px;
	background: transparent url(img/ico-profile-home.gif) no-repeat 0px 0px;
	color: #FFFFFF;
	text-decoration: underline;
}
p.proinfo a, p.proinfo a:link, p.proinfo a:visited { /*puts a page profile info icon to the left of the linked text*/
	padding: 5px 0px 5px 33px;
	background: transparent url(img/ico-profile-info.gif) no-repeat 0px 0px;
	color: #FFFFFF;
	text-decoration: underline;
}
p.protools a, p.protools a:link, p.protools a:visited { /*puts a toolbox profile tools icon to the left of the linked text*/
	padding: 5px 0px 5px 33px;
	background: transparent url(img/ico-profile-tools.gif) no-repeat 0px 0px;
	color: #FFFFFF;
	text-decoration: underline;
}
p.promsg a, p.promsg a:link, p.promsg a:visited { /*puts a envelope profile message icon to the left of the linked text*/
	padding: 5px 0px 5px 33px;
	background: transparent url(img/ico-profile-messages.gif) no-repeat 0px 0px;
	color: #FFFFFF;
	text-decoration: underline;
}
p.prohome a:hover, p.proinfo a:hover, p.protools a:hover, p.promsg a:hover { 
	text-decoration: none;
	color: #000000;
}
.TabbedPanelsContent p.prohome, .TabbedPanelsContent p.proinfo, .TabbedPanelsContent p.protools, .TabbedPanelsContent p.promsg {
	padding: 6px 0px 6px 0px;
}


/********************** HEADER STYLES **********************/
#header {
	background: #F26537;
	border-bottom: solid 10px #231F20;
	height: 80px;
}
#header h1 {
	border-top: none;
	background: url(img/logo.gif) 0px 10px no-repeat;
	height: 75px;
	width: 585px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#header h1 span {
	display: none;
}
.search {
	width: 300px;
	height: 35px;
	margin: 47px 0px 0px 20px;
	float: left;
	position: relative;
}
.searchbgIE {
	background: url(img/btn-searchbox.gif) 0px 0px no-repeat;
	width: 252px;
	height: 23px;
	display: block;
	border: 1px solid #C8582D;
}
.searchbg {
	background: url(img/btn-searchbox.gif) 0px 0px no-repeat;
	width: 252px;
	height: 23px;
	display: block;
	border: 0px;
}
.search_button {
	position: absolute;
	top: 2px;
	left: 255px;
	border: 0px;
	margin: 0px 0px 0px 0px;
}
.search_field {
	float: left;
	margin-left: 6px;
	margin-top: 2px;
	padding: 0;
	width: 240px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	font: 1.0em Arial;
	background-color: transparent;
	border: 0px;
}
/* Navigation */
#navigation {
	float: right;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}
#navUL {
}
#navigation ul {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style:none;	
}
#navigation li {
	display: inline;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 0px 5px;	
	float: left;
}
#navigation a {
	color: #000000;
	background: url(img/nav_2.jpg) no-repeat 0% 0px;
	float: left;
	margin:	0px;
	padding: 0px;
	text-decoration: none;
}
#navigation a span {
	background: url(img/nav_r.jpg) no-repeat 100% 0px;
	display: block;
	padding: 10px 10px 11px 10px;
}
#navigation a span {
	float: none;
}
#navigation .highlight a {
	background-position: 0% -70px;
}
#navigation .highlight a span {
	background-position: 100% -70px;
	color: #FFFFFF;
}
#navigation a:hover {
	background-position: 0% -35px;
}
#navigation a:hover span {
	background-position: 100% -35px;
	color: #FFFFFF;
}


/********************** CONTENT STYLES **********************/
/* Subnavigation */
#sidebar {
	width: 180px;
	float: left;
	margin: 0px;
	padding: 0px;
	border-top: solid 1px #000000;
}
#sidebar h4 {
	padding: 0px 10px 0px 10px;
}
#sidebar p, #sidebar p a {
	padding: 12px 10px 6px 10px;
	font-size: 12px;
	font-weight: bold;
}
#sidebar p a:hover, #sidebar p a:active {
	display: inline;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-bottom: solid 1px #FFFFFF;
}
#sidebar p a, #sidebar p a:visited {
	display: inline;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-bottom: solid 1px #FFFFFF;
}
#sidebar a, #sidebar a:visited {
	font-size: 12px;
	color: #094B7C;
	display: block; 
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	border-bottom: dotted 2px #BFBFBF;
}
#sidebar a:hover {
	color: #094B7C;
	text-decoration: none;
	background-color: #EBEBEB;
}
#sidebar a:active {
	color: #094B7C;
	text-decoration: none;
}
div.hr hr { 
	display: none; /*Fix for IE*/
}
#sidebar div.hr {
	color: #000000;
	background-color: #000000;
	height: 7px;
	margin: 0px 10px 10px 10px;
	padding: 0px;
}
/* Connect button - can be used on right or left column */
.findpeople {
	margin: 18px 0px 18px 0px;
}
#sidebar .findpeople p, #columnnarrow .findpeople p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
#sidebar .findpeople a, #sidebar .findpeople a:visited, #columnnarrow .findpeople a, #columnnarrow .findpeople a:visited {
	font-size: 12px;
	display: block; 
	text-decoration: none;
	padding: 6px;
	background-color: #000000;
	border: double 6px #FFFFFF;
	color: #FFFFFF;
}
#sidebar .findpeople a:hover, #columnnarrow .findpeople a:hover {
	background: #094B7C;
}
#sidebar .findpeople a:active, #columnnarrow .findpeople a:active {
	background: #094B7C;
}
/* Content */
#content {
	float: left;
	margin: 45px 0px 20px 0px;
	padding: 0px;
	width: 760px;
}
#columnwide {
	float: left;
	width: 500px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
#columnwide p {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#columnwide label.styledBig {
	width: 450px;
	display: block; 
	float: left;
	padding: 2px 0px 2px 0px;
	margin: 5px 0px 0px 0px;
	text-align: right;
}
#columnwide label.styledBig input, #columnwide label.styledBig select {
	width: 320px;
} 
#columnleft {
	float: left;
	width: 240px;
	margin: 20px 20px 0px 0px;
	padding: 0px;
	display: inline;
}
#columnright {
	float: left;
	width: 240px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	display: inline;
}
#column_recent {
	float: left;
	width: 465px;
	margin: 0px;
	padding: 5px;
	background: #E9F4F2;
	display: inline;
}
#column_recent h2 {
	font-size: 16px;
	font-weight: bold;
}
.TabbedPanelsContent h4 {
	font-size: 18px;
	padding-bottom: 12px;
	color: #999999;
}
/* Form Formatting */
#columnwide form {
	margin: 0px;
	padding: 0px;
}
#columnwide form hr {
	border-top: solid 1px #D9D9D9;
	border-bottom: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
}
#columnwide label.styled {
	width: 380px;
	display: block;	
	float: left;
	padding: 2px 0px 2px 0px;
	margin: 5px 0px 0px 0px;
	text-align: right;
}
#columnwide label.styled input, #columnwide label.styled select {
	width: 200px;
}
div.indentform {
	margin: 0px 0px 0px 140px;
}
#columnwide form #2col {
	float: left;
	width: 200px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
/* Video Boxes */
.vidbox {
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
	background: url(img/img-vidbox-bg.jpg) 0px 0px repeat-x;
	border: solid 2px #DCDDDE;
}
.vidbox h1 {
	border: none;
	padding: 0px 0px 12px 0px;
}
.vidbox p {
}
.vidnote {
	font-size:13px;
	color:#094B7C;
	font-weight:bold;
}
a.boldbutton, a:link.boldbutton, a:visited.boldbutton, a:active.boldbutton {
	padding: 6px;
	margin: 10px 0px 0px 0px;
	background-color: #F26637;
	border: double 6px #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.boldbutton {
	background: #094B7C;
}
/* Small light blue People, Community, Planet box/button */
.cat-button {
	margin: 0px 8px 20px 8px;
	float: left;
	overflow: hidden;
	width: 144px;
	height: 90px;
	background: #E9F4F2;
}
.cat-button h1 {
	border: none;
	font-size: 18px;
	padding: 3px 0px 5px 3px;
}
#columnwide .cat-button p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0px 40px 0px 3px;
}
#columnwide .cat-button a {
	text-decoration: none;
	color: #000000;
}
.cat-button img {
	position: absolute;
	margin-left: 80px;
	margin-top: 5px;
}
/* Floating Thumnails (used for showing groups, members, etc. two side-by-side) */
.thumbnail {
	float: left;
	width: 210px;
	margin: 0px 5px 10px 5px;
	padding: 5px;
}
#columnwide .thumbnail p {
	margin-left: 56px;
}
.clearboth { 
	clear: both;
}
.featuredbuzz p {
	margin-left: 56px;

}
/* Light gray HR */
hr.gray {
	border-top: solid 2px #DCDDDE;
	border-bottom: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
}
/* Comment Bubble */
div.bubble {
	width: auto;
	font-size: 12px;
	margin-bottom: 45px;
}
div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 3px solid #E6E6E6;
	background-color: #E7F6FD;
}
div.bubble blockquote p {
	margin: 6px;
	padding: 0px;
}
div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 18px 0px 0px 15px;
	top: 15px;
	background: transparent url(img/img-tip.gif) no-repeat 20px 0px;
	font-style: normal;
}
/* Pagination */
#paginationclean {
	width: 440px;
	margin: 10px auto;
	padding: 0;
}
#paginationclean li {
	border: 0;
	margin: 0;
	padding: 0; 
	font-size: 11px; 
	list-style: none;
	float: left;
}
#paginationclean a {
	border: solid 1px #DCDDDE;
	margin-right: 2px;
}
#paginationclean .previous-off, #paginationclean .next-off {
	border: solid 1px #DCDDDE;
	color: #999999;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 2px;
	padding: 3px 4px;
}
#paginationclean .next a, #paginationclean .previous a {
	font-weight: bold;
}	
#paginationclean .active {
	background: #000000;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	float: left;
	padding: 4px 6px;
	margin-right: 2px;
}
#paginationclean a:link, #paginationclean a:visited {
	color: #000000;
	display: block;
	float: left;
	padding: 3px 6px;
	text-decoration: none;
}
#paginationclean a:hover {
	border: solid 1px #000000;
}
/* Right Side Column */
#columnnarrow {
	float: right;
	width: 220px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	display: inline;
}
.buybook {
	margin: 18px 0px 18px 0px;
	padding: 6px;
	background-color: #094B7C;
	border: double 6px #FFFFFF;
	color: #FFFFFF;
}
.buybook p {
	padding: 0px 0px 6px 60px;
}
.buybook a {
	font-size: 11px;
}
.buybook a:link {
	color: #FFFFFF;
}
.buybook a:visited {
	color: #999999;
}
.buybook a:hover {
	color: #FFFFFF;
}
.buybook a:active {
	color: #FFFFFF;
}
div.hr hr { 
	display: none; /*Fix for IE*/
}
#columnnarrow div.hr {
	color: #000000;
	background-color: #000000;
	height: 7px;
	margin: 0px;
	padding: 0px;
}
/* Box containing news and posts links */
.buzzbox {
	border: solid 1px #D9D9D9;
	margin: 0px 0px 18px 0px;
}
.buzzbox h6 {
	padding: 6px;
}
.buzzbox p {
	color: #094B7C;
	font-size: 14px;
	line-height: 12px;
	font-weight: bold;
	background-color: #D9D9D9;
	padding: 6px;
	text-align: right;
}
.buzzbox p a {
	color: #094B7C;
	font-weight: normal;
	font-size: 12px;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
.buzzbox p a:hover {
	color: #094B7C;
	text-decoration: none;
}
.articles a {
	font-size: 12px;
	color: #000000;
	display: block; 
	margin: 0px;
	padding: 6px;
	text-decoration: none;
	border-bottom: solid 1px #D9D9D9;
}
.articles a:visited {
	color: #333333;
	text-decoration: none;
}
.articles a:hover {
	color: #000000;
	text-decoration: underline;
}
.articles a:active {
	color: #000000;
	text-decoration: none;
}
/* Profile Quick Info Box */
.profilebox {
	padding: 10px;
	margin: 0px 0px 20px 0px;
	border: solid 2px #DCDDDE;
}
.profilebox p, .profilebox h1 {
	padding-left: 110px;
}
#columnwide .profilebox p {
	font-family: Arial, Helvetica, sans-serif;
}
.profilebox h1 {
	border-top: none;
	clear: none;
}
/* Kudos, Goals Reached, Projects link boxes under Profile box */
.link-box {
	margin: 0px 8px 20px 8px;
	float: left;
	width: 144px;
	height: 40px;
	background: #E9F4F2;
	cursor: pointer;
}
#columnwide .link-box p {
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px 30px 5px 5px;
	text-decoration: underline;
}
.link-box img {
	padding: 5px;
}
/* Profile Summary Box */
.projectbox {
	padding: 10px 10px 4px 10px;
	margin: 10px 0px 10px 0px;
	background: url(img/img-vidbox-bg.jpg) 0px 0px repeat-x;
	border: solid 2px #DCDDDE;
	/height: 105px;
	min-height: 135px;
	overflow: visible;
}
.gauge {
	border: solid 1px #DCDDDE;
	background-color: #FFFFFF;
	padding-top: 5px;
	text-align: center;
	width: 160px;
	float: right;
	margin-left: 5px;
}
#columnwide .projectbox p {
	font-family: Arial, Helvetica, sans-serif;
}
/* Table Styles */
.groups {
	background: #E9F4F2;
}
.results td {
	border-bottom: solid 1px #CCCCCC;
	padding-top: 10px;
}
.results th {
	text-align: left;
	border-bottom: solid 1px #000000;
	padding-bottom: 0px;
}
.results th a {
	text-decoration: none;
}
td.bottomrow {
	border-bottom: solid 1px #FFFFFF;
	margin-top: 12px;
}
td.unread {
	background: #EFEFEF;
}
.filter {
	background: #E9F4F2;
}

.cats td p {
	padding-bottom: 6px;
}
/********************** FOOTER STYLES **********************/
#footer {
	margin: 0px;
	padding: 10px 0px 60px 0px;
	background: #E6E6E6;
}
#footer p {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	color: #333333;
	font-size: 10px;
}
#footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;	
}
#footer a:hover, #footer a:active {
	color: #999999;
	text-decoration: underline;
}
/********************** news browsing STYLES **********************/

a.nextlink {
	border: solid 1px #DCDDDE;
	padding: 3px;
	color: #000000;
	text-decoration: none;
}
a:hover.nextlink {
	border: solid 1px #000000;
	padding: 3px;
	color: #000000;
	text-decoration: none;
}
a.bluebutton, a:link.bluebutton, a:visited.bluebutton, a:active.bluebutton {
	padding: 6px;
	margin: 10px 0px 0px 0px;
	background-color: #094B7C;
	border: double 6px #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.bluebutton {
	background: #F26637;
}
#columnwide .labelstyle {
	width: 380px;
	display: block;	
	float: left;
	padding: 2px 0px 2px 0px;
	margin: 5px 0px 0px 0px;
	text-align: right;
}
.specialblock {
	padding-top: 10px;
}
#quicklinks {
	width: 500px;
	height: 28px;
	padding-bottom: 18px;
}
#quicklinks ul	{
	width: 500px;
	height: 28px;
	background: url(img/btn-quicklinks.gif);
	margin: 0px;
	padding: 0px;
	position: relative;
}
#quicklinks ul li	{
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 0px;
}
#quicklinks ul li, #quicklinks a	{
	height: 28px;
	display: block;
}
#quicklinks ul li a	{
	text-indent: -9999px; 
	text-decoration: none;
}
#quick1 {left: 0px; width: 125px;}
#quick2 {left: 132px; width: 98px;}
#quick3 {left: 235px; width: 106px;}
#quick4 {left: 348px; width: 153px;}
#quick1 a:hover {background: transparent url(img/btn-quicklinks.gif) 0px -28px no-repeat;}
#quick2 a:hover {background: transparent url(img/btn-quicklinks.gif) -132px -28px no-repeat;}
#quick3 a:hover {background: transparent url(img/btn-quicklinks.gif) -235px -28px no-repeat;}
#quick4 a:hover {background: transparent url(img/btn-quicklinks.gif) -348px -28px no-repeat;}
.adsense {
	margin: 18px 0px 18px 0px;
	padding: 0px;
	background: #EEEEEE;
	border: solid 1px #DCDDDE;
}
#sidebar #feedburner {
	margin: 0px;
	padding: 0px;
}
#sidebar #feedburner form {
	margin: 0px;
	padding: 0px;
}
#sidebar #feedburner input {
	margin: 4px 0px 0px 0px;
	padding: 0px;
}
#sidebar #feedburner input.feedmail {
	width: 142px;
	font-size: 11px;
}
#sidebar #feedburner p {
	font-size: 12px;
	color: #C8582D;
	font-family: Arial, Helvetica, sans-serif;
	margin: 6px 0px 2px 0px;
	padding: 0px 0px 0px 6px;
}
#sidebar #feedburner p.feedlink {
	margin-top: 10px;
}
#sidebar #feedburner p a {
	font-size: 12px;
	color: #C8582D;
	text-decoration: none;
}
#sidebar #feedburner .black-link {
	color: #666666;
	margin-top: 8px;
	font-size: 11px;
}
.speciallink, #columnwide .speciallink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}

/* Document upload icons and styles */
p.ppt a, p.ppt a:link { /*puts a thumbs up kudos icon to the left of the linked text*/
	padding: 3px 0px 17px 25px;
	background: transparent url(img/ico-ppt.gif) no-repeat 0px 0px;
	color: #C8582D;
	text-decoration: none;
	font-weight: bold;
}
p.doc a, p.doc a:link { /*puts an email envelope icon to the left of the linked text*/
	padding: 3px 0px 17px 25px;
	background: transparent url(img/ico-doc.gif) no-repeat 0px 0px;
	color: #C8582D;
	text-decoration: none;
	font-weight: bold;
}
p.xls a, p.xls a:link { /*puts a comment bubble icon to the left of the linked text*/
	padding: 3px 0px 17px 25px;
	background: transparent url(img/ico-xls.gif) no-repeat 0px 0px;
	color: #C8582D;
	text-decoration: none;
	font-weight: bold;
}
p.pdf a, p.pdf a:link { /*puts a comment bubble icon to the left of the linked text*/
	padding: 3px 0px 17px 25px;
	background: transparent url(img/ico-pdf.gif) no-repeat 0px 0px;
	color: #C8582D;
	text-decoration: none;
	font-weight: bold;
}
p.img a, p.img a:link { /*puts a comment bubble icon to the left of the linked text*/
	padding: 3px 0px 17px 25px;
	background: transparent url(img/ico-img.gif) no-repeat 0px 0px;
	color: #C8582D;
	text-decoration: none;
	font-weight: bold;
}
p.zip a, p.zip a:link { /*puts a comment bubble icon to the left of the linked text*/
	padding: 3px 0px 17px 25px;
	background: transparent url(img/ico-zip.gif) no-repeat 0px 0px;
	color: #C8582D;
	text-decoration: none;
	font-weight: bold;
}
p.txt a, p.txt a:link { /*puts a comment bubble icon to the left of the linked text*/
	padding: 3px 0px 17px 25px;
	background: transparent url(img/ico-txt.gif) no-repeat 0px 0px;
	color: #C8582D;
	text-decoration: none;
	font-weight: bold;
}
p.ppt a:visited, p.doc a:visited, p.xls a:visited, p.pdf a:visited, p.img a:visited, p.zip a:visited, p.txt a:visited {
	color: #C8582D;
	text-decoration: none;
}
p.ppt a:hover, p.doc a:hover, p.xls a:hover, p.pdf a:hover, p.img a:hover, p.zip a:hover, p.txt a:hover {
	color: #000000;
	text-decoration: none;
}
p.ppt a:active, p.doc a:active, p.xls a:active, p.pdf a:active, p.img a:active, p.zip a:active, p.txt a:active {
	color: #C8582D;
	text-decoration: none;
}
p.ppt, p.doc, p.xls, p.pdf, p.img, p.zip, p.txt {
	padding: 3px 0px 2px 0px;
}
.descr {
	padding: 0px 0px 0px 25px;
	margin: 0px;
}
.docdate {
	padding: 4px 0px 12px 25px;
	color: #999999;
}
