@charset "utf-8";
/* CSS Document */

/*DEFAULT BASICS & LIST BEHAVIOR*/
ul {
padding:10px;
margin:10px 50px 10px 75px;
font-weight:normal;
list-style:disc outside;
line-height:21px;
background-color:transparent;
font-size: 12px;
list-style-image: url(../images/ListImages/arrowSmDkBlue.gif);
}
ol {
padding:10px;
margin:10px 50px 10px 75px;
font-weight:normal;
list-style: outside decimal;
line-height:21px;
background-color:transparent;
font-size: 12px;
}
li {
color: #666;
padding-top:5px;
padding-bottom:5px;
line-height:16px;
}
b {font-weight:bold;}
strong {font-weight:bold;}
em {font-style:italic;}
i {font-style:italic;}
u {text-decoration:underline;}
img {border:0px;} /* GLOBAL IMG BORDER PROPERTIES NO OUTLINE */
img a {border:0px} /* GLOBAL LINKED IMG BORDER PROPERTIES NO OUTLINE */
a {color: #666666; font-weight:bold; text-decoration:none}
a:hover {color:#333333; font-weight:bold; text-decoration:underline;}

/*ALL IMAGES & SHARED DIVS*/
/*TOP IMAGE FOR SIDEBAR ALERT*/
.ALERTsidebarTop {
background-image: url(../images/sidebar_top_alert.jpg);
width:175px;
height:59px;
background-repeat:no-repeat;
background-position:top left;
}
/*TOP IMAGE FOR MAIN ALERT BOX*/
.ALERTcontentboxTop {
background-image: url(../images/ALERT_wide_top.jpg);
width:405px;
height:113px;
background-repeat:no-repeat;
background-position:top left;
}
/*TOP IMAGE FOR SIDEBAR RSS*/
.RSSsidebarTop {
background-image: url(../images/sidebar_top_RSS.jpg);
width:175px;
height:59px;
background-repeat:no-repeat;
background-position:top left;
}
/*TOP IMAGE FOR MAIN RSS BOX*/
.RSScontentboxTop {
background-image:url(../images/RSS_wide_top.jpg);
width:405px;
height:113px;
background-repeat:no-repeat;
background-position:top left;
}
/*TOP IMAGE FOR SIDEBAR DL*/
.DLsidebarTop {
background-image: url(../images/sidebar_top_download.jpg);
width:175px;
height:59px;
background-repeat:no-repeat;
background-position:top left;
}
/*TOP IMAGE FOR MAIN DL BOX*/
.DLcontentboxTop {
background-image: url(../images/DOWNLOAD_wide_top.jpg);
width:405px;
height:113px;
background-repeat:no-repeat;
background-position:top left;
}
/*TOP IMAGE FOR SIDEBAR APP*/
.APPsidebarTop {
background-image: url(../images/sidebar_top_apply.jpg);
width:175px;
height:59px;
background-repeat:no-repeat;
background-position:top left;
}
/*TOP IMAGE FOR MAIN APP BOX*/
.APPcontentboxTop {
background-image: url(../images/APPLICATION_wide_top.jpg);
width:405px;
height:113px;
background-repeat:no-repeat;
background-position:top left;
}
/*TOP IMAGE FOR SIDEBAR READ*/
.READsidebarTop {
background-image: url(../images/sidebar_top_readmore.jpg);
width:175px;
height:59px;
background-repeat:no-repeat;
background-position:top left;
}
/*TOP IMAGE FOR MAIN READ BOX*/
.READcontentboxTop {
background-image: url(../images/READMORE_wide_top.jpg);
width:405px;
height:113px;
background-repeat:no-repeat;
background-position:top left;
}
/*TOP IMAGE FOR SIDEBAR NEWS*/
.NEWSsidebarTop {
background-image: url(../images/sidebar_top_news.jpg);
width:175px;
height:59px;
background-repeat:no-repeat;
background-position:top left;
}
/*TOP IMAGE FOR MAIN RSS BOX*/
.NEWScontentboxTop {
background-image: url(../images/NEWS_wide_top.jpg);
width:405px;
height:113px;
background-repeat:no-repeat;
background-position:top left;
}
/*TOP IMAGE FOR SIDEBAR CONTACT*/
.CONTACTsidebarTop {
background-image: url(../images/sidebar_top_contact.jpg);
width:175px;
height:59px;
background-repeat:no-repeat;
background-position:top left;
}
/*TOP IMAGE FOR MAIN CONTACT BOX*/
.CONTACTcontentboxTop {
background-image: url(../images/CONTACT_wide_top.jpg);
width:405px;
height:113px;
background-repeat:no-repeat;
background-position:top left;
}
/*TOP IMAGE FOR SIDEBAR SPECIALIST FEMALE */
.SPECIALISTsidebarTopF {
background-image: url(../images/sidebar_top_expertF.jpg);
width:175px;
height:59px;
background-repeat:no-repeat;
background-position:top left;
}
/*TOP IMAGE FOR MAIN SPECIALIST FEMALE BOX*/
.SPECIALISTcontentboxTopF {
background-image: url(../images/SPECILALISTfem_wide_top.jpg);
width:405px;
height:113px;
background-repeat:no-repeat;
background-position:top left;
}
/*TOP IMAGE FOR SIDEBAR SPECIALIST MALE */
.SPECIALISTsidebarTopM {
background-image: url(../images/sidebar_top_expertM.jpg);
width:175px;
height:59px;
background-repeat:no-repeat;
background-position:top left;
}
/*TOP IMAGE FOR MAIN SPECIALIST MALE BOX*/
.SPECIALISTcontentboxTopM {
background-image: url(../images/SPECIALISTmale_wide_top.jpg);
width:405px;
height:113px;
background-repeat:no-repeat;
background-position:top left;
}

/*Heading for all sidebars ALL SHARED*/
.sidebarHeader {
padding:17px 5px 0px 5px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFF;
font-weight:bold;
text-align:left;
letter-spacing:0px;
}
/*Heading for all main boxes ALL SHARED*/
.contentboxHeading {
padding:40px 5px 0px 90px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#FFFFFF;
font-weight:bold;
text-align:right;
letter-spacing:0px;
}

/*DESCRIPTION TEXT UNDER SIDEBAR HEADER -- ALL SHARED*/
.sidebarDescrip {
padding:5px 55px 0px 5px;
font-family:Arial, Helvetica, sans-serif;
font-size:8px;
color:#666;
font-weight:normal;
text-align:left;
letter-spacing:0px;
}
/*DESCRIPTION TEXT UNDER mainbox HEADER -- ALL SHARED*/
.contentboxDescrip {
padding:15px 5px 0px 100px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#999;
font-weight:bold;
text-align:right;
letter-spacing:0px;
}

/*MIDDLE REPEATING BAR FOR SIDEBAR CONTENT -- ALL SHARED*/
.sidebarMid {
background-image:url(../images/sidebar_repeat.jpg);
width:175px;
height:100%;
background-repeat:repeat-y;
background-position:top;
}
/*MIDDLE REPEATING BAR FOR mainbox CONTENT -- ALL SHARED*/
.contentboxMid {
background-image: url(../images/stdBox_wide_repeater.jpg);
width:405px;
height:100%;
background-repeat:repeat-y;
background-position:top;
font-size:12px;
}

/*BOTTOM OF SIDEBAR CONTAINERS -- ALL SHARED*/
.sidebarBase {
background-image:url(../images/sidebar_base.jpg);
width:175px;
height:11px;
background-repeat:no-repeat;
}
/*BOTTOM OF mainbox CONTAINERS -- ALL SHARED*/
.contentboxBase {
background-image: url(../images/stdBase_wide.jpg);
width:405px;
height:10px;
background-repeat:no-repeat;
}

/* RSS DISCLAIMER TEXT UNDER BOX ON SIDEBAR */
.RSSdisclaimerSidebar {
padding:5px 2px 0px 2px;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
width:175px;
color:#000000;
font-weight:normal;
text-align:left;
}
.RSSdisclaimerSidebar a {color: #FAA61A; font-weight:bold; font-size:110%; text-decoration:underline;}

/* RSS DISCLAIMER TEXT UNDER BOX ON MAINBOX */
.RSSdisclaimerMain {
padding:10px 0px 0px 25px;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
width:405px;
color:#000000;
font-weight:normal;
text-align:left;
}
.RSSdisclaimerMain a {color: #FAA61A; font-weight:bold; font-size:110%; text-decoration:underline;}


/*START NEW GLOBALS*/

/* ALERTS */
.ALERTcontent {  
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0;
font-size:12px;
padding:10px 15px 15px 30px;
}
.ALERTcontentSide {  
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0;
font-size:10px;
padding:10px 15px 10px 10px;
}

.ALERTcontent a, .ALERTcontentSide a {
color:#666666;
font-weight:bold;
text-decoration:none;
}
.ALERTcontent a:hover, .ALERTcontentSide a:hover {
color: #CC6600;
font-weight:bold;
text-decoration:underline;
}
.ALERTcontent p, .ALERTcontentSide p {
padding:0px;
margin:0px 0px 10px 0px;
line-height:14px;
}
.ALERTcontentSide p {line-height:9px;}

.ALERTaux {   
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0;
font-size:10px;
padding:10px 10px 5px 30px;
}
.ALERTaux p {
padding:0px;
margin:0px 0px 4px 0px;
line-height:12px;
}
.ALERTaux a {
color:#CC6600;
font-weight:bold;
text-decoration:none;
}
.ALERTaux a:hover {
color: #666666;
font-weight:bold;
text-decoration:underline;
}

           .ALERTauxSide {   /* Auxillary Link at the base */
           font-family:Arial, Helvetica, sans-serif;
           letter-spacing:0;
           font-size:8px;
           padding:0px 10px 0px 10px;
           }
           .ALERTauxSide p {
           padding:0px;
           margin:0px 0px 0px 0px;
           line-height:10px;
           }
           .ALERTauxSide a {
           color:#CC6600;
           font-weight:bold;
           text-decoration:none;
           }
           .ALERTauxSide a:hover {
           color: #666666;
           font-weight:bold;
           text-decoration:underline;
           }

.ALERTsingle {
padding:0px auto;
margin:0px auto;
font-size:18px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:-0.05em;
 color:#CC6600;
text-align:center;
width:350px;
border:1px solid #666;
height:100%;
}
.ALERTsingle p{text-align:left; background-image: url(../images/alert_single.jpg); background-repeat:no-repeat; background-position:left center;padding:30px 5px 30px 120px;}
.ALERTsingle a, .ALERTsingle a:hover {color:#CC6600;text-decoration:none;}


/* ALERT SINGLE SIDES */
.ALERTsingleSide {
padding:0px;
margin:0px;
font-size:12px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0em;
 color:#CC6600;
text-align:center;
width:175px;
border:1px solid #666;
height:100%;

}
.ALERTsingleSide p{text-align:left; background-image: url(../images/alert_singleSide.jpg); background-repeat:no-repeat; background-position:left center;padding:10px 5px 10px 60px;}
.ALERTsingleSide a, .ALERTsingleSide a:hover {color: #CC6600;text-decoration:none;}

<!-- separte -->

.RSScontent {   
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0;
font-size:12px;
}
.RSScontentSide {   
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0;
font-size:10px;
padding:10px 15px 10px 10px;
}
.RSScontent a, .RSScontentSide a {
color:#666666;
font-weight:bold;
text-decoration:none;
}
.RSScontent a, .RSScontent a:hover {} /* FIREFOX DOESN'T LIKE SOMETHING AND THIS FIXES IT */
.RSScontent a:hover, .RSScontentSide a:hover {
color: #FAA61A;
font-weight:bold;
text-decoration:underline;
}
.RSScontent p, .RSScontentSide p {
padding:0px;
margin:0px 0px 10px 0px;
line-height:14px;
}
.RSScontentSide p {line-height:9px;}
.RSScontent p {font-family:Arial, Helvetica, sans-serif;letter-spacing:0;font-size:12px;padding:5px 15px 0px 30px;} /* FIREFOX DOESN'T LIKE SOMETHING AND THIS FIXES IT -- took away padding from RSScontent and changed it here to whatever worked */

.RSSaux {   /* Auxillary Link at the base */
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0;
font-size:10px;
padding:10px 10px 5px 30px;
}
.RSSaux p {
padding:0px;
margin:0px 0px 4px 0px;
line-height:12px;
}
.RSSaux a {
color:#FAA61A;
font-weight:bold;
text-decoration:none;
}
.RSSaux a:hover {
color: #666666;
font-weight:bold;
text-decoration:underline;
}
           .RSSauxSide {   /* Auxillary Link at the base */
           font-family:Arial, Helvetica, sans-serif;
           letter-spacing:0;
           font-size:8px;
           padding:0px 10px 0px 10px;
           }
           .RSSauxSide p {
           padding:0px;
           margin:0px 0px 0px 0px;
           line-height:10px;
           }
           .RSSauxSide a {
           color:#FAA61A;
           font-weight:bold;
           text-decoration:none;
           }
           .RSSauxSide a:hover {
           color: #666666;
           font-weight:bold;
           text-decoration:underline;
           }

.RSSsingle {
padding:0px auto;
margin:0px auto;
font-size:18px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:-0.05em;
color:#FAA61A;
text-align:center;
width:350px;
border:1px solid #666;
height:100%;
}
.RSSsingle p{text-align:left; background-image: url(../images/RSS_single.jpg); background-repeat:no-repeat; background-position:left center;padding:30px 5px 30px 120px;}
.RSSsingle a, .RSSsingle a:hover {color:#FAA61A;text-decoration:none;}


/* RSS SINGLE SIDES */
.RSSsingleSide {
padding:0px;
margin:0px;
font-size:12px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0em;
color:#FAA61A;
text-align:center;
width:175px;
border:1px solid #666;
height:100%;
}
.RSSsingleSide p{text-align:left; background-image: url(../images/RSS_singleSide.jpg) ; background-repeat:no-repeat; background-position:left center;padding:10px 5px 10px 60px;}
.RSSsingleSide a, .RSSsingleSide a:hover {color:#FAA61A;text-decoration:none;}


/* DOWNLOADS */
.DLcontent {  
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0;
font-size:12px;
padding:10px 15px 15px 30px;
}
.DLcontentSide {  
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0;
font-size:10px;
padding:10px 15px 10px 10px;
}

.DLcontent a, .DLcontentSide a {
color:#666666;
font-weight:bold;
text-decoration:none;
}
.DLcontent a:hover, .DLcontentSide a:hover {
color: #009900;
font-weight:bold;
text-decoration:underline;
}
.DLcontent p, .DLcontentSide p {
padding:0px;
margin:0px 0px 10px 0px;
line-height:14px;
}
.DLcontentSide p {line-height:9px;}

.DLaux {   
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0;
font-size:10px;
padding:10px 10px 5px 30px;
}
.DLaux p {
padding:0px;
margin:0px 0px 4px 0px;
line-height:12px;
}
.DLaux a {
color:#009900;
font-weight:bold;
text-decoration:none;
}
.DLaux a:hover {
color: #666666;
font-weight:bold;
text-decoration:underline;
}

           .DLauxSide {   /* Auxillary Link at the base */
           font-family:Arial, Helvetica, sans-serif;
           letter-spacing:0;
           font-size:8px;
           padding:0px 10px 0px 10px;
           }
           .DLauxSide p {
           padding:0px;
           margin:0px 0px 0px 0px;
           line-height:10px;
           }
           .DLauxSide a {
           color:#009900;
           font-weight:bold;
           text-decoration:none;
           }
           .DLauxSide a:hover {
           color: #666666;
           font-weight:bold;
           text-decoration:underline;
           }

.DLsingle {
padding:0px auto;
margin:0px auto;
font-size:18px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:-0.05em;
 color:#7AC142;
text-align:center;
width:350px;
border:1px solid #666;
height:100%;
}
.DLsingle p{text-align:left; background-image: url(../images/download_single.jpg) ; background-repeat:no-repeat; background-position:left center;padding:30px 5px 30px 120px;}
.DLsingle a, .DLsingle a:hover {color:#7AC142;text-decoration:none;}


/* DL SINGLE SIDES */
.DLsingleSide {
padding:0px;
margin:0px;
font-size:12px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0em;
 color:#7AC142;
text-align:center;
width:175px;
border:1px solid #666;
height:100%;

}
.DLsingleSide p{text-align:left; background-image: url(../images/download_singleSide.jpg) ; background-repeat:no-repeat; background-position:left center;padding:10px 5px 10px 60px;}
.DLsingleSide a, .DLsingleSide a:hover {color:#7AC142;text-decoration:none;}

/* APPLY NOW */
.APPcontent {  
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0;
font-size:12px;
padding:10px 15px 15px 30px;
}


.APPcontentSide {  
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0;
font-size:10px;
padding:10px 15px 10px 10px;
}
.APPcontent a, .APPcontentSide a {
color:#666666;
font-weight:bold;
text-decoration:none;
}
.APPcontent a:hover, .APPcontentSide a:hover {
color: #006600;
font-weight:bold;
text-decoration:underline;
}
.APPcontent p, .APPcontentSide p {
padding:0px;
margin:0px 0px 10px 0px;
line-height:14px;
}
.APPcontentSide p {line-height:9px;}
.APPaux {   
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0;
font-size:10px;
padding:0px 10px 0px 30px;
float:none;
}
.APPaux p {
padding:0px;
margin:0px 0px 0px 0px;
line-height:18px;
}
.APPaux a {
color:#006600;
font-weight:bold;
text-decoration:none;
}
.APPaux a:hover {
color: #666666;
font-weight:bold;
text-decoration:underline;
}

           .APPauxSide {   /* Auxillary Link at the base */
           font-family:Arial, Helvetica, sans-serif;
           letter-spacing:0;
           font-size:8px;
           padding:0px 10px 0px 10px;
           }
           .APPauxSide p {
           padding:0px;
           margin:0px 0px 0px 0px;
           line-height:10px;
           }
           .APPauxSide a {
           color:#006600;
           font-weight:bold;
           text-decoration:none;
           }
           .APPauxSide a:hover {
           color: #666666;
           font-weight:bold;
           text-decoration:underline;
           }
           
.APPsingle {
padding:0px auto;
margin:0px auto;
font-size:18px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:-0.05em;
 color:#7AC142;
text-align:center;
width:350px;
border:1px solid #666;
height:100%;
}
.APPsingle p{text-align:left; background-image: url(../images/app_single.jpg); background-repeat:no-repeat; background-position:left center;padding:30px 5px 30px 120px;}
.APPsingle a, .APPsingle a:hover {color:#7AC142;text-decoration:none;}


/* APPLY SINGLE SIDES */
.APPsingleSide {
padding:0px;
margin:0px;
font-size:12px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0em;
 color:#7AC142;
text-align:center;
width:175px;
border:1px solid #666;
height:100%;

}
.APPsingleSide p{text-align:left; background-image: url(../images/app_singleSide.jpg) ; background-repeat:no-repeat; background-position:left center;padding:10px 5px 10px 60px;}
.APPsingleSide a, .APPsingleSide a:hover {color:#7AC142;text-decoration:none;}



/* READ MORE */
.READcontent {  
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0;
font-size:12px;
padding:10px 15px 15px 30px;
}
.READcontentSide {  
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0;
font-size:10px;
padding:10px 15px 10px 10px;
}
.READcontent a, .READcontentSide a {
color:#666666;
font-weight:bold;
text-decoration:none;
}
.READcontent a:hover, .READcontentSide a:hover {
color: #4E8EB9;
font-weight:bold;
text-decoration:underline;
}
.READcontent p, .READcontentSide p {
padding:0px;
margin:0px 0px 10px 0px;
line-height:14px;
}
.READcontentSide p {line-height:9px;}

.READaux {   
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0;
font-size:10px;
padding:10px 10px 5px 30px;
}
.READaux p {
padding:0px;
margin:0px 0px 4px 0px;
line-height:12px;
}
.READaux a {
color:#4E8EB9;
font-weight:bold;
text-decoration:none;
}
.READaux a:hover {
color: #666666;
font-weight:bold;
text-decoration:underline;
}
           .READauxSide {   /* Auxillary Link at the base */
           font-family:Arial, Helvetica, sans-serif;
           letter-spacing:0;
           font-size:8px;
           padding:0px 10px 0px 10px;
           }
           .READauxSide p {
           padding:0px;
           margin:0px 0px 0px 0px;
           line-height:10px;
           }
           .READauxSide a {
           color:#4E8EB9;
           font-weight:bold;
           text-decoration:none;
           }
           .READauxSide a:hover {
           color: #666666;
           font-weight:bold;
           text-decoration:underline;
           }

.READsingle { color: #4E8EB9;
padding:0px auto;
margin:0px auto;
font-size:18px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:-0.05em;
color:#FAA4E8EB961A;
text-align:center;
width:350px;
border:1px solid #666;
height:100%;
}
.READsingle p{text-align:left; background-image: url(../images/readmore_single.jpg) ; background-repeat:no-repeat; background-position:left center;padding:30px 5px 30px 120px;}
.READsingle a, .READsingle a:hover {color:#4E8EB9;text-decoration:none;}


/* READ MORE SINGLE SIDES */
.READsingleSide {
padding:0px;
margin:0px;
font-size:12px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0em;
color:#4E8EB9;
text-align:center;
width:175px;
border:1px solid #666;
height:100%;

}
.READsingleSide p{text-align:left; background-image: url(../images/readmore_singleSide.jpg) ; background-repeat:no-repeat; background-position:left center;padding:10px 5px 10px 60px;}
.READsingleSide a, .READsingleSide a:hover {color:#4E8EB9;text-decoration:none;}

/*NEWS*/
.NEWScontent {   
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0;
font-size:12px;
padding:10px 15px 15px 30px;
}
.NEWScontentSide {  
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0;
font-size:10px;
padding:10px 15px 10px 10px;
}
.NEWScontent a, .NEWScontentSide a {
color:#666666;
font-weight:bold;
text-decoration:none;
}
.NEWScontent a:hover, .NEWScontentSide a:hover {
color: #333333;
font-weight:bold;
text-decoration:underline;
}
.NEWScontent p, .NEWScontentSide p {
padding:0px;
margin:0px 0px 10px 0px;
line-height:14px;
}
.NEWScontentSide p {line-height:9px;}

.NEWSaux {   
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0;
font-size:10px;
padding:10px 10px 5px 30px;
}
.NEWSaux p {
padding:0px;
margin:0px 0px 4px 0px;
line-height:12px;
}
.NEWSaux a {
color:#333333;
font-weight:bold;
text-decoration:none;
}
.NEWSaux a:hover {
color: #666666;
font-weight:bold;
text-decoration:underline;
}
           .NEWSauxSide {   /* Auxillary Link at the base */
           font-family:Arial, Helvetica, sans-serif;
           letter-spacing:0;
           font-size:8px;
           padding:0px 10px 0px 10px;
           }
           .NEWSauxSide p {
           padding:0px;
           margin:0px 0px 0px 0px;
           line-height:10px;
           }
           .NEWSauxSide a {
           color:#333333;
           font-weight:bold;
           text-decoration:none;
           }
           .NEWSauxSide a:hover {
           color: #666666;
           font-weight:bold;
           text-decoration:underline;
           }

.NEWSsingle { color: #666;
padding:0px auto;
margin:0px auto;
font-size:18px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:-0.05em;
color:#666;
text-align:center;
width:350px;
border:1px solid #666;
height:100%;
}
.NEWSsingle p{text-align:left; background-image: url(../images/news_single.jpg); background-repeat:no-repeat; background-position:left center;padding:30px 5px 30px 120px;}
.NEWSsingle a, .NEWSsingle a:hover {color:#666;text-decoration:none;}


/* NEWS SINGLE SIDES */
.NEWSsingleSide {
padding:0px;
margin:0px;
font-size:12px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0em;
color:#666;
text-align:center;
width:175px;
border:1px solid #666;
height:100%;

}
.NEWSsingleSide p{text-align:left; background-image: url(../images/news_singleSide.jpg); background-repeat:no-repeat; background-position:left center;padding:10px 5px 10px 60px;}
.NEWSsingleSide a, .NEWSsingleSide a:hover {color:#666;text-decoration:none;}


/* CONTACT */
.CONTACTcontent {  
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0;
font-size:12px;
padding:10px 15px 15px 30px;
}
.CONTACTcontentSide {  
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0;
font-size:10px;
padding:10px 15px 10px 10px;
}
.CONTACTcontent a, .CONTACTcontentSide a {
color:#666666;
font-weight:bold;
text-decoration:none;
}
.CONTACTcontent a:hover, .CONTACTcontentSide a:hover {
color: #355061;
font-weight:bold;
text-decoration:underline;
}
.CONTACTcontent p, .CONTACTcontentSide p {
padding:0px;
margin:0px 0px 10px 0px;
line-height:14px;
}
.CONTACTcontent strong, .CONTACTcontentSide strong {color:#355061;}
.CONTACTcontentSide p {line-height:12px;}


.CONTACTaux {   
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0;
font-size:10px;
padding:10px 10px 5px 30px;
}
.CONTACTaux p {
padding:0px;
margin:0px 0px 4px 0px;
line-height:12px;
}
.CONTACTaux a {
color:#355061;
font-weight:bold;
text-decoration:none;
}
.CONTACTaux a:hover {
color: #666666;
font-weight:bold;
text-decoration:underline;
}

           .CONTACTauxSide {   /* Auxillary Link at the base */
           font-family:Arial, Helvetica, sans-serif;
           letter-spacing:0;
           font-size:8px;
           padding:0px 10px 0px 10px;
           }
           .CONTACTauxSide p {
           padding:0px;
           margin:0px 0px 0px 0px;
           line-height:10px;
           }
           .CONTACTauxSide a {
           color:#355061;
           font-weight:bold;
           text-decoration:none;
           }
           .CONTACTauxSide a:hover {
           color: #666666;
           font-weight:bold;
           text-decoration:underline;
           }

.CONTACTsingle {
padding:0px auto;
margin:0px auto;
font-size:18px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:-0.05em;
color:#355061;
text-align:center;
width:350px;
border:1px solid #666;
height:100%;
}
.CONTACTsingle p{text-align:left; background-image: url(../images/contact_single.jpg) ; background-repeat:no-repeat; background-position:left center;padding:30px 5px 30px 120px;}
.CONTACTsingle a, .CONTACTsingle a:hover {color:#355061;text-decoration:none;}
/* CONTACT SINGLE SIDE */
.CONTACTsingleSide {
padding:0px;
margin:0px;
font-size:12px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0em;
color:#355061;
text-align:center;
width:175px;
border:1px solid #666;
height:100%;
}
.CONTACTsingleSide p{text-align:left; background-image: url(../images/contact_singleSide.jpg) ; background-repeat:no-repeat; background-position:left center;padding:10px 5px 10px 60px;}
.CONTACTsingleSide a, .CONTACTsingleSide a:hover {color:#355061;text-decoration:none;}


/* SPECIALIST */
.SPECIALISTcontent {   
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0;
font-size:12px;
padding:10px 15px 15px 30px;
}
.SPECIALISTcontentSide {   
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0;
font-size:10px;
padding:10px 15px 10px 10px;
}
.SPECIALISTcontent a, .SPECIALISTcontentSide a {
color:#666666;
font-weight:bold;
text-decoration:none;
}
.SPECIALISTcontent a:hover, .SPECIALISTcontentSide a:hover {
color: #B06010;
font-weight:bold;
text-decoration:underline;
}
.SPECIALISTcontent p, .SPECIALISTcontentSide p {
padding:0px;
margin:0px 0px 10px 0px;
line-height:14px;
}
.SPECIALISTcontent strong, .SPECIALISTcontentSide strong {color: #B06010;}
.SPECIALISTcontentSide p {line-height:9px;}

.SPECIALISTaux {   
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0;
font-size:10px;
padding:10px 10px 5px 30px;
}
.SPECIALISTaux p {
padding:0px;
margin:0px 0px 4px 0px;
line-height:12px;
}
.SPECIALISTaux a {
color:#B06010;
font-weight:bold;
text-decoration:none;
}
.SPECIALISTaux a:hover {
color: #666666;
font-weight:bold;
text-decoration:underline;
}
           .SPECIALISTauxSide {   /* Auxillary Link at the base */
           font-family:Arial, Helvetica, sans-serif;
           letter-spacing:0;
           font-size:8px;
           padding:0px 10px 0px 10px;
           }
           .SPECIALISTauxSide p {
           padding:0px;
           margin:0px 0px 0px 0px;
           line-height:10px;
           }
           .SPECIALISTauxSide a {
           color:#B06010;
           font-weight:bold;
           text-decoration:none;
           }
           .SPECIALISTauxSide a:hover {
           color: #666666;
           font-weight:bold;
           text-decoration:underline;
           }


.SPECIALISTsingleF { /* SPECIALIST SINGLE FEMALE */
padding:0px auto;
margin:0px auto;
font-size:18px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:-0.05em;
color:#B06010;
text-align:center;
width:350px;
border:1px solid #666;
height:100%;
}
.SPECIALISTsingleF p{text-align:left; background-image: url(../images/expertF_single.jpg); background-repeat:no-repeat; background-position:left center;padding:30px 5px 30px 120px;}
.SPECIALISTsingleF a, .SPECIALISTsingleF a:hover {color:#B06010;text-decoration:none;}


/* SPECIALIST SINGLE SIDE FEMALE */
.SPECIALISTsingleSideF {
padding:0px;
margin:0px;
font-size:12px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0em;
color:#B06010;
text-align:center;
width:175px;
border:1px solid #666;
height:100%;

}
.SPECIALISTsingleSideF p{text-align:left; background-image: url(../images/expertF_singleSide.jpg) ; background-repeat:no-repeat; background-position:left center;padding:10px 5px 10px 60px;}
.SPECIALISTsingleSideF a, .SPECIALISTsingleSideF a:hover {color:#B06010;text-decoration:none;}

.SPECIALISTsingleM { /* SPECIALIST SINGLE MALE */
padding:0px auto;
margin:0px auto;
font-size:18px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:-0.05em;
color:#B06010;
text-align:center;
width:350px;
border:1px solid #666;
height:100%;
}
.SPECIALISTsingleM p{text-align:left; background-image: url(../images/expertM_single.jpg); background-repeat:no-repeat; background-position:left center;padding:30px 5px 30px 120px;}
.SPECIALISTsingleM a, .SPECIALISTsingleM a:hover {color:#B06010;text-decoration:none;}


/* SPECIALIST SINGLE SIDE MALE */
.SPECIALISTsingleSideM {
padding:0px;
margin:0px;
font-size:12px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0em;
color:#B06010;
text-align:center;
width:175px;
border:1px solid #666;
height:100%;

}
.SPECIALISTsingleSideM p{text-align:left; background-image: url(../images/expertM_singleSide.jpg); background-repeat:no-repeat; background-position:left center;padding:10px 5px 10px 60px;}
.SPECIALISTsingleSideM a, .SPECIALISTsingleSideM a:hover {color:#B06010;text-decoration:none;}


/*LEFT RIGHT CONTENT SPLITS FOR MAIN CONTENT BOXES */

/*RSS*/
.RSScontent HR { padding:0px 0px 5px 30px; margin:0px;} /* Separate Top and Bottom */
.RSScontentL {display:block; float:left; width:180px; line-height:12px;} /*left side list*/
.RSScontentR {display:block; float:right; width:180px; line-height:12px;}/*right side list*/
/*DL*/
.DLcontent HR { padding:0px 0px 5px 30px; margin:0px;} /* Separate Top and Bottom */
.DLcontentL {display:block; float:left; width:180px; line-height:12px;} /*left side list*/
.DLcontentR {display:block; float:right; width:180px; line-height:12px;}/*right side list*/
/*APP*/
.APPcontent HR { padding:0px 0px 5px 30px; margin:0px;} /* Separate Top and Bottom */
.APPcontentL {display:block; float:left; width:180px; line-height:12px;} /*left side list*/
.APPcontentR {display:block; float:right; width:180px; line-height:12px;}/*right side list*/
/*READ*/
.READcontent HR { padding:0px 0px 5px 30px; margin:0px;} /* Separate Top and Bottom */
.READcontentL {display:block; float:left; width:180px; line-height:12px;} /*left side list*/
.READcontentR {display:block; float:right; width:180px; line-height:12px;}/*right side list*/
/*NEWS*/
.NEWScontent HR { padding:0px 0px 5px 30px; margin:0px;} /* Separate Top and Bottom */
.NEWScontentL {display:block; float:left; width:180px; line-height:12px;} /*left side list*/
.NEWScontentR {display:block; float:right; width:180px; line-height:12px;}/*right side list*/
/*CONTACT*/
.CONTACTcontent HR { padding:0px 0px 5px 30px; margin:0px;} /* Separate Top and Bottom */
.CONTACTcontentL {display:block; float:left; width:180px; line-height:12px;} /*left side list*/
.CONTACTcontentR {display:block; float:right; width:180px; line-height:12px;}/*right side list*/
/*SPECIALIST*/
.SPECIALISTcontent HR { padding:0px 0px 5px 30px; margin:0px;} /* Separate Top and Bottom */
.SPECIALISTcontentL {display:block; float:left; width:180px; line-height:12px;} /*left side list*/
.SPECIALISTcontentR {display:block; float:right; width:180px; line-height:12px;}/*right side list*/

/*TOOLTIP STYLES*/
#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid #CCC;
padding: 5px;
background-color: white;
visibility: hidden;
z-index: 100;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); */
}
