@charset "UTF-8";
/* CSS Document */

 /*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:
 */

 img, div { behavior: url(iepngfix.htc) }

 /*
  Alternatively, you can specify that this will apply to all tags like so:
   * { behavior: url(iepngfix.htc) }
 */



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
/*
:focus {
o utline: 0;
}
*/
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .67em;
color: #000;
background: #fff;
padding: 0; /* was :0 15px;  updated to fix the site width and remove liquid setup */
text-align: center; /* added to fix the site width and remove liquid setup */
}

p {
padding-bottom: 1em;
line-height: 1.4em;
}

strong {
font-weight: bold;
}

em {
font-style: italic;
}

acronym {
border-bottom: 1px dashed #757575;
}

.red {
color: #DC0018;
}

/* default styles */

/* page layout styles */
 
#page-center { /* this was added as client wanted site chaged from liquid to fixed width and centered */
width: 994px;
margin: 0 auto;
}

#rhs-img {
background: url(../images/rhs-bg-repeat.gif) repeat-y top right;
float: left;
width: 100%;
text-align: left;
}

#pagewidth-full { 
background: url(../images/left-nav-bg-revised.gif) repeat-y top left;
width: 100%;
float: left;
} 

#wrapper {
float: left;
width: 100%;
background: url(../images/rhs-image-bg.gif) no-repeat top right;
}

#container {
padding-left: 187px;   /* LC width */
padding-right: 176px;  /* RC width */
}

#container .column {
position: relative;
float: left;
}

#center {
width: 100%;
}

#left {
width: 187px;          /* LC width */
right: 187px;          /* LC width */
margin-left: -187px;
float: left;
}

#right {
width: 176px;          /* RC width */
margin-right: -176px;  /* RC width */
padding-bottom: 20px;
}

/*** IE6 Fix ***/
* html #left {
left: 187px;           /* RC width */
position: relative;
}

/* site navigation */

#left ul {
margin: 0 15px 20px;
}

#left ul ul {
margin-bottom: 0;
margin-top: 5px; 
}

#left li {
border-bottom: 1px solid #CFD1D3;
padding: 10px 0;
}

#left ul ul li {
border-bottom: none;
}

#left li a {
width: 141px;
text-decoration: none;
display: block;
color: #6D6F72;
font-weight: bold;
line-height: 1.4;
padding-left: 16px;
background: url(../images/nav-off.gif) no-repeat 0 3px;
}

#left li.current a, #left li a:hover {
color: #DC0018 ;
background: url(../images/nav-on.gif) no-repeat 0 3px;
}

#left li.current {
/*padding-bottom: 0;
*/}

#left li.current li {
padding: 3px;
}

#left li.current li a {
color: #6D6F72;
background: url(../images/nav-off.gif) no-repeat 0 3px;
width: auto;
}

#left li li.current a, #left li li a:hover {
color: #DC0018;
background: url(../images/nav-on.gif) no-repeat 0 3px;
}

/* general layout */


div.required {
margin-bottom: 10px; 
display: inline; 
color: red; 
font-size: 0.85em; 
font-weight: bold;
}

form { 
margin: 0;
padding: 0;
}

img {
border: 0;
margin: 0;
padding: 0;
}

hr {
height: 1px;
color: #CCC;
background: #CCC;
border: 0 solid #000;
width: 100%;
display: block;
}

.clear {
position: relative;
clear: both;
}

.clr {
position: relative;
clear: both;
}

.clr-left {
position: relative;
clear: left;
}


.float-r {
float: right;
}

.float-l {
float: left;
}

.text-r {
text-align: right;
}

.text-l {
text-align: left;
}

.text-c, .text-center {
text-align: center;
}

.nostyle {
list-style: none;
margin: 0;
padding: 0;
}


/* header styles */


#header { 
height: 188px; 
background: url(../images/header-back-revised.gif) repeat-x top right;
margin-bottom: -2px;
width: 100%;
} 

