@charset "UTF-8";
/* Updates:
Dave 27 Nov 2009, 2pm:
	- main navigation colours
*/

/* CSS resets */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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, 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, div.block ul.menu, div.block ul.menu li,
.item-list ul li, .block ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
.item-list ul li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul, div.block ul.menu li {
	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: "" "";
}
/* end resets */

ol {
	margin: 0 0 1em 2em;
	list-style: decimal;
}

/* layout */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4;
	color: #333333;
}

.imgright img {
	float: right;
	padding: 4px;
	border: solid 1px #CCC;
	margin: 0 0 10px 10px;
}

#outer-wrap {
	background: url(../images/body_top_bg.gif) repeat-x;
}

#signin-holder {
	background-color: #00679A;
	color: #FFFFFF;
}

#signin-holder fieldset {
	width: 600px;
	margin: 0 auto;
}
div.boxy {
	float: left;
	width: 40%;
}

div.shortboxy {
	float: left;
	width: auto;
}

#signin-holder fieldset .l {
	margin: 1.4em 0;
	vertical-align: middle;
}
div.boxy label {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size : 0.8em;
}

#top-wrapper, .content-wrapper, .footer-wrapper {
	width: 950px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.message-content-wrapper {
	background-color: #FFFFCC;
}

#messagewrapper {
	padding-top: 0.5em;
	width: 900px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

/*
div.error {
	background: none;
	padding: 0.5em;
	color: #CC0000;
	border: none;
}
*/

div.messages, div.error {
	/* border: 1px solid #FFCC00; */
	background-image: url(../images/alert.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 1em;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 1.5em;
	padding-left: 55px;
	font-size: 1.5em;
	line-height: 1.5;
	text-align: left;
}

.message-content-wrapper #closeme a {
	width: auto;
	float: right;
	margin-right: 0.5em;
	padding: 0.5em 0 0 21px;
	background-image: url(../images/closeme.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	color: #CC0000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#top-wrapper {
z-index: 50;
}

#masthead {
	height: 101px;
}

#logo a {
	background: url(../images/rin_logo.gif) no-repeat;
	width: 135px;
	height: 65px;
	position: absolute;
	left: 15px;
	top: 15px;
}

#anciliary-holder {
	text-align: right;
	padding-top: 0.5em;
}

#anciliary-holder .links,
#anciliary-menu {
	float: left;
	width: 73%;
}

#anciliary-holder .links li, 
#anciliary-menu li {
	display: inline;
}

#anciliary-holder .links li a,
#anciliary-menu li a {
	margin-right: 1em;
	color: #000033;
	text-decoration: none;
	background-color: #95D9FF;
	font-size: 0.9em;
	line-height: 1;
	padding-top: 0.2em;
	padding-right: 0.3em;
	padding-bottom: 0.2em;
	padding-left: 0.3em;
}

#anciliary-holder .links li a:hover,
#anciliary-menu li a:hover {
	color: #FFFFFF;
	background-color: #00679A;
}

#search-bar-holder {
	float: right;
	width: 25%;
}

#search-bar {
	overflow: visible !important;
}

#search-bar label {
	overflow: hidden;
	position: absolute;
	height: 1px;
	width: 1px;
	left: -1000px;
	top: auto;
}

.clearboth {
	clear: both;
}

div#main-menu-holder {
	position: absolute;
	left: 300px;
	top: 53px;
	width: 690px;
}

#page_home div.view-empty {
	color:#777777;
	margin: 0.75em 0;
}

#lead {
	width: 50%;
}

#lead h1 {
	margin: 0;
	padding: 0.5em 0 0 0;
	border: none;
	font-size: 2em;
}

#lead p {
	font-size: 1.3em;
	margin: 0
}

#lead p.read {
	font-size: 0.8em;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-top: 1em;
}

#lead p.read a.readmore {
	color: #FFFFFF;
	background-image: url(../images/findoutmore_btn.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-top: 2em;
	padding-right: 3.5em;
	padding-bottom: 1em;
	padding-left: 1em;
	font-weight: bold;
	float: right;
	padding-top: 0.5em;
	padding-bottom: 1.5em;
}

#lead p a.readmore:hover {
	background-image: url(../images/findoutmore2_btn.gif);
	background-repeat: no-repeat;
}

#blogs-sub {
	background-image: url(../images/blogs-sub_top.gif);
	background-repeat: no-repeat;
	width: 50%;
	background-position: 0px 0px;
	z-index: 10;
	padding-top: 2em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 70px;
}

#lower-middle, #page {
	background-image: url(../images/lower_middle_bg.gif);
	background-repeat: repeat-x;
	padding-bottom: 2em;
}  

#lower-middle-content-wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 1em 0;
	background-image: url(../images/lower-middle-lines.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#lower-middle .block {
	float: left;
	width: 22%;
	margin-right: 3%;
}

#lower-middle #block-views-homepage_blocks-block_3 {
	float: left;
	width: 22%;
}

/* Prefooter blocks */

