/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
	position:relative;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
body {
	line-height:1;
}
textarea {
	overflow-y:auto;
}
:focus {
	outline: 0;
}
input[type="image"], input.type-image {
	border: 0;
}
/* /reset */

body {
	background: #fff url("../images/layout/backgrounds/stripe.png") 0 115px repeat-x;
}
body#home {
	background-position: 0 357px;
}
hr {
	background-color: #cacac9;
	color: #cacac9;
	height: 1px;
	overflow: hidden;
	margin: 20px 0;
	padding: 0;
	border: 0;
}
hr.lopsided {
	background-color: #cacac9;
	color: #cacac9;
	height: 1px;
	overflow: hidden;
	margin: -3px 0 25px 0;
	padding: 0;
	border: 0;
}
hr.tight {
	margin: 10px 0;
}
img.block {
	display: block;
}
img.framed {
	padding: 2px;
	border: 1px solid #cacac9;
}
img.middle {
	vertical-align: middle;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
ul.red-dots {
	margin: 0 15px 15px 15px;
}
ul.red-dots-spaced {
	margin: 15px 15px 15px 15px;
}
ul.red-dots-spaced2 {
	margin: 30px 15px 15px 15px;
}
ul.red-dots li {
	background: url("../images/layout/backgrounds/red-dot.png") 0 8px no-repeat;
	padding-left: 10px;
	margin-bottom: 5px;
}
#header {
	position: relative;
	background: url("../images/layout/backgrounds/header.jpg") no-repeat;
	width: 800px;
	height: 110px;
	margin: 0 auto 5px auto;
}
#header h1 {
	position: absolute;
	background: url("../images/layout/backgrounds/logo2.png") no-repeat;
	width: 419px;
	height: 61px;
	top: 25px;
	left: 15px;
	font: normal 38px 'Arial Narrow', Arial, sans-serif;
	color: #424242;
}
#header h1 a {
	display: block;
	text-indent: -9888px;
	width: 161px;
	height: 45px;
	color: #424242;
	text-decoration: none;
	white-space: nowrap;
}
#header h1 span {
	display: block;
	text-indent: -9888px;
	font: normal 11px Arial, sans-serif;
	color: #424242;
}
#header h1 em {
	font: normal 11px Arial, sans-serif;
	vertical-align: top;
}
 @media print {
#header h1 {
	background: none;
}
#header h1 a,  #header h1 span {
	text-indent: 0;
}
}

#header #search {
	position: absolute;
	top: 61px;
	right: 45px;
}
#search-label {
	font: normal 11px/11px Arial, sans-serif;
	text-transform: uppercase;
	color: #726653;
	display: none;
}
#search-query {
	vertical-align: top;
	font: normal 12px/12px Arial, sans-serif;
	color: #666;
	width: 108px;
	height: 15px;
	padding: 3px 2px 1px 6px;
	margin: 0 0 1px 0;
	border: 1px solid #c9c9c8;
}
#search-submit {
	vertical-align: top;
	margin: -1px 0 0 2px;
}
#flash-area {
	position: relative;
	width: 800px;
	height: 239px;
	margin: -2px auto 5px auto;
	overflow: hidden;/*background: url("/images/misc/consumer-1.jpg") no-repeat;*/
}
#flash-area img.backgrounds {
	top: 0;
	left: 0;
	position: absolute;
	background: #fff;
}
#flash-area .find-more {
	position: absolute;
	top: 177px;
	left: 559px;
	text-indent: -8000px;
	z-index: 900;
	height: 45px;
	width: 166px;
	background: url("../images/layout/buttons/find-out-more.png") no-repeat;
}
 @media print {
#flash-area .find-more {
	display: none;
}
}
#navigation {
	position: relative;
	width: 801px;
	height: 72px;
	margin: 5px auto 0 auto;
	padding: 1px 0 0 0;
}

#content {
	width: 771px;
	margin: 0 auto 20px auto;
	padding: 4px 15px 0 15px;
	background: #fff;
	font: normal 12px/22px Arial, sans-serif;
	color: #757474;
}

