
/*CSS by Solid State Group 2007*/

    body {
        /*background-color: #FFFFFF;*/
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		background: #e7e9ec;
        padding: 0;
        margin: 0;
        font-size: 0.8em;
        }

/*Colors*/

    /*Yellow: #fdcc31;*/
    /*Light yellow: #ffe698;*/
    /*Blue: #006d96;*/
    /*Light grey: #e7e9ec;*/
    /*Grey (input borders): #b4b4b4;*/

/*General style*/

    * {
        margin : 0px;
        padding : 0px;
        }

    img { border: 0; }

    li { list-style-type: none; }

    p {  padding: 5px 0 7px 0; }


    form {
        margin: 0;
        padding: 0;
        }

    h1 {
        display: block;
        float:left;
        height:57px;
        width: 267px;
        }
        h1 a{
            display: block;
            height:57px;
            width: 267px;
            }
            h1 a span{
                display: none;
                }

   h2 {
        color: #006d96;
        /*display: block;*/
        padding-bottom: 3px;
        border-bottom: 1px dotted #006d96;
        margin-bottom: 5px;
        font-size: 1.3em;
        font-weight:normal;
        }

    h3 {
        font-size: 1.25em;
             margin: 0 0 5px 0;
        }
        h3 span {
            font-weight: bolder;
            font-size: 1.1em;
            }

    h4 {
        font-size: 1em;
        padding: 0;
        margin: 1px 0 1px 0;
        }

    .floatright { float: right; }

    .floatleft { float: left; }

    .ssg-image-alignleft,
    .ssg-image-alignright{
        margin: 9px 0 0 0;
        }

    #homepage .ssg-image-alignleft,
    #homepage .ssg-image-alignright{
        margin: 3px 0 0 0;
        }

        .ssg-image-alignleft {
            float: left;
            padding-right: 10px;
            }

        .ssg-image-alignright {
            float: right;
            padding-left: 10px;
            }

    .ssg-paragraph-alignleft {
        text-align: left;
        }

    .ssg-paragraph-aligncenter {
        text-align: center;
    }

    .ssg-paragraph-alignright {
        text-align: right;
        }

    .yellow { color:#fdcc31; }

	.lightyellow { color: #ffe698; }

    .blue{ color: #006d96; }

    .none { display: none; }

    .block { display: block; }

    .center { text-align: center; }

    .red{ color: red; }

    .bold { font-weight: bold; }

    .underlined { text-decoration:underline; }

    .smallerText { font-size: 11px; }

    select { font-size: 0.7em; }

    input { font-size: 0.7em; }

    dl {
        margin-top: 10px;
        }
        dt {
            float: left;
            margin:3px 10px 0 0;
            }

        dt img {
            width: 56px;
            }

        dd {
            display: table;
            }

        dl p {
              padding: 0 0 4px 0;
              margin: 0 0 0 0;
              }

/*a tag*/

   a { color: #006d96; }

/*Clears*/

    .clearleft { clear: left; }

    .clearboth { clear: both; }

    .clearright { clear: right; }

    .clearfix:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        }

    .clearfix {
        display: inline-block;
        }

        html[xmlns] .clearfix {
           display: block;
            }

        * html .clearfix {
            height: 1%;
            }


/* WEBDECK GENERIC SECTION TEMPLATE STYLES */

	.wd-paragraph-image { }

	.wd-table {
	    display:table;
		}
		* html .wd-table {
		    height: 1%;
			}
		*:first-child+html .wd-table {
		    height: 1%;
			}

	.wd-left {
	    float: left;
	    padding: 0 10px 10px 0;
		}

	.wd-right {
	    float: right;
	    padding: 0 0 10px 10px;
		}

/* WEB-FORM STYLES */

	.webform {
	    border: 1px solid red;
		}

		.webform label {
		    display: block;
			}
			* html .webform label {
			    margin-right: 7px;
				}

			.padding-left20 .webform label {
			    float: left;
			    width: 140px;
			    margin-right: 10px;
			    text-align: right;
				}

		.webform input {
		    width: 220px;
		    font-size: 0.7em;
			}

		.webform p.submit {
		    text-align: right;
		    padding-right:20px;
			}

		.webform p.textarea textarea {
		    width: 220px;
		    font-family: sans-serif;
		    font-size: 0.95em;
			}

		.webform p.submit input {
		    width: auto;
		    margin-right: 0;
			}


/*LAYOUT STYLES*/

#wrapper {
    width: 913px;
    margin: auto;
    position: relative;
    background:url("images/middle-bg.gif");
    }

#header {
    background: #FFF;
    height: 60px;
    padding: 16px 20px 6px 20px;
    }

    #header img {
        float: left;
    }

    #header .right {
        float: right;
        text-align: center;
        margin-top: -13px;
        }

    #header .right a{
        font-size: 1.2em;
        }

    #header .right p {
        margin: 0;
        padding: 0;
        }

    #header h3 {
       margin-bottom: 10px;
        }