#lower-middle #block-views-homepage_blocks-block_3 .views-field-title a {
    color:#FC3E08;
    font-size:1.1em;
    font-weight:bold;
}

#lower-middle #block-views-homepage_blocks-block_3 .views-field-created {
    color:#125D8F;
    margin:0pt;
}

#lower-middle #block-views-homepage_blocks-block_3 .views-field-teaser {
    height:8.2em;
    overflow: hidden;
}


.view-display-id-block_2 .view-content ul,
.view-display-id-block_4 .view-content ul,
.view-display-id-block_2 .view-content li,
.view-display-id-block_4 .view-content li {
	margin:0;
	padding:0;
}


.view-display-id-block_2 .view-content li a ,
.view-display-id-block_4 .view-content li a {
	color: #333;
	margin-bottom: 0.25em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
	display: block;	
}

.view-homepage-blocks .view-content {
	margin-left:0;
	margin-top:0em;	
}

#lower-middle .block .content {
	margin-top:0.5em;	
}

/* this is causing problems */
#olower-middle .view-content li a,
#removed #lower-middle li a {
	color: #333;
	margin-bottom: 0.25em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
	display: block;
}

#lower-middle li a:hover {
	color: #BD3400;
	text-decoration: none;
}

#lower-middle a {
	color: #333;
	text-decoration: none;
}

#lower-middle a:hover {
	text-decoration: none;
	color: #BD3400;
}

h3#blockheader_recently_added,
h3#fadded {
	width: 200px;
    padding: 33px 0 0 0;
    overflow: hidden;
	background: url(../images/h3-added.gif) no-repeat left top;
    height: 0px !important; /* for most browsers */
    height /**/:33px; /* for IE5.5's bad box model */
}

#lower-middle #box2 {
	float: left;
	width: 22%;
	margin-right: 3%;

}

h3#blockheader_popular_downloads,
h3#fdownloads {
	width: 200px;
    padding: 33px 0 0 0;
    overflow: hidden;
	background: url(../images/h3-downloads.gif) no-repeat left top;
    height: 0px !important; /* for most browsers */
    height /**/:33px; /* for IE5.5's bad box model */
}


#lower-middle #box3 {
	float: left;
	width: 22%;
	margin-right: 3%;
}

h3#blockheader_future_events,
h3#fevents {
	width: 200px;
    padding: 33px 0 0 0;
    overflow: hidden;
	background: url(../images/h3-events.gif) no-repeat left top;
    height: 0px !important; /* for most browsers */
    height /**/:33px; /* for IE5.5's bad box model */
}

#lower-middle #box4 {
	float: left;
	width: 22%;
	margin-left: 1%;
}

/* standard page layout */
.page-meta {
    border-bottom:1px solid #CCCCCC;
    color:#666666;
    margin-bottom:1.5em;
    padding-bottom:0.5em;
    padding-left:14%;
    padding-top:0.5em;
    position: relative;
}

div.view-content .page-meta {
    padding-left: 0;
    border: none;
    color:#666666;
    padding-bottom:0.5em;
    padding-top:0.5em;
}

.page-meta p, .pc-page-meta p {
	margin: 0.5em 0;
	display: inline;
}

#mypage .page-meta a.comments {
	background-image: url(../images/comment_icon_small.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0.5em 0 0.5em 0.5em;
	padding-left: 25px;
	text-decoration: none;
	color: #999999;
	border: none;
}
.page-meta ul.links, .page-meta ul, #mypage .pc-page-meta ul.links, #mypage .pc-page-meta ul {
    display:inline;
}
.page-meta ul.links li {
	padding: 0 0 0 0.5em;
    display:inline;
}

.pc-page-meta ul.links li {
	padding: 0;
    display:inline;
}

#mypage .page-meta ul.links li a {
	background-image: url(../images/tag_icon_small.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	padding-left: 22px;
	text-decoration: none;
	color: #999999;
	border: none;
}

#mypage .page-meta a.comments:hover, #mypage .page-meta ul.links li a:hover, #mypage .pc-page-meta ul.links li a:hover {
	text-decoration: none;
	color: #000;
	border: none;
}

#comments ul.links  {
	margin-top: 1.5em;
}

#comments ul.links li {
	display: inline;
	margin-right: 0.25em;
}
#comments ul.links li a, #campaign-monitor-block-subscription-list-form input.form-submit, input.form-submit {
	background-color: #00679A;
	border:4px solid #E3E3E3;
	color: #FFFFFF;
	cursor:pointer;
	font-weight:bold;
	padding:0.2em 0.4em;
	font-family: Arial,Helvetica,sans-serif;
	font-size:1em;
	text-decoration: none;
}

#campaign-monitor-block-subscription-list-form input.form-submit {
	margin-top: 0.75em;
}

#page-content {
    float:left;
    line-height:1.5;
    margin-bottom:3em;
    margin-right:1%;
    /* width:100%; */
    width:71%;
    min-height: 25em;
    height:auto !important;
    height: 25em;
}

