html {
text-align: center;
background: #f2f2f2;
border-top: 4px solid #C0143C;
}

body {
width: 950px;
margin: 0 auto;
background-color: transparent;
font-size: small;

font-family: arial, helvetica, sans-serif;
color: #666;
line-height: 20px;
padding-bottom: 20px;
}

body.layout1 #content {
float: left;
}
body.layout1 #sidebar {
float: right;
}

body.layout2 #content {
float: right;
}
body.layout2 #sidebar {
float: left;
}

#main a,
#footer a {
color: #c42348;
text-decoration: none;
  /*font-weight: bold;*/
  /*background: transparent url(../images/a_bg.png) repeat-x 0 100%;*/
  font-family: Georgia, "Times New Roman", sans-serif;
}

#main a:link,
#footer a:link {
color: #c42348;
text-decoration: none;
}
#main a:visited,
#footer a:visited {
color: #c42348;
text-decoration: none;
}

#main a:hover,
#footer a:hover {
color: #000;
text-decoration: none;
    /*background: transparent url(../images/a_hover_bg.png) repeat-x 0 100%;*/
}
#main a:active,
#footer a:active {
color: #c42348;
text-decoration: none;
}

#main #sidebar ul li.current a {
color: #333;
}

#main #sidebar ul li.current a:link {
color: #333;
}

#main #sidebar ul li.current a:visited {
color: #333;
}

#main #sidebar ul li.current a:hover {
color: #000;
}

#main #sidebar ul li.current a:active {
color: #333;
}

p a {
font-weight: bold;
}

strong {
font-weight: bold;
}

em {
font-style: italic;
}

h4 {
font-family: georgia, times, serif;
}

h5 {
font-family: arial, helvetica, sans-serif;
}

#g-rid {
width: 100%;
height: 1000px;
background: transparent url(../images/grid.png) repeat left top;
position: absolute;
left: 0;
top: 0;
z-index: 999;
}

#content .gutter, #sidebar .gutter {
/*min-height: 500px;
_height: 500px; */
}


input, textarea {
border: 2px solid #ddd;
width: 200px;
padding: 1px 2px;
font-family: arial,verdana,sans-serif;
font-size: 95%;
}

.btn,.btn:focus {
border: none;
width: auto;
padding: 0;
}


input:focus, textarea:focus {
border: 2px solid #777;
}




#content form p label {
text-transform: uppercase;
font-size: 90%;
margin-right: 10px;
}


body .gutter {
padding: 20px 5px;
}

#masthead {
height: 120px;
position: relative;
width: 100%;
background: #fff url(../images/masthead_bg.png) no-repeat 50% 0;
margin-bottom: 10px;
}

#masthead h1 {
position: absolute;
width: 304px;
height: 40px;
left: 20px;
top: 25px;
background: transparent url(../images/h1_bg.png) no-repeat left top;
}

#masthead h1 a {
text-indent: -9999px;
display: block;
width: 304px;
height: 40px;
}

#masthead h2 {
position: absolute;
top: -5000px;
}

#masthead #socialicons {
    position: absolute;
    top: 87px;
    right: 20px;
    text-align: right;
    z-index: 500;
    width: 200px;
}

#masthead #tweet {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 220px;
    font-size: 10px;
    font-family: Georgia;
    text-align: left;
    background: url(../images/icon_bird.png) no-repeat left;
    padding-left: 55px;
    min-height: 50px;
}

#masthead #nav {
width: 100%;
position: absolute;
left: 0;
bottom: 0;
height: 36px;
overflow: hidden;
background: transparent url(../images/nav_bg.png) no-repeat left top;
font-size: 90%;
font-family: georgia, times, serif;
}

#masthead #nav ul {
padding-left: 20px;
}

#masthead #nav li {
float: left;
line-height: 36px;
text-transform: uppercase;
padding: 0 25px 0 0;
background: transparent url(../images/icon_star.png) no-repeat 100% 40%;
}

#masthead #nav li a {
color: #333;
text-decoration: none;
font-weight: normal;
background-image: none;
}

#masthead #nav li.lastone {
background-image: none;
}

#main {
width: 100%;
text-align: left;
overflow: hidden;
margin-bottom: 10px;
}

#sidebar {
width: 305px;
background: #fff url(../images/sidebar_boxtop_bg.png) no-repeat left top;
}

