/*----------------------------------------------------------------------------------
	CSS :: TDH STYLING
----------------------------------------------------------------------------------*/

.TitleHead {
	display: none;
}

span#urac_logo {
	margin-right: 75px;
}

span#accred_logo {
	margin-left: 125px;
}

span#urac_logo img {
	border: none;
	vertical-align: text-top;
}

div#social {
	margin-top: -90px;
}

span#twitter_logo,
span#linkedin_logo {
	margin: 0 15px;
}

span#linkedin_logo {
}

span#twitter_logo img,
span#linkedin_logo img {
	border: none;
}

span#accred_logo img {
	border: none;
	vertical-align: text-top;
}

sup {
	font-size: 8px;
}

b,
strong {
	font-weight: bold;
}

td#dnn_ContentPane a {
	font-weight: bold;
}

table.same_height_home {
	height: 300px;
}


#tdh_login,
#tdh_menu {
	position: relative;
	border: 5px solid #C9C7C4;
	background: #fff;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	padding: 9px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	display: inline;
	margin: 0 8px;
}

#tdh_menu {
	float: left;
}

#tdh_login a {
	color: #222;
}

#tdh_menu span {
	margin: 0 5px;
	background: #fff;
}

div.clr {
	clear: both;
}

#dnn_ContentPane {

}

Body {
    margin-top: 8px !important;
}

.FormTable {
	width: 100%;
	padding: 20px;
	background: url('/Portals/_default/Skins/progressive/media/copper_bkgrnd.gif') repeat-x;
	font-size: 12px;
}

.FormTable td:first-child {
	width: 35%;
}

.FormSubmit {
	background: transparent url('/Portals/_default/Skins/progressive/media/btn_go_lg.gif');    
	height: 20px;   
	width:134px;
	border:none; 
	color:White;
	margin-right:10px;
}

#dnnsearchbox {
	position: relative;
}

#dnn_dnnSearch_txtSearch,
#dnn_xsOpenSearch_txtSearch {
	font-size: x-small;
	width: 125px;
	margin-left: 15px;
}

a#dnn_dnnSearch_cmdSearch,
.xsCmdSearch {
	position: absolute;
	right: -25px;
	top: 0;
 	display: block;
	text-align: left;
	text-indent: -999em;
	text-decoration: none;
	outline: none;
	border: none;
    height: 20px;   
    width:22px;
    background: transparent url('/Portals/_default/Skins/progressive/media/btn_go.gif');    
}

td#header_menu_tables table {
	overflow: hidden;
}

.Open-SearchResultsContent div p {
	margin: 20px 0 0 0;
}

.Open-SearchResultsContent div {
	line-height: 18px;
}

/*----------------------------------------------------------------------------------
	CSS :: TDH STYLING :: SIDE MENU
----------------------------------------------------------------------------------*/

.sidemenu {
    padding-left: 0 !important;
	position: relative;
}

.sidemenu ul {
	margin-left: 20px !important;
	padding: 0 !important;
}

.sidemenu li {
	padding-left: 0 !important;
	margin: 8px 0 !important;
}

.sidemenu ul li {
	background: url('/Portals/_default/Skins/progressive/media/sidebar_rightarrow.gif') no-repeat;
	padding-left: 20px !important;
}

.sidemenu li li,
.sidemenu li ul {
	background:  none;
	margin-left: 0 !important;
	padding: 0 !important;
}

.sidemenu ul#list_expanded {
	margin: 0;
	padding: 0;
	z-index: 100;
	position: relative;
}

.sidemenu ul#list_expanded li {
	background: none;
	padding-left: 20px;
}

.sidemenu ul#list_expanded:first-child {
	display: block;
	padding-left: 0;
	background: url('/Portals/_default/Skins/progressive/media/sidebar_downarrow.gif') no-repeat;
}

.sidemenu ul#list_closed li {
	display: none;
}

.sidemenu ul#list_closed li#houseMenuParentItem {
	display: block !important;
	padding-left: 0;
	background: url('/Portals/_default/Skins/progressive/media/sidebar_rightarrow.gif') no-repeat;
}

.sidemenu ul#list_none li#houseMenuParentItem {
	display: block !important;
	padding-left: 0;
	background: url('/Portals/_default/Skins/progressive/media/sidebar_bullet.gif') no-repeat;
}