body.page-admin #page-content {
    width:100%;
}

body.user_profile #page-content,
body.node_x_add #page-content,
body.page-node-edit #page-content,
body.node-type-landing-page #page-content {
    float:left;
    line-height:1.5;
    margin-bottom:3em;
   	/* jmt-removed-margin-left:14%; */
    margin-right:1%;
    width:100%;
}

#mypage a {
	color: #FF3900;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#mypage a:hover {
	color: #FF3900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3900;
}


#page-content p:first-line {
	/* font-weight: bold; */
}

#page-options-top {
	height: 20px;
	background-image: url(../images/page-options-top.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#page-options-holder {
	background-image: url(../images/page-options-repeat.gif);
	background-repeat: repeat-y;
}
#page-options-bottom {
	height: 20px;
	background-image: url(../images/page-options-bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#page-options {
	float: right;
	width: 200px;
    margin-bottom: 3em;
}

#page-options div.block {
    margin-bottom: 1em;
}

#page-options-inner {
	padding: 0 1em;
}

#page-options li a {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #666666;
	text-decoration: none;
	display: block;
}

#page-options li a:hover {
	color: #000;
	text-decoration: none;
}

h3#this-blog {
	width: 200px;
    padding: 33px 0 0 0;
    overflow: hidden;
	background: url(../images/h3-this-blog.gif) no-repeat left top;
    height: 0px !important; /* for most browsers */
    height /**/:33px; /* for IE5.5's bad box model */
}

h3#blockheader_see_also {
	width: 200px;
    padding: 33px 0 0 0;
    overflow: hidden;
	background: url(../images/h3-see-also.gif) no-repeat left top;
    height: 0px !important; /* for most browsers */
    height /**/:33px; /* for IE5.5's bad box model */
}

h3#blockheader_in_this_section {
	width: 200px;
    padding: 33px 0 0 0;
    overflow: hidden;
	background: url(../images/h3-in-this-section.gif) no-repeat left top;
    height: 0px !important; /* for most browsers */
    height /**/:33px; /* for IE5.5's bad box model */
    margin-top: 0;
}

h3#blockheader_related_to_this {
	width: 200px;
    padding: 33px 0 0 0;
    overflow: hidden;
	background: url(../images/h3-related-to-this.gif) no-repeat left top;
    height: 0px !important; /* for most browsers */
    height /**/:33px; /* for IE5.5's bad box model */
    margin-top: 0;
}

h3#blockheader_feeds {
	width: 200px;
    padding: 33px 0 0 0;
    overflow: hidden;
	background: url(../images/h3-feeds.gif) no-repeat left top;
    height: 0px !important; /* for most browsers */
    height /**/:33px; /* for IE5.5's bad box model */
    margin-top: 0;
}


h3#blockheader_see_also span,
h3#blockheader_in_this_section span,
h3#blockheader_related_to_this span,
h3#blockheader_feeds span {
    display:none;
}


h3#blockheader_in_the_news,
h3#fnews {
	width: 200px;
    padding: 33px 0 0 0;
    overflow: hidden;
	background: url(../images/h3-news.gif) no-repeat left top;
    height: 0px !important; /* for most browsers */
    height /**/:33px; /* for IE5.5's bad box model */
}


h3#blockheader_our_tweets,
h3#tweets {
	width: 200px;
    padding: 33px 0 0 0;
    overflow: hidden;
	background: url(../images/h3-tweets.gif) no-repeat left top;
    height: 0px !important; /* for most browsers */
    height /**/:33px; /* for IE5.5's bad box model */
}

h3#blockheader_rin_networks,
h3#networks {
	width: 200px;
    padding: 33px 0 0 0;
    overflow: hidden;
	background: url(../images/h3-networks.gif) no-repeat left top;
    height: 0px !important; /* for most browsers */
    height /**/:33px; /* for IE5.5's bad box model */
}

h3#blockheader_rin_in_your_inbox,
h3#inbox {
	width: 200px;
    padding: 33px 0 0 0;
    overflow: hidden;
	background: url(../images/h3-inbox.gif) no-repeat left top;
    height: 0px !important; /* for most browsers */
    height /**/:33px; /* for IE5.5's bad box model */
}

h3#blockheader_explore,
h3#explore {
	width: 200px;
    padding: 33px 0 0 0;
    overflow: hidden;
	background: url(../images/h3-explore.gif) no-repeat left top;
    height: 0px !important; /* for most browsers */
    height /**/:33px; /* for IE5.5's bad box model */
}

#footer {
	color: #000;
	background-color: #ff6600;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	padding: 2em 0 10em 0;
	font-size: 0.9em;
}

#footer .block,
#fbox1, #fbox2, #fbox3 {
	float: left;
	width: 23%;
	margin-right: 2%;
	background-image: url(../images/footer_box_rule.gif);
	background-repeat: repeat-x;
	background-position: left -4px;
	overflow: hidden;
}

#footer #block-menu-menu-footer-navigation {
	margin-right:0;
	width:21%;
}