.clear-right {
clear: right;
}

/* padding for content */  

.content {
margin: 6px 23px;
}

.content p, .content ul, .content ol, .content h4 {
margin-top: 0;
}

.content ul, .content ol {
margin: 0px;
padding: 0px;
margin-bottom: 12px;
margin-top: 5px;
}

.content ol {
list-style-type: decimal;
margin-left: 30px;
}

.content ul {
list-style-image: url('../images/page-bullet2.gif');
padding-left:0;
margin-left: 16px;
}

.content li {
margin: 0px;
padding: 0px;
line-height: 1.4em;
}

.content li ul {
margin-top: 5px;
}

.content .rss-wrap {
position: relative;
}

.content .rss a {
display: block;
position: absolute;
top: 5px;
right: 0;
width: 80px;
height: 30px;
padding: 8px 0 0 35px;
background: url(../images/rss.gif) no-repeat;
text-decoration: none;
}


.content h1 {
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #DC0018;
font-size: 2.2em;
font-weight: normal;
margin-bottom: 30px;
line-height: 1.4em;
}

.content h2 {
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #DC0018;
font-size: 1.3em;
font-weight: bold;
border-bottom: 1px solid #C0C2C4;
padding-bottom: 5px;
margin-bottom: 5px;
margin-top: 1.5em;
line-height: 1.4em;
}

.content h2 a, .content h3 a:visited {
color: #DC0018 !important;
text-decoration: underline;
}

.content h2 a:hover {
text-decoration: none;
}

.content h3 {
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #DC0018;
font-size: 1.2em;
font-weight: bold;
border-bottom: 1px solid #C0C2C4;
padding-bottom: 5px;
margin-bottom: 5px;
margin-top: 1.5em;
line-height: 1.4em;
/* this is what it was originally
color: #DC0018;
font-size: 1.0em;
font-weight: bold;
padding-bottom: 1em;
line-height: 1.4em;
*/
}

.content h4 {
color: #999999;
margin-bottom: 0;
font-size: 1.0em;
padding-bottom: 1em;
line-height: 1.4em;
}

.content a  {
color: #DC0018;
text-decoration: underline;
}

.content a:visited {
color: #DC0018;
}

.content a:hover {
text-decoration: none;
}

.content .phrase {
color: #999999;
}

/*.content .class-image {
width: 698px;
margin-bottom: .5em;
}
*/
.content .img-wrap {
position: relative;
float: left;
width: 265px;
height: 173px;
}

.content .img-wrap img {
float: right;
}


.content .img-wrap .overlay {
background: url(../images/overlay/medium-landscape-overlay.png) no-repeat;
width: 265px;
height: 173px;
position: absolute;
top: 0;
left: 0;
}

.content .img-wrap.landscape-small {
position: relative;
float: left;
width: 177px;
height: 116px;
}

.content .img-wrap.landscape-small .overlay {
background: url(../images/overlay/small-landscape-overlay.png) no-repeat;
width: 177px;
height: 116px;
position: absolute;
top: 0;
left: 0;
}

.content .img-wrap.landscape-medium {
position: relative;
float: left;
width: 265px;
height: 173px;
}

.content .img-wrap.landscape-medium .overlay {
background: url(../images/overlay/medium-landscape-overlay.png) no-repeat;
width: 265px;
height: 173px;
position: absolute;
top: 0;
left: 0;
}

.content .img-wrap.landscape-large {
position: relative;
float: left;
width: 402px;
height: 329px;
}

.content .img-wrap.landscape-large .overlay {
background: url(../images/overlay/large-landscape-overlay.png) no-repeat;
width: 402px;
height: 329px;
position: absolute;
top: 0;
left: 0;
}

.content .img-wrap.portrait-small {
position: relative;
float: left;
width: 128px;
height: 156px;
}

.content .img-wrap.portrait-small .overlay {
background: url(../images/overlay/small-portrait-overlay.png) no-repeat;
width: 128px;
height: 156px;
position: absolute;
top: 0;
left: 0;
}