.sidemenu ul#list_none li{
	display: none;
}

/*----------------------------------------------------------------------------------
	CSS :: TDH STYLING :: SIGNUP FORMS
----------------------------------------------------------------------------------*/

.signupframe {
	border: none !important;
	width: 100% !important;
	background: transparent url('/Portals/_default/Skins/progressive/media/copper_bkgrnd.gif') repeat-x !important;
	font-size: 12px !important;
	margin: 15px 0 !important;
	padding: 15px 5px !important;
	color: #000 !important;
}

.signupframe td {
	line-height: 18px;
}

/*----------------------------------------------------------------------------------
	CSS :: TDH STYLING :: STYLED PUBLICATIONS
----------------------------------------------------------------------------------*/

table.styled_publications {
	width: 625px;
	border-collapse: collapse;
	margin: 10px 0;
	font-size: 12px;
}

.styled_publications td.th_head {
	background: #f9f9f9;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	text-align: left !important;
}

.styled_publications tr td {
	padding: 10px 5px 10px 10px;
	vertical-align: middle;
}

.styled_publications td:first-child {
	text-align: left;
}

.styled_publications td:first-child+td {
	line-height: 18px;
}

.styled_publications tr.alt td {
	background: #FAFAFA;
}

table.article_information {
	border-collapse: collapse;
	margin: 10px 0;
	font-size: 12px;
}

.article_information td {
	padding: 10px 5px 10px 10px;
	vertical-align: middle;
	text-align: left;
}

/*----------------------------------------------------------------------------------
	CSS :: TDH STYLING :: FORMS
----------------------------------------------------------------------------------*/

div.UDT_Form {
	width: 100%;
	background: url('/Portals/_default/Skins/progressive/media/copper_bkgrnd.gif') repeat-x;
	font-size: 12px;
	margin: 15px 0;
	padding: 0 5px;
}

div.UDT_Form fieldset {
	border: none;
	margin: 10px 0;
	padding: 0 20px 15px 20px;
	border-bottom: 1px solid #666666;
}

div.UDT_Form fieldset legend {
	font-size: 18px;
	font-weight: normal;
	padding: 2px 8px;
	margin: 0 0 10px -15px;
	color: 000;
}

div.UDT_Form input.NormalTextBox {
	padding: 3px 0;
}

div.UDT_Form label.UDT_Caption {
	margin: 5px 0;
	display: block;
}

.UDT_Default,
.UDT_Cancel {
	background: transparent url('/Portals/_default/Skins/progressive/media/btn_go_lg.gif');    
	height: 20px;   
	width:134px;
	border:none; 
	color:White;
	margin-right:10px;
	margin-top: 20px;
}

.UDT_Field UDT_Type_Captcha {
	padding-left: 25px;
}

/*----------------------------------------------------------------------------------
	CSS :: PROGRESSIVE STYLING
----------------------------------------------------------------------------------*/

/* Top Menu  */

H1 
{
    font-size: 16pt;
    padding-left: 15px;
	padding-right: none;
    line-height: 100%;
    margin-bottom: .5em;
    margin-top: .25em;
    font-weight: bold;
	color: #000;
    font-family: Arial, Helvetica, sans-serif;
	background: none;
}

H2
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}


li
{
	font-size: 9pt;
    line-height: 160%;
    margin-bottom: .25em;
    margin-top: 0em;
    margin-right: 22px;
    font-weight: normal;	
}
H1, H2, p, span, img
{    
    padding: 0 0 0 0;    
    margin:0 0 0 0;  
}
ul{
	margin-top: 5px;
	margin-bottom: 10px;
}
label
{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 9pt;
	font-weight:normal;
}
.menu
{
    font-family: Arial, Helvetica, sans-serif; 
    color: #000000;
    font-size: 8pt;
    text-align: center;
    border:none;
}
.menu a:link, .menu a:visited, .menu a:active
{
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}
.menu a:hover
{
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}
.submenu
{
    font-size:0px;
    background-image: url('/Portals/_default/Skins/progressive/media/submenu_bkgrnd.gif');
    height:26px;    
}