.content {
    width: 660px;
    margin-bottom: 15px;
    background: url("images/corner-curve.gif") top right no-repeat;
    padding:0;
    float:left;
    }

    .content ul {
        list-style-image:url("images/ol.gif");
        margin-left: 15px;
        }

        .content li {
            padding: 3px 0 3px 0;
            }

    .breadcrumb {
        padding: 2px 0 1px 17px;
        font-weight:bold;
        font-size: 0.85em;
        margin: 0;
        }

        .breadcrumb a{
            color: #000;
            font-weight:bold;
            }

#right {
    background: #eeeff2;
    width: 251px;
    float:left;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    }


  #call-to-action {
        padding: 0 10px 0 15px;
        background-color: #FFF;
        }

    #call-to-action ul{
        background: url("images/call-to-action.gif") no-repeat;
        background-color: #ffe698;
        padding: 10px 0 4px 0;
        font-size: 1em;
        width: 222px;
        margin:0;
        }
        * html #call-to-actions ul{ /*Pee-a-boo*/
            height: 1%;
            }

        #call-to-action li{
            border-bottom: 1px dotted #d3ba84;
            }

            #call-to-action a{
                text-decoration: none;
                color: #000;
                padding: 9px 10px 9px 20px;
                background: #ffe698;
                outline: none;
                display: block;
                }
                #call-to-action a:hover{
                    background: #fdcc31;
                    font-weight:bold;
                    letter-spacing:-.02em;
                    }

   #call-to-action a.demo {
            margin: 0;
            padding: 4px 3px 4px 0px;
            background: #fdcc31;
            }

        #call-to-action a:hover.demo {
            margin: 0;
            padding: 3px 3px 3px 0px;
            /*background: #ffe698;*/
            }

       #call-to-action span.bottom {
          background: url("images/call-to-action.gif") no-repeat;
          background-position:  0 -12px;
          display:block;
        }

.tab {
    padding: 10px 0 10px 24px;
    background: #fdcc31;
    }

    #call-to-actions #trial.tab,
     #call-to-actions #request.tab{
         padding: 10px 0 10px 0px;
        }

        .tab td{
            padding: 2px;
            text-align: right;
            }

            td.input-box {
                width: 100px;
                }

                .input-box input {
                    background: none;
                    width: 80px;
                    border:0;
                    margin: 0;
                    padding: 5px 10px 0 0;
                    }

                .input-box span {
                    display: block;
                    width: 100px;
                    padding: 0;
                    margin: 3px 0 0 5px;
                    height: 24px;
                    background: url(images/input-box.gif) no-repeat;
                    }

                .select-box select {
                    width: 95px;
                    padding: 2px 0 2px 2px;
                    margin-left: 2px;
                    }


    #call-to-actions li.end{
        border-bottom: 1px solid #ffe698;
        }

    #right .wrapper {
        background: #f7f7f7;
        margin: 10px 0 6px 0;
        padding: 15px 25px 15px 20px;
        }
        * html #right .wrapper {
            height:1%;
            overflow: hidden;
            width: 206px;
            }
        #right .latestNews {
            background-color: #fff;
            padding: 15px 10px 15px 15px;
        }

            #right .latestNews hr {
                background-color: #e3e3e3;
                border: 0;
                color: #e3e3e3;
                height: 2px;
                margin: 0.5em 0;
            }

            * html #right .latestNews { width: 226px; }

    .checkboxes {
        padding-right: 5px;
        }

