/**
 * Copyright 2009 iMarc LLC  http://www.imarc.net
 */

/* --------------------------------------------------------------------- */
/* Browser resets
/* --------------------------------------------------------------------- */

body, h1, h2, h3, h4, h5, h6, p, hr, pre, code, blockquote, form, fieldset,
legend, ul, ol, li, table, caption, th, tr, td, thead, tbody, tfoot, div {
   margin:0;
   padding:0;
   line-height:1.4;
}
/* --------------------------------------------------------------------- */
/* Main elements
/* --------------------------------------------------------------------- */
html {
	font-size:10px;
	/*overflow-y:hidden;*/
}
body {
	margin:0;
	padding:0;
	color:#5c5c5e;
	background-color:#F0DAC3;
	font-size:1.3em;
	/*overflow-y:hidden;*/
	height:100%;
}
body, input, textarea, select {
	font-family:Arial, Verdana, "Trebuchet MS", sans-serif;
}
/* --------------------------------------------------------------------- */
/* Headers
/* --------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin:0.5em 0em 0.6em 0em;
	font-family:Georgia, "Times New Roman", serif;
	font-weight:normal;
	line-height:100%;
}
h1 {
	font-size:2.3em;
}
h2, h2 a:link, h2 a:active, h2 a:visited {
	color: #368a73;
	text-decoration: none;
	margin-top: 0.7em;
	font-size: 1.3em;
}

h2 a:hover {
	color: #b8bdbc;
	font-size: 1.3em;
}
h3 {
	color:#819F84;
	font-size:1.3em;
}
h4 {
	color:#6e746e;
	font-size:1.6em;
}
h5 {
	font-size:1.2em;
}
h6 {
	font-size:1.1em;
}
/* --------------------------------------------------------------------- */
/* Content holders
/* --------------------------------------------------------------------- */
div {
}
p, pre, blockquote {
	margin-top:.5em;
}
pre, code {
	background-color:#F8F8F8;
	font-size:0.9em;
	font-family:"Courier New", Courier, monospace;
}
pre {
	white-space:pre;
	overflow:auto;
	padding:1em;
	border:1px solid #CCCCCC;
	display:block;
}
code {
	padding:0.2em;
}
blockquote {
	padding:1em;
	font-family:Georgia, "Times New Roman", serif;
}
/* --------------------------------------------------------------------- */
/* Links and hr
/* --------------------------------------------------------------------- */
a:link,
a:visited,
a:active {
	color:#006BCE;
	line-height: 1.4em;
	outline: 0;
}

a:hover {
	color:#00417D;
}