#fbox4 {
	float: left;
	width: 23%;
	background-image: url(../images/footer_box_rule.gif);
	background-repeat: repeat-x;
	background-position: left -4px;
}

.tweettime {
	color: #FFF;
}

#block-menu-menu-footer-navigation li a {
	font-size: 1.6em;
	color: #990000;
	display: block;
	margin-bottom: 0.25em;
	padding-bottom: 0.25em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	height: 1%;
}

#block-menu-menu-footer-navigation li a:hover {
	color: #333333;
}

#footer li#fb a {
	color: #000000;
	text-decoration: none;
	background-image: url(../images/facebook_icon.gif);
	background-repeat: no-repeat;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 24px;
	display: block;
	background-position: left center;
	height: 1%;
}

#footer li#tw a {
	color: #000000;
	text-decoration: none;
	background-image: url(../images/twitter_icon.gif);
	background-repeat: no-repeat;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 24px;
	display: block;
	background-position: left center;
	height: 1%;
}


#footer li#dl a {
	color: #000000;
	text-decoration: none;
	background-image: url(../images/delicious_icon.gif);
	background-repeat: no-repeat;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 24px;
	display: block;
	background-position: left center;
	height: 1%;
}

#footer li#up a {
	color: #000000;
	text-decoration: none;
	background-image: url(../images/upcoming_icon.gif);
	background-repeat: no-repeat;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 24px;
	display: block;
	background-position: left center;
	height: 1%;
}

#footer a {
	color: #000000;
}


#footer li#fb a:hover, #footer li#tw a:hover, #footer li#dl a:hover, #footer li#up a:hover {
	color: #990000;
}

#footer li#fb a:hover {
	background-image: url(../images/facebook_icon.gif);
	background-repeat: no-repeat;
}

#footer li#tw a:hover {
	background-image: url(../images/twitter_icon.gif);
	background-repeat: no-repeat;
}

#footer li#dl a:hover {
	background-image: url(../images/delicious_icon.gif);
	background-repeat: no-repeat;
}

#footer li#up a:hover {
	background-image: url(../images/upcoming_icon.gif);
	background-repeat: no-repeat;
}

#footer label {
	font-weight: bold;
	color: #FFFFFF;
}

#legalbar {
	color: #FFFFFF;
	background-color: #043C94;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #A05834;
}

#legalbar a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

input, select, textarea {
	color:#666666;
	font-size : 1em;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	/* background-color:#fff !important; */
	background-color:#fff;
}

input.f {
	color:#666666;
	font-size : 1em;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	width: 90%;
}

ul#main-menu li.primary a#about-us  {
	width: 97px;
    padding: 41px 0 0 0;
    overflow: hidden;
	background: url(../images/about.gif) no-repeat left top;
    height: 0px !important; /* for most browsers */
    height /**/:41px; /* for IE5.5's bad box model */
}

ul#main-menu li.primary a#about-us:hover {
	background-position: 0px -41px;
}

ul#main-menu li.primary a#our-work  {
	width: 99px;
    padding: 41px 0 0 0;
    overflow: hidden;
	background: url(../images/our-work.gif) no-repeat left top;
    height: 0px !important; /* for most browsers */
    height /**/:41px; /* for IE5.5's bad box model */
}

ul#main-menu li.primary a#our-work:hover {
	background-position: 0px -41px;
}

ul#main-menu li.primary a#news  {
	width: 76px;
    padding: 41px 0 0 0;
    overflow: hidden;
	background: url(../images/news.gif) no-repeat left top;
    height: 0px !important; /* for most browsers */
    height /**/:41px; /* for IE5.5's bad box model */
}

ul#main-menu li.primary a#news:hover {
	background-position: 0px -41px;
}

ul#main-menu li.primary a#blogs  {
	width: 75px;
    padding: 41px 0 0 0;
    overflow: hidden;
	background: url(../images/blogs.gif) no-repeat left top;
    height: 0px !important; /* for most browsers */
    height /**/:41px; /* for IE5.5's bad box model */
}

ul#main-menu li.primary a#blogs:hover {
	background-position: 0px -41px;
}

ul#main-menu li.primary a#resources  {
	width: 105px;
    padding: 41px 0 0 0;
    overflow: hidden;
	background: url(../images/resources.gif) no-repeat left top;
    height: 0px !important; /* for most browsers */
    height /**/:41px; /* for IE5.5's bad box model */
}

ul#main-menu li.primary a#resources:hover {
	background-position: 0px -41px;
}

/* 
	LEVEL ONE
*/
ul#main-menu {
	/*position: relative;*/
	z-index: 100;
}
ul#main-menu li {
	float: left;
}
ul#main-menu a:hover {
	color: #666;
	text-decoration: none;
}
ul#main-menu a:active {
	color: #666;
}
ul#main-menu li a {
	display: block;
	/* padding: 4px 8px; */
	margin-right: 1em;
}
ul#main-menu li:last-child a {
	border-right: none; } /* Doesn't work in IE */
