#simplePrevious,
#simpleNext,
#breadcrumb,
#banner{
display: none;
}

* {margin:0;padding:0}

body{
color: #454545;
font: 76%/1.3 normal Verdana, "Lucida Grande", sans-serif;
background: #e0e0e0;
padding: 0 20px;
}

#container{
position: relative;
max-width: 200px;
margin: 0 auto;
background: #fff;
padding: 0 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 1px 1px 7px #BFBFBF;
-webkit-box-shadow: 1px 1px 7px #BFBFBF;
-o-box-shadow: 1px 1px 7px #BFBFBF;
box-shadow: 1px 1px 7px #BFBFBF;
}

a, a:visited{
color: #DB1313;
}

a:hover, a:focus{
color: #222;
text-decoration: underline;
}

#accessnav,
#footer{
color: #fff;
background: #DB1313;
max-width: 220px;
margin: 5px auto;
padding: 0;
text-align: center;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 1px 1px 7px #BFBFBF;
-webkit-box-shadow: 1px 1px 7px #BFBFBF;
-o-box-shadow: 1px 1px 7px #BFBFBF;
box-shadow: 1px 1px 7px #BFBFBF;
}

#accessnav ul,
#footer ul{
list-style: none;
margin: 0
padding: 0;
}

#accessnav a,
#footer a,
#accessnav a:visited,
#footer a:visited{
display: block;
color: #fff;
font-weight: bold;
text-decoration: none;
border-top: solid 1px #e0e0e0;
}

#footer p{
background: #222;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin-top: 10px;
padding: 5px 0;
}

#footer a.external{
border-top: 0;
}

#accessnav a:hover,
#footer a:focus,
#accessnav a:focus,
#footer a:hover{
background: #FFF000;
color: #010000;
}

#accessnav > *:first-child li,
#footer > *:first-child li{
border-top: 0;
}

#header{
position: absolute;
top: 5px;
max-width: 200px;
padding-bottom: 10px;
}

#header h1{
text-align: center;
}

#header h1 img,
#clients img{
max-width: 100%;
height: auto;
}

#utility ul{
list-style: none;
padding-top: 107px;
margin-bottom: 10px;
border-bottom: dotted 1px #ccc;
}

#utility a,
#primary div ul a,
#utility a:visited,
#primary div ul a:visited{
display: block;
text-decoration: none;
color: #454545;
text-align: center;
border-top: dotted 1px #ccc;
}

#primary div ul{
list-style: none;
margin-bottom: 10px;
border-bottom: dotted 1px #ccc;
}

#primary_closed ul{
background: #eee;
list-style: none;
padding: 5px;
}

#primary div ul a,
#primary div ul a:visited{
text-align: left;
color: #DB1313;
}

#utility a:hover,
#primary div ul a:hover,
#utility a:focus,
#primary div ul a:focus{
background: #FFF000;
color: #010000;
}

a img{
border: 0;
}

#primary_closed{
font-size: .9em;
padding: 0;
background: #666;
margin-bottom: 5px;
}

#primary_closed h2{
margin: 0;
}

#primary_closed h2 a,
#primary_closed h2 a:visited{
padding: 0 5px;
background: #666;
display: block;
color: #fff;
font-weight: bold;
text-decoration: none;
border-top: solid 1px #e0e0e0;
}

#primary_closed h2 a:hover,
#primary_closed h2 a:focus{
background: #FFF000;
color: #010000;
}

#primary_closed > *:first-child h2 a{
border-top: 0;
}

#primary_closed ul a,
#primary_closed ul a:visited{
display: block;
background: #eee;
padding: 2px 5px;
font-size: 1.2em;
}

#primary_closed ul a:focus,
#primary_closed ul a:hover{
background: #fff;
color: #010000;
}

#clients ul{
list-style: none;
}

#clients ul li{
border-top: solid 1px #e0e0e0;
}

/*************************** TYPOGRAPHY */

h2, h3, h4, h5, h6{
margin: .5em 0;
color: #222;
}

#content h2{
color: #DB1313;
line-height: 1;
background: #FFCFCF;
padding: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

p{
margin-bottom: 1em;
}

#content ol, #content ul,
#side ol, #side ul,
#features ol, #features ul{
margin: 10px 17px;
}

#side .box,
#side .nav,
#features div,
#newsitems{
border-bottom: solid 1px #ccc;
}

/********************************* BLOG */

.newsdate,
.postmetadata,
#client_container p a,
#social p{
background: #eee;
padding: 1px 3px;
}

#client_container p a{
display: block;
text-align: center;
}

#clients{
overflow: hidden;
}

#social p{
padding: 1px 3px 6px;
margin-top: 5px;
}

#social p img{
margin: 3px 0 -5px 0;
}

/******************************** FORMS */

form{
overflow: hidden;
}

fieldset{
background: #eee;
border: 0;
padding: 5%;
}

fieldset fieldset{
border: solid 1px #ccc;
margin-bottom: 10px;
}

legend{
font-style: italic;
font-size: 1.2em;
font-weight: bold;
}

label{
display: block;
}

input,
textarea,
select{
width: 99%;
margin-bottom: 5px;
}

fieldset fieldset input,
fieldset fieldset textarea,
fieldset fieldset select{
max-width: 165px;
}

input:focus,
textarea:focus,
select:focus{
background-color: #FFF000;
outline: solid 2px red;
}

input[type=checkbox]{
width: auto;
}

#content fieldset.checkboxes p{
clear: left;
overflow: hidden;
border-top: dotted 1px #9AAF83;
padding-top: 10px;
}

#content fieldset.checkboxes input{
float: left;
display: block;
margin: 3px 5px 0 2px;
line-height: 1.4;
}

#content fieldset.checkboxes p.please_state label{
float: left;
margin: 3px 5px 0 0;
}

#content fieldset.checkboxes p.please_state{
margin-top: -10px;
border-top: 0;
}

#content fieldset.checkboxes p.nb{
border: 0;
}

#content fieldset.checkboxes label{
display: inline;
width: auto;
float: none;
text-align: left;
}

#home_newsletter div{
border: 0;
}

/********************************* eNews */

#eNews{
position: relative;
overflow: hidden;
min-height: 50px;
margin-bottom: 10px;
}

#eNews h3{
position: relative;
padding-left: 105px;
z-index: 11;
}

#eNews h3 img{
position: absolute;
left: 0;
top: 2px;
z-index: 11;
}

#eNews p a,
#eNews p a:visited{
position: absolute;
top: 0;
left: 0;
width: 7.2em;
padding: 2em 0 .5em 8.7em;
color: #d71313;
z-index: 10;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