hr {
	height:1px;
	border:none;
	margin-top:1em;
	color:#CCCCCC;
	background-color:#CCCCCC;
}
/* --------------------------------------------------------------------- */
/* Images
/* --------------------------------------------------------------------- */
img {
	border:none;
}
/* --------------------------------------------------------------------- */
/* Lists
/* --------------------------------------------------------------------- */
ul, ol {
	margin-top:1em;
	list-style-type: none;
}
li {
	background: url(/sup/img/bg/list_style.gif) no-repeat 0px 3px;
	padding-left: 25px;
	line-height: 1.5em;
}
/* --------------------------------------------------------------------- */
/* Form elements
/* --------------------------------------------------------------------- */
label {
	margin-top:1em;
	display:block;
	text-transform:uppercase;
	font-style:italic;
}
textarea {
	width:470px;
	display:block;
	height:150px;
	font-size:1.0em;
	border: 1px solid #C0C0C0;
	overflow:auto;
	padding:0.2em;
	color:#333333;
}
#contact_form {
	background: url(/sup/img/bg/form.jpg) no-repeat #e8e9e8;
	border: solid 1px #d2d5d2;
	margin: 25px 0px 25px 0px;
	padding: 18px;
}
input {
	background: #fff;
	border: solid 1px #c0c0c0;
	padding: .3em;
	width: 190px;
}
.form_cell_primary {
	float: left;
	width: 40%;
	padding-left: 95px;
}
.form_cell_secondary {
	float: left;
	width: 40%;
}
#contact_form .instructions,
#contact_form .instructions_tertiery {
	width:490px;
	font-size:1.2em;
	font-family:Georgia,"Times New Roman",serif;
	font-style: italic;
	color:#4E6987;
	float:left;
}
#contact_form .instructions_tertiery {
	float:right;
	width:350px;
	padding:0 1em;
}
#contact_form .form_cell_primary {
	width:200px;
	padding-left:45px;
}
#contact_form .form_cell_secondary {
	width:200px;
	padding-left:15px;
}
#contact_form .form_cell_tertiery {
	float:right;
	width:350px;
	padding:0 1em 1em 1em;
}
#contact_form .blog_feed {
	margin:1.5em 0 0 0;
}
.submit {
	float: right;
	width: auto;
	padding: 0px;
	margin: 0px 95px 0px 0px;
	border: none;
	background-color: none;
}
#contact_form .submit {
	float:none;
	margin:.5em 0 0 0;
}
#blog_comment_form input {
	width: 90%;
}
#blog_comment_form textarea {
	width: 51%;
}
#blog_comment_form .submit {
	padding: 0px;
	float: left;
	margin-left: -5px;
	margin-top: 10px;
	width: auto;
}
.delete_comments {
	margin-right:15px;
}
#blog_comment_form {
	background-color: #e6e9e5;
	padding: 1.5em 1.5em .9em 1.5em;
	margin-top: 15px;
}

#blog_comment_form .one_of_two,
#blog_comment_form .two_of_two {
	width: 27%;
	float: left;
}	

/* --------------------------------------------------------------------- */
/* Grouping elements
/* --------------------------------------------------------------------- */
fieldset {
	border:1px solid #CCCCCC;
	padding:0 1em 1em 1em;
	margin-top:1em;
}
legend {
	padding:0 0.5em;
	font-size:1.2em;
	font-family:Georgia, "Times New Roman", serif;
	text-transform:uppercase;
}
/* --------------------------------------------------------------------- */
/* Tables
/* --------------------------------------------------------------------- */
table {
	width:100%;
	border:1px solid #CCCCCC;
	margin-top:1.0em;
}
caption {
	background-color:#EDEDED;
	font-size:1.2em;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", serif;
	margin-top:1.0em;
}
td, th {
	padding:0.1em 0.2em;
}
th {
	text-align:left;
}
/* --------------------------------------------------------------------- */
/* Page Structure
/* --------------------------------------------------------------------- */
#page_frame {
	margin:0px auto;
}
#header {
	background:#809a81 url(/sup/img/bg/header.jpg) no-repeat 50% 0;
	height:112px;
	margin:0 auto;
	text-align:center;
	position:fixed;
	width:100%;
}
#navigation {
	margin:0 auto;
	position:relative;
}
#logo {
	/*top:10px;
	left:415px;*/
}
#nav_home,
#nav_news,
#nav_blog,
#nav_research,
#nav_get_involved {
	vertical-align:top;
	margin-top:50px;
}
#nav_home,
#nav_news,
#nav_blog {
	margin-right:40px;
}
#nav_research,
#nav_get_involved {
	margin-left:40px;
}
#container_spacer {
	height:112px;
}
#container {
	background: url(/sup/img/bg/container.jpg) no-repeat 50% 0;
	margin-bottom:70px;
}
#page_content {
	width:950px;
	background: url(/sup/img/bg/content.jpg) repeat-y;
	margin:0 auto;
}
#footer {
	min-height:55px;
	padding:12px 16px;
	background: #869580 url(/sup/img/bg/footer.gif) no-repeat;
	color:#FFFFFF;
	font-style:italic;
	font-family:Georgia, "Times New Roman", serif;
	font-size:0.9em;
}
#footer img {
	border:none;
	float:left;
	margin-right:12px;
}
#footer .tagline {
	width:400px;
	margin-top:6px;
	float:left;
}
#footer .address {
	width:400px;
	margin-top:6px;
	float:right;
	text-align:right;
}
#footer .about_site {
	color:#000000;
	font-size:.9em;
	text-decoration:none;
	line-height:2.2em
}
#footer .about_site:active,
#footer .about_site:hover {
	color:#FFFFFF;
}
/* --------------------------------------------------------------------- */
/* Common Classes
/* --------------------------------------------------------------------- */
.section_header {
	min-height:45px;
	padding:29px 18px 12px 18px;
	color:#FFFFFF;
	font-size:1.75em;
	font-family: "Times New Roman", Georgia, serif;
	text-transform: uppercase;
	letter-spacing:1px;
	background: #2c4764 url(/sup/img/bg/section_header.gif) no-repeat;
}
#blog.section_header {
	background: url(/sup/img/bg/section_header.gif) no-repeat;
}
#get_involved.section_header {
	background: url(/sup/img/bg/section_header.gif) no-repeat;
}
#research.section_header {
	background: url(/sup/img/bg/section_header.gif) no-repeat;
}
.section_content {
	margin:20px 20px 30px 20px;
}
.blog_title,
.research_title {
	font-size: 1.8em;
	line-height: 1.2;
}
.primary_column {
	float: left;
	width: 72%;
}
.secondary_column {
	float: right;
}
.blog_list {
	width:600px;
	float:left;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-top: 0px;
}
.research_info {
	float:left;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-top: 0px;
	width: 650px;
}
.recipe_for_growth {
	width:198px;
}
.link_column,
.recent_blogs_column {
	width:198px;
	float:right;
	background: url(/sup/img/bg/related_blog.gif) no-repeat;
	border-bottom: solid 1px #d8d9db;
	padding: 0px;
	margin: 15px 8px 0px 0px;
}