.content .img-wrap.portrait-medium {
position: relative;
float: left;
width: 174px;
height: 264px;
}

.content .img-wrap.portrait-medium .overlay {
background: url(../images/overlay/medium-portrait-overlay.png) no-repeat;
width: 174px;
height: 264px;
position: absolute;
top: 0;
left: 0;
}

.content .img-wrap.portrait-large {
position: relative;
float: left;
width: 329px;
height: 401px;
}

.content .img-wrap.portrait-large .overlay {
background: url(../images/overlay/large-portrait-overlay.png) no-repeat;
width: 329px;
height: 401px;
position: absolute;
top: 0;
left: 0;
}

/* registration */

#registration p {
margin: 0;
padding: 0;
line-height: 1;
}

#registration p.required {
padding-left: 118px;
margin-bottom: 4px;
}

#registration label {
display: block;
width: 114px;
padding-right: 4px;
padding-top: 8px;
float: left;
clear: both;
}

#registration label.fullwidth {
width: 585px;
padding: 8px 0;
}

#registration label.displayprofile {
width: auto;
padding: 4px 0px 11px;
}

#registration .block {
clear: both;
width: 585px;
margin: .5em 0;
}

#registration .checkboxes {
width: 100%;
margin-bottom: 1em;
}

#registration .box, #registration input.width-a {
width: 222px;
padding: 5px 3px;
border: 1px solid #ADB0B3; 
margin-bottom: 3px;
}

#registration .fullinput input{
width: auto;
}

#registration textarea {
width: 577px !important;
padding: 3px;
border: 1px solid #ADB0B3;
margin-bottom: 3px;
}

#registration .toolbar {
clear: both;
margin-top: .5em;
border-top: 1px solid #ADB0B3;
border-left: 1px solid #ADB0B3;
border-right: 1px solid #ADB0B3;
width: 585px;
}

#registration .oe-window iframe {
border: 1px solid #ADB0B3;
width: 583px;
}

#registration .statusbar {
clear: both;
margin-bottom: .5em;
border-bottom: 1px solid #ADB0B3;
border-left: 1px solid #ADB0B3;
border-right: 1px solid #ADB0B3;
width: 585px;
}

.pagination {
border-top: 1px solid #D2D4D6;
margin-top: 10px;
padding-top: 6px;
}

.pagination .page-list {
list-style: none;
margin: 0; 
padding: 0;
float: left;
}

.pagination .page-list li {
display: inline;
}

.list-items {
list-style: none;
margin: 0 !important;
padding: 0;
}

.list-items a {
text-decoration: none;
}

.list-items a:hover {
text-decoration: underline;
}

.list-wrapper {
width: 100%;
float: left;
}

.list-items li {
width: 583px;
list-style: none;
margin: 0 0 3px;
border: 1px solid #A7AAAD;
float: left;
position: relative;
padding: 12px 0;
background: #EFF0F1 url(../images/list-view-bg-line.gif) repeat-y top right;
}

.list-items.news-events {
margin-bottom: 20px !important;
float: left;
}

.list-items.news-events li {
background: #EFF0F1;
}

.list-items.news-events li .inner {
float: left;
padding: 0 12px 0 12px;
width: 559px;
}

.list-items.news-events li .date {
color: #666;
font-size: .9em;
float: left;
margin-bottom: 0;
padding: 0;
}

.list-items.news-events li .view {
float: right;
margin-bottom: 0;
padding: 0 0 0 12px;
background: url(../images/nav-off.gif) no-repeat 0 2px;
font-size: .9em
}

.list-items.news-events li h3 {
margin: 0;
border: none;
clear: both;
}

.list-items.news-events .img-wrap.landscape-small {
position: relative;
float: left;
width: 177px;
height: 116px;
}