/* Drop Down Menu */
.ddmnu
{
    font-family: Arial, Helvetica, sans-serif; 
    display: none;
    z-index: 5;
    position: absolute;
}
.ddmnu H1 
{
    font-size: 10pt;
    padding-left: 15px;
    line-height: 100%;
    margin-bottom: .5em;
    margin-top: .25em;
    font-weight: bold;
}
.ddmnu li
{
    font-size: 9pt;
    padding-left: 5px;
    line-height: 120%;
    margin-bottom: .25em;
    margin-top: 0px;
    font-weight: normal;
    list-style: disc;
}
.ddmnu a:link, .ddmnu a:visited, .ddmnu a:active, .ddmnu a:hover
{
    color: #464646;
    font-weight: normal;
    text-decoration: none;
}


/* Side Menu */
.sidemenu_top
{    
    background-image: url('/Portals/_default/Skins/progressive/media/sidemenu_top.gif');
    background-repeat: no-repeat;
    height:7px;    
	    
}
.sidemenu_bottom
{    
    background-image: url('/Portals/_default/Skins/progressive/media/sidemenu_bottom.gif');
    background-repeat: no-repeat;    
    height:7px;
}
.sidemenu
{
    background-image: url('/Portals/_default/Skins/progressive/media/sidemenu_topbkgrnd.gif');
    background-repeat: no-repeat;
    padding-left: 5px;
    padding-right: 10px;
    font-family: Arial, Helvetica, sans-serif; 
}
.sidemenu H1 
{
    font-size: 14pt;
    padding-left: 15px;
    line-height: 100%;
    margin-bottom: .5em;
    margin-top: .25em;
    font-weight: bold;
}
.sidemenu H2 
{
    font-size: 13px !important;
    padding-left: 15px;
    line-height: 19px !important;
    margin-bottom: 10px;
    margin-top: .25em;
    font-weight: bold !important;
}
.sidemenu H2 img
{
    margin-right:10px;
}
.sidemenu p
{
    font-size: 8pt;
    padding-left: 15px;
    line-height: 160%;
    margin-bottom: .25em;
    margin-top: 0px;
    margin-right: 22px;
    font-weight: normal;
    
}
.sidemenu b
{
    font-size:8pt;
}
li.awards {
    border: 1px #b9bfd1 solid;
    padding: 2px;
}
.sidemenu li
{
    font-size: 9pt;
    padding-left: 5px;
    line-height: 120%;
    margin-bottom: .25em;
    margin-top: 0px;
    margin-right: 22px;
    font-weight: normal;
    list-style:none;     
      
}
.sidemenu img
{
    border:none;   
        
}
.sidemenu a:link, .sidemenu a:visited, .sidemenu a:active, .sidemenu a:hover
{
    color: #464646;
    font-weight: normal;
    text-decoration: none;
}
.sidemenuchild
{
    list-style-image: url('/Portals/_default/Skins/progressive/media/sidebar_bullet.gif'); 
    margin-right:20px;

}
.smallmarketingbox
{
    background-image: url('/Portals/_default/Skins/progressive/media/submenu_bkgrnd.gif');
    background-repeat:repeat-x;
    padding-left: 5px;
    padding-right: 10px;
    font-family: Arial, Helvetica, sans-serif;    
    font-weight:bold;
    font-size:8pt; 
    height:42px;
    width:230px;
}
.smallmarketingbox span
{
    font-weight:bold;
    font-size:8pt; 
}
.smallmarketingbox_left
{
    background-image: url('/Portals/_default/Skins/progressive/media/submenu_left.gif');
    background-repeat: no-repeat;    
    width:6px;
    height:42px;
    background-position:right;    
}
.smallmarketingbox_right
{
    background-image: url('/Portals/_default/Skins/progressive/media/submenu_right.gif');
    background-repeat: no-repeat;
    width:6px;
    height:42px;
    background-position:left;
}