.link_column a {
	line-height: 1.8em;
	font-size: .9em;
}
.link_column ul,
.recent_blogs_column ul {
	margin: 0;
	padding: 0px 15px 30px 15px;
	list-style-type: none;
}

.link_column li,
.recent_blogs_column li{
	margin: 0px;
	margin-bottom: .9em;
	padding: 0px;
	list-style-type: none;
	background: none;
}
.research_column {
	float:right;
	background: url(/sup/img/bg/research_column.gif) no-repeat;
	border-bottom: solid 1px #d8d9db;
	padding: 10px 10px 75px 15px;
	margin: 15px 8px 0px 0px;
	font-size: .8em;
}
.research_sidebar {
	width: 170px;
	padding-left: 7px;
	padding-top: 12px;
}
.side {
	float: right;
}
.side .link_column {
	float: none;
}
.benchmarks {
	font-size: .8em;
	padding-left: 20px;
	padding-right: 20px;
	color: #b17d55;
}
.sidebar_title {
	padding-left: 50px;
	padding-top: 8px;
	font-size: 1.8em;
	color:#6e746e;
	font-family: georgia, times, serif;
}
.related {
	padding-left: 15px;
	padding-top: 20px;
}
.callout {
	color:#B17D55;
	font-family:Georgia, "Times New Roman", serif;
	font-size:1.4em;
	margin-top: .5em;
	font-style: italic;
}
.initial_caps {
	text-transform: lowercase;
}
.clear {
	clear:both;
}
.list_frame {
	padding: 10px;
	background: url(/sup/img/bg/list_frame.gif) repeat-x #FFF;
	margin-top: 25px;
	margin-bottom: 0px;
}
.list_frame h2 {
	font-size: 1em;
}