.content .list-items.news-events .img-wrap.landscape-small .overlay {
background: url(../images/overlay/small-landscape-overlay-grey.png) no-repeat;
width: 177px;
height: 116px;
position: absolute;
top: 0;
left: 0;
}

.list-items.news-events .description {
float: left;
margin-left: 10px;
width: 367px;
padding-bottom: 10px;
}


.list-items.news-events .read-more {
position: absolute;
bottom: 10px;
right: 10px;
}

.list-items li .profile-text {
padding: 0;
width: 348px;
}

.list-items li .profile-image {
width: 85px;          /* LC width */
float: left;
}
.list-items li .profile-right {
width: 139px;          /* RC width */
float: right;
padding-left: 11px;
color: #666666;
}

.list-items li .profile-text h3 {
margin: 0 ;
border: none;
}

.list-items li .profile-right h4 {
margin-bottom: 0 !important;
}

.list-items .updated {
font-size: .9em;
border-bottom: 1px solid #A7AAAD;
padding: 2px 0 2px 4px;
margin-top: -5px;
}

.list-items .sectors, .list-items .licences, .list-items .view {
background: url(../images/nav-off.gif) no-repeat 3px 5px;
border-bottom: 1px solid #A7AAAD;
padding: 2px 4px 2px 14px;
}

.list-items .view {
border: none;
}

.view-all {
text-align: center;
margin-top: -40px !important;
margin-bottom: 20px;
width: 100px;
background: url(../images/btn-100-bg.gif) repeat-y;
float: right;
font-size: .93em;
}

.view-all a {
text-decoration: none;
}

.view-all .top {
width: 100px;
height: 5px;
position: relative;
font-size: 1px;
background: url(../images/btn-100-top.gif) no-repeat;
}

.view-all .bottom {
width: 100px;
height: 5px;
position: relative;
font-size: 1px;
background: url(../images/btn-100-bottom.gif) no-repeat;
}

	/* 4 rounded corners */

.list-items .top-left, .list-items .top-right, .list-items .bottom-left, .list-items .bottom-right {
position: absolute;
width: 12px;
height: 12px;
font-size: 1px;
display: inline;
}

.list-items .top-left {
top: -1px;
left: -1px;
background: url(../images/list-view-top-left.gif) no-repeat;
}

.list-items .top-right {
top: -1px;
right: -1px;
background: url(../images/list-view-top-right.gif) no-repeat;
}

.list-items .bottom-left {
bottom: -1px;
left: -1px;
background: url(../images/list-view-bottom-left.gif) no-repeat;
}

.list-items .bottom-right {
bottom: -1px;
right: -1px;
background: url(../images/list-view-bottom-right.gif) no-repeat;
}

.content .list-items .img-wrap {
margin-left: 5px;
float: left;
width: 62px;
height: 88px;
}

.content .list-items .overlay {
background: url(../images/icons/icon_no_photo_62x88-overlay-grey.png) no-repeat;
width: 62px;
height: 88px;
position: absolute;
top: 0;
left: 0;
}

/* commeners page tabs */

.commoners-view {
list-style: none;
margin: 0 !important;
padding: 0;
}

.commoners-view li {
display: block;
float: left;
margin: 0 5px 1.5em 0;
background: url(../images/map-tab-off-bg.gif) repeat-y;
width: 56px;
}

.commoners-view li.current {
background: url(../images/map-tab-on-bg.gif) repeat-y;
}

.commoners-view li .top {
font-size: 1px;
width: 56px;
height: 5px;
background: url(../images/map-tab-off-top.gif) no-repeat;
}

.commoners-view li.current .top {
background: url(../images/map-tab-on-top.gif) no-repeat;
}

.commoners-view li .bottom {
font-size: 1px;
width: 56px;
height: 5px;
background: url(../images/map-tab-off-bottom.gif) no-repeat;
}

.commoners-view li.current .bottom {
background: url(../images/map-tab-on-bottom.gif) no-repeat;
}

.commoners-view li .inner {
text-align: center;
width: 56px;
}