/* Block -- Bottom of the colored Squares */
.blockbottomleft
{
    width: 11px;
    height: 11px;
    background-image: url('/Portals/_default/Skins/progressive/media/block_bottomleft.gif');
    background-repeat: no-repeat;
    background-position: left;
}
.blockbottomright {
    width: 11px;
    height: 11px;
    background-image: url('/Portals/_default/Skins/progressive/media/block_bottomright.gif');
    background-repeat: no-repeat;
    background-position: right;
    
}
.blockbottom
{
    height: 11px;
    background-image: url('/Portals/_default/Skins/progressive/media/block_bottombkgrnd.gif');
    background-repeat: repeat-x;
    background-position: bottom;
}
.blocktopleft
{
    width: 7px;
    height: 7px;
    background-image: url('/Portals/_default/Skins/progressive/media/white_topleft.gif');
    background-repeat: no-repeat;
    background-position: left;
}
.blocktopright {
    width: 7px;
    height: 7px;
    background-image: url('/Portals/_default/Skins/progressive/media/white_topright.gif');
    background-repeat: no-repeat;
    background-position: right;
    
}
.blocktop
{
    height: 7px;
    background-image: url('/Portals/_default/Skins/progressive/media/white_topbkgrnd.gif');
    background-repeat: repeat-x;
    background-position: bottom;
}

/* Side Fades */
.leftside
{
    width: 11px;
    background-image: url('/Portals/_default/Skins/progressive/media/leftside_bkgrnd.gif');
    background-repeat: repeat-y;
    vertical-align:top;
    height: 100%;
}
.rightside
{
    width:11px;
    background-image: url('/Portals/_default/Skins/progressive/media/rightside_bkgrnd.gif');
    background-repeat: repeat-y;
    background-position: right;
    vertical-align:top;
    height: 100%;
}

/* Go Buttons */
.gobtn p
{
    line-height: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
    text-align: right;
}
.gobtn a
{
    color: #51608e;
    font-weight: normal;
    text-decoration:none;
    font-size:10px;
}
.gobtnall 
{
    color:#ffffff; 
    text-decoration:none; 
    text-align:center; 
    font-size:8pt;  
    font-weight:normal;      
}
.gobtnsm
{
    background-position:top;    
    width:22px; 
    height:20px; 
    max-width:22px; 
    max-height:20px; 
    background-image:url('/Portals/_default/Skins/progressive/media/btn_go.gif');
    color:#ffffff;  
    vertical-align:middle; 
    text-align:center; 
    /*padding-left:5px; */
    padding-top:3px;
    background-repeat:no-repeat;
    float:right;
    font-weight: normal;
    font-size: 8pt;
    color: white;
    line-height: 90%;
}
.gobtnsm a
{
    color:#ffffff; 
    text-decoration:none; 
    text-align:center; 
    font-size:8pt;
    width:22px;
    height:20px;    
}
.gobtnsm a:link, .gobtnsm a:visited, .gobtnsm a:active, .gobtnsm a:hover
{
    color:#ffffff; 
    text-decoration:none; 
    text-align:center; 
    font-size:8pt
}
.gobtnlg
{
    width:134px; 
    height:20px; 
    max-width:134px; 
    max-height:20px; 
    background-image:url('/Portals/_default/Skins/progressive/media/btn_go_lg.gif'); 
    color:#ffffff;  
    vertical-align:middle; 
    text-align:center; 
    /*padding-left:5px; */
    padding-top:3px;
    background-repeat:no-repeat;
    float:right;
    font-weight: normal;
    font-size: 8pt;
    color: white;
    line-height: 90%;
}
.gobtnlg a
{
    color:#ffffff; 
    text-decoration:none; 
    text-align:center; 
    font-size:8pt;
    width:134px;
    height:20px;    
}
.gobtnlg a:link, .gobtnlg a:visited, .gobtnlg a:active, .gobtnlg a:hover
{
    color:#ffffff; 
    text-decoration:none; 
    text-align:center; 
    font-size:8pt
}
.gobtnshort
{
    width:52px; 
    height:19px; 
    max-width:54px; 
    max-height:20px; 
    background-image:url('/Portals/_default/Skins/progressive/media/btn_short.gif'); 
    color:#ffffff;  
    vertical-align:middle; 
    text-align:center; 
    /*padding-left:5px;*/
    padding-top:3px;
    background-repeat:no-repeat;
    float:right;
    font-weight: normal;
    font-size: 8pt;
    color: white;
    line-height: 90%;
}
.gobtnshort a
{
    color:#ffffff; 
    text-decoration:none; 
    text-align:center; 
    font-size:8pt;
    width:52px;
    height:20px;
}
.gobtnshort a:link, .gobtnshort a:visited, .gobtnshort a:active, .gobtnshort a:hover
{
    color:#ffffff; 
    text-decoration:none; 
    text-align:center; 
    font-size:8pt
}
.gobtnexlg
{
    width:166px; 
    height:20px; 
    max-width:166px; 
    max-height:20px; 
    background-image:url('/Portals/_default/Skins/progressive/media/btn_go_exlg.gif'); 
    color:#ffffff;  
    vertical-align:middle; 
    text-align:center; 
    /*padding-left:5px;*/
    padding-top:3px;
    background-repeat:no-repeat;
    float:right;
    font-weight: normal;
    font-size: 8pt;
    color: white;
    line-height: 90%;
}
.gobtnexlg a
{
    color:#ffffff; 
    text-decoration:none; 
    text-align:center; 
    font-size:8pt;
    width:166px; 
    height:20px;     
}
.gobtnexlg a:link, .gobtnexlg a:visited, .gobtnexlg a:active, .gobtnexlg a:hover
{
    color:#ffffff; 
    text-decoration:none; 
    text-align:center; 
    font-size:8pt
}
/* Data Table*/
.datatables
{
    font-size:8pt;
    background-color:#FFFFFF;	
}