#sidebar .gutter {
padding: 20px;
background: transparent url(../images/sidebar_boxbot_bg.png) no-repeat left bottom;
}

#sidebar h4 {
font-size: 110%;
}

#sidebar h5 {
font-size: 110%;
}

#sidebar h6 {
font-size: 90%;
text-transform: uppercase;
}

#sidebar .section,
#sidebar .news-item {
margin-bottom: 20px;
}

#sidebar .section p {
font-size: 90%;
}

#sidebar .section img {
float: left;
padding: 2px;
margin-right: 10px;
background-color: #ddd;
}

#sidebar .special-link {
white-space: nowrap;
padding-right: 15px;
background: #fff url(../images/sidebar_a_bg.png) no-repeat right 50%;
}

ul.highlights {
font-size: 90%;
}

#main #content {
width: 625px;
}

#main #content p {
margin-bottom: 1em;
}

#main #content #ssp {
    /*margin-bottom: 20px;*/
}

#main #content ul.newsitems li,
#main #content ul.team-list li,
#main #content ul.projects li {
overflow: hidden;
margin-bottom: 1em;
padding-bottom: 1em;
background: transparent url(/media/images/bg_dotted_divider.gif) repeat-x left bottom;
}

#main #content ul.newsitems li.last,
#main #content ul.team-list li.last,
#main #content ul.projects li.last {
background: none;
}

#main #content ul.newsitems li img,
#main #content ul.team-list li img,
#main #content ul.projects li img,
#main #content #video-list li img {
padding: 2px;
background-color: #ccc;
float: left;
margin-right: 20px;
}

#main #content .alert {
color: #cc0000;
font-size: 90%;
}

#footer {
clear: both;
text-align: left;
background: #fff url(../images/footer_top_bg.png) no-repeat left top;
}

#footer .gutter {
padding: 20px;
background: transparent url(../images/footer_bot_bg.png) no-repeat left bottom;
overflow: hidden;
}

#footer h3 {
margin-bottom: 10px;
}

#footer p {
padding-bottom: 5px;
border-bottom: 1px solid #ccc;
margin-bottom: 5px;
}
#footer p, #footer li {
font-size: 75%;
text-transform: uppercase;
line-height: 15px;
}
#footer ul#footer-nav {
color: #999;
border-right: 1px solid #ccc;
margin-right: 10px;
padding-right: 10px;
float: left;
}

#footer #footer-nav li {
float: left;
margin-right: 5px;
}

#footer #footer-nav li a {
color: #999;
padding-left: 8px;
background: transparent url(../images/icon_arrow2.png) no-repeat 0 2px;
}

#footer #footer-misc {
float: left;
}

#footer #footer-misc li {
float: left;
margin-right: 10px;
border-right: 1px solid #ccc;
padding-right: 10px;
}

#footer #footer-misc li.last {
border-right: 0;
padding-right: 0;
margin-right: 0;
}

.box,
.section {
background: #fff url(../images/box_625_top.png) no-repeat left top;
overflow: hidden;
margin-bottom: 10px;
position: relative;
}

.box .gutter {
background: transparent url(../images/box_625_bot.png) no-repeat left bottom;
padding: 20px;
}

h3 {
border-bottom: 2px solid #c0143c;
font-size: 70%;
text-transform: uppercase;
color: #b2b2b2;
margin-bottom: 20px;
line-height: 20px;
height: 20px;
}




.box ul.options {
position: absolute;
top: 20px;
right: 20px;
font-size: 70%;
}

.section ul.options {
top: 0;
right: 0;
}

.box ul.options li {
float: left;
text-transform: uppercase;
line-height: 20px;
margin-right: 5px;
}

.box ul.options li.rss {
border-left: 1px solid #ccc;
padding-left: 18px;
margin-right: 0;
background: transparent url(../images/icon_rss.png) no-repeat 5px 50%;
}

.box ul.options li a {
color: #666;
font-family: arial, Helvetica, Verdana, sans-serif;
}

#image_area {
overflow: hidden;
}

body#home #feature,
#image_area .left {
margin-bottom: 20px;
voice-family: "\"}\"";
voice-family: inherit;
}

#content h4, #content .box h4 {
font-size: 190%;
color: #000;
margin-bottom: 5px;
line-height: 1em;
}