ul#main-menu li.hover, ul#main-menu li:hover {
	position: relative;
		z-index: 100;
 }
ul#main-menu li.hover a {
	color: #666;
	text-decoration: none;
}
ul#main-menu li.hover a:hover {
	color: #FF6600;
	text-decoration: none;
}


/* 
	LEVEL TWO
*/
ul#main-menu ul {
	width: 220px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
}
ul#main-menu ul li {
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #ccc;
	float: none;
	padding: 0.5em;
	background-color: #FFFFFF;
}
									  
 /* IE 6 & 7 Needs Inline Block */
ul#main-menu ul li a {
	border-right: none; width: 100%; display: inline-block;
} 

/* 
	LEVEL THREE
*/
ul#main-menu ul ul {
	left: 100%; top: 0;
 }
ul#main-menu li:hover > ul {
	visibility: visible;
}

#upper-middle {
	background-image: url(../images/upper_middle_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	/* padding-top: 2em; */
	padding-bottom: 2em;
}

/* typography */
h1 {
	font-size: 2.8em;
	font-weight: normal;
	color: #FC3E08;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 0.1em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 14%;
}


h2, h2 a, #mypage .views-field-title span a {
	font-size: 1.8em;
	line-height: 1.3;
	margin-bottom: 0.25em;
	font-weight: normal;
	text-decoration: none;
	color: #FC3E08;
	border: none;
}

.views-field-teaser {
	margin-top: 0.25em;
}

h3 {
	font-size: 1.3em;
	color: #FC3E08;
}

body#page_home h1 a, body#page_home h2 a, body#page_home h3 a, body#page_home h4 a {
	text-decoration: none;
	color: #000;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: none;
	color: #BD3400;
	font-weight: normal;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #FC3E08;
}

p {
	margin: 0 0 1em 0;
}

p.date {
	margin: 0;
	color: #125D8F;
}

strong {
	font-weight: bold;
}

table {
	width: 100%;
}

/* events and dates */
.published {
	display: block;
	text-align: center;
	float: left;
	border: 2px solid #CC0000;
	background-color: #CC0000;
}
.pub-month {
	display:block;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
.pub-date {
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 1;
	padding-right: 0.2em;
	padding-left: 0.2em;
}

div.event {
	/*
	jmtmargin-top: 0.5em;
	jmtdisplay: block;
	*/
}

#block-views-homepage_blocks-block_1 .item-list views-row {
	margin: 0.5em 0 0 0;
	display: block;	
}

#block-views-homepage_blocks-block_1 .view-content {
	margin:0;
}

#block-views-homepage_blocks-block_1 acronym,
div.event acronym {
	float: left;
	margin-bottom: 20px;
}

div.event p {
	float: right;
	width: 80%;
	margin: 0;
}
div.event .location {
	color: #999;
}


#big-pic {
    background-image: url(../images/big_pic_folder_01.gif);
    background-repeat: no-repeat;
    height: 347px;
    width: 391px;
    position: absolute;
    top: 0;
    right: 0;
}

div.comment-odd {
	background-color: #EEE;
	padding: 0.75em;
	margin-bottom: 0.75em;
}
div.comment-even {
	background-color: #D8D8D8;
	padding: 0.75em;
	margin-bottom: 0.75em;
}

div#map {
	width: 100%;
	height: 450px;
	border: 6px solid #EEE;
}

#comments {
}

#podcast-player h2,
#comments h2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FC3E08;
	margin: 1em 0 0.5em 0;
}

.view-tweets .views-field-created-time {
    color:white;
}
.view-tweets ul li {
    margin:0pt 0pt 1em;
}

/*
#footer #campaignmonitor-general-form input#edit-name,
#footer #campaignmonitor-general-form input#edit-email {
    width: 90%;
}
*/

#maintabswrapper {
   width: 950px;
    margin: 0 auto 2em auto;
    border-bottom: solid 1px #333;
}

#maintabswrapper ul.primary {
    padding-left: 14%;
	border-bottom: none;
	height:auto;
    padding-left: 14%;
}

#maintabswrapper ul.secondary {
    padding-left: 14%;
    padding-top: 1em;
    clear: both;
}

#maintabswrapper ul.tabs {
   /* width:950px;  */
    margin: 0;
}

#maintabswrapper ul.tabs li {
    float:left;
    padding: 0.25em 1em 0.25em 0.5em;
    margin: 0 0.5em 0 0;
    border: 1px solid #333;
    border-bottom:none;
    background-color: #eee;
}

#maintabswrapper ul.tabs li.active {
    background-color: #fff;
    border-color: #ccc;
}


#maintabswrapper ul.tabs li a {
    color:#000;
    text-decoration: none;
    border: none;
}

ul.primary, ul.primary li a, ul.primary li a:active, ul.primary li.active a, ul.primary li a:hover, ul.secondary, ul.secondary li a, ul.secondary li a:active, ul.secondary li.active a, ul.secondary li a:hover {
	border: none;
	background: none;
}



