@charset "utf-8";
/* CSS Document */


body {
	background-image:url(../images/bgtile.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#550000;
}

.page {
	margin-left:auto;
	margin-right:auto;
	width:826px;
	color:#880f03;
}

/****************************************** G R I D ***********************************************************************/
.grid, .grid tr, .grid td {
	border:none;
	margin:0;
	padding:0;
}
.r1c1 {
	width:13px;
	height:13px;
	background-image:url(../images/r1c1.png);
	background-repeat:no-repeat;
}
.r1c2 {
	width:800px;
	height:13px;
	background-image:url(../images/r1c2.png);
	background-repeat:no-repeat;
}
.r1c3 {
	width:13px;
	height:13px;
	background-image:url(../images/r1c3.png);
	background-repeat:no-repeat;
}
.r2c1 {
	width:13px;
	background-image:url(../images/r2c1.png);
	background-repeat:repeat-y;
}
.r2c2 {
	width:800px;
	background-color:#f9d199;
}
.r2c3 {
	width:13px;
	background-image:url(../images/r2c3.png);
	background-repeat:repeat-y;
}
.r3c1 {
	width:13px;
	height:79px;
	background-image:url(../images/r3c1.png);
	background-repeat:no-repeat;
}
.r3c2 {
	width:800px;
	height:79px;
	background-image:url(../images/r3c2.png);
	background-repeat:no-repeat;
	vertical-align:top;
	text-align:center;
}
.r3c3 {
	width:13px;
	height:79px;
	background-image:url(../images/r3c3.png);
	background-repeat:no-repeat;
}





/****************************************** C O N T E N T ***********************************************************************/

.content {
	background-image:url(../images/pagebgtile.gif);
	background-position:center;
	background-repeat:repeat-y;
}

.inset {
	margin:2ex;
}

/* ------------------  LAYOUT -------------------------- */
.leftcolumn {
	width:200px;
	margin-bottom:1em;
	float:left;
}

.centercolumn {
	width:350px;
	float:left;
	margin-left:1em;
}


.rightcolumn {
	width:198px;
	float:right;
}
.rightcolumn .icon {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
	border:1px solid #c9a07f;
}
.rightcolumn2 {
	width:540px;
	float:right;
	margin-right:1.5em;
}
.rightcolumn3 {
	width:120px;
	float:right;
	border-left:1px dashed #990000;
	margin-left:1em;
	padding-left:1em;
}


/* ------------------  S T Y L E S -------------------------- */
.centercolumn table {
	border:1px solid #be1618;
	color:#be1618;
	margin-bottom:1em;
	background-color:#f2c1a3;
}
.centercolumn table caption {
	font-weight:bold;
	font-size:12px;
	color:#600;
	border-left:1px solid #be1618;
	border-top:1px solid #be1618;
	border-right:1px solid #be1618;
	background-color:#d75f4a;
	padding:4px;
}
.centercolumn table tr td img {
	border:1px solid #be1618;
	margin-top:1em;
}
.content h1 , .rightcolumn2 h1 {
	color:#880f03;
	font-size:20px;
	margin-top:0px;
	margin-bottom:3px;
}
.content h2 , .rightcolumn2 h2 {
	color:#880f03;
	font-size:14px;
	margin-top:5px;
	margin-bottom:2px;
	font-weight:bold;
}
.content h3 , .rightcolumn2 h3 {
	color:#880f03;
	font-size:11px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}
.content h4 , .rightcolumn2 h4 {
	color:#2d0400;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
	font-style:italic;
}
.content h5 , .rightcolumn2 h5 {
	color:#2d0400;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-top:5px;
	margin-bottom:2px;
	font-weight:normal;
	font-style:italic;
}
.content h6  , .rightcolumn2 h6 {
	color:#2d0400;
	font-size:10px;
	margin-top:5px;
	margin-bottom:2px;
	font-weight:normal;
}


.rightcolumn2 p, .rightcolumn2 table, .rightcolumn2 td , 
.rightcolumn2 p, .rightcolumn2 table, .rightcolumn2 td  {
	color:#880f03;
}
.content p , .rightcolumn2 p {
	margin-top:2px;
	margin-bottom:10px;
	line-height:150%;
}
.content sup , .rightcolumn sup{ 
	font-size:60%; 
}
.content li , .rightcolumn2 li {
	line-height:150%;
}
.rightcolumn2 ul {
	margin-top:5px;
}


.content a:link, .content a:visited {
	color:#ad1304;
	text-decoration:underline;
}
.content a:hover, .content a:active {
	color:#c81604;
	text-decoration:underline;
}

.quick .textbox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:170px;
	border:1px solid #ddb28c;
	margin-bottom:3px;
}


.inline {
	display:block;
	margin-top:2em;
	margin-left:0em;
}
.inline p {	
	display:inline;
}

.contactform .forminput {
	border:1px solid #c9a07f;
}
.contactform img {
	border:1px solid #c9a07f;
}

/* ------------------ P R O M O T I O N   B O X -------------------------- */

.promo {
	border:1px solid black;
	background-color:#fff;
	padding:1em;
	margin-bottom:1em;
	color:#000;
	text-align:center;
}
.promo h1 {
	font-size:16px;
}
.promo h2 {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#2d0400;
	margin-bottom:4px;
}
.promo p.legalese {
	font-size:10px;
	margin:2px;
}

.rightcolumn .promobanner {
	background-image:url(../images/SpecialOffersButton.png);
	width:204px;
	height:72px;
	text-align:center;
	background-repeat:no-repeat;
	padding-top:30px;
	font-size:12px;
	font-weight:bold;
}
.rightcolumn .promobanner p {
	line-height:13px;
}
.rightcolumn .promobanner a {
	color:#f21c1c;
}
.rightcolumn .promobanner a:hover {
	color:#bd1616;
}




/* ------------------ C O M P A R I S O N   C H A R T -------------------------- */
#comparison {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:11px;
}
#comparison td , #comparison th {
	padding:2px;
	vertical-align:middle;
	text-align:center;
}
#comparison th {
	background-color:#FFCC99;
}
#comparison td {
	background-color:#fff;
}


/****************************************** F O L D E R S ***********************************************************************/
.folderblue {
	color:#447a79;
	width:80%;
	margin-top:2em;
	padding:1em;
	background-image:url(../images/folderblue.png);
	background-repeat:repeat-x;
	background-position:0px 0px;
}
.content .folderblue a {
	color:#447a79;
	margin-left:1em;
}
.content .folderblue h2.tab {
	font-size:11px;
	font-weight:bold;
	color:#204e4d;
}
.content .folderblue .tab {
	border-bottom:1px solid #b8cfc0;
	margin-top:0;
	margin-bottom:1em;
}
.content .folderblue .tab span {
	border-top:1px solid #b8cfc0;
	border-left:1px solid #b8cfc0;
	border-right:1px solid #b8cfc0;
	padding-left:2ex;
	padding-top:1ex;
	padding-bottom:5px;
	padding-right:2ex;
	position:relative;
	top:-5px;
	margin-left:1ex;
	background-color:#c0e1d7;
}
.rightcolumn2 .folderblue p {
	color:#447a79;
}

/* -------------------------------------------- */
.foldergreen {
	color:#508e4f;
	width:80%;
	margin-top:2em;
	padding:1em;
	background-image:url(../images/foldergreen.png);
	background-repeat:repeat-x;
	background-position:0px 0px;
}
.content .foldergreen a {
	color:#508e4f;
	margin-left:1em;
}
.content .foldergreen h2.tab {
	font-size:11px;
	font-weight:bold;
	color:#2b682a;
}
.content .foldergreen .tab {
	border-bottom:1px solid #b7c699;
	margin-top:0;
	margin-bottom:1em;
}
.content .foldergreen .tab span {
	border-top:1px solid #b7c699;
	border-left:1px solid #b7c699;
	border-right:1px solid #b7c699;
	padding-left:2ex;
	padding-top:1ex;
	padding-bottom:5px;
	padding-right:2ex;
	position:relative;
	top:-5px;
	margin-left:1ex;
	background-color:#b4e6b3;
}

