/*
Theme Name: ASHA
Description: Template files for the ASHA website
Author: Jeph Christoff for OmniStudio
Author URI: http://www.omnistudio.com
Version: 1.0
[Table Of Contents] 
	00- Reset
	01- Global
	02- Header 
	03- Navigation
	04- Headings
	05- General Content 
	06- Left Column
	07a- Middle Column - Homepage
	07b- Middle Column - Internal
	08- Right Column
	09- Footer 
	10- Clearfix
	11- Custom Styles
*/
/* 
----------------------------------------------------------------------------- 
=00 RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,embed,object{
	margin: 0;
	padding: 0;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
tr{
	vertical-align: top;
}
fieldset,img,abbr{
	border: 0;
}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6{
	font-size: 1.0em;
}
q:before,q:after{
	content: '';
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
a:link, a:visited {
	text-decoration: none;
	outline: none;
	color: #1e6abc;
}
a:visited:hover, a:link:hover {
	text-decoration: underline;
}
a:visited:active, a:link:active {
	text-decoration: underline;
	color: #EB7816;
}
/* 
----------------------------------------------------------------------------- 
=01 GLOBAL
-----------------------------------------------------------------------------*/
body {
	font: 0.75em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #E9F4FB;
	margin: 0px;
	padding: 0px;
}
#doc {
	width: 966px;
	margin-right: auto;
	margin-left: auto;
	background: url(../../images/bg-doc.png) repeat-y;
	padding-right: 7px;
	padding-left: 7px;
}
#main p, #main ul, #main ol {
	margin: 0px 0px 1em;
	padding: 0px;
}
#main ul ul, #main ol ol {
	margin: 0px 0px 0.25em;
	padding: 0px;
}
.right, .alignright {
	float: right;
}
.left, .alignleft {
	float: left;
}
.none {
	display: none;
}
/* 
----------------------------------------------------------------------------- 
=02 HEADER
-----------------------------------------------------------------------------*/
#header {
	background: #3b9fd9 url(../../images/bg-header.png) no-repeat;
	height: 129px;
}
#header #utility {
	height: 22px;
	color: #77B3E2;
	font-size: 90%;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
}
/*
#header #utility {
	height: 20px;
	color: #77B3E2;
	font-size: 90%;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
}*/
#header  #utility  a {
	color: #EAF3FA;
}
/*
#header #utility a.shop {
	background: url(../../images/icons/shop.gif) no-repeat left center;
	padding-left: 16px;
}*/
#header #utility a.shop {
	background: url(../../images/icons/shop.png) no-repeat left center;
	padding-left: 25px;
	display: inline-block;
	border: 1px solid #F8A128;
	padding-right: 10px;
}
#header #utility a.shop:hover {
	background-image: url(../../images/icons/shop-hover.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#header #logo a {
	text-indent: -9999px;
	display: block;
	height: 105px;
	width: 238px;
}
#header #search {
	padding-right: 10px;
	padding-top: 67px;
	height: 38px;
}
#header #search #textfield {
	background: url(../../images/icons/search-input.png) no-repeat;
	border: none 0px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #333333;
	width: 260px;
	padding: 5px;
	height: 18px;
}
/**/
#header #search #Header1_SearchBox {
	background: url(../../images/icons/search-input.png) no-repeat;
	border: none 0px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #333333;
	width: 245px;
	padding: 5px;
	height: 18px;
}
/* 
----------------------------------------------------------------------------- 
=03 NAVIGATION
-----------------------------------------------------------------------------*/
#navigation {
	background: url(../../images/nav/bg.png) no-repeat;
	height: 38px;
	width: 958px;
	padding-left: 8px;
}
#navigation ul li {
	display: inline;
	float: left;
}
#navigation a {
	display: block;
	height: 38px;
	background-position: left top;
	text-indent: -9999px;
}
#navigation .careers, #navigation .careers a {
	width: 74px;
}
#navigation .certification, #navigation .certification a {
	width: 104px;
}
#navigation .publications, #navigation .publications a {
	width: 103px;
}
#navigation .events, #navigation .events a {
	width: 63px;
}
#navigation .advocacy, #navigation .advocacy a {
	width: 84px;
}
#navigation .continuing-education, #navigation .continuing-education a {
	width: 160px;
}
#navigation .practice-management, #navigation .practice-management a {
	width: 162px;
}
#navigation .research, #navigation .research a {
	width: 80px;
}
#navigation .member-center, #navigation .member-center a {
	width: 119px;
}
#navigation .careers a {
	background: url(../../images/nav/careers.png) no-repeat;
}
#navigation .certification a {
	background: url(../../images/nav/certification.png) no-repeat;
}
#navigation .publications a {
	background: url(../../images/nav/publications.png) no-repeat;
}
#navigation .events a {
	background: url(../../images/nav/events.png) no-repeat;
}
#navigation .advocacy a {
	background: url(../../images/nav/advocacy.png) no-repeat;
}
#navigation .continuing-education a {
	background: url(../../images/nav/continuing-education.png) no-repeat;
}
#navigation .practice-management a {
	background: url(../../images/nav/practice-management.png) no-repeat;
}
#navigation .research a {
	background: url(../../images/nav/research.png) no-repeat;
}
#navigation .member-center a {
	background: url(../../images/nav/member-center.png) no-repeat;
}
#navigation a:hover, #navigation li.on a, #navigation li.on a:hover {
	background-position: left -41px;
}
/* 
----------------------------------------------------------------------------- 
=04 HEADINGS
-----------------------------------------------------------------------------*/
#main #content h1 {
	font: normal 200% Georgia, Times, serif;
	color: #333333;
	margin-bottom: 10px;
	padding-bottom: 2px;
}
#main #content h2 {
	color: #551d1d;
	font: normal 170%  Georgia, Times, serif;
	margin-bottom: 6px;
	margin-top: 10px;
}
#main #content h3 {
	color: #b94d19;
	font: normal 150% Georgia, Times, serif;
	margin-bottom: 6px;
	margin-top: 10px;
	line-height: 1.1em;
}
#main #content h4 {
	color: #551d1d;
	font: bold 130%  Georgia, Times, serif;
	margin-bottom: 6px;
	margin-top: 10px;
	line-height: 1.1em;
}
#main #content h5 {
	color: #b94d19;
	font: bold 120%  Georgia, Times, serif;
	margin-bottom: 4px;
	margin-top: 10px;
	line-height: 1.1em;
}
#main #content h6 {
	color: #551d1d;
	font: bold 100%  Georgia, Times, serif;
	margin-bottom: 4px;
	margin-top: 10px;
	line-height: 1.1em;
}
#main #content h2.gallery a:link, #main #content h2.gallery a:visited {
	color: #551d1d;
}
#main #content h3.gallery a:link, #main #content h3.gallery a:visited {
	color: #b94d19;
}
#main #content h4.gallery a:link, #main #content h4.gallery a:visited {
	color: #551d1d;
}
/* 
----------------------------------------------------------------------------- 
=05 GENERAL CONTENT STYLES
-----------------------------------------------------------------------------*/
#main {
	padding-bottom: 15px;
}
#main #content ul, #main #content ol {
	margin-left: 1em;
	padding-left: 1.4em;
}
#main #content ol li {
	padding-bottom: 8px;
}
#main #content ol ol li {
	font-size: 95%;
	padding-bottom: 3px;
}
#main #content ul li {
	padding-bottom: 5px;
	list-style: square;
}
#main #content ul ul li {
	font-size: 95%;
	padding-bottom: 3px;
}
#main #content ul.triangle li {
	background: url(../../images/icons/arrow-right-orange.gif) no-repeat left 3px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style: none;
	margin-left: 0px;
}
#main #content ul.triangle ul li {
	font-size: 95%;
	padding-bottom: 3px;
	background: url(../../images/icons/arrow-right-orange-small.gif) no-repeat left 4px;
	list-style: none;
}
#main #content blockquote {
	/*background: #DBDBDB;*/
	margin: 0em 1em 1em;
	padding: 5px;
}
#main #content blockquote p {
	margin: 0em 0em 1em;
	padding: 0px;
}
#main #content img.alignright {
	margin-left: 20px;
	margin-bottom: 10px;
}
#main #content img.alignleft {
	margin-right: 20px;
	margin-bottom: 10px;
}
/* NAVIGATION MENU STYLES */
.nav-menu {
	line-height: 1.2em;
}
.nav-menu h4 {
	font: bold 150% Arial, Helvetica, sans-serif;
	color: #333333;
	padding-bottom: 4px;
	border-bottom: 1px solid #CBCBCB;
}
.nav-menu li {
	border-bottom: 1px solid #CBCBCB;
}
#leftbox .nav-menu a, #rightbox .nav-menu a {
	color: #4B4B4B;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}