#mainhelpwrapper {
	margin-left: 14%;
	margin-top: 1em;
}

.standfirst-left p.firstparagraph {
    font-weight: normal; 
    font-size: 1.4em; 
    line-height: 1.5;
}

#mypage .standfirst-left a {
	background-color: #FFF;
	padding: 0.1em 0.2em;
	border: none;
}

#mypage .standfirst-left a:hover {
	background-color: #EEE;
	color: #000;
	border: none;
}

#mypage {
	background-image: url(../images/lower_middle_bg.gif);
	padding-top: 2em;
	background-repeat: repeat-x;
}

#landing-content  h1 {
    background-color:#cccccc;
    background-image:url(../images/h1_arrows.gif);
    background-position:right 0.35em;
    background-repeat:no-repeat;
    border:medium none;
    color:#FFFFFF;
    display:inline;
    margin:0pt;
    padding:0.4em 55px 0.25em 0.75em;
}

#landing-content div.standfirst-holder {
    background-color:#ccc;
    color:#FFFFFF;
    margin-bottom:1em;
    position:relative;
    min-height:200px;
    height:auto !important;
    height:200px;    
}

#landing-content div.standfirst-left {
    float:left;
    width:57%;
    min-height:250px;
    height:auto !important;
    height:250px;    
}

#landing-content div.standfirst-left-holder {
    padding:1.5em 1.75em;
}

#landing-content div.standfirst-right {
    background-position:right bottom;
    background-repeat:no-repeat;
    bottom:0pt;
    height:325px;
    position:absolute;
    right:10px;
    width:380px;
}

#landing-content .teasers-left {
    float:left;
    width:48%;
}

#landing-content .teasers-right {
    float:right;
    width:48%;
}

#mypage div.teaser-in-list a {
    border-bottom:1px solid #CCCCCC;
    color:#333333;
    display:block;
    margin-top:1em;
    padding:0.5em;
    text-decoration:none;
}

#mypage div.teaser-in-list a h3.newsdate {
	font-size: 1em;
    color:#999;
    text-decoration:none;
}
#mypage div.teaser-in-list a:hover h3.newsdate {
	color: #E23D00;
}

#mypage div.teaser-in-list a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #EEE;
	text-decoration: none;
	color: #E23D00;
}


/* views teaser lists */
div.view-content .column1 {
	width: 46%;
	float: left;
	margin-right: 3%;
}

div.view-content .column2 {
	width: 46%;
	float: left;
}

div.view-content .column3 {
	width: 30%;
	float: left;
}

div.tease-odd {
	background-color: #EEE;
	padding: 1em;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

div.tease-even {
	margin-bottom: 1em;
	padding: 1em;
}

#mypage div.view-policy-theme-sections h3 {
  font-size: 1.3em;
}

#mypage div.view-policy-theme-sections h3 a {
  font-size: 100%;
}

div.view-content h3 a {
	font-size: 1.5em;
	line-height: 1.2;
	margin-bottom: 0.2em;
	font-weight: normal;
	text-decoration: none;
	color: #0087C8;
}

div.view-content .tease-odd h3 a {
	font-size: 1.5em;
	line-height: 1.2;
	margin-bottom: 0.2em;
	font-weight: normal;
	text-decoration: none;
	color: #00679A;
}

div.view-content p {
	margin: 0;
}

div.view-content .page-meta {
	margin: 0;
}

/* override content body indent 
#page_testpage #main-content-body {
	margin-left: 0;
} */


#landing-content div.teaser-in-list a h2 {
    color:#CC0066;
    margin-top:0.25em;
    padding-right:30px;
}

#landing-content div.teaser-in-list a span {
    background-image:url(../images/arrow_red.gif);
    background-position:left center;
    background-repeat:no-repeat;
	padding-left: 30px;
    width: 30px;
}


#page_about #landing-content  h1,
#page_about #landing-content div.standfirst-holder {
    background-color:#00679A;
}

#page_about #landing-content div.teaser-in-list a h2 {
    color:#00679A;
}

div.view-content div.teaser-in-list a h2,
div.view-content div.column1 div.teaser-in-list a h2, div.view-content div.column1 div.teaser-in-list a h2, div.view-content div.column2 div.teaser-in-list a h2, div.view-content div.column2 div.teaser-in-list a h2 {
    color:#00679A;
    margin-top:0.25em;
}


div.view-content div.teaser-in-list a h2 span,
div.view-content div.column1 div.teaser-in-list a h2 span, div.view-content div.column1 div.teaser-in-list a h2 span, div.view-content div.column2 div.teaser-in-list a h2 span, div.view-content div.column2 div.teaser-in-list a h2 span {
    background-image:url(../images/arrow_red.gif);
    background-position:left center;
    background-repeat:no-repeat;
	padding-left: 30px;
    width: 30px;
}


#page_about #landing-content div.standfirst-right {
    background-image:url(../images/pencils_02.gif);
}