.commoners-view li a {
text-decoration: none;
}

.commoners-view li.current a strong {
color: #FFFFFF;
font-weight: normal;
}

.view-options {
float: right;
background: url(../images/filter-bg.gif) repeat-y;
width: 324px;
margin-bottom: 1em;
}

.view-options .top {
background: url(../images/filter-top.gif) no-repeat;
width: 324px;
height: 11px;
font-size: 1px;
float: left;
}

.view-options .bottom {
background: url(../images/filter-bottom.gif) no-repeat;
width: 324px;
height: 11px;
font-size: 1px;
float: left;
}

.view-options .inner {
padding: 10px 10px;
}

.view-options h3 {
margin: 0;
padding: 0;
border: none;
color: #6D6F72;
}

.view-options .sel-sector {
clear: both;
}

.view-options label {
display: block;
float: left;
padding-top: 4px;
position: relative;
color: #DC0018;
}

.view-options select {
width: 210px;
margin-bottom: 3px;
border: 1px solid #DC0018;
float: right;
color: #6D6F72;
}

.view-options .button {
clear: both;
display: block;
float: right;
margin: 0;
background: url(../images/map-tab-off-bg.gif) repeat-y;
width: 56px;
}

.view-options .button .btn-go {
border: none;
background: none;
text-align: center;
width: 56px;
font-size: .95em;
line-height: 1;
cursor: pointer;
color: #DC0018;
}

.view-options .button .btn-top {
font-size: 1px;
width: 56px;
height: 5px;
background: url(../images/map-tab-off-top.gif) no-repeat;
}

.view-options .button .btn-bottom {
font-size: 1px;
width: 56px;
height: 5px;
background: url(../images/map-tab-off-bottom.gif) no-repeat;
}

/* google map view */

.gmap {
width: 100%;
text-align: center;
float: left;
margin-bottom: 1em;
}

#googlemap-holder {
margin: 0 auto;
width: 570px;
height: 470px; 
border: 1px solid black;
}


#bubble-text {
text-align: left;	
}

/* user profile and case study */

.profile-block {
position: relative;
background: url(../images/profile-divider.gif) repeat-y;
float: left;
width: 583px;
}

.profile-block .block-right {
width: 433px;
padding: 0;
position: relative;
float: left;
}

.profile-block .block-left {
width: 150px;
float: left;
position: relative;
}

.profile-block .block-left .creative-sectors {

}

.profile-block .block-left .sector-image {
margin: 5px 3px -1px;
}

.profile-block .block-left  h3 {
border-top: 1px solid #C0C2C4;
border-bottom: none;
padding-top: 5px;
margin-bottom: 0;
width: 137px;
float: left;
clear: both;
}

.profile-block .block-left .online-work h4 a {
font-size: .85em;
background: url(../images/nav-off.gif) no-repeat 0 3px;
padding-left: 13px;
text-decoration: none;
display: block;
float: left;
}

.profile-block .block-left .online-work h4 a:hover {
text-decoration: underline;
}

.profile-block h2 {
margin: 0 0 1em 0;
float: left; 
width: 433px;
}

.profile-block h2 span.updated {
float: right;
color: #999999;
font-size: .7em;
font-weight: normal;
}
.profile-block h3 {
margin: 1em 0;
}

.profile-block h4 {
color: #DC0018;
font-weight: bold;
margin: 1em 0 0 0;
padding: 0;
}

.content .profile-block .img-wrap { /* Filters[]=geometry/crop=123;154;0;0 */
padding: 1px 0 0 6px;
float: left;
width: 112px;
height: 156px;
position: relative;
overflow: hidden;
}

.content .profile-block .divider {
border-top: 1px solid #C0C2C4;
float: left;
width: 138px;
margin: 10px 0;
font-size: 1px;
}

.content .profile-block .img-wrap img {
float: none;
}