/* ADVERTISING STYLES */
#main .advert p {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.advert .ad-title {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	color: #979797;
}
.advert .ad img {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #DEDBD5;
	border-bottom: 1px solid #DEDBD5;
}
/* 
----------------------------------------------------------------------------- 
=06 LEFT COLUMN
-----------------------------------------------------------------------------*/
#leftbox {
	width: 135px;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 20px;
	font-size: 90%;
}
#leftbox ul, #rightbox ul {
	margin: 0px;
}
#leftbox div, #rightbox div {
	margin-bottom: 20px;
}
#leftbox a, #rightbox a {
	color: #3c8cce;
}
#leftbox a:active, #rightbox a:active {
	text-decoration: underline;
	color: #EB7816;
}
/* 
----------------------------------------------------------------------------- 
=07a MIDDLE COLUMN - HOMEPAGE
-----------------------------------------------------------------------------*/
#content {
	width: 625px;
	/*margin-right: 1px;
	margin-left: 1px;*/
	padding: 15px 20px 0px 20px;
}
#content #homepage {
	width: 665px;
	/*padding: 0px;*/
	margin: -15px 0px 0px -19px;
}
/* FACES OF ASHA */
#content #about-asha {
	background: #E6E5D4;
	padding: 8px 10px;
	font-size: 95%;
	margin-bottom: 10px;
	color: #333333;
}
#content #about-asha p {
	margin: 0px;
	padding: 0px;
}
#content #about-asha a {
	font-weight: bold;
	color: #EB7816;
}
#content #homepage-content {
	background: url(../../images/bg-homepage-content.gif) repeat-y;
	padding-top: 10px;
}
#content #homepage-content p, #content #homepage-content ul {
	margin: 0px;
	padding: 0px;
}
/* FEATURE STYLES */
#content .feature {
	width: 194px;
	padding: 0px 15px;
	margin-right: 1px;
}
#content .feature img {
	border: 1px solid #898782;
	margin-bottom: 0.5em;
}
/* QUICK LINKS STYLES */
#content .quicklinks {
	width: 181px;
	padding: 0px 15px;
	margin-right: 1px;
}
#content .quicklinks h2 {
	margin-bottom: 5px;
}
#main #content .quicklinks ul li {
	background: url(../../images/icons/arrow-right-orange.gif) no-repeat left 10px;
	border-bottom: 1px dotted #DBDBDB;
	padding: 5px 0px 0px;
	list-style: none;
}
#content .quicklinks a {
	display: block;
	padding-left: 10px;
	padding-bottom: 5px;
}
/* EVENTS STYLES */
#content .events {
	width: 198px;
	padding: 0px 15px;
}
#main #content .events li {
	background: url(none);
	padding: 0px 0px 15px;
	list-style: none;
}
#content .events li .date {
	font-size: 90%;
	color: #3A4051;
	padding-bottom: 1px;
	border-bottom: 1px solid #D6D6D6;
	letter-spacing: 2px;
	display: block;
	margin: 0px 0px 2px;
}
#content .events .location {
	font-size: 95%;
	color: #666666;
}
/* 
----------------------------------------------------------------------------- 
=07b MIDDLE COLUMN - INTERNAL
-----------------------------------------------------------------------------*/
#content #breadcrumbs {
	font-size: 95%;
	color: #707070;
	margin-bottom: 15px;
}
#content #two-column {
	background: url(../../images/bg-twocol.png) repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content #two-column .right {
	width: 297px;
}
#content #two-column .left {
	width: 297px;
}
dl {
	padding: 0px;
}
dt {
	font-weight: bold;
}
dd {
	padding-bottom: 10px;
	margin-left: 15px;
}
/* 
----------------------------------------------------------------------------- 
=08 RIGHT COLUMN
-----------------------------------------------------------------------------
*/
#rightbox {
	width: 135px;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 20px;
	font-size: 90%;
}
#rightbox .utility {
	padding-left: 5px;
}
#rightbox .utility a {
	text-indent: -9999px;
	display: block;
	height: 18px;
	width: 111px;
}
#rightbox .utility .print {
	background: url(../../images/icons/print-this.png) no-repeat;
}
#rightbox .utility #share {
	background: url(../../images/icons/share-this.png) no-repeat;
}
/* 
----------------------------------------------------------------------------- 
=09 FOOTER
-----------------------------------------------------------------------------*/
#footer {
	background: #3584bd url(../../images/bg-footer.png) no-repeat left bottom;
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 14px 17px;
	margin-bottom: 10px;
}
#footer a {
	color: #FFFFFF;
}
#footer a.rss, a.rss {
	background: url(../../images/icons/rss.png) no-repeat left center;
	padding-left: 12px;
}
#footer .links a {
	padding-right: 5px;
}
#footer .links, #footer .copyright {
	font-size: 85%;
	color: #E5F3FB;
}
#footer .copyright {
	text-align: right;
}
#footer .related {
	text-align: center;
	clear: both;
	padding-top: 10px;
	width: 464px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