/* Blue */
.blue
{
    font-family: Arial, Helvetica, sans-serif; 
    color: Black;
    padding:  5px 5px 0px 5px;
    vertical-align:top; 
} 
.blue li
{
	font-size: 9pt;
    line-height: 160%;
    margin-bottom: .25em;
    margin-top: 0em;
    margin-right: 22px;
    font-weight: normal;	
}       
.blue H1 
{
    font-size: 16pt;
    padding-left: 15px;
    line-height: 100%;
    margin-bottom: .5em;
    margin-top: .25em;
    font-weight: bold;
}
.blue H2 
{
    font-size: 13pt;
    padding-left: 15px;
    line-height: 100%;
    margin-bottom: .25em;
    margin-top: .5em;
    font-weight: bold;
}
.blue p
{
    font-size: 9pt;
    padding-left: 15px;
    line-height: 160%;
    margin-bottom: .5em;
    margin-top: 0px;
    margin-right: 22px;
    font-weight: normal;
    
}
.blue a:link, .blue a:visited, .blue a:active, .blue a:hover
{
    color: #51608e;
    font-weight: bold;
}
.bluetopleft
{
    background-image: url('/Portals/_default/Skins/progressive/media/blue_upperleft.gif');
    background-repeat: no-repeat;
}
.bluetop 
{
    width: 11px;
    height: 11px;      
    background-image: url('/Portals/_default/Skins/progressive/media/blue_topbkgrnd.gif');
    background-repeat: repeat-x;
}
.bluetopright
{
    width: 11px;
    height: 11px;      
    background-image: url('/Portals/_default/Skins/progressive/media/blue_upperright.gif');
    background-repeat: no-repeat;
}
.blueleftside
{
    width: 11px;
    height: 11px;      
    height:100%;
    background-image: url('/Portals/_default/Skins/progressive/media/blue_leftbkgrnd.gif');
    background-repeat: no-repeat;
}
.bluerightside
{
    border-width: thick;
    height:100%;
    width:11px;
    background-image: url('/Portals/_default/Skins/progressive/media/blue_rightbkgrnd.gif');
    background-repeat: no-repeat;
    z-index: 5;
}


/* Green */
.green
{
    font-family: Arial, Helvetica, sans-serif; 
    color: Black;
    padding:  5px 5px 0px 5px;
    vertical-align:top; 
}      
.green li
{
	font-size: 9pt;
    line-height: 160%;
    margin-bottom: .25em;
    margin-top: 0em;
    margin-right: 22px;
    font-weight: normal;	
}  
.green H1 
{
    font-size: 16pt;
    padding-left: 15px;
    line-height: 100%;
    margin-bottom: .5em;
    margin-top: .25em;
    font-weight: bold;
}
.green H2 
{
    font-size: 13pt;
    padding-left: 15px;
    line-height: 100%;
    margin-bottom: .25em;
    margin-top: .5em;
    font-weight: bold;
}
.green p
{
    font-size: 9pt;
    padding-left: 15px;
    line-height: 160%;
    margin-bottom: .5em;
    margin-top: 0px;
    margin-right: 22px;
    font-weight: normal;
}    