#content h5 {
font-size: 70%;
text-transform: uppercase;
margin-bottom: 5px;
}

body#home #feature p.image {
  /*border-bottom: 1px solid #ccc;*/
}

body#home #feature p.image img {
padding: 4px;
background-color: #cccccc;
}

body#home #feature p.image em {
display: block;
font-style: italic;
line-height: 30px;
font-family: georgia, times, serif;
font-size: 95%;
}

body#home #feature p {
line-height: 20px;
}

body#home .box .sidebar,
#image_area .sidebar {
width: 130px;
float: right;
}

body#home .box .sidebar h4,
#image_area .sidebar h4 {
font-size: 70%;
text-transform: uppercase;
margin-bottom: 10px;
background: transparent url(../images/border_dotted.png) repeat-x left bottom;
font-family: arial, helvetica, sans-serif;
padding: 10px 0 10px 0;
}

body#home .box .sidebar li,
#image_area .sidebar li {
font-size: 95%;
margin-bottom: 10px;
background: transparent url(../images/border_dotted.png) repeat-x left bottom;
padding-bottom: 10px;
line-height: 20px;
}

body#home #video h3 {
padding-left: 0;
background-image: none;
}

body#home #video #vplayer {
float: left;
width: 285px;
margin-bottom: 20px;
}

body#home #video #now-playing {
float: right;
width: 280px;
font-size: 95%;
}

body#home #video #now-playing h4 {
font-size: 130%;
margin-bottom: 10px;
}

body#home #video #now-playing h4 em {
color: #c42348;
}

body#home #video #now-playing img {
padding: 0;
background-color: transparent;
}

body#home #video #video-list {
clear: both;
width: 100%;
}

body#home #video #video-list h4 {
border-bottom: 0;
}

body#home #video #video-list ul {
width: 100%;
padding: 0;
margin: 0;
}

body#home #video #video-list ul li {
overflow: hidden;
height: 6em;
width: 280px;
line-height: 18px;
font-size: 95%;
float: left;
    /*margin-right: 20px;*/
    padding: 20px 0;
background: transparent url(../images/border_dotted.png) repeat-x left top;
}

body#home #video #video-list ul li.odd {
margin-right: 25px;
}

body#home #video #video-list ul li a {
white-space: nowrap;
padding: 0 15px 0 0;
background: #fff url(../images/icon_arrow.png) no-repeat right 50%;
}


#work-list dl li {
font-size: 95%;
}

#work-list li span {
font-size: 85%;
}

dl dt strong {
font-weight: normal;
}

/* accordian menu */

dl.accordion-menu {
margin: 0;
padding: 0;
width: 100%;
}

dl.accordion-menu dt.toggler {
background: transparent url(../images/icon_plus_grey.png) no-repeat 100% 50%;
font-weight: normal;
font-family: Georgia, "Times New Roman", sans-serif;
cursor: pointer;
zoom: 1;
}

dl.accordion-menu dt.active {
background: transparent url(../images/icon_minus_red.png) no-repeat 100% 50%;
color: #000;
font-weight: bold;
}

dl.accordion-menu dd.element {
display: block;
padding: 4px 20px;
}

ul.bd li {
font-size: 90%;
list-style: url(../images/icon_arrow2.png);
}

#content img {
padding: 3px;
background-color: #ddd;
}

/* news accordian menu specific */

div#accordian {
    /*margin-bottom: 1em;*/
}

div#accordion ul li.month {
background: transparent url(../images/icon_plus_grey.png) no-repeat 100% 0.5em;
font-weight: normal;
font-family: Georgia, "Times New Roman", sans-serif;
cursor: pointer;
}

div#accordion ul li.expanded {
color: #000;
background: transparent url(../images/icon_minus_red.png) no-repeat 100% 0.5em;
}

div#accordion ul li.month ul {
padding: 6px 20px;
}

div#accordion ul.news-items {
font-size: 95%;
}

div#accordion ul.news-items li {
font-size: 90%;
list-style: url(../images/icon_arrow2.png);
background: none;
}

div.two-column div {
 width: 280px;
 float: left;   
}

div.two-column h4 {
    font-size: 1.4em !important;
}

div.first {
    margin-right: 20px;
}

.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

.blog-teaser {
    height: 250px;
    overflow: auto;
}