#footer .related h5 {
	color: #D9EDF8;
	font: bold 100% Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #72BDE8;
	margin-bottom: 10px;
}
#footer .related .listen-to-your-buds, #footer .related .nsslha {
	border-right: 1px solid #72BDE8;
}
/* 
----------------------------------------------------------------------------- 
=10 CLEARFIX
-----------------------------------------------------------------------------*/
.clearfix:after, blockquote:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* 
----------------------------------------------------------------------------- 
=11 CUSTOM STYLES
-----------------------------------------------------------------------------*/
input[type=text], input.text, input[type=password], input.password, input[type=file], input.file, textarea, select {
	margin-bottom: .5em;
	font: 14px Arial, Helvetica, sans-serif;
	padding: 3px;
	color: #666666;
	vertical-align: middle;
}
input[type=submit], input.submit, input[type=reset], input.reset, input[type=button], input.button {
	padding: 5px;
	border: 1px solid #F58220;
	background: #E6E5D4;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.reference {
	font-size: 90%;
	font-weight: normal;
	color: #666666;
}
.xsmallfont, cite {
	font-size: 85%;
	font-weight: normal;
}
.caption {
	font-size: 90%;
	font-weight: normal;
	line-height: 16px;
	padding-top: 10px;
}
.tagline {
	font-size: 130%;
	font-weight: bold;
	font-style: italic;
	line-height: 16px;
	padding-top: 10px;
}
.sectiontitle {
	font-size: 110%;
	font-weight: bold;
	line-height: 16px;
}
fieldset {
	border: 1px solid #E5E5E5;
	padding: 10px;
}
hr {
	border: 0;
	width: 100%;
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
}
#main #content #three-column {
	display: block;
}
	
