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

body {
	font-family: "Cambria", Times New Roman, Times, serif;
	color: #7F1110;
	font-size:16px; 
	margin: 0px;
	padding: 0px;
	background:#FFFFFF url(images/bg_repeat.gif) repeat-x top;

}
a {
	color:#7F1110;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#7F1110;
	text-decoration:underline;
}
h1 {
	background: url(images/bullet_subhdr.jpg) no-repeat top left;
	color:#FFFFFF;
	padding: 0 0 0 40px;
	margin: 10px 0 0 290px;
}
.gradient1 h1 {
	font: bold 200%/100% ;
	position: relative;
	color: #FFFFFF
}
.gradient1 h1 span {
	background: url(images/gradient-bur.png) repeat-x;
	position: absolute;
	display: block;
	width: 70%;
	height: 31px;
	top:10px;
}
h2 {
	background-image: url(images/bullet.jpg); 
	background-position:top left; background-repeat: no-repeat; padding-left: 20px; 
	list-style: none;
	font-size: 16px;
	color: #333333;
}


.bigTable {
	background-color:#FFFFFF;
}
.headerTop {
	background:url(images/header_top.jpg) repeat-x top; height: 69px;
}
.headerMidR {
	background:url(images/header_mid_rite.jpg) no-repeat top; width: 30px;
}
.borderLeft {
	background:url(images/border_left.jpg) repeat-y top; width: 30px;
}
.borderRite {
	background:url(images/border_rite.jpg) repeat-y top; width: 27px;
}
.borderBottm {
	background:url(images/border_bttm.jpg) repeat-y top; height: 35px;
}

.spacer {
	float:left;
}

.mainTd {
background-color: #7f1110;
}

.medBgImg {
	background:url(images/subheader_medimage.jpg) no-repeat top left; height: 63px;
}
.tdContentArea {
	background:url(images/stethascope_bg.jpg) no-repeat bottom right; 
	background-color:#FFFFFF; 
	width: 65%; height: 410px; 
	padding: 20px 20px 0 25px; 
	vertical-align:top;
}

.topNav {
	float: right; padding: 12px 45px 0 0; font-size: 12px;
}

.leftNavTd {
	width:33%;
}

/* NAV MAIN */
#generateButton {
	font-family: "Times New Roman", Times, serif; 
	font-size:20px;
	font-weight:normal;
	text-align:left;
	list-style: none; 
	
}
#generateButton ul {
	list-style: none; 
	margin: 0;	
	padding: 0;
	border: none;
	list-style: none; 
}
#generateButton a {
	color: #FFFFFF;
	margin: 0 0 18px 0; 
	padding-top: 20px; 
	padding-left: 50px;
	display: block;
	background-image: url(images/btn_up.jpg); 
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 203px; 
	height: 53px;
}
#generateButton a:link, #generateButton a:visited {
	text-decoration: none;
}
#generateButton a:hover {
	background-image:  url(images/btn_over.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}


.ulBullets {
	padding: 0; margin: 0 0 0 15px;
}
.liBullets {
	background-image: url(images/bullet_round.gif); 
	background-position:top left; 
	background-repeat: no-repeat; 
	padding: 2px 0 5px 20px; 
	list-style: none;
}


.sloganBox {
	background-color: #7f1110;
}

.footer {
	font-size: 11px;
}
.footerLeft {
	float:left; padding: 10px 0 0 10px;
}
.footerRite {
	float:right; padding: 0 10px 0 0;
}