.image,
.thumbnail {
	float:right;
	margin:0 0 1em 1em;
	padding:1px;
	background-color:#FFFFFF;
}
.thumbnail {
	margin-top:5px;
}
.thumbnail img,
.image img {
	display:block;
	border:8px solid #4F7091;
	padding:1px;
	background-color:#FFFFFF;
}
.caption {
	border:5px solid #4F7091;
	border-top:none;
	font-size:0.9em;
	font-style:italic;
	text-align:center;
	color:#E1E1E3;
	background-color:#4F7091;
}
.back_link {
	text-align:right;
}
.more {
	margin-bottom:0px;
	padding-bottom:0px;
}
.back {
	float: left;
	margin-top: 12px;
	margin-bottom: 12px;
}
.author_name {
	color:#6B726B;
	font-family: Georgia, Times, Serif;
	text-transform: uppercase;
	font-size: .8em;
}
.comments_icon {
	vertical-align: top;
	margin-top: 5px;
	border: none;
	text-decoration: none;
}
a img .comments_icon {
	text-decoration: none;
}

.blog_feed {
	background: url(/sup/img/bg/blog_feed_gray.gif) no-repeat left center;
	margin:0 0 12px 24px;
	height: 34px;
	line-height: 34px;
	padding: 0px;
	padding-top: 1px;
}

.blog_feed_top {
	background: url(/sup/img/bg/blog_feed.gif) no-repeat left center;
	margin:0 0 12px 24px;
	height: 34px;
	line-height: 34px;
	padding: 0px;
	padding-top: 1px;
}

.blog_feed a:link, .blog_feed_top a:link,
.blog_feed a:visited, .blog_feed_top a:visited,
.blog_feed a:active, .blog_feed_top a:active,
.blog_feed a:hover, .blog_feed_top a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	font-family: Georia, Times, Serif;
	color: #375334;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 34px;
	height: 34px;
	padding-left: 45px;
}
.all_posts {
	background: url(/sup/img/bg/all_blog_posts.jpg) no-repeat top left #e2e9ef;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	padding: 20px;
	font-family: Georgia, Times, Serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.view_all_posts {
	float: right;
	margin-right: 20px;
	margin-top: -12px;
}

.inform_visual {
	float: right;
	margin-top: 25px;
	margin-right: 20px;
}
.comments {
	vertical-align: 12px
}
.author {
	color: #6b726b;
	font-family: Georgia, Times, Serif;
	font-size: 1.1em;
}
.date {
	color: #b17d55;
	font-style: italic;
	font-family: Georgia, Times, Serif;
	font-size: 1em;
}
#news .view_all {
	font-family: Georgia, Times, Serif;
	font-size: .5em;
	color: #a6d0fe;
	text-transform: uppercase;
	margin-left: 580px;
	vertical-align: 5px;
	text-decoration: none;
}
#news .view_all a:link, #news .view_all a:active, #news .view_all a:visited {
	text-decoration: none;
	color: #a6d0fe;
}
#news .view_all a:hover {
	color: #5c748e;
}
.news_blurb {
	float: left;
	width: 270px;

}
.news_image {
	float: right;
	clear: both;
}
.blog_comment {
	border-top:1px dotted #c6c6c6;
	padding:.6em;
}
.delete_comment {
	width:auto;
	float:right;
}
.divider {
	border-bottom: solid 1px #c6c6c6;
	margin-bottom: 15px;
	width: 900px;
}
.flush_left {
	margin-left: 0px;
}
.back_to_list {
	float: left;
	margin-top: 12px;
}