#content h2 {
	font: normal 20px/24px Georgia, serif;
	color: #d00401;
	border-bottom: 1px solid #c9c9c8;
	padding: 0 0 4px 0;
	margin: 0 0 15px 0;
}
#content h2.alt {
	font: normal 16px/24px Georgia, serif;
	color: #282828;
	border-bottom: 1px solid #c9c9c8;
	padding: 0 15px 4px 15px;
	margin: 0 0 15px 0;
	text-align: center;
}
#content h3 {
	font: normal 16px/18px Georgia, serif;
	color: #282828;
	margin: 0 15px 15px 15px;
}
#content h3 a {
	color: #9c0200;
	text-decoration: none;
}
#content h3 a:hover {
	color: #9c0200;
	text-decoration: underline;
}
#content h4 {
	font: normal 16px/18px Georgia, serif;
	color: #282828;
	margin: 0 15px 3px 15px;
}
#content h4 a {
	color: #9c0200;
	text-decoration: none;
}
#content h4 a:hover {
	color: #9c0200;
	text-decoration: underline;
}
#content h5 {
	font: bold 12px/18px Arial, sans-serif;
	color: #757474;
	margin: 0 15px 0 15px;
}
#content h5 a {
	color: #9c0200;
	text-decoration: none;
}
#content h5 a:hover {
	color: #9c0200;
	text-decoration: underline;
}
#content p {
	margin: 0 15px 22px 15px;
}
#content p.close {
	margin: 0 15px 14px 15px;
}
#content p.closer {
	margin: 0 15px 0 15px;
}
#content p.closest {
	margin: 0 15px -5px 15px;
}
#content p.notes {
	font: normal 10px/18px Arial, sans-serif;
}
#content p.notes-alt {
	font: normal 10px/18px Arial, sans-serif;
	margin-top: 10px;
}
#content p.lspaced {
	margin-left: 20px;
}
#content a {
	color: #980906;
	text-decoration: none;
}
#content a.arrow {
	color: #980906;
	padding: 0 0 0 10px;
	background: url("../images/layout/backgrounds/arrow.png") 0 3px no-repeat;
}
#content a:hover {
	color: #980906;
	text-decoration: underline;
}
#content .question {
	font: normal 16px/18px Georgia, serif;
	color: #282828;
	margin: 0 15px 3px 15px;
}
#content .question-list {
	margin: 0 0 20px 40px;
	list-style-type: square;
}
#content .question a {
	color: #9c0200;
	text-decoration: none;
}
#content .question a:hover {
	color: #9c0200;
	text-decoration: underline;
}
#content .basic, #content .basic-wphoto {
	background: url("../images/layout/backgrounds/bio.png") bottom repeat-x;
	padding: 16px 15px 1px 15px;
	margin: 0 0 0 0;
	font: normal 12px/22px Arial, sans-serif;
	color: #757474;
}
#content .basic-alt {
	margin-top: -10px;
}
#content .basic p, #content .basic-wphoto p {
	margin: 0 0 15px 0;
}
#content .basic h4 {
	font: normal 16px/18px Georgia, serif;
	color: #282828;
	margin: 0 0 5px 0;
}
#content .basic h4 a {
	color: #9c0200;
	text-decoration: none;
}
#content .basic h4 a:hover {
	color: #9c0200;
	text-decoration: underline;
}
#content .basic .title, #content .basic-wphoto .title {
	font: bold 14px/22px Arial, sans-serif;
	margin: 0 0 4px 0;
	border-bottom: 1px solid #e2e2e2;
	color: #525050;
}
#content .basic-wphoto .title {
	border-bottom: 0;
}
#content .basic-wphoto hr {
	margin: -4px 0 4px 0;
}
#content .basic .title span, #content .basic-wphoto .title span {
	font: normal 10px/18px Arial, sans-serif;
	display: block;
	padding-bottom: 2px;
}
#content .basic-wphoto .photo {
	float: left;
	margin: 0 17px 10px 0;
}
#content .tertiary-nav-box, #content .tertiary-nav-box-wphoto {
	padding: 5px 15px 1px 15px;
	margin: 0 0 20px 0;
	font: normal 12px/22px Arial, sans-serif;
	color: #757474;
	overflow: auto;
	background-image: url(../images/layout/backgrounds/bio.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#content .tertiary-nav-box-alt {
	margin-top: -10px;
}
#content .tertiary-nav-box p, #content .tertiary-nav-box-wphoto p {
	margin: 0 0 15px 0;
}
#content .tertiary-nav-box p.alt {
	margin: 0 0 0 0;
}
#content .tertiary-nav-box h4 {
	font: normal 16px/18px Georgia, serif;
	color: #282828;
	margin: 0 0 12px 0;
}
#content .tertiary-nav-box h4.alt {
	margin: 0 0 4px 0;
}
#content .tertiary-nav-box h4 a {
	color: #9c0200;
	text-decoration: none;
}
#content .tertiary-nav-box h4 a:hover {
	color: #9c0200;
	text-decoration: underline;
}
#content .tertiary-nav-box .links {
	margin-top: 8px;
	margin-bottom: 10px;
	font: normal 15px/30px Arial, sans-serif;
	color: #757474;
	background-image: url(../images/layout/backgrounds/header.jpg);
}
#content .tertiary-nav-box .links-left {
	width: 290px;
	float: left;
	margin: 0 0 15px 0;
}
#content .tertiary-nav-box .links-right {
	width: 145px;
	float: right;
	margin: 0 0 15px 0;
}
#content .tertiary-nav-box .links a {
	color: #757474;
	text-decoration: none;
}
#content .tertiary-nav-box .links a:hover, #content .tertiary-nav-box .links a.active {
	color: #9d0200;
	text-decoration: none;
}
#content .tertiary-nav-box .title, #content .tertiary-nav-box-wphoto .title {
	font: bold 14px/22px Arial, sans-serif;
	margin: 0 0 4px 0;
	border-bottom: 1px solid #e2e2e2;
	color: #525050;
}
#content .tertiary-nav-box-wphoto .title {
	border-bottom: 0;
}
#content .tertiary-nav-box-wphoto hr {
	margin: -4px 0 4px 0;
}
#content .tertiary-nav-box .title span, #content .tertiary-nav-box-wphoto .title span {
	font: normal 10px/18px Arial, sans-serif;
	display: block;
	padding-bottom: 2px;
}
#content .tertiary-nav-box-wphoto .photo {
	float: right;
	margin: 0 0 9px 17px;
}
#content .bio, #content .bio-wphoto {
	background: url("../images/layout/backgrounds/bio.png") bottom repeat-x;
	padding: 16px 15px 1px 15px;
	margin: 0 0 0 0;
	font: normal 12px/22px Arial, sans-serif;
	color: #757474;
}
#content .bio-alt {
	margin-top: -10px;
}
#content .bio p, #content .bio-wphoto p {
	margin: 0 0 15px 0;
}
#content .bio .title, #content .bio-wphoto .title {
	font: bold 12px/17px Arial, sans-serif;
	margin: 0 0 4px 0;
	border-bottom: 1px solid #e2e2e2;
	color: #525050;
}
#content .bio-wphoto .title {
	border-bottom: 0;
}
#content .bio-wphoto hr {
	margin: -4px 0 4px 0;
}
#content .bio .title span, #content .bio-wphoto .title span {
	font: normal 10px/18px Arial, sans-serif;
	display: block;
	padding-bottom: 2px;
}
#content .bio-wphoto .photo {
	float: left;
	margin: 0 17px 10px 0;
}
#content .partner-profile, #content .partner-profile-wphoto {
	background: url("../images/layout/backgrounds/bio.png") bottom repeat-x;
	padding: 16px 15px 12px 15px;
	margin: 0 0 0 0;
	font: normal 12px/22px Arial, sans-serif;
	color: #757474;
	overflow: auto;
}
#content .partner-profile-alt {
	margin-top: -10px;
}
#content .partner-profile-nobg {
	background: none;
}
#content .partner-profile p, #content .partner-profile-wphoto p {
	margin: 0 0 15px 0;
}
#content .partner-profile .title, #content .partner-profile-wphoto .title {
	font: bold 14px/22px Arial, sans-serif;
	margin: 0 0 6px 0;
	border-bottom: 1px solid #e2e2e2;
	color: #525050;
}
#content .partner-profile-wphoto .title {
	border-bottom: 0;
}
#content .partner-profile .subtitle, #content .partner-profile-wphoto .subtitle {
	font: normal 10px/18px Arial, sans-serif;
	margin: 0 0 2px 0;
	color: #525050;
}
#content .partner-profile-wphoto hr {
	margin: -4px 0 4px 0;
}
#content .partner-profile .title span, #content .partner-profile-wphoto .title span {
	font: normal 10px/18px Arial, sans-serif;
	display: block;
	padding-bottom: 0;
}
#content .partner-profile-wphoto .photo {
	float: left;
	margin: 0 15px 6px 0;
}
#content .news-listing, #content .news-listing-wphoto {
	background: url("../images/layout/backgrounds/bio.png") bottom repeat-x;
	padding: 16px 15px 1px 15px;
	margin: 0 0 0 0;
	font: normal 12px/22px Arial, sans-serif;
	color: #757474;
	position: relative;
}
#content .news-listing-alt {
	margin-top: -10px;
}
#content .news-listing p {
	margin: 0 0 15px 0;
}
#content .news-listing-wphoto p {
	margin: 0 0 15px 165px;
}
#content .news-listing .title, #content .news-listing-wphoto .title {
	font: normal 16px/19px Georgia, serif;
	margin: 0 0 4px 0;
	border-bottom: 1px solid #e2e2e2;
	color: #525050;
}
#content .news-listing-wphoto .title {
	margin: 0 0 4px 165px;
}
#content .news-listing .title, #content .news-listing-wphoto .title {
	border-bottom: 0;
}
#content .news-listing hr {
	margin: -4px 0 4px 0;
}
#content .news-listing-wphoto hr {
	margin: -4px 0 4px 165px;
}
#content .news-listing span, #content .news-listing-wphoto span {
	font: normal 10px/18px Arial, sans-serif;
	display: block;
	padding-bottom: 2px;
}
#content .news-listing-wphoto .photo {
	position: absolute;
	top: 15px;
	left: 15px;
}
#content .glossary-nav {
	font-size: 13px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#content .glossary-nav a {
	margin: 0 5px;
}
#content .glossary-box {
	background: url("../images/layout/backgrounds/bio.png") bottom repeat-x;
	padding: 16px 15px 2px 15px;
	margin: 0 0 0 0;
	font: normal 12px/22px Arial, sans-serif;
	color: #757474;
	overflow: auto;
}
#content .glossary-box-alt {
	margin-top: -10px;
}
#content .glossary-box-nobg {
	background: none;
}
#content .glossary-box p {
	margin: 0 0 15px 0;
}
#content .glossary-box .title {
	font: bold 14px/22px Arial, sans-serif;
	margin: 0 0 6px 0;
	color: #525050;
}
#content .glossary-box .subtitle {
	font: normal 10px/18px Arial, sans-serif;
	margin: 0 0 2px 0;
	color: #525050;
}
#content .glossary-box hr {
	margin: -4px 0 4px 0;
}
#content .glossary-box .title span {
	font: normal 10px/18px Arial, sans-serif;
	display: block;
	padding-bottom: 0;
}
#content .glossary-box .terms-listing {
	background: #fff;
	margin: 0 0 15px 0;
	padding: 9px 13px;
	border: 1px solid #cdcccc;
	overflow: auto;
	font: normal 11px/22px Arial, sans-serif;
}
#content .glossary-box .terms-listing .title {
	font: normal 12px/22px Arial, sans-serif;
	color: #525050;
}
#content .glossary-box .quick-reference {
	background: #fff;
	margin: 0 0 15px 0;
	padding: 49px 13px;
	border: 1px solid #cdcccc;
	overflow: auto;
	font: normal 11px/22px Arial, sans-serif;
}
#content .glossary-box .quick-reference .title {
	font: normal 12px/22px Arial, sans-serif;
	color: #525050;
}
#content .glossary-box .terms-listing .column-1, #content .glossary-box .terms-listing .column-2 {
	margin: 0;
	padding-right: 15px;
	width: 238px;
	float: left;
}
#content .glossary-box .terms-listing .column-3 {
	margin: 0;
	padding-right: 0;
	width: 205px;
	float: left;
}
#content .glossary-box .terms-listing .qrg-column-1, #content .glossary-box .terms-listing .qrg-column-2 {
	margin: 0;
	padding-right: 5px;
	width: 170px;
	float: left;
}
#content .glossary-box .terms-listing .qrg-column-3, #content .glossary-box .terms-listing .qrg-column-4 {
	margin: 5;
	padding-right: 5;
	width: 180px;
	float: left;
}
#content .glossary-box .terms-listing hr {
	clear: left;
}
.anchors a:focus, .anchors a:active {
	outline: none !important;
}
.anchors a.on, .anchors a.on:hover, .anchors a.on:focus, .anchors a.on:active {
	color: #9c0200 !important;
	text-decoration: none !important;
}
.anchors a.on:link, .anchors a.on:visited {
	cursor: default !important;
}
.anchors a:hover, .anchors a:focus, .anchors a:active {
	cursor: pointer !important;
}
 @media projection, screen {
.tabs-hide {
	display: none !important;
}
}
#content .form-wrapper {
	color: #282828;
}
#content .form-wrapper p {
	margin: 0 15px 10px 15px;
}
#content .form-wrapper p.closer {
	margin: 0 15px 1px 15px;
}
#content .form-wrapper input.small {
	width: 90px;
}
#content .form-wrapper input.medium {
	width: 170px;
}
#content .form-wrapper textarea.medium {
	width: 360px;
	height: 115px;
}
#content #home-columns {
	overflow:auto;

}
#content #home-columns .column-1 {
	width: 235px;
	float: left;
}
#content #home-columns .column-2 {
	margin-left: 250px;
	width: 235px;
	height: 980px;
	padding: 0 14px;
	border-left: 1px solid #cacac9;
	border-right: 1px solid #cacac9;
}
#content #home-columns .column-3 {
	width: 235px;
	float: right;
}
#content #home-columns p {
	font: normal 12px/18px Arial, sans-serif;
	color: #5f5e5e;
	margin: 0 0 8px 0;
	text-align: justify;
}
#content #home-columns p.notes {
	font: normal 10px/18px Arial, sans-serif;
}
#content #home-columns p.alt {
	margin: 5px 0 2px 0;
}
#content #home-columns p.alt2 {
	margin: 9px 0 5px 0;
}
#content p.iconed {
	margin: 15px 15px 10px 15px;
}
#content #home-columns p.iconed {
	margin: 15px 0 10px 0;
}
#content p.iconed img {
	margin: 0 8px 5px 0;
	vertical-align: middle;
}
#content p.iconed a.alt-link {
	font: normal 15px/18px Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #6f6f6f;
}
#content p.iconed a.alt-link:hover {
	text-decoration: none;
	color: #6f6f6f;
}
#content #home-columns h4 {
	font: normal 16px/18px Georgia, Times, serif;
	color: #282828;
	margin: 0 0 5px 0;
}
#content #home-columns h5 {
	font: bold 12px/18px Arial, sans-serif;
	color: #757474;
	margin: 0 0 0 0;
}
#content #home-columns .column-3 h4 {
	font: normal 16px/18px Georgia, Times, serif;
	color: #282828;
	margin: 0 0 5px 0;
}
#content #home-columns .column-3 h5 {
	color: #565656;
}
#content #home-columns #rotating-logos {
	position: relative;
	margin: 15px 0 -5px 0;
	height: 145px;
	overflow: hidden;
	background: #fff;
}
#content #home-columns #rotating-logos img {
	display: block;
	margin: 0 0 10px 0;
}
#content #home-columns #rotating-logos .image-collection {
	position: absolute;
	top: 0;
	width: 233px;
	background: #fff;
	height: 150;
}
#content #home-columns #rotating-logos .first-image {
	z-index: 200;
}
#content #home-columns hr {
	margin: 10px 0 10px 0;
}
#content #home-columns hr.spaced {
	margin: 24px 0;
}
#content .box {
	width: 358px;
	background: url("../images/layout/backgrounds/box-bg.png") repeat-y;
	margin: 0 0 20px 0;
	padding-bottom: 1px;
	position: relative;
}
#content .box-right {
	float: right;
}
#content .box p {
	font: normal 12px/18px Arial, sans-serif;
	color: #757474;
	margin: 0 18px 15px 17px;
}
#content .box p.notes {
	font: normal 10px/18px Arial, sans-serif;
}
#content .box ul {
	margin: 0 18px 15px 17px;
}
#content .box ul li {
	list-style-type: none;
	padding-left: 10px;
	background: url("../images/layout/backgrounds/box-dot.png") 0 8px no-repeat;
}
#content .box ul.left {
	width: 50%;
}
#content .box ul.left-long {
	width: 80%;
}
#content .box ul.right {
	width: 32%;
	float: right;
	margin-left: 0;
}
#content .box h4 {
	width: 323px;
	height: 38px;
	background: url("../images/layout/backgrounds/box-top.png") no-repeat;
	margin: 0;
	padding: 10px 18px 0 17px;
	text-align: center;
	font: normal 16px/38px Arial, sans-serif;
	color: #3e3d3d;
}
#content .box h4.alt {
	text-align: left;
}
#content .box .middle {
	padding: 10px 0 2px 0;
	margin: 0 5px 10px 3px;
	background: #f9f9f9 url("../images/layout/backgrounds/box-line.png") bottom no-repeat;
}
#content .box .middle-alt {
	background-color: transparent;
}
#content .box .middle-repeat {
	padding: 1px 0 2px 0;
	margin: 0 5px 10px 3px;
	background: url("../images/layout/backgrounds/box-line.png") bottom no-repeat;
}
#content .box .middle p, #content .box .middle-repeat p {
	margin: 0 15px 10px 15px;
	font: normal 12px/18px Arial, sans-serif;
	color: #757474;
}
#content .box .bottom {
	position: absolute;
	bottom: 0;
	width: 358px;
	height: 9px;
	background: url("../images/layout/backgrounds/box-bottom.png") no-repeat;
}
#content .category-style {
	background: url("../images/layout/backgrounds/bio.png") bottom repeat-x;
	padding: 16px 15px 1px 15px;
	margin: 0 0 0 0;
	font: normal 12px/18px Arial, sans-serif;
	color: #757474;
}
#content .category-style p {
	margin: 0 0 15px 0;
}
#content .category-style h4 {
	font: normal 16px/18px Georgia, serif;
	color: #282828;
	margin: 0 0 2px 0;
}
#content .category-style h5 {
	font: bold 12px/18px Arial, sans-serif;
	color: #757474;
	margin: 0 0 5px 0;
}
#content .category-style h4 a {
	color: #9c0200;
	text-decoration: none;
}
#content .category-style h4 a:hover {
	color: #9c0200;
	text-decoration: underline;
}
#content .category-style .title {
	font: bold 14px/22px Arial, sans-serif;
	margin: 0 0 4px 0;
	border-bottom: 1px solid #e2e2e2;
	color: #525050;
}
#content .category-style .title span {
	font: normal 10px/18px Arial, sans-serif;
	display: block;
	padding-bottom: 2px;
}
#content .category-style .two-col-wrapper {
	overflow: auto;
}
#content .category-style .two-col-wrapper .left-col {
	width: 47%;
	float: left;
}
#content .category-style .two-col-wrapper .right-col {
	width: 46%;
	float: right;
}
#content .hovertip {
	color: #9c0100;
	cursor: help;
}
#content .floating-box {
	position: absolute;
	visibility: hidden;
	width: 469px;
	background: #fff url("../images/layout/backgrounds/floating-box.png") bottom right no-repeat;
	border: 1px solid #cbcaca;
	padding: 8px 10px 1px 10px;
	z-index: 1000;
}
#content .floating-box p {
	margin: 0 0 9px 0;
}
#content .floating-box h5 {
	margin: 0 0 0 0;
}
#footer {
	position: relative;
	background: url("../images/layout/backgrounds/footer.png") repeat-x;
	padding: 25px 0 30px 0;
}
#footer-inside {
	width: 800px;
	margin: 0 auto;
	font: 10px/16px Arial, sans-serif;
	color: #424242;
	text-align: center;
}
#footer-inside span {
	margin: 0 3px;
}
#footer-inside ul {
}
#footer-inside ul li {
	display: inline;
	margin-right: 10px;
}
#footer-inside ul li.last {
	margin-right: 0;
}
#footer-inside a {
	color: #980906;
	text-decoration: none;
}
#footer-inside a:hover {
	color: #980906;
	text-decoration: underline;
}
.highlight {
	font-weight: 900;
	color: #980906;
}

/**********************************************/

#content #home-columns #pdfs {
	position: relative;
	margin: 0px 0 -5px 0;
	overflow: hidden;
	background: #fff;
}
#pdfs ul {
}
#pdfs ul li {
	display:block;
	padding-bottom:2px;
}
#pdfs a {
	color:#666;
	text-decoration: none;
}
#pdfs a:hover {
	color: #980906;
}

h7 {
	font-size: 12px;
	color: #C00;
	padding: 0 0 0 25px;
	text-align: left;
	font-weight: bold;
}

/*********************** contato ****************************/

#contacto {
	overflow:auto;
}

#contacto .col1 {
	width: 350px;
	float: left;
}
#contacto .col2 {
	margin-left: 350px;
	width: 390px;
	padding: 0 14px;
	border-left: 1px solid #cacac9;
	border-right: 1px solid #cacac9;
}
.snav-biophysical250 #content .tertiary-nav-box tertiary-nav-box-wphoto .links .question {
	background-image: url(../images/layout/backgrounds/header.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