.green a:link, .green a:visited, .green a:active, .green a:hover
{
    color: #51608e;
    font-weight: bold;
}
.greentopleft
{
    width: 11px;
    height: 11px;    
    background-image: url('/Portals/_default/Skins/progressive/media/green_upperleft.gif');
    background-repeat: no-repeat;
}
.greentopright 
{
    width: 11px;
    height: 11px;    
    background-image: url('/Portals/_default/Skins/progressive/media/green_upperright.gif');
    background-repeat: no-repeat;
}
.greentop
{
    width: 11px;
    height: 11px;    
    background-image: url('/Portals/_default/Skins/progressive/media/green_topbkgrnd.gif');    
    background-repeat: repeat-x;
}

.greenleftside
{
    background-image: url('/Portals/_default/Skins/progressive/media/green_leftbkgrnd.gif');
    background-repeat: no-repeat;
}
.greenrightside
{
    background-image: url('/Portals/_default/Skins/progressive/media/green_rightbkgrnd.gif');
    background-repeat: no-repeat;
}
/* copper */
.copper
{   
    font-family: Arial, Helvetica, sans-serif; 
    color: Black;
    padding:  5px 5px 0px 5px;
    vertical-align:top; 
    background-image: url('/Portals/_default/Skins/progressive/media/copper_bkgrnd.gif');
    background-repeat:repeat-x;
}      
.copper li
{
	font-size: 9pt;
    line-height: 160%;
    margin-bottom: .25em;
    margin-top: 0em;
    margin-right: 22px;
    font-weight: normal;	
}  
.copper H1 
{
    font-size: 16pt;
    padding-left: 15px;
    line-height: 100%;
    margin-bottom: .5em;
    margin-top: .25em;
    font-weight: bold;
}
.copper H2 
{
    font-size: 13pt;
    padding-left: 15px;
    line-height: 100%;
    margin-bottom: .25em;
    margin-top: .5em;
    font-weight: bold;
}
.copper p
{
    font-size: 9pt;
    padding-left: 15px;
    line-height: 160%;
    margin-bottom: .5em;
    margin-top: 0px;
    margin-right: 22px;
    font-weight: normal;
}    

.copper a:link, .copper a:visited, .copper a:active, .copper a:hover
{
    color: #51608e;
    font-weight: bold;
}
.coppertopleft
{
    width: 11px;
    height: 11px;    
    background-image: url('/Portals/_default/Skins/progressive/media/copper_topleft.gif');
    background-repeat: no-repeat;
}
.coppertopright 
{
    width: 11px;
    height: 11px;    
    background-image: url('/Portals/_default/Skins/progressive/media/copper_topright.jpg');
    background-repeat: no-repeat;
}
.coppertop
{
    width: 11px;
    height: 11px;    
    background-image: url('/Portals/_default/Skins/progressive/media/copper_topbkgrnd.gif');    
    background-repeat: repeat-x;
}

.copperleftside
{
    background-image: url('/Portals/_default/Skins/progressive/media/copper_leftbkgrnd.gif');
    background-repeat: no-repeat;
}
.copperrightside
{
    background-image: url('/Portals/_default/Skins/progressive/media/copper_rightbkgrnd.gif');
    background-repeat: no-repeat;
}


/* Brown */

.brown
{
    font-family: Arial, Helvetica, sans-serif; 
    color: Black;
    padding: 5px 5px 0px 5px;
    vertical-align:top; 
}  
.brown li
{
	font-size: 9pt;
    line-height: 160%;
    margin-bottom: .25em;
    margin-top: 0em;
    margin-right: 22px;
    font-weight: normal;	
}       
.brown H1 
{
    font-size: 16pt;
    padding-left: 15px;
    line-height: 100%;
    margin-bottom: .5em;
    margin-top: .25em;
    font-weight: bold;
}
.brown H2 
{
    font-size: 13pt;
    padding-left: 15px;
    line-height: 100%;
    margin-bottom: .25em;
    margin-top: .5em;
    font-weight: bold;
}
.brown p
{
    font-size: 9pt;
    padding-left: 15px;
    line-height: 160%;
    margin-bottom: .5em;
    margin-top: 0px;
    margin-right: 22px;
    font-weight: normal;
}    