.content .profile-block  .overlay {
background: url(../images/overlay/profile-custom.png) no-repeat;
width: 118px;
height: 157px;
position: absolute;
top: 0;
left: 0;
}

/* ### forums ### */

/* forums page */

.forums-list {
width: 100%;
border-top: 1px solid #D23E30;
border-left: 1px solid #D23E30;
margin-bottom: 1em;
border-collapse: collapse;
}

.forums-list p {
margin: 0;
padding: 0;
}

.forums-list th, .forums-list td {
padding: 10px;
border-right: 1px solid #D23E30;
border-bottom: 1px solid #D23E30;
background: #EFF0F1;
}

.forums-list th.topic {
width: 40%;
}

.forums-list .alternate td {
background: #E0E2E3;
}

.forums-list th {
background: #6D6F72;
font-weight: bold;
color: #FFFFFF;
}

.topic-button {
clear: both;
display: block;
margin: 0;
background: url(../images/map-tab-on-bg.gif) repeat-y;
width: 56px;
}

.topic-button .button {
border: none;
background: none;
text-align: center;
width: 56px;
cursor: pointer;
color: #FFFFFF;
font-size: .9em;
}

.topic-button .btn-top {
font-size: 1px;
width: 56px;
height: 5px;
background: url(../images/map-tab-on-top.gif) no-repeat;
}

.topic-button .btn-bottom {
font-size: 1px;
width: 56px;
height: 5px;
background: url(../images/map-tab-on-bottom.gif) no-repeat;
}

.list-posts {
list-style: none;
margin: 10px 0 1em 0 !important;
padding: 0;
background: yellow;
}

.list-posts li {
list-style: none;
margin: 0 0 3px;
border: 1px solid #A7AAAD;
clear: left;
position: relative;
background: #EFF0F1;
float: left;
width: 585px;
}

.list-posts li .column {
position: relative;
float: left;
}

.list-posts li .profile-text {
width: 498px;
padding: 10px 0;
}

.list-posts li .profile-image {
width: 85px;          /* LC width */
float: left;
margin-top: 10px;
}

.list-posts h3 {
margin: 0;
padding: 0;
border: 0;
}

	/* 4 rounded corners */

.list-posts .top-left, .list-posts .top-right, .list-posts .bottom-left, .list-posts .bottom-right {
position: absolute;
width: 12px;
height: 12px;
font-size: 1px;
}

.list-posts .top-left {
top: -1px;
left: -1px;
background: url(../images/list-view-top-left.gif) no-repeat;
}

.list-posts .top-right {
top: -1px;
right: -1px;
background: url(../images/list-view-top-right.gif) no-repeat;
}

.list-posts .bottom-left {
bottom: -1px;
left: -1px;
background: url(../images/list-view-bottom-left.gif) no-repeat;
}

.list-posts .bottom-right {
bottom: -1px;
right: -1px;
background: url(../images/list-view-bottom-right.gif) no-repeat;
}


.list-posts .img-wrap {
margin-left: 5px;
float: left;
width: 62px;
height: 88px;
}

.list-posts  .overlay {
background: url(../images/icons/icon_no_photo_62x88-overlay-grey.png) no-repeat;
width: 62px;
height: 88px;
position: absolute;
top: 0;
left: 0;
}

/* modal-pop popup */

.modal_container {
width:300px;
height:150px;
position: absolute;
b ackground: #EFF0F1 !important;
b order: 1px solid #A8ABAE;
text-align:left;
p adding:10px;
}

.modal_container .inside {
/*overflow: auto;
width: 300px;
height: 150px;
*/
position: relative;
padding-top: 20px;
}

.modal_container, .simple_window, #modal_container table, .simple_window table {
width: 400px;
}

.modal_container h3, .simple_window h3 {
margin: 0;
border: 0;
}

.modal_container p, .simple_window p {
margin: 0;
}

.modal_container .top-left, .simple_window .top-left {
background: url(../images/pop-top-left.gif) no-repeat;
width: 17px;
height: 10px;
font-size: 1px;
}