#footer {
    clear: both;
    background: #333333;
    border-bottom: 7px solid #fdcc31;
    padding: 2px 0 2px 20px;
    color:#e7e9ec;
    margin-top: 10px;
    font-size: 0.85em;
}

    #footer p {
        float: left;
        margin: 2px 0 0;
        width: 300px;
    }

        #footer a { color:#e7e9ec; }

/***** Footer Sitemap *****/

#footerSitemap {
    background-color: #fff;
    padding: 10px 20px;
}

    #footerSitemap #colOne,
    #footerSitemap #colTwo,
    #footerSitemap #colThree {
        float: left;
        margin-right: 16px;
        width: 294px;
    }

    #footerSitemap #colThree {
        margin-right: 0;
        margin-left: 30px;
        width: 222px;
    }

    #footerSitemap a { color: #666; }

    #footerSitemap li { margin-top: 20px; }

    #footerSitemap .firstEl { margin-top: 0; }

        #footerSitemap li a {
            font-size: 15px;
            font-weight: bold;
            line-height: 20px;
        }

        #footerSitemap li {
            clear: none;
            color: #666;
            font-size: 15px;
            font-weight: bold;
        }

        #footerSitemap li p {
            font-size: 11px;
            font-weight: normal;
        }

            #footerSitemap li p a {
                font-size: 11px;
                font-weight: normal;
                line-height: 18px;
                text-decoration: none;
            }

            #footerSitemap li p a:hover { text-decoration: underline; }

#master-image {
    width: 913px;
    height: 166px;
    overflow:hidden;
    border-bottom: 7px solid #FFF;
    background: #FFF;
    }

    #master-image .nav{
        position: absolute;
        width: 173px;
        height:135px;
        top:145px;
        right: 39px;
        z-index: 70;
        }

        * html #master-image .nav {
            top: 150px;
            right: 37px;
            }

        #master-image p{
            font-size: 1.1em;
            margin: 0;
            padding: 0 0 0 10px;
            font-weight: bold;
            }

       #master-image ul {
            margin-top: 9px;
            }

            * html #master-image li {
                height: 1%;
                }

             #master-image .nav a, #master-image .nav a.normal {
                font-size: 1.1em;
                text-decoration: none;
                color: #000;
                padding: 1px 0 0 10px;
                margin: 0;
                display:block;
                 width: 165px;
                }

                #master-image .nav a:hover, #master-image .nav a.over {
                    font-weight:bold;
                    background: #e7e9ec;
                    }

       #nav-png {
             position: absolute;
            background: url("images/home-hero-image-navigation.png") no-repeat;
            width: 173px;
            height:150px;
            top:138px;
            right: 17px;
            padding: 10px 10px 10px 15px;
            z-index: 7;
           }
            * html #nav-png {
                top: 144px;
                background-image: none;
                filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/home-hero-image-navigation.png", sizingMethod="crop");
                }


/*Navigation*/

#navigation {
    border-top: 5px solid #fdcc31;
    border-bottom: 5px solid #fdcc31;
    background:#fffaea;

    }
    * html #navigation {
        height: 1%;
        }

#navigation ul.level1 {
    margin: auto;
    height: 2em;
    font-size: 1.2em;
    padding: 5px 0 2px 0;
    font-family: Arial, Helvetica, sans-serif;
    width: 65em;

    }
     * html  #navigation ul.level1 {
        width: 58em;
        }

    #navigation  ul.level1 li {
       float: left;
       border-left: 1px solid #000;
       }

   #navigation ul.level1 a {
       color: #000;
       font-weight: bold;
       text-decoration: none;
       padding: 5px 28px;
       display: block;
       }

       #navigation ul.level1 a:hover {
            text-decoration:underline;
            font-weight: bold;
            }

            #navigation ul.level1 a#fake {
                cursor:default;
                }

            #navigation ul.level1 a:hover#fake {
                text-decoration:none;
                font-weight: bold;
                }