#page_our_work #landing-content  h1,
#page_our_work #landing-content div.standfirst-holder {
    background-color:#CC0066;
}

#page_our_work #landing-content div.teaser-in-list a h2 {
    color:#CC0066;
}

#page_our_work #landing-content div.standfirst-right {
    background-image:url(../images/mags.gif);
}

#page_news #landing-content  h1,
#page_news #landing-content div.standfirst-holder {
    background-color:#CC0033;
}

#page_news #landing-content div.teaser-in-list a h2 {
    color:#CC0033;
}

#page_news #landing-content div.standfirst-right {
    background-image:url(../images/mics.gif);
}

#page_blogs #landing-content  h1,
#page_blogs #landing-content div.standfirst-holder {
    background-color:#649900;
}

#page_blogs #landing-content div.teaser-in-list a h2 {
    color:#649900;
}

#page_blogs #landing-content div.standfirst-right {
    background-image:url(../images/typewriter.gif);
}

#page_resources #landing-content  h1,
#page_resources #landing-content div.standfirst-holder {
    background-color:#67339B;
}

#page_resources #landing-content div.teaser-in-list a h2 {
    color:#67339B;
}

#page_resources #landing-content div.standfirst-right {
    background-image:url(../images/notebook.gif);
    right:0pt;
    width:390px;
}

#breadcrumb ul {
  margin-left:14%;
}

#breadcrumb li {
  display:inline;
}

#mypage #breadcrumb li.end a {
  background-image: none;
}

#mypage #breadcrumb li a {
  background-image:url(../images/breadcrumb_arrow.gif);
  background-position:right center;
  background-repeat:no-repeat;
  color:#666666;
  font-weight:normal;
  margin-right:0.5em;
  padding-right:15px;
  text-decoration:none;
  border: none;
}

#mypage #breadcrumb li a:hover {
  color:#000000;
  border: none;
}

#breadcrumb li a.end {
  background:transparent none repeat scroll 0%;
}

#modalContainer {
	overflow: visible;
}

#autocomplete li {
  cursor: default;
  padding: 0.2em;
  margin: 0;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}


#main-content-body {
	margin-left: 14%;
	margin-top: 1em;
}
 
body.node-type-landing-page #main-content-body {
    margin-left: 0;
    margin-top: 0;
}

#main-content-body {
}


div.user-pic {
	position: absolute;
	top: 4.5em;
	left: 0;
}

div.user-pic img {
	background-color: #EEE;
	padding: 0.5em;
}

div.staff-pic {
	float: left;
}

div.staff-profile {
	float: right;
	width: 80%;
}

div.staffy {
	display: block;
	margin: 1em 0;
}

div.staff-pic img {
	background-color: #EEE;
	padding: 0.5em;
}


#main-content-body #page-content ul, 
#main-content-body #page-content ol {
    margin-bottom:1em;
}

#main-content-body #page-content ul.links li {
	background-image: none;
	padding-left: 0;
}

#page-content ol {
    list-style-type:decimal;
    margin-left:18px;
}


#main-content-body #page-content ol li {
    margin-bottom:0.5em;
}

#main-content-body #page-content ul li {
    background-image:url(../images/orange_bullet.gif);
    background-repeat:no-repeat;
    margin-bottom:0.5em;
    padding-left: 18px;
}

li.leaf {
	list-style-image: none;
	list-style-type: none;
}

li.expanded {
	list-style-image: none;
	list-style-type: none;
}


div.views-row {
	margin: 1em 0;
}

/* Homepage main content */

.content-wrapper div.view-homepage {
	background-image: url(../images/blogs-sub_top.gif);
	background-repeat: no-repeat;
	width: 55%;
	background-position: 0px 0px;
	z-index: 10;
	padding-top: 2em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 70px;
}

.content-wrapper div.view-homepage h2.h2-latestfromtheblogs {
    display:none;
}

.content-wrapper div.view-homepage .views-field-title {
	font-size:2.25em;
    font-weight:normal;
    line-height:1.2;
    margin-bottom:0.2em;
}

.content-wrapper div.view-homepage .views-field-title a {
	text-decoration: none;
	color: #000;

}





/* Footer blocks */

/* Tweets */

div.view-tweets .views-field-text {
    display:block;
}

div.view-tweets .views-field-created-time {
    display:block;
}

/* over rides */
#search-bar input#keys {
	border: solid 1px #FFF;
}

#search-bar input.form-submit {
	border: none;
}

#page_search #page-content {
	width: 100%;
}

.field .field-label {
	padding-bottom: 0.5em;
	margin: 1.75em 0 1em 0;
	border-bottom: solid 1px #CCC;
}
#blocks td.region {
	padding-top: 0.75em;
}

div.view div.views-admin-links ul.links {
    display: inline;
	margin:0.25em 0 0.75em 0;
	background: #FFF;
	color: #000;
	border: solid 1px #000;
	padding: 0.25em;
}
div.view div.views-admin-links ul.links li a {
	color: #000;
	text-decoration: none;
}

