/* CSS Document */
/* Default Style Sheet - Black Hills Orthopedic &amp; Spine Center, P.C. */
/* Author - Kyle McCabe :: factor360 design + technology :: www.factor360.com :: Rapid City, SD */

/* {border:1px solid black;} */


/* HTML tag styles. */
body {
	behavior: url(csshover.htc);
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}

a {
	color: #285e80;
}

a:hover {
	color: #3088bf;
}

h1, h2, h3, h4, h5 {font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, "Bitstream Vera Sans", Arial, sans-serif;}
h1 {font-size: 30pt;}
h2 {font-size: 24pt; font-weight: normal;}
h3 {font-size: 18pt; border-bottom: 1px solid gray;}
h4 {font-size: 14pt; font-weight: normal;}
h5 {font-size: 12pt;}

/* Layout Styles */
#main {
	position: relative;
	width: 750px;
	margin: 80px auto 10px auto;
}

#background {
	background: url(images/bg-home.gif);
} 

#logo {
	position: absolute;
	z-index: 100;
	top: -72px;
	left: 45px;
	width: 275px;
	height: 65px;
}

#rightCol {
	float: right;
	width: 571px;
}

#leftCol {
	float: left;
	width: 173px;
}

#header {
	position: relative;
	width: 571px;
	margin-top: -59px;
	border-bottom: 6px solid white;
}

#headerPhoto {
	position: absolute;
	z-index: 2;
	top: -60px;
	right: 12px;
}

.quickBox {
	background: white;
	text-align: center;
	border-bottom: 3px solid white;
}

div>.quickBox {
	border-bottom: 6px solid white;
}

#mainContent {
	width: 571px;
}

#halfPage {
	float: left;
	width: 378px;
}

#fullPage {
	width: 571px;
}

#sideBar {
	float: right;
	width: 187px;
}

#mainNav {
	position: relative;
	width: 173px;
	background-color: #ffe7cc;
	background-image: url(images/bg-navCol.gif);
	background-repeat: repeat-x;
	border-bottom: 6px solid white;
}

#footer {
	background-image: url(images/bg-footer.gif);
	text-align: center;
	font-size: 7pt;
	color: #aaaaaa;
	height: 22px;
	padding-top: 7px;
	clear: both;
	border-top: 6px solid white;
}

#footer a {
	color: white;
}

#f360footer {
	width: 400px;
	margin: 10px auto;
	text-align: center;
}

#copyright {

}

.boxHeadLeftCol,
.boxHeadNewsCol,
.boxHeadRelServ,
.boxHeadLinks,
.boxHeadHalfPage,
.boxHeadFullPage {
	background-color: #285e80;
	background-image: url(images/boxHead-blu.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 29px;
	width: 173px;	
}

.boxHeadNewsCol {
	width: 187px;
}

.boxHeadRelServ,
.boxHeadLinks,
.boxHeadHalfPage,
.boxHeadFullpage {
	background-color: #995c17;
	background-image: url(images/boxHead-red.gif);
	background-repeat: no-repeat;
}

.boxHeadHalfPage {
	width: 378px;
}

.boxHeadFullPage {
	width: 571px;
}

.boxHeadArrow {
	height: 28px;
	width: 13px;
	margin: 0 0 0 15px;
	display: inline;
}
.boxHeadTitle {
    height: 28px;
    width: auto;
    margin: 0;
    display: inline;
}

/* Main Menu */

.mainS-menu {
    text-align: right;
    font-size: 10px;
}

.mainS-item a {
	padding: 6px 5px 6px 0;
	color: #0a5380;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
 
.mainS-item a:hover {
    padding: 6px 5px 6px 0;
	background-color: #d9b791;
	border: 1px solid #857059;
	border-top: 1px solid #eee0cf;
	border-left: 1px solid #eee0cf;
	color: #FFFFFF;
}

div.mainD-menu {
    background: #fff1e0;
    font-size: 10px;
}


.mainD-item a {
    padding: 6px 5px 6px 0;
	color: #0a5380;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-left: 4px;
}

.mainD-item a:hover {
    padding: 6px 5px 6px 0;
	background-color: #d9b791;
	border: 1px solid #857059;
	border-top: 1px solid #eee0cf;
	border-left: 1px solid #eee0cf;
	color: #FFFFFF;
	padding-left: 3px;
}

/* Creates faux "category titles" in Physicians sub-menu */
#ctl00_mainMenun33 td a,
#ctl00_mainMenun45 td a,
#ctl00_mainMenun47 td a,
#ctl00_ctl00_mainMenun33 td a,
#ctl00_ctl00_mainMenun45 td a,
#ctl00_ctl00_mainMenun47 td a {
    color: #ffffff;
    background-color: #CCCCCC;
}

#ctl00_mainMenun33 td a:hover,
#ctl00_mainMenun45 td a:hover,
#ctl00_mainMenun47 td a:hover,
#ctl00_ctl00_mainMenun33 td a:hover,
#ctl00_ctl00_mainMenun45 td a:hover,
#ctl00_ctl00_mainMenun47 td a:hover {
    border: 0;
    padding: 6px 5px 6px 0;
    padding-left: 4px;
}