#navigation ul.level2 {
    list-style: none;
    font-size: 0.8em;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    position: absolute;
    z-index: 100;
    display:none;
    margin: 10px 0 0 0;
    padding: 0;
    background:#ffe698;
    }

    #navigation ul.level2 li {
        display: block;
        padding: 0;
        float: none;
        border-left: none;
        }
        * html #navigation ul.level2 li {
            border-bottom: 1px solid #ffe698;
            }

   #navigation ul.level2 li a {
        display: block;
        padding: 8px 10px 7px 10px;
        margin: 0 0px 0 0px;
        font-weight: normal;
        border-bottom: 1px dotted #d3ba84;
       }
        * html #navigation ul.level2 li a {
            margin-top: -1px
            }

     #navigation ul.level2 li a:hover {
         background:  #fdcc31;
         text-decoration: none;
         letter-spacing:-.02em;
        }


        #navigation ul.level3 {
            display: block;
            }

        #navigation ul.level3  a {
            color: #00738f;
            display: block;
            text-indent: 0;
        }

.about-fraud ul.level2 {
    width: 10.8em;
    }

.compliance ul.level2 {
    width: 10.6em;
    }

.our-solutions ul.level2 {
    width: 11.8em;
    }

.why-192 ul.level2 {
    width: 9.3em;
    }

.news-and-events ul.level2 {
    width: 12.7em;
    }


/*Content*/

.two-col {
    background: url("images/white-2col-top.gif") no-repeat;
    background-color: #FFF;
    margin-top: 1px;
    padding: 10px 17px 0 17px;
    margin-right: 20px;
    width: 605px;
    overflow:hidden;
    }

    #homepage .two-col {
        margin-top: 15px;
        }

.two-col span.bottom {
    background: url("images/white-2col-bottom.gif") bottom no-repeat;
    display: block;
    height: 9px;
    margin-left: -25px;
    margin-right: -25px;
    clear:both;
    padding-top: 6px;
    }
    * html .two-col span.bottom {
        margin-left: -27px;
        /*margin-right: -25px;*/
        }

.one-col {
    background: url("images/white-1col-bottom.gif") bottom no-repeat;
    background-color: #FFF;
    padding: 0 17px 2px 17px;
    margin-top: 10px;
    width: 277px;
    float:left;
    margin-right: 16px;
    min-height: 270px;
    }
    * html .one-col {
        margin-right: 11px;
        margin-left: 1px;
        height: 270px;
        }

.one-col .top {
    background: url("images/white-1col-top.gif") no-repeat;
    display: block;
    height: 10px;
    margin-left: -17px;
    margin-right: -17px;
    }

#homepage .one-col { min-height: 202px; }
    *html #homepage .one-col{ height: 193px; }

     #homepage .whatsnew {
         height: 417px;
         margin-right: 22px;
        }
        *html #homepage  .whatsnew {
            height: 398px;
            margin-right: 10px;
            }

    .one-col.left { float:left; }

    .one-col.right { float:right; }

.inner-two-col {
    width: 100%;
    }

.inner-two-col .left-col  {
    width: 280px;
    float: left;
    }

.inner-two-col .right-col  {
    width: 280px;
    float: right;
    }

.view-all {
    float: right;
    margin-top: 2px;
    margin-left: 12px;
    }

.onoff {
     float: right;
    margin-top: 2px;

}

.inputfield {
    border: 1px solid #b4b4b4;
    padding: 3px 0 3px 5px;
    }

form.search {
    float: right;
    width: 231px;
}


.search .inputfield {
    float: left;
    font-size: 11px;
    margin: 1px 6px 0 0;
    width: 135px;
}

    .search p{
        padding: 0 0 0 0;
        margin: 5px 0 0 0;
        }