#main #content #three-column .threecol-left {
	width: 195px;
	margin-right: 15px;
	float: left;
	display: block;
}

#main #content #three-column .threecol-center {
	width: 195px;
	margin-right: 15px;
	float: left;
	display: block;
}

#main #content #three-column .threecol-right {
	width: 195px;
	float: left;
	display: block;
}
/* EVENT LISTING */
#main #content #events-listing {
	padding: 0;
	margin-left: 0px;
}
#main #content #events-listing ul li {
	padding: 0;
	margin-left: 0px;
	line-height: 1.4em;
	margin-bottom: 16px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
#main #content #events-listing .event_date {
	float: left;
	width: 150px;
	color: #4c4c4c;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
}
#main #content #events-listing h2 {
	border-bottom: 1px solid #551d1d;
}
#main #content #events-listing .event_title {
	display: block;
	float: left;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	width: 400px;
}
#main #content #events-listing .event_location {
	color: #4C4C4C;
	font-style: normal;
	font-weight: normal;
	width: 400px;
	display: block;
	margin-left: 150px;
}
#main #content #events-listing .event_title a {
	text-decoration: none;
}
/* END EVENT LISTING */
#main #content .faqquestion {
	background: url(../../images/icons/arrow-right-orange.gif) no-repeat left 6px;
	/* padding-bottom: 5px; */
	padding-left: 10px;
	margin-top: 15px;
	font-weight: bold;
	font-size: 105%;
}
#main #content .paragraphlist {
	background: url(../../images/icons/arrow-right-square.gif) no-repeat left 6px;
	/* padding-bottom: 5px; */
	padding-left: 10px;
	margin-top: 15px;
}
#Showrevisiondate1_revDate {
	font-size: 85%;
	font-style: italic;
}
blockquote.pullquote {
	float: right;
	display: inline-table;
	font: normal 120% Georgia, Times, serif;
}
.resources {
	float: right;
	display: inline-table;
	padding: 10px;
	margin: 10px;
	width: 30%;
	background: #e6e5d4;
	border-style: solid;
	border-color: #b94d19;
	border-width: 1px;
}
.resources ul li {
	padding-left: 0px;
	font-size: 100%;
	font-style: normal;
}
#main #content .resources h4 {
	color: #551d1d;
	font: 110%  Georgia, Times, serif;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	border-bottom-color: #551d1d;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.box {
	display: inline-table;
	padding: 10px;
	margin: 10px;
	/* background: #e6e5d4; */
	border-style: solid;
	border-color: #b94d19;
	border-width: 1px;
}
.ais {
	display: inline-table;
	padding: 10px;
	margin: 10px;
	border-style: solid;
	border-color: #b94d19;
	border-width: 1px;
}
table.sidebar {
	border: 0 none;
}
table.sidebar td {
	padding: 10px;
}
/* #main #content .h1color, #main #content .H1color {
	color: #EB7816;
} */
#main #content .top {
	font-size: 85%;
	float: right;
	background: url(../../images/icons/arrow-up-orange.gif) no-repeat right center;
	padding-right: 10px;
	display: inline;
}
#main #content table {
	border-color: #666;
}
#main #content table th {
	font-weight: bold;
	text-align: center;
	color: #551d1d;
	background: #DBDBDB;
	padding: 5px;
}
#main #content table.three td {
	padding: 3px;
}
#main #content table.five td {
	padding: 5px;
}
#main #content table.ten td {
	padding: 10px;
}
/* TABLE STYLES */
#main #content #hor-minimalist-b {
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	font-size: 11px;
	background: #fff;
	/*margin: 20px;*/
	/*width: 480px;*/
	border-collapse: collapse;
	text-align: left;
}
#main #content #hor-minimalist-b th {
	font-size: 11px;
	font-weight: bold;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #226FBC;
}
#main #content #hor-minimalist-b td {
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#main #content #hor-minimalist-b tbody tr:hover td {
	color: #009;
}
/* PHOTOS */
.photoright {
	float: right;
	padding: 5px;
	font-size: 90%;
	color: #4D5E4F;
	border: 1px solid #999;
}
.photoleft {
	float: left;
	padding: 5px;
	font-size: 90%;
	color: #4D5E4F;
	border: 1px solid #999;
}
#main #content .section-toc {
	background-color: #e6e5d4;
	padding: 10px;
	float: right;
	width: 30%;
	/*line-height: 180%;*/
	margin-left: 20px;
}
#main #content .section-toc  ul li {
	font-size: 100%;
	margin: 0px 5px 5px -20px;
	font-style: normal;
	list-style: none;
}
#main #content .section-toc  h4 {
	color: #551d1d;
	font: 110%  Georgia, Times, serif;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	border-bottom-color: #551d1d;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