.modal_container .top-middle, .simple_window .top-middle {
background: url(../images/pop-top-middle.gif) repeat-x;
height: 10px;
font-size: 1px;
}

.modal_container .top-right, .simple_window .top-right {
background: url(../images/pop-top-right.gif) no-repeat;
width: 11px;
height: 10px;
font-size: 1px;
}

.modal_container .middle-left, .simple_window .middle-left {
background: url(../images/pop-middle-left.gif) repeat-y;
width: 17px;
}

.modal_container .middle-middle, .simple_window .middle-middle {
background: #E0E2E3; 
}

.modal_container .middle-middle .pop-inner, .simple_window .middle-middle .pop-inner {
overflow: auto;
height: 140px;
}

.modal_container .middle-right, .simple_window .middle-right {
background: url(../images/pop-middle-right.gif) repeat-y;
width: 11px;
}

.modal_container .bottom-left, .simple_window .bottom-left {
background: url(../images/pop-bottom-left.gif) no-repeat;
width: 17px;
height: 18px;
}

.modal_container .bottom-middle, .simple_window .bottom-middle {
background: url(../images/pop-bottom-middle.gif) repeat-x;
height: 18px;
}

.modal_container .bottom-right, .simple_window .bottom-right {
background: url(../images/pop-bottom-right.gif) no-repeat;
width: 11px;
height: 18px;
}

.modal_container .closeit {
position: absolute;
top: 5px;
right: 20px;
background: url(../images/pop-close-bg.gif) no-repeat; 
width: 67px;
text-align: center;
padding: 2px 0;
}

.modal_container .closeit a {
cursor: pointer;
text-decoration: none;
}


/* RHS column items */

#right .block {
background: url(../images/rhs-block-bg.gif) repeat-y;
width: 148px;
float: left;
margin: 0 0 40px 12px;
display: inline;
position: relative;
}

#right .block .top {
background: url(../images/rhs-block-top.gif) no-repeat;
width: 148px;
height: 10px;
float: left;
font-size: 1px;
margin-top: -10px;
position: relative;
}

#right .block .bottom {
background: url(../images/rhs-block-bottom.gif) no-repeat;
width: 148px;
height: 17px;
float: left;
font-size: 1px;
margin-bottom: -17px;
position: relative;
}

#right .block .inner {
margin: 0 8px 0 14px;
}

#right .block.search {
margin-top: -15px;
}

#right .block.search label { 
display: none;
}

#search-button  { 
float: right;
margin: 0 0 0 2px;
}

#right .block.login .row {
margin-bottom: 5px;
}

#right .text-input {
border: 1px solid #DC0018;
padding: 1px;
width: 122px;
}

#right .block.search .text-input {
border: 1px solid #DC0018;
padding: 1px;
width: 92px;
float: left;
}

#right .block.featured .clearfix {
width: 126px;
}

#right .block.login .submit-button {
float: right;
margin-top: 3px;
}

#right .block.login .register {
float: left;
}

#right .block.login .user-name {
text-align: center;
}

#right .block.login p {
padding: 0;
margin: 0;
}

#right .block.login ul {
}

#right .block.login li {
margin-top: 3px;
width: 126px;
line-height: 1.2;
}

#right .block.login a {
text-decoration: none;
color: #DC0018;
}

#right .block.login a:hover {
text-decoration: underline;
}

#right h3 {
text-align: center;
font-weight: bold;
color: #6D6F72;
margin-bottom: .3em;
}

#right h4 {
color: #DC0018;
float: left;
font-weight: bold;
font-size: 1.1em;
margin-top: 5px;
margin-bottom: 5px;
}

#right h4 a {
color: #DC0018;
text-decoration: none;
}

#right .img-wrap {
padding: 1px 0 0 6px;
float: left;
width: 112px;
height: 156px;
position: relative;
overflow: hidden;
display: inline;
}