.imarc_logo {
	float:right;
	margin:0 24px 12px 12px;
}
/* --------------------------------------------------------------------- */
/* Home Specific
/* --------------------------------------------------------------------- */
#news_section .primary_column, #news_section .secondary_column {
	width: 47%;
	margin: 15px 0px 0px 0px;
	padding-bottom: 0px;
}
.primary_column img.icon {
	float: left;
	margin-top: 10px;
}
.initiatives {
	float: left;
	width: 546px;
}
.home_visual {
	margin-right: 5px;
}
/* --------------------------------------------------------------------- */
/* Message Boxes
/* --------------------------------------------------------------------- */
.error, .success {
	border:1px solid #999;
	background-position:0% 0%;
	background-repeat:no-repeat;
	padding:9px 4px 10px 45px;
	margin:5px 0px 10px 0px;
	color:#333;
}
.error {
	border-color:#900;
	background-color:#FBD6C5;
	background-image:url(/sup/img/sitemanager/message_error.png);
}
.error li {
	background:none;
	list-style-type:disc;
	padding-left:0;
}
.success {
	border-color:#4d9001;
	background-color:#D1E7AE;
	background-image:url(/sup/img/sitemanager/message_success.png);
}
.info {
	margin-left:12px;
	padding-top:20px;
	font-size:1.2em;
	color:#4E6987;
}
/* --------------------------------------------------------------------- */
/* Pagination
/* --------------------------------------------------------------------- */
.pagination {
	overflow: hidden;
	display: table;
}
.pagination a.prev,
.pagination a.next,
.pagination ul {
	display: table-cell;
	vertical-align: top;
}
.pagination a.prev,
.pagination a.next {
	float: left;
}
.pagination img {
	display: block;
}
.pagination ul {
	list-style-type: none;
	float: left;
	height: 30px;
	overflow: hidden;
}
.pagination ul li {
	float:left;
	padding-right:0.5em;
	padding-left:0em;
	line-height:1.2;
	border-top:1px solid #6a8168;
	border-bottom:1px solid #6a8168;
	background-image: url(/sup/img/bg/pages_background.png);
	background-repeat: repeat-x;
}
.pagination ul li.first {
	border-left: 1px solid #6a8168;
	padding-left: 0.5em;
}
.pagination ul li.last {
	border-right: 1px solid #6a8168;
}
.pagination ul li a:link,
.pagination ul li a:visited {
	display: block;
	font-weight:bold;
	color:#6A8168;
}
.pagination ul li a:active,
.pagination ul li a:hover {
	color:#889F89;
}
.pagination ul li a em {
	display: block;
	line-height: 1.2;
	padding: 6px 0.5em 4px;
	height: 18px;
	font-style: normal;
}
.pagination ul li.current a {
	background-image: url(/sup/img/bg/pages_active_left.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding: 0;
	color: #fff;
	text-decoration:none;
}
.pagination ul li.current em {
	color: #fff;
	display: block;
	background-image: url(/sup/img/bg/pages_active_right.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 6px 0.5em 4px;
	height: 18px;
}
.pagination ul li.next,
.pagination ul li.prev {
	margin: 0;
	padding: 0;
	border-top: none;
	background:none;
}
.pagination ul li.next a,
.pagination ul li.prev a {
	margin: 0;
	padding: 0;
	height: auto;
}
.page_info p {
	margin-bottom: 0;
}
.page_info p em {
	font-weight: bold;
	font-style: normal;
	color: #4C6885;
}

.disclaimer {
	font-family: Georgia, Times, Serif; 
	color: #a19f9f; 
	font-style: italic; 
	margin-bottom: 25px;
	margin-top: 30px; 
	font-size: 1em;
	width: 410px;
	float: right;
}

.blog_content {
	width: 630px;
	float: left;
}

.image_more_blog_col {
	width: 210px;
	float: right;
	padding-top: 0px;
	margin-top: 0px;
}

.image_more_blog_col .image {
	float: none;
	margin: 0px;
}

.related_blogs {
	float: none;
	background: url(/sup/img/bg/related_blog_bg.jpg) repeat-y #eef0f5;
	border: solid 1px #d8d9db;
	padding: 0px 0px 30px 0px;
	margin: 15px 8px 0px 0px;
	width: auto;
}

.related_blogs h4 {
	margin-top: 0px;
}

.related_blogs h4.more {
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1em;
	font-size: 1.21em;
}

.related_blogs ul {
	width: auto;
	margin-top: 0px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.blog_detail.all_posts {
	margin-left: 0px;
	background-repeat: repeat-x;
	margin-top: 20px;
}