/* 
---------------------------------------------
Practice Policy
---------------------------------------------
*/
#main #content #practice-policy ol.roman-upper {
	list-style: upper-roman;
}
#main #content #practice-policy ol.roman-lower {
	list-style: lower-roman;
}
#main #content #practice-policy ol.alpha-upper {
	list-style: upper-alpha;
}
#main #content #practice-policy ol.alpha-lower {
	list-style: lower-alpha;
}
#main #content #practice-policy ol.order {
	list-style: decimal;
}
#main #content #practice-policy ul {
	list-style-type: disc;
}
#main #content #practice-policy ul.simple {
	list-style-type: none;
}
/*
#main #content #practice-policy ul.toc {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	list-style-type: none;
	line-height: 175%;
	font-size: 90%;
}
*/ 
#main #content #practice-policy img {
	border: 0px;
}
#main #content #practice-policy img.inline-graphic {
	display: block;
	padding: 10px;
}
#main #content #practice-policy .boxed {
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
	border: 1px solid #dcd8cc;
	padding: 8px;
	margin: 1px;
	width: 100%;
}
#practice-policy p.pdf {
	text-align: right;
	/*	font-family: Verdana, Arial, sans-serif; */
	font-size: 70%;
	font-weight: bold;
}
#practice-policy p.return {
	text-align: right;
	/*	font-family: Verdana, Arial, sans-serif; */
	font-size: 90%;
}
#main #content #practice-policy hr {
	height: 0px;
	border: 0px;
	border-top: 1px dotted #333333;
}
/*
#main #content #practice-policy h1 {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 125%;
	color: #7f984d;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #dcd8cc;
	border-right-color: #dcd8cc;
	border-bottom-color: #dcd8cc;
	border-left-color: #dcd8cc;
	margin: 1px;
	padding: 4px 0px;
	height: auto;
	width: auto;
}
*/
/*
#main #content #practice-policy h2 {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 110%;
	padding: 0px;
	border: none;
	color: #666666;
}
*/
/*
#main #content #practice-policy h3 {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 100%;
	color: #996600;
}
*/
/*
#main #content #practice-policy h4 {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 95%;
}
*/
#main #content #practice-policy h4.documenttype
	{
	text-align: right;
}
/*	
#main #content #practice-policy h5 {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 90%;
}
*/
/*
#main #content #practice-policy h6 {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 80%;
}
*/
/*
#main #content #practice-policy p,li,.sect,.toc {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 95%;
}
*/	  
#main #content #practice-policy strong.bold {
	font-weight: bold;
}
#main #content #practice-policy em.underline {
	font-style: normal;
	text-decoration: underline;
}
#main #content #practice-policy em.italic {
	font-style: italic;
}
#main #content #practice-policy strong {
	font-weight: bold;
}
#main #content #practice-policy table {
	margin-bottom: 20px;
	caption-side: top;
	empty-cells: hide;
	border-color: #000000;
	border-collapse: collapse;
}
#main #content #practice-policy table th {
	/*	font-family: Verdana, Arial, sans-serif; */
	font-size: 75%;
	padding: 5px;
	border-color: #000000;
}
#main #content #practice-policy table td {
	padding: 5px;
	border-color: #CCCCCC;
	/*	font-family: Verdana, Arial, sans-serif; */
	font-size: 75%;
}
#main #content #practice-policy table caption {
	/*	font-family: Verdana, Arial, sans-serif; */
	text-align: left;
	font-size: 110%;
	font-weight: bold;
}
#main #content #practice-policy table caption p {
	/*	font-family: Verdana, Arial, sans-serif; */
	text-align: left;
	font-size: 90%;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}
