* {
	margin:0;
	padding:0;
}
.clear {
	clear:both;
}
body {
	background:#fbfbfb url(../images/bg.gif) repeat-x 0 0;
	font-family:Arial;
	color:#747474;
}
body.selector {
	background-image: none;
}
img {
	border:none;
}
h1 {
	font-size:21px;
	color:#005daa;
	line-height: 28px;
}
h3 {
	font-size:16px;
	color:#005daa;
	padding: 0 0 8px;
}

#content h3 
{
    padding-left: 12px;
}
#content .altcontent h3 
{
    padding-left: 0px;
}
h4 {
	font-size:16px;
	color:#005daa;
	padding: 32px 0 8px 0;
}
p {
	font-size:14px;
	line-height:18px;
}
a {
	color:#005daa;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
ol {
	font-size:14px;
	margin:0 0 0 12px;
	padding:23px 0 0;
}
ol li {
	margin:0;
	padding:0 0 10px;
}
#content .right {
	float: right;
}

#loc-wrapper {
	width:500px;
	margin:0 auto;
	padding:0;
}

#locator {
	border:1px solid #f5f5f5;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:inset 0 0 1px #b4b4b4;
	float:left;
	display:inline;
	width:456px;
	height: 298px;
	background:#fff;
	margin: 200px 0 0 0;
	padding:20px 22px 16px;
}

p.footer-links {
	text-align: center;
}

#loc-form {
	position: relative;
	text-transform: none;
	margin: 5px 0 0 12px;
}
#loc-form {
	color: #333;
}
#top-nav li #loc-form ul {padding:10px;}
#top-nav li #loc-form li {
	text-transform: none;
	padding: 0;
	font-size: 14px;
	line-height: 7px;
}
#loc-form .btn-select-submit {
	border: none;
	position: absolute;
	top: 0;
	left: 380px;
	z-index: 2;
	cursor: pointer;
}


#cookieDisclaimer {
    position:fixed;
    width:100%;
    z-index:999;
    background:#fff;
    padding:20px 40px;
    border-bottom:10px solid #005daa;
}

    #cookieDisclaimer p {
        font-size:13px;
    }

    #cookieDisclaimer a {
        font-size:13px;
    }

    #cookieDisclaimer a.accept-btn {
        line-height:25px;
        width:60px;
        color:#fff;
        background:#005daa;
        padding:3px 40px;
    }