.brown a:link, .brown a:visited, .brown a:active, .brown a:hover
{
    color: #51608e;
    font-weight: normal;
}
.browntopleft
{
    width: 11px;
    height: 11px;      
    background-image: url('/Portals/_default/Skins/progressive/media/brown_upperleft.gif');
    background-repeat: no-repeat;
}
.browntop 
{
    width: 11px;
    height: 11px;      
    background-image: url('/Portals/_default/Skins/progressive/media/brown_topbkgrnd.gif');
    background-repeat: repeat-x;
}
.browntopright
{

    width: 11px;
    height: 11px;      
    background-image: url('/Portals/_default/Skins/progressive/media/brown_upperright.gif');
    background-repeat: no-repeat;
    
}

.brownleftside
{
    background-image: url('/Portals/_default/Skins/progressive/media/brown_leftbkgrnd.gif');
    background-repeat: no-repeat;
}
.brownrightside
{
    background-image: url('/Portals/_default/Skins/progressive/media/brown_rightbkgrnd.gif');
    background-repeat: no-repeat;
}

/* Gray */
.gray
{
    font-family: Arial, Helvetica, sans-serif; 
    color: Black;
    padding: 10px 15px 0px 15px;
    vertical-align:top; 
} 
.gray li
{
	font-size: 9pt;
    line-height: 160%;
    margin-bottom: .25em;
    margin-top: 0em;
    margin-right: 22px;
    font-weight: normal;	
}         
.gray H2 
{
    font-size: 13pt;    
    line-height: 100%;
    margin-bottom: .25em;
    margin-top: .5em;
    font-weight: normal;
}
.gray p
{    
    font-size: 9pt;    
    line-height: 160%;
    margin-bottom: .5em;
    margin-top: 0px;
    margin-right: 22px;
    font-weight: normal;
}   
.gray ul
{
    font-size: 9pt;    
    line-height: 160%;
    margin-bottom: .25em;
    margin-top: 0px;
    margin-right: 22px;
    font-weight: normal;
} 
.gray span
{
    font-size: 9pt;    
    line-height: 160%;
    margin-bottom: .25em;
    margin-top: 0px;
    margin-right: 22px;
    font-weight: normal;
}   

.graytopleft
{
    width: 11px;
    height: 11px;      
    background-image: url('/Portals/_default/Skins/progressive/media/gray_upperleft.gif');
    background-repeat: no-repeat;
}
.graytopright 
{
    width: 11px;
    height: 11px;      
    background-image: url('/Portals/_default/Skins/progressive/media/gray_upperight.gif');
    background-repeat: no-repeat;
}
.graytop
{
    width: 11px;
    height: 11px;      
    background-image: url('/Portals/_default/Skins/progressive/media/gray_topbkgrnd.gif');
    background-repeat: repeat-x;
}

.grayleftside
{
    background-image: url('/Portals/_default/Skins/progressive/media/gray_leftbkgrnd.gif');
    background-repeat: no-repeat;
}
.grayrightside
{
    background-image: url('/Portals/_default/Skins/progressive/media/gray_rightbkgrnd.gif');
    background-repeat: no-repeat;
}

/* Footer */

.footer,
.SkinObject
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 9pt;
    text-align: center;
	font-weight: normal;
}
.footer a:link, .footer a:visited, .footer a:active, .footer a:hover,
.SkinObject a:link, .SkinObject a.visited, .SkinObject a:active, .SkinObject a:hover
{
    color: #000000;
    text-decoration: none;
}

#content
{
 vertical-align:top;
}



.search_btn
{
    
    background: transparent url('/Portals/_default/Skins/progressive/media/btn_go.gif');    
    height: 20px;   
    width:22px;
    border:none; 
}
.form_btns
{
    
    background: transparent url('/Portals/_default/Skins/progressive/media/btn_go_lg.gif');    
    height: 20px;   
    width:134px;
    border:none; 
    color:White;
    margin-right:10px;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */




