/* CSS Stylesheet | common.css
	* Copyright 2005-2008 Crimson Services, Inc.	* All rights reserved.
	* This stylesheet contains rules that are for general use items and should be availale to all screens.
*/

/*== ROUNDED BOX ==*/
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 100%; /* ems so it will grow */
	background: url(http://www.crimsonservices.com/images/backgrounds/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(http://www.crimsonservices.com/images/backgrounds/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h1 {
	background: url(http://www.crimsonservices.com/images/backgrounds/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	text-shadow: rgba(255,255,255,.4) 0px 2px 5px; /* Safari-only, but cool */
	font-size:14px;
	color:#2c3955;
	text-transform:none;
	text-decoration:none;
	line-height: 1.1em;
}

.boxhead h1 a {
	text-decoration:none;
	color:#2c3955;
}

.boxbody {
	background: url(http://www.crimsonservices.com/images/backgrounds/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
/*== END ROUNDED BOX ==*/


A {
	cursor: pointer;
}

A:link, A:visited {
	color: #900;
	text-decoration: underline;
}

A:hover {
	color: #657CA7;
	text-decoration: none;
}

A.more:link, A.more:visited, A.more:hover {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	margin-left: 6px;
}

A.more:link, A.more:visited {
	background: url(../images/icons/icon_arrow_1_up.gif) no-repeat 92% 5px;
	padding-right: 10px;
	color: #900;
	text-decoration: underline;
}

A.more:hover {
	background: url(../images/icons/icon_arrow_1_over.gif) no-repeat 92% 5px;
	padding-right: 10px;
	color: #657CA7;
	text-decoration: none;
}

A.popup:link, A.popup:visited, A.popup:hover {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

A.popup:link, A.popup:visited {
	background: url(../images/icons/icon_popup_up.gif) no-repeat 100% 4px;
	padding-right: 10px;
	color: #900;
	text-decoration: underline;
}

A.popup:hover {
	background: url(../images/icons/icon_popup_over.gif) no-repeat 100% 4px;
	padding-right: 10px;
	color: #657CA7;
	text-decoration: none;
}

IMG {
	border: 0;
}

IMG#banner {
	margin: 20px 0px 0px 0px;
}

DIV.panelBorder {
	border-left: 1px solid #949BA8;
	border-bottom: 1px solid #949BA8;
	border-right: 1px solid #949BA8;
	padding: 0px 4px 4px 4px;
	background-color: #FFF;
}

.panelBorder DIV.panel {
	background-color: #F4F3EE;
}

.panelBorder DIV#welcome {
	padding: 14px;
}

.panelBorder #welcome P {
	margin: 0 0 14px 0;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #443;
}

.panelBorder #welcome ul
{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	color: #443;
}

UL#moduleNav	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #443;
	background-color: #E8E6DB;
	border-bottom: 1px dotted #949BA8;
}

UL#moduleNav H1 {
	padding: 9px 0 9px 5px;
}

#moduleNav LI {
 margin: 0;
	width: 179px;
	height: 30px;
}

#moduleNav A {
	display: block;
	width: 170px;
	height: 12px;
	padding: 9px 0 9px 9px;
}

#moduleNav A:link, #moduleNav A:visited {
	color: #443;
	text-decoration: none;
}

#moduleNav A:hover	{
	background-color: #F4F3EE;
	color: #657CA7;
}

#moduleNav #active	{
	background: url(../images/backgrounds/background_sidebar_active_1.jpg) top right;
	border-top: 1px solid #fcfcfc;
	border-bottom: 1px solid #fcfcfc;
}

#moduleNav #active A:link, #moduleNav #active A:visited	{
	color: #900 !important;
	font-weight: bold !important;
}

#moduleNav #active A:hover	{
	color: #657CA7 !important;
	font-weight: normal !important;
}

DIV#infoButton {
	padding: 9px 0;
	text-align: center;
	background-color: #E8E6DB;
	border-bottom: 1px dotted #949BA8;
}

UL#relatedLinks	{
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type: none;
	text-align: left;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #443;
	background-color: #F4F3EE;
}

UL#relatedLinks H1 {
	padding: 9px 0 0 5px;
}

#relatedLinks LI {
	padding: 3px;
}

#relatedLinks LI A:link, #relatedLinks LI A:visited {
	margin: 8px;
 background: transparent url(../images/icons/icon_related_link_up.gif) left center no-repeat;
	padding-left: 15px;
	text-decoration: none;
}

#relatedLinks A:hover {
	background: transparent url(../images/icons/icon_related_link_over.gif) left center no-repeat;
	color: #657CA7;
	text-decoration: none;
}

DIV#addSidebar {
	margin: 4px 0 0 0;
	padding: 0 0 10px 0;
	border-right: 1px dotted #C0C6BC;
	border-bottom: 1px dotted #C0C6BC;
}

DIV#testimonials {
	padding: 14px;
}

#testimonials P.quote {
	margin: 0 0 8px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	color: #797979;
}

#testimonials .spacer {
	padding-bottom: 14px;
	border-bottom: 1px dotted #C0C6BC;
}

#testimonials IMG {
	display: block;
	margin: 0 0 8px 0;
}

#testimonials P.credit {
	margin: 0 0 14px 0;
	text-align: right;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#testimonials P.credit SPAN.author {
	color: #797979;
}

#testimonials P.credit SPAN.hospital {
	color: #999;
}

DIV#subContent {
	padding: 30px 0 0 20px;
}

H1 {
	margin: 0;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}


H3 {
	margin: 0;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

li .random  {
	margin:0;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #443;
}

H1 IMG {
	margin: 0 4px 0 0;
}

.error {
	color: #900 !important;
	font-weight: bold !important;
}

.red {
	color: #900;
}

.navy {
	color: #323F5B;
}


#subContent  H1 {
	color: #900;
}

#subContent H2 {
	margin: 0 0 0 30px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #323F5B;
}

#subContent H2 IMG {
	margin: 0 4px 0 0;
}

#subContent P.child {
	margin: 0 0 14px 30px;
	width: 400px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #443;
	text-align: justify;
}

#subContent P {
	margin: 0 0 10px 0;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #443;
}

#subContent .spacer {
	padding-top: 10px;
	border-top: 1px dotted #900;
}

.pullOutQuote {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #323F5B;
	padding: 0 6px 0 0;
}

UL.featureList	{
	margin: 0 auto 14px auto;
	padding: 1px 6px;
	list-style-type: none;
	text-align: left;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #443;
	background-color: #FAF2F2;
}

UL.featureList LI {
	margin: 8px;
 background: transparent url(../images/icons/icon_arrow_4.gif) left 4px no-repeat;
	padding-left: 15px;
}

IMG.screenshot {
	display: block;
	margin: 14px auto 0 auto;
}

FORM {
	margin: 0;
	padding: 0;
}

INPUT, TEXTAREA, SELECT {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #443;
}

FIELDSET.contactForm {
	margin: 20px 0 0 50px;
	padding: 0;
	text-align: right;
	width: 350px;
	border: none;
}

FIELDSET.contactForm LABEL {
	display: block;
	margin: 0 0 5px 0;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #443;
}

FIELDSET.contactForm INPUT, FIELDSET.contactForm SELECT {
	width: 230px;
	margin: 0 0 0 5px;
}

P.checkbox {
	padding: 10px 0;
}

P.checkbox INPUT {
	margin: 0 5px 0 0;
}

P.radiolist INPUT {
	margin: 0 5px 0 0;
}

FIELDSET.contactForm SELECT {
	width: 234px; /* Increasing width by 4px so it will line up with other inputs. */
	margin: 0 0 0 5px;
}

FIELDSET.contactForm TEXTAREA {
	width: 230px;
	height: 110px;
	margin: 0 0 0 5px;
	vertical-align: top;	
}