#right .img-wrap img {
/*float: right;
*/}

#right  .overlay {
background: url(../images/overlay/profile-custom.png) no-repeat;
width: 118px;
height: 157px;
position: absolute;
top: 0;
left: 0;
}

#right .links a {
text-decoration: none;
color: #DC0018;
font-weight: bold;
font-size: .9em;
padding: 4px 3px 4px 19px;
background: url(../images/nav-off.gif) no-repeat 3px 4px;
display: block;
}

#right .links a:hover {
color: #DC0018;
background: url(../images/nav-on.gif) no-repeat 3px 4px;
text-decoration: underline;
}

#right .links li {
padding: 2px 0;
position: relative;
}

#right .login .links {
float:left;
}

#right .login .links a {
font-weight: normal;
}

#right .login button {
float: right;
border: none;
background: none;
}

#right .international .links li {
border-bottom: 1px solid #E0E2E3;
}

#right .international .links li.last {
border-bottom: none;
}

/* Breadcrumb Styles */

#breadcrumb ul {
margin: 0 0 12px 0;
padding: 0;
list-style: none;
/*border: 1px solid #000; */
}

#breadcrumb ul li {
display: inline;
font-size: 1.0em;
color: #6D6F72;
}

#breadcrumb ul li a {
text-decoration: none;
}

#breadcrumb ul li a:hover {
text-decoration: underline;
}

#pagelinks {
font-size: .85em;
}

.totop {
text-align: right;
margin: 0;
font-size: .9em;
border-top: 1px solid #C0C2C4;
width:8em;
color: #DC0018;
float: right;
}

.totop a, .totop a:visited {
color: #DC0018;
}

h1.hide, h2.hide, h3.hide, h4.hide, div.hide, span.hide {
left: -4000px;
width: 900px;
font-size: 1px;
line-height: 1px;
position:absolute;
}

/* Search results */

.search-results h3 {
border: none;
}

/* Other */

.float-right{
float:right;
}

.float-left {
float: left;
}

/* Footer*/
#footer {
background-color: #FFFFFF;
height:47px;
float: left;
width:100%;
background-image: url(../images/footer-bg.gif);
border-top: 1px solid #989898;
border-bottom: 1px solid #989898;
padding: 15px 0 15px 0;
}

#footer a, #footer a:visited {
color: #6D6F72;
}

#footer a:hover {
color: #DC0018;
}

#footer p {
font-size: .85em;
padding: 0;
margin: 1px;
text-align: center;
}

#footer .nav {
float: right;
border-right: 1px solid #E2E3E5;
margin: 5px 95px 10px 20px;
}

#footer .nav li{
float: left;
padding: 10px 8px;
border-left: 1px solid #E2E3E5;
}

#footer .nav li a {
color: #6D6F72;
font-weight: bold;
line-height: 1.4;
padding-left: 13px;
font-size: 9px;
background: url(../images/nav-off.gif) no-repeat 0 1px;
text-decoration: none;
}

#footer .nav li a:hover {
color: #DC0018 ;
background: url(../images/nav-on.gif) no-repeat 0 1px;
text-decoration: underline;
}

#license p{
text-align: left;
line-height: 1.9em;
vertical-align: middle;
float: left;
}

#license img{
float: left;
padding: 1px;
margin: 0px 3px 0px 0px;
}



/* Help */

.help {
padding: 2px 0;
float: right;
}
.help a {
border: 1px solid #FFF;
cursor: help;
padding: 0 2px;
font-weight: bold;
font-size: 1.2em;
}

.hide {
position: absolute;
top: -5000px;
left: -5000px;
}

.clearfix {
min-height: 1%;
}

.clearfix:after {
content: "."; 
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.hidden {
position: absolute;
top: -999px;
z-index: 50;
width: 1px;
font-size: 1px;
height: 1px;
overflow: hidden;
display: block;
line-height: 0;
}

#license .project-of-cfh img {
margin-left: 35px;
}