a.print {
    background: url("images/print.gif") no-repeat;
    float: right;
    display:block;
    padding: 3px 0 0 25px;
    height: 30px;
    width: 80px;
    margin-top: 15px;
    text-decoration: none;
    color: #000;
    }

.share {
    padding-top: 15px;
    float:left;
    }


/* test styles */

.test_parent {
    margin-top: 10px;
    height: 130px;
    overflow: hidden;  
    position: relative;
    }

    #test { position: relative; }

.options {
    margin-top: 2px;
    width: 200px;
    }

    .options a{
        float: left;
        margin-top: -1px;
        }

    .options .options-share {
        float: left;
        margin: 6px 0 0 0 ;
        }

    .options a.pdf { margin-left: 5px;  }

.rss {
    margin-left: 7px;
    position:absolute;
    }

.callusbttn {
    width: 160px;
    margin-top: 3px;
    padding: 4px 0 5px 2px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #333333;
    background:#fffaea;
    }

.filter {
    font-weight:bold;
    height: 25px;
    }

    .filter dt { padding-right: 15px; }

.leftquote {
    background: url("images/quote-left.gif") no-repeat;
    float: left;
    width: 25px;
    display:block;
    height: 20px;
    margin-top: -4px;
    text-indent: -5000px;
    }

.rightquote {
    background: url("images/quote-right.gif") no-repeat;
    float: right;
    width: 20px;
    display:block;
    height: 20px;
    text-indent: -5000px;
    margin-top: -14px;
    margin-left: 5px;   
    }
    * html .rightquote {
         margin-top: -20px;
        margin-bottom: 20px;
        }


#icdMapDiv {
    margin: auto;
    position: relative;
}

#homepage .mainimg {
    position : relative;
    display : block;
    width : 765px;
    height : 250px;
    background : #eee;
    }

.submit { margin-top: 3px; }

 .select-box select {
    width: 167px;
    padding: 2px 0 2px 2px;
    margin: 4px 0 0 6px;
    }

/*ADDRESS VERIFICATION*/

#HttpCallAnimation {
    margin-top: 10px;
    }

input.find-address {
    float: right;
    width: 126px;
    margin-top: 10px;
    background: url(images/bttn-find-address.gif) no-repeat;
    cursor: pointer;
    text-indent: -5000px;
    height: 32px;
    border: 0px;
    }


.form label {
    width: 300px;
    float: left;
    }

.form .formAtrib{
	width: 500px;
	clear: both;
	margin: 10px 0;
	}

.form .formAtrib div{ 
	width: 180px;
	float: left;
	
	}

    span.rounded input {
        background: none;
        width: 170px;
        border:0;
        margin: 0px 0 1px 0;
        padding: 5px 10px 0 5px;
        }

        span.rounded {
            display: block;
            padding: 0;
            margin: 4px 0 2px 5px;
            height: 24px;
            background: url(images/input-box-long.gif) no-repeat;
            }

        span.checkbox {
            display: block;
            width: 310px;
            padding: 0;
            margin: 4px 0 2px 5px;
            height: 24px;
            /*background: url(images/input-box-long.gif) no-repeat;*/
            }


    #dropdownset {
        margin-top: 10px;
        }

        html>/**/body #dropdownset {
            margin-top: -7px;
            }

.error {
    color: red;
    }

.sitemap {
    width: 270px;
    float: left;
    margin-bottom: 15px;

    }

    .sitemap h3 {
        padding-top: 20px;
    }

#newsheight {
    height: 140px;
}

.sitemap h3,
.sitemap p{
    color:#006d96;
    }

    .sitemap p{
        margin: 0;
        padding: 0 0 5px 0;
        }


p.lev3 {
    padding-left: 30px;
}


/*LYTEBOX*/

#lbOverlay {
    position: absolute;
    top: 0; left: 0; z-index: 99998; width: 100%; height: 500px;}
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain {
    position: absolute;
    left: 0; width: 100%;
    z-index: 99999;
    text-align: center;
    line-height: 0;
}
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #FFF; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(images/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }

#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }

#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(images/close_grey.png) no-repeat; }


#european-sites .content {
    width: 580px;
}

#european-sites .two-col {
    width: 525px;
    background-image: url(images/white-2col-top-560.gif);
}

#european-sites  .two-col span.bottom {
    background-image: url(images/white-2col-bottom-560.gif);
}

#european-sites .one-col {
    background-image:url(images/white-1col-bottom-272.gif); 
    width: 237px;
}

#european-sites .one-col .top {
    background-image:url(images/white-1col-top-272.gif);
}

#european-sites #right {
    width: 330px; 
}

/* MIGHT NOT NEED THIS? 
* html #right .wrapper {
    overflow: hidden;
    width: 285px;
}*/

#european-sites #right form {
    background: #fff;
    padding: 40px 0 20px 10px;
    width: 322px;
    margin: 0;
    border-bottom: 1px dotted #006D96;
}

* html #european-sites #right form {
    width: 320px;
    overflow-x: hidden;

}

#european-sites #right form dt {
    clear: left;
    font-size: 0.85em;
    float: left;
    /*text-align: right;    */
    width: 100px;
    position: relative;
    top: 5px;
}

* html #european-sites #right form dt {
    position: static;
}

*:first-child+html #european-sites #right form dt {
    position: static;    
}


#european-sites #right form dt label {
    width: auto;
}

#european-sites #right form dt.txtarea {
    text-align: left;
    float: none;
    width: auto;
    padding-left: 10px;
    padding-top: 20px;
}

#european-sites #right dd span.rounded {
    width: auto;    
}

#european-sites #right form dd {
    padding-bottom: 5px;
    width: auto;
    display: table;
    margin-left: 100px;
}

#european-sites #right form dd {
    margin-left: 0px;
}

#european-sites #right form dd.txtarea {
    margin: 10px 0 0 0;
}

#european-sites #right form textarea {
    margin-left: 10px;
}

/***** Featured News - Homepage *****/


#featuredNews {
    clear: both;
    display: block;
    float: left;
    margin-top: 15px;
    padding: 0;
    width: 640px;
}

    * html #featuredNews { float: none; }

    #featuredNews h2 { margin: 10px 17px 0; }

        #featuredNews div.newsOne {
            background: #333 url('images/darkGrey-2col-bottom.gif') no-repeat scroll left bottom;
        }

        #featuredNews div.newsTwo {
            background: #006d96 url('images/blue-2col-bottom.gif') no-repeat scroll left bottom;
        }

        #featuredNews div.newsThree {
            background: #aaa url('images/lightGrey-2col-bottom.gif') no-repeat scroll left bottom;
        }

            #featuredNewsNav {
                float: left;
                font-size: 11px;
                list-style-image: none;
                list-style-type: none;
                margin-left: 0;
                width: 200px;
            }

                #featuredNewsNav li {
                    font-size: 13px;
                    height: 46px;
                    padding: 5px 15px;
                }

                    #newsTwoButton a,
                    #newsOneButton a,
                    #newsTwoArea a,
                    #newsOneArea a  { color: #fff; }

                    #newsThreeButton a,
                    #newsThreeArea a { color: #000; }

                    #newsOneButton {
                        background: transparent url('images/darkGreyNewsBox.gif') no-repeat scroll left top;
                    }

                    #newsTwoButton {
                        background: transparent url('images/blueNewsBox.gif') no-repeat scroll left top;
                    }

                    #newsThreeButton {
                        background: transparent url('images/lightGreyNewsBox.gif') no-repeat scroll left top;                        
                    }

            #newsOneArea,
            #newsTwoArea,
            #newsThreeArea {
                float: left;
                padding: 5px 15px;
                width: 410px;
            }

            * html #newsOneArea,
            * html #newsTwoArea,
            * html #newsThreeArea { width: 405px; }

            #newsOneArea {
                color: #fff;
            }

            #newsTwoArea {
                color: #fff;
            }

            #newsThreeArea {
                color: #000;
            }