DIV#contactInfo {
	width: 445px;
	margin: 0 0 14px 0;
	padding: 8px 10px 10px 10px; /* Changed from 150 until new offices are done */
	background-color: #F4F3EE;
	border-bottom: 1px dotted #900;
}

DIV#contactInfo P {
	margin: 10px 0 0 40px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #443;
}

DIV#contactInfo P BR {
	line-height: 5px;	
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

DIV#thankyou {
	margin: 30px 0 0 30px;
	width: 400px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #443;
}

DIV#thankyou IMG#ok {
	display: block;
	margin: 20px auto 0 auto;
}

DIV.clients H1, DIV.clients H2 {
	clear: both;
}

DIV.clients P {
	float: left;
	width: 325px;
	text-align: justify;
}

DIV.clients P.child {
	clear: both;
}

DIV.clients A.logo {
	display: block;
	float: right;
}

DIV.products H2 {
	margin: 15px 0 0 0 !important;
}

IMG.showstate	{
	cursor: pointer;
	vertical-align: middle;
}

P.switchcontent {
	margin: 4px 0 0 0 !important;
	padding: 3px;
	border: 1px dotted #E6E6E6;
	background-color: #FAF2F2;
}

P.toggle {
	text-align: right;
	font-size: 10px !important;
}

P.footnote {
	font-size: 9px !important;
	color: #999 !important;
}

.offerSidebar {
	text-align: center;
}

.offerSidebar IMG {
	margin: 10px 0 0 0;
}

.offer-selection {
	margin-bottom: 10px;
	padding: 50px 0;
	border-top: 1px dotted #900;
	border-bottom: 1px dotted #900;
	text-align: center;
}

.offer-selection span {
	margin-right: 20px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ccc;
}

.offer-selection IMG {
	vertical-align: middle;
}

div.quote-panel {
	margin: 0 auto 14px auto;
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	line-height: 1.7em;
	color: #DA8F44;
	background: #FAF2F2 url(../images/backgrounds/background_quote.gif) top left no-repeat;
}

span.dateline {
	display: block;
	margin-top: 5px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}


/* Error page notification
------------------------------------------------------------------*/
#missing-alert {
	margin: 0 auto;
	padding: 50px 0 300px 0;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif !important;
}


#missing-alert img {
	float: left;
	margin: 32px 0 0 15px;
}

#missing-alert h1 {
	margin: 0 0 0 60px;
	padding: 0 3px; 
	font-size: 18px;
	font-weight: bold;
	color: #055ba4;
	text-transform: none;
}

#missing-alert h4 {
	margin: 4px 0 4px 60px;
	padding: 12px 3px;
	font-size: 11px;
	font-weight: bold;
	color: #787878;
	border-top: 1px solid #ede9e6;
	border-bottom: 1px solid #ede9e6;
}

#missing-alert p {
	margin: 0 0 6px 60px;
	padding: 0 3px;
	font-size: 11px;
	font-weight: normal;
	color: #787878;
}

#missing-alert ul {
	margin: 0 0 0 80px;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #787878;
}

#missing-alert ul li {
	margin: 0 0 2px 4px;
	padding: 0;
	list-style: disc;
}

#missing-alert img.button {
	float: none;
	margin: 10px 0 0 60px;
}

.breaking-news {
		width: 600px;
		margin: 0 auto;
		padding: 10px 0 4px;
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
	.breaking-news .dateline {
		display: block;
		font-size: 10px;
		color: #999999;
	}
	
	.breaking-news .headline {
		display: block;
		font-size: 12px;
		font-weight: bold;
		color: #444433;
	}
	
	.breaking-news .byline {
		display: block;
		font-size: 12px;
		font-weight: normal;
		color: #666666;
	}
	
	.stock {
		font-size: 10px;
		font-weight: normal;
		color: #999999;
	}
	
	.stock a:link,
	.stock a:visited,
	.stock a:hover {
		color: #999999;
	}
