/* General styles */
html, body, h1, h2, h3, h4, h5, h6, p, a, ul, li, td, th {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	color: inherit;
	font-weight: inherit;
}
input, textarea, select {
	font-family: inherit;
	font-size: 100%;
	color: inherit;
	font-weight: inherit;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	font-size: 72.5%;
	color: #333;
	font-family: arial;
}
hr {
	height: 2px;
	background-color: #A7C2ED;
	border: none;
}
img {
	border: none;
}
pre, tt {
	font-family: monospace;
}

div.error {
	text-align: center;
	background-color: #F99;
	padding: 1em;
	border: 1px solid #C66;
	font-weight: bold;
}
div.success {
	text-align: center;
	background-color: #9F9;
	padding: 1em;
	border: 1px solid #6C6;
	font-weight: bold;
}
th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
/* Tabs */
#main_content div.tab > ul {
	margin: 0;
	padding: 0 0 0 0.4em 
}
div.tab > ul li {
	display: inline;
	background-color: #DDD;
	padding: 0 0.5em;
	margin: 0 0.2em;
}
div.tab > ul li.selected {
	background-color: #C9DDEB;
}
div.tab > ul li,
div.tab > ul li a {
	color: #999;
	text-decoration: none;
}
div.tab > ul li.selected,
div.tab > ul li.selected a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
div.tab > div {
	background-color: #C9DDEB;
	padding: 1em;
}
div.tab > div h1 {
	font-weight: bold;
	margin: 0.2em 0 1em 0;
}

/* Banner styles */
#banner_outer {
	height: 121px;
	background-image: url('../images/back3.gif');
	background-repeat: repeat-x;
	background-position: top;
}
#banner {
	height: 121px;
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#top_tabs {
	position: absolute;
	right: 0;
	bottom: 10px;
}
#phone {
	position: absolute;
	top: 8px;
	right: 10px;
	text-align: right;
	font-size: 140%;
	color: #666;
}
#phone strong {
	font-size: 125%;
	font-weight: normal;
}
#phone a {
	color: #951A4D;
	text-decoration: none;
}
#phone a:hover {
	color: #A07DA9;
}

/* Main body styles */
#main {
	width: 980px;
	margin: 1em auto 0 auto;
	position: relative;
	background-image: url('../images/right_column_back.gif');
	background-repeat: repeat-y;
	background-position: top right;
}
#main_content,
body.mceContentBody {
	color: #444;
}
#main_content h1,
body.mceContentBody h1 {
	color: #941A4D;
	font-size: 170%;
	font-weight: bold;
	padding: 1.5em 0 0.5em 0;
}
#main_content h2,
body.mceContentBody h2 {
	font-size: 140%;
	font-weight: bold;
	padding: 0.7em 0 0.5em 0;
}
#main_content h3,
body.mceContentBody h3 {
	font-size: 120%;
	font-weight: bold;
	padding: 0.6em 0 0.5em 0;
}
#main_content h4,
body.mceContentBody h4 {
	font-size: 110%;
	font-weight: bold;
	padding: 0.5em 0 0.5em 0;
}
#main_content h5,
body.mceContentBody h4 {
	font-size: 105%;
	font-weight: bold;
	padding: 0.5em 0 0.5em 0;
}
#main_content h6,
body.mceContentBody h6 {
	font-size: 100%;
	font-weight: bold;
	padding: 0.5em 0 0.5em 0;
}
#main_content p,
body.mceContentBody p {
	padding: 0.5em 0 0.5em 0;
}
#main_content div.link_list p,
body.mceContentBody div.link_list p {
	padding: 0;
}
#main_content a,
body.mceContentBody a {
	text-decoration: none;
	color: #194685;
}
#main_content a:hover,
body.mceContentBody a:hover {
	color: #369;
}
#main_content ul,
body.mceContentBody ul {
	margin: 0 0 0 2em;
	padding: 0;
}
#main_content div.link_list a,
#main_content a.back,
body.mceContentBody div.link_list a,
body.mceContentBody a.back {
	font-weight: bold;
}
#main_content div.recall_case_study_summary {
	padding-top: 2em;
	width: 296px;
}
#main_content div.recall_case_study_summary img {
	float: right;
}
#main_content div.recall_case_study_summary p {
	padding: 0;
}
#breadcrumb_trail {
	position: relative;
	top: 1.5em;
}
/* Related links */
#main_content div.related_link p.link_name {
	font-weight: bold;
}
#main_content div.related_link p {
	padding: 0;
}
#main_content div.related_link div {
	padding: 1em 0 1.5em 0;
}
#main_content div.related_link div p {
	padding: 0.5em 0 0.5em 0;
}
#main_content div.related_link div.image {
	float: right;
	padding: 0 290px 0 0;
}
#main_content div.related_link div.image img {
	margin: 0 0 1em 1em;
}
/* Brochure downloads */
#brochure_downloads {
	width: 400px;
}
#brochure_downloads img {
	margin: 0 0.4em 1em 0;
}