/* -------------------------------------------- */
.folderorange {
	clear:both;
	color:#a07559;
	width:96%;
	margin-top:2em;
	padding:1em;
	background-image:url(../images/folderorange.png);
	background-repeat:repeat-x;
	background-position:0px 0px;
}
.content .folderorange a {
	color:#a07559;
	margin-left:1em;
}
.content .folderorange h2.tab {
	font-size:11px;
	font-weight:bold;
	color:#815234;
}
.content .folderorange .tab {
	border-bottom:1px solid #decab0;
	margin-top:0;
	margin-bottom:1em;
}
.content .folderorange .tab span {
	border-top:1px solid #decab0;
	border-left:1px solid #decab0;
	border-right:1px solid #decab0;
	padding-left:2ex;
	padding-top:1ex;
	padding-bottom:5px;
	padding-right:2ex;
	position:relative;
	top:-5px;
	margin-left:1ex;
	background-color:#efcfba;
}



/****************************************** G A L L E R Y ***********************************************************************/

.thumb {
	display:block;
	width:42%;
	height:160px;
	float:left;
	text-align:center;
	font-size:11px;
	margin:10px;
}
.thumb a img {
	border:1px solid #880f03;
}
.thumb p {
	line-height:110%;
}
.clearer {
	clear:both;
}


/****************************************** P A N E L ***********************************************************************/
.panel {
	width:195px;
	border:1px solid #c9a07f;
	background-color:#fffaee;
}
.panelheader {
	height:35px;
	background-image:url(../images/panelheader.jpg);
	background-repeat:no-repeat;
}
.panelheader h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:13px;
	color:#880f03;
	margin-top:0px;
	padding-top:3%;
	margin-left:1ex;
}
.panelbody {
	background-color:#fffaee;
}
.panelbody h3, .panelbody h4, .panelbody p {
	margin:0px;
	padding:0px;
}
.panelbody ul {
	margin:0px;
	padding:0px;
}
.panelbody ul li {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:3px;
	padding-bottom:5px;
	list-style:none;
	border-bottom:1px solid #efdfcc;
	padding-left:11%;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:8px 8px;
}
.panelbody a:link, .panelbody a:visited {
	color:#880f03;
	text-decoration:none;
	padding-left:0px;

}
.panelbody a:hover, .panelbody a:active {
	color:#880f03;
	text-decoration:underline;
}

.centered {
	text-align:center;
}
.centered img {
	margin:3px;
}

p.legalese {
	margin-top:2em;
	text-align:center;
	color:#c9a07f;
	font-size:10px;
}

/****************************************** F O O T E R ***********************************************************************/

.footer {
	margin:0px;
	padding:0px;
	margin-top:1ex;
}
.footer li {
	margin:0px;
	padding:0px;
	display:inline;
	list-style:none;
	list-style-type:none;
}
.footer a {
	display:inline-block;
	margin-left:1ex;
	margin-right:1ex;
	margin-top:0px;
	font-size:11px;
}
.footer a:link, .footer a:visited {
	text-decoration:none;
	color:#fff;
}
.footer a:hover, .footer a:active {
	text-decoration:underline;
	color:#300;
}

.extrafooter {
	margin:0px;
	padding:0px;
	margin-top:1.3em;
}
.extrafooter li {
	margin:0px;
	padding:0px;
	display:inline;
	list-style:none;
	list-style-type:none;
}
.extrafooter a {
	display:inline-block;
	margin-left:1em;
	margin-right:1em;
	margin-top:0px;
	font-size:10px;
}
.extrafooter a:link, .extrafooter a:visited {
	color:#cb8c7d;
	text-decoration:none;
}
.extrafooter a:hover, .extrafooter a:active {
	color:#cb8c7d;
	text-decoration:underline;
}