html.js input.form-autocomplete {
	background-position:100% 0.5em;
	background-image:url(../images/throbbertall.gif );
}
html.js input.throbbing {
	background-position:100% -1.6em;
}

div.view div.views-hide {
}

div.view div.views-admin-links-hover, div.view div.views-admin-links:hover, div.view div.views-admin-links ul.links:hover {
	background: #FFF;
	color: #000;
}
div.view div.views-hide li {
	margin-right: 0.75em;
}

div.views-admin-links {

}

div.views-admin-links li {
    /* float:left; */
    display: inline;
}

.form-item {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#field-attachments-items thead th {
	text-align:left;
	text-decoration: none;
	color: #00679A;
	font-weight: bold;
	padding: 0.1em 0.25em 0.1em 15px;
	background-color: #D7F2FF;
	border-bottom: none;
}

#field-attachments-items {
	border: solid 1px #CCC;
	margin-bottom: 1.75em;
}

#field-attachments-items .content-add-more, #field-attachments-items .description {
	padding: 0.5em 1em;;
}

#field-attachments-items .content-multiple-drag {
	padding: 0 0 0.5em 1em;
}

.node-form div.admin {
	padding-top: 0;
}

#main-content-body #page-content ul.tips li {
	background-image: none;
}

/* pager */
ul.pager {
	display: block;
	clear:both;
	margin-top: 1.5em;
}
.item-list .pager {
	text-align: left;
}
#main-content-body #page-content ul.pager li {
	display: inline;
	background-image: none;
	margin: 0;
	padding: 0;
}
#main-content-body #page-content ul.pager li a {
	padding: 0.25em 0.5em;
	background: #EEE;
	text-decoration: none;
	color: #FC3E08;
	border-bottom: solid 1px #CCC;
	margin-right: 0.25em;
}
#main-content-body #page-content ul.pager li a:hover, #main-content-body #page-content ul.pager li.pager-first a:hover, #main-content-body #page-content ul.pager li.pager-last a:hover {
	padding: 0.25em 0.5em;
	background: #FC3E08;
	text-decoration: none;
	color: #FFF;
}
 #main-content-body #page-content ul.pager li.first, #main-content-body #page-content ul.pager li.last {
	padding: 0.25em 0.5em;
	background: #EEE;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	border-bottom: solid 1px #CCC;
	margin-right: 0.25em;
}

/* lightbox modal */
#outerImageContainer {
	background-color: #666;
}

#mypage a.feedlink {
    display:block;
    width:128px;
    height:128px;
    margin:0 auto;
	background-image: url(../images/feedicon.png);   
	border-bottom-width:0px;
	text-decoration: none; 
}

#mypage a.feedlink span {
    display:none;
}

div.node-content-body p.firstparagraph, div.node-content p.firstparagraph {
    color: #095285;
    font-weight: normal;
    font-size: 1.3em;
}

div.node_event div.eventdate {
  margin-bottom: 0.8em;
}

body.user_profile div.profile .picture {
  margin:3em 0 3em 3em;
  height:300px;
  display:block;
}

/* share this */
#share-this h3#blockheader_share-this {
	width: 200px;
    padding: 33px 0 0 0;
    margin-bottom: 0.5em;
    overflow: hidden;
	background: url(../images/h3-share-this.gif) no-repeat left top;
    height: 0px !important; /* for most browsers */
    height /**/:33px; /* for IE5.5's bad box model */
}

#share-this ul {

}

#share-this ul li {
	display: inline;
	float: left;
	margin: 0 5px 5px 0;
}
#share-this ul li a {
	width: 16px;
	height: 16px;
	padding: 0;
}

#share-this a, #page-options #share-this li a {
	border: none;
}

#share-this ul li a#twitter {
	background: url(../images/twitter-16x16.png) no-repeat;
}

#share-this ul li a#facebook {
	background: url(../images/facebook-16x16.png) no-repeat;
}

#share-this ul li a#yahoo {
	background: url(../images/yahoo-16x16.png) no-repeat;
}

#share-this ul li a#buzz {
	background: url(../images/buzz-16x16.png) no-repeat;
}

#share-this ul li a#digg {
	background: url(../images/digg-16x16.png) no-repeat;
}

#share-this ul li a#stumbleupon {
	background: url(../images/stumbleupon-16x16.png) no-repeat;
}

#share-this ul li a#newsvine {
	background: url(../images/newsvine-16x16.png) no-repeat;
}

#share-this ul li a#google {
	background: url(../images/google-16x16.png) no-repeat;
}

#share-this ul li a#delicious {
	background: url(../images/delicious-16x16.png) no-repeat;
}

#share-this ul li a#yahoo-buzz {
	background: url(../images/yahoo-buzz-16x16.png) no-repeat;
}

#share-this ul li a#netvibes {
	background: url(../images/netvibes-16x16.png) no-repeat;
}

#share-this ul li a#reddit {
	background: url(../images/reddit-16x16.png) no-repeat;
}