/* Columns */
#col_1 {
	width: 179px;
	float: left;
}
#side_links img {
	display: block;
}
#side_news {
	padding-right: 1em;
}
#side_news p.header {
	font-size: 125%;
	font-weight: bold;
	color: #666;
	padding: 1.8em 0 1em 0;
}
#side_news p.header a {
	text-decoration: none;
	color: #666;
}
#side_news div.news_summary {
	padding: 0 0 1em 0;
}
#side_news div.news_summary p {
	color: #666;
}
#side_news div.news_summary p.date {
	font-weight: bold;
	color: #194685;
}
#side_news div.news_summary a {
	text-decoration: none;
	color: #194685;
}
#side_news div.news_summary a:hover {
	color: #369;
}
/* Middle column styles */
#col_2 {
	width: 597px;
	float: left;
	margin-left: 4px;
}
#flash_gallery_host {
	width: 597px;
	height: 311px;
}
/* Right column styles */
#col_3 {
	width: 179px;
	padding: 0 8px 0 9px;
	float: right;
	background-color: #C9DDEB;
	background-image: url('../images/right_column_back_top.gif');
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 95%;
	color: #666;
}
#col_3 img.header {
	margin: 1em 0 0.6em 0;
}
#col_3 a {
	text-decoration: none;
	color: #194685;
}
#col_3 a:hover {
	color: #369;
}
#case_study_section_links {
	padding-top: 1em;
}
#case_study_section_links p {
	font-weight: bold;
	padding-top: 0.2em;
}
#col_3 div.article_summary {
	padding-bottom: 1em;
}
#col_3 div.article_summary strong {
	color: #194685;
}
/* Footer */
#footer {
	width: 980px;
	height: 124px;
	margin: 1em auto 0 auto;
	background-color: #A7C2ED;
	font-size: 95%;
}
#footer_links {
	float: left;
	text-align: left;
	padding: 50px 0 0 1em;
	line-height: 170%;
}
#footer_links a {
	color: white;
	text-decoration: none;
}
#footer_links a:hover {
	color: #951A4D;
}
#footer_address {
	float: right;
	text-align: right;
	line-height: 130%;
	padding: 28px 1em 0 0;
}
/* Move up/down */
.move {
	background-color: #BCD;
	padding: 0.1em 0.5em;
	font-size: 90%;
	border: 1px solid #9BC;
	margin: 0 0.2em;
}
.move:hover {
	border: 1px outset #CCC;
	background-color: #DDD;
}
.move a {
	color: #333 !important;
}
/* Recruitment form */
#recruitment_form {
	width: 95%;
	border-collapse: collapse;
}
#recruitment_form th {
	width: 15em;
	padding: 0.5em 0;
}
.required {
	color: red;
	font-weight: bold;
}
/* Newsletter Case Studies */
table.translated_case_study {
	border: 1em solid #9CC;
	border-collapse: collapse;
	width: 100%;
	background-color: #9CC;
	margin-bottom: 1em;
}
table.translated_case_study th, table.translated_case_study td {
	border: none;
	padding: 0.1em 0;
	margin: 0;
}
table.translated_case_study th {
	font-weight: normal;
	width: 6em;
}
table.translated_case_study input, table.translated_case_study textarea {
	width: 98%;
} 
table.translated_case_study input.delete_case_study {
	width: 5em;
}

/* Newsletter list */
table#newsletters {
	border-collapse: collapse;
}
table#newsletters td {
	margin: 0;
	padding: 0 0 1em 0;
}
table#newsletters td img {
	margin-left: 1em;
}