#main #content #practice-policy dl dt {
	font-weight: bold;
}
#main #content #practice-policy dl dd {
	margin-left: 0px;
}
#main #content #practice-policy dl dd p {
	margin-top: 0px;
}
#main #content #practice-policy a:link {
	color: #3c81a9;
}
#main #content #practice-policy a:visited {
	color: #3c81a9;
}
#main #content #practice-policy a:hover {
	color: #7b431e;
	background-color: #efe4be;
}
/* 
---------------------------------------------
Timeline Display
---------------------------------------------
*/
dl.timeline-year {
	/*float: left;*/
	width: 625px;
	margin: 1em 0;
	padding: 0;
	border-bottom: 1px solid #999;
}
.timeline-year dt {
	clear: left;
	float: left;
	width: 100px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #999;
	font-weight: bold;
}
.timeline-year dd {
	float: left;
	width: 500px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #999;
}
dl.timeline {
	/*float: left;*/
	width: 625px;
	margin: 1em 0;
	padding: 0;
	border-bottom: 1px solid #999;
}
.timeline dt {
	clear: left;
	float: left;
	width: 200px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #999;
	font-weight: bold;
}
.timeline dd {
	float: left;
	width: 400px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #999;
}
/* 
----------------------------------------------------------------------------- 
=12 EMAG ADDED STYLES
-----------------------------------------------------------------------------*/
/* radio buttons in forms - Gemini 6356 
#main #content #ctl00_ctl00_ContentPlaceHolder1_mainContentPlaceHolder1_FormBlock1 ol, 
#main #content #ctl00_ctl00_ContentPlaceHolder1_mainContentPlaceHolder1_FormBlock1 ul {
margin-left:0;
padding-left:0;
}
*/
.print{
	display: none;
}
/*
----------------------------------------------------------------------------- 
Begin OTI ADDED ODR STYLES
-----------------------------------------------------------------------------*/
.alertBox{
	border: 1px solid red;
	margin-bottom: 18px;
	padding: 10px 10px;
}
	.alertBox input {
	margin-right: 4px;
}
.addressRemoveHoldDiv {
	margin-top: 10px;
}
.alert, .olsalert {
	color: Red;
}
.textRight {
	text-align: right;
}
.duesRow {
	border: none;
}
	.duesRow .Col1 {
	width: 65px;
}
 .duesRow .Col2 {
	width: 515px;
}
 .duesRow .Col3 {
	width: 50px;
}
.duesRow div.checkBoxDiv {
	text-align: right;
	vertical-align: middle;
	margin: 5px 0 5px 65px;
}
.duesRow div.descriptionDiv {
	margin: 5px 140px 5px 10px;
	vertical-align: top;
	width: 100%;
}
.duesRow div.priceDiv {
	text-align: right;
	vertical-align: middle;
}
.NoBorder {
	border: none;
}
.duesRow .duesPrice.selected, .duesRow .duesPrice.paid {
	color: #333333;
}
.duesRow .duesPrice {
	color: #A8A8A8;
}
input[type=submit].marginLeftWizardButton, input[type=button].marginLeftWizardButton {
	margin-left: 13px;
}
.OdrProductLink {
	color: #1e6abc;
	cursor: pointer;
}
.OdrProductLink:Hover {
	text-decoration: underline;
}
.OdrProductDialog {
	display: none;
}
.OdrProductDialog ul, .OdrProductDialog li {
	list-style-position: inside;
	list-style-type: disc;
}
	.OdrProductDialog ul, .OdrProductDialog li {
	margin-bottom: 5px;
	margin-left: 15px;
}
a, a:hover, a:active {
	cursor: pointer;
}
#lnkPaidInfo   {
	/*background-attachment: scroll;
	background-color: transparent; 
	background-image: url("../../images/icons/odr/infoicon.png"); 
	background-position-x: 0px;
	background-position-y: 0px;
	background-repeat:no-repeat;
	background-size: auto;
	padding-left: 18px;*/
	: ;
}
	#lnkPaidInfo:hover, #lnkPaidInfo:active {
	text-decoration: underline;
}
select.SurveyDdl {
	width: 280px;
}
/*
----------------------------------------------------------------------------- 
End OTI ADDED ODR STYLES
-----------------------------------------------------------------------------*/