/* Blue Box Lists */

.boxBlue ul {
	margin: 0;
	padding: 4px 0 4px 0;
	list-style-image: url(images/arrow-lite.gif);
}

.boxBlue ul li {
	margin-left: 40px;
}

.boxBlue ul li a {
	color: #995c17;
	font-weight: bold;
	text-decoration: none;
}

.boxBlue ul li a:hover {
	text-decoration: underline;
	color: #804a0d;
}

/* Photo styles */

.bioPic {
	float: left;
    margin: 3px 20px 3px 6px;
	border: 1px solid black;
}

.picLeft {
    float: left;
    margin: 3px 20px 3px 6px;
}

.picRight {
    float: right;
    margin: 3px 6px 3px 20px;
}

.galPic {
    margin: 12px 6px 16px 6px;
}

.picLeft img,
.picRight img,
.galPic img {
	border: 1px solid black;
	margin-bottom: 5px;
}

.docThumb { /* Styles for doctor thumbnails */
    float: left;
    width: 100px;
    margin: 6px 0 6px 0;
    font-size: 9px;
    text-align: center;
}

.docThumbMed { /* Styles for doctor thumbnails */
    width: 175px;
    margin: 12px auto;
    font-size: 9px;
    text-align: center;
	display: block;
}

.docThumb a,
.docThumbMed a {
    text-decoration: none;
}

.docThumb a img,
.docThumbMed a img {
    border: 1px solid black;
}

/* News Articles */

.newsPost {
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	margin: 10px;
	padding: 4px 0;
	border-bottom: 3px double silver;
}

.newsPostTitle {
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 13pt;
	font-weight: bold;
}

.newsPostDate {
	margin-left: 10px;
	font-size: 10pt;
	font-style: italic;
}

.newsPostBody {
	display: block;
	margin-left: 12px;
	font-size: 10pt;
}

/* News Headlines (on homepage) */

.newsBoxEntry {
	margin: 0px 12px 10px 12px;
	font-size: 8pt;
	color: #555555;
	padding-bottom: 12px;
	border-bottom: 1px solid #999999;
}

.newsBoxHeadline {
	font-weight: bold;
}

.newsBoxDate {
	font-style: italic;
	color: black;
}

/* Common Styles */

.floatBox2col {
    float: left;
    width: 200px;
    margin: 20px;
}

.bioText {
    line-height: 13pt;
}

.bioBox {
    margin: 4px auto;
    width: 475px;
    border-bottom: 1px solid #cfbda9;
    padding: 8px;
    /*background: #fff3e5;*/
}
.bioBox h4 {
	margin: 6px;
	font-size: 12pt;
	font-weight: bold;
}
.bioBox ul {
	margin: 4px;
}

#textCol { /* Column in main content window when doctor thumbnails are present */
    float: left;
    width: 330px;
}

#docThumbCol { /* Column of doctor thumbnails in content area */
    float: right;
    width: 200px;
    text-align: center;
}

.breadCrumbs { 
    color: silver;
    font-size: 8pt;
    padding-top: 6px;
    padding-left: 16px;
}

.breadCrumbs a {
    color: White;
}

.boxBlue {
	background: #dae9f2;
	border-bottom: 6px solid white;
	padding: 4px 0 4px 0;
}

.boxBeige {
	background: #ffecd6;
	border-bottom: 6px solid white;
	padding: 10px 0 4px 0;
}

.boxLightBlue {
    background: #e6eef2;
	padding: 10px 0 4px 0;
}

.boxOrng {
	background: #f2ede6;
	padding: 4px 0 4px 0;
}

.boxOrng div {
	margin: 0 6px 0 10px;
}

.drop-cap {
	display: inline-block;
    font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
    font-style: italic;
	font-size: 32pt;
	text-align: right;
    float: left;
    margin: -8px 0 0 0;
	width: 46px;
	height: 40px;
}

.bodyText {
	margin: 0px 12px 12px 16px;
}

.bodyTitle {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14pt;
    font-weight: bold;
    font-style: italic;
}

.bodyBox {
    border: 1px solid silver;
    padding: 10px;
    margin: 5px;
    background: #f2e9df;
    font-weight: bold;
}

.cleared {
	clear: both;
}

.silverBorder {
	padding: 10px;
	border: 1px solid silver;
	margin: 10px;
}
.blockedContent {
	margin: -20px 10px 0 20px;
	width: 350px;
}

.largeText {
	font-size: 12pt;
}

.hugeText {
    font-size: 14pt
}

.giganticText {
    font-size: 18pt;
}

.floatLeft {
	float:left;
	width: auto;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.black {
	color: #000000;
}
.textCenter {
    text-align: center;
}
.tableWrap {
	margin: 10px;
}