.tail {
	background-image: url(../images/steinmed-ghosted-logo.png);
	background-repeat: no-repeat;
	background-position: 150px top;
	min-height:380px;
}
.tail .contactinfo {
	margin-top: 0em;
	margin-left: 40%;
	padding-top: 12em;
}
.tail .contactinfo h1 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #CC9966;
	letter-spacing: 2px;
}
.tail .contactinfo p {
	font-size: 11px;
	line-height: 210%;
	font-weight: normal;
	text-transform: uppercase;
	color: #CC9966;
	margin-left: 3em;
	letter-spacing: 1px;
}
.tail .contactinfo p a {
	text-decoration:none;
	color:#CC9966;
}
.credits {
	text-align: center;
}
p.copyright, p.copyright a {
	font-size:12px;
	letter-spacing:1px;
	color:#a64035;
	text-decoration:none;
}
p.developedby, p.developedby a {
	font-size:11px;
	letter-spacing:1px;
	color:#a64035;
	text-decoration:none;
}
.rightcolumn2 .widget {
	float: right;
	width: 180px;
	margin-right: -1em;
	margin-left: 2em;
	background-color: #FFFAEE;
	border: 1px solid #C9A07F;
}
.rightcolumn2 .widget h3 {
	background-image: url(../images/paneltile.gif);
	background-repeat: repeat-x;
	height: 34px;
	padding-top: 7px;
	padding-left: 7px;
	font-size: 12px;
	letter-spacing:-0.5px;
}
.widget p {
	margin-left: 1ex;
	margin-right: 1ex;
	margin-bottom: 1em;
}
.quote, .widget p.quote {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #D91A04;
	text-align: center;
	margin: 1em;
}

.author, .widget p.author {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #D91A04;
	text-align: right;
	margin:1em;
	margin-top:2em;
}

.photo {
	margin-left:auto;
	margin-right:auto;
	border:1px solid #c9a07f;
}
.widget .email {
	text-align:center;
	font-size:11px;
}
.imageOnLeft {
	margin-right:5px;
	float:left;
	border:1px solid #c9a07f;
}
.imageOnRight {
	margin-left:5px;
	float:right;
	border:1px solid #c9a07f;
}.rightcolumn2 .letter {
	background-image: url(../images/letter-mid.gif);
	width: 482px;
	margin-bottom: 2em;
}
.rightcolumn2 .letter .lettertop {
	background-image: url(../images/letter-top.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 482px;
}
.rightcolumn2 .letter .lettermid {
	padding-top: 3em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 3em;
}
.rightcolumn2 .letter .letterbtm {
	background-image: url(../images/letter-btm.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 482px;
}
.rightcolumn2 .letter .lettermid p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	color: #2D0400;
}
.rightcolumn2 .letter .lettermid h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #2D0400;
	margin-bottom: 1em;
}
.rightcolumn2 .letter .lettermid h5 {
	font-size: 11px;
	margin-left: 40%;
	margin-top: 2em;
}
.rightcolumn2 .letter .lettermid .pullquote {
	background-color: #AF1403;
	float: right;
	width: 160px;
	border: 3px solid #8A1002;
	margin-right: -4em;
	margin-left: 1em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
.rightcolumn2 .letter .lettermid .pullquote p {
	font-size: 12px;
	font-style: italic;
	color: #FFFAEE;
	text-align: center;
}
.rightcolumn2 .outer {	
	margin-top:1em;
	padding-bottom: 1em;
	clear:both;
}
.rightcolumn2 .outer  h4 {
	margin-bottom: 1ex;
}


/* ============================== SITE MAP ============================== */

.m1 {
	font-weight:bold;
	font-size:120%;
}
.m2 {
	list-style-type:square;
	margin-left:2em;
}
.m3 {
	list-style-type:circle;
	margin-left:4em;
	font-size:90%;
}