/* CSS Document */
/* HTML tag styles */
	/*background: #CCCCCC url(images/body-bg.jpg) repeat fixed; Needs to have body before it. */
 
	
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	width: 1180px;
	font-size: 13px;
	text-align: justify;
	line-height: 1.25;	
	margin: 0px, 0px, 0px, 0px;
	padding: 0px, 0px, 0px, 10px;
	background-color: #D5D5D5;
}

#body-inner li {
	background: url('images/list-icon2.gif') no-repeat 2px 4px;
	font-size: 11px; color: #780004;
	list-style-type: none; 
	margin-left:0px; 
	margin-right:0px; 
	margin-top:0px; 
	margin-bottom:6px; 
	padding-left:18px; 
	padding-right:18px; 
	padding-top:0px; 
	padding-bottom:0px
}
body,th {
    margin-left: auto; 
	margin-right: auto;
	font-size: medium;
	color: #665C4F;

}
td,th {padding: 1px 5px 0px 5px;
}
.style4 {font-size: 13px; color: #030; font-weight: bold;
}
.style5 {font-size: 20px; color: #030; font-weight: bold;
}
.style6 {font-size: 12px; color: #780004; font-weight: bold;
}
.style8 {font-size: 15px; color: #030; font-weight: bold;
}
.style9 {font-size: 10px; color: #780004;
}
.style10 {font-size: 12px; color: #780004;
}
.style11 {font-size: 12px; color: #030; font-weight: bold; font-style: italic;
}
.style12 {font-size: 12px; color: #030;  text-align: justify;
}
.style13 {color: #ECE9D8; 
}
.picbox {border: #bfa664 1px solid; padding:3px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #780004;
	text-decoration: none;
	font-size: 13px;
}

a:hover{
	text-decoration: underline;
	color: #000;
}

/************** header tag styles **************/
#banner {
background-image:url('images/hospocoach_header1.jpg'); background-repeat: no-repeat;
background-position: left;
float : inherit;
width: 896px;
height: 143px;
padding: 2px;
}
#slideshow {
	background-position: right;
	float : right;
	height: 99%;
	padding: -1px;
	margin-top: -137px;
}

			/*LEFT SIDEBAR*/
#sidebar {
	float : left;
	background-color: #E1D8C9;
	width : 180px;
	margin-left: auto; 
	margin-right: 12px;
	min-height: 100%;
}

* #sidebar {
height: 100%;
}

#sidebar-img{
	float : left;
	padding: 25px;
}

			/*CLASS*/
.clear {
clear : both;
overflow : hidden;
width : 0;
height : 1px;
}
h1 {
font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 30px;
margin:0 0 0 160px;
padding-top:90px;
color: #FF0000;
}

h2{
 font-size: 24px; font-weight: bold;
 color: #003300;
 margin: 0px;
 padding: 0px;
 text-align: center;
}

h3{
 font-size: 20px; font-weight: bold;
 color: #003300;
 margin: 0px;
 padding: 0px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}
ul ul{
 list-style-type: disc;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#content{
	padding: 0px 15px 10px 15px;
	margin:0px 120px 0px 110px;
	background-color: #ECE7DE;	
	height: auto;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	font-size: 14px;
	line-height: 1.45;	
}
#content img{
	float: right;
	margin: 10px;
	margin-right: 2px;
	border: #675d53 1px solid; padding:3px;
}
			/*FOOTER*/
#footer {
clear : both;
padding : 1px;
margin-top : 4px;
height : 40px;
font-size : 0.7em;
border-top : 2px solid #515244;
color : #003300;    
background : #C5C0B9;
}
#footer a:link, #footer a:visited {
	background : inherit;
	color : #600;
	font-weight: 500;
	text-decoration : none;
}
#footer a:hover {
border-bottom : 1px dashed #600;
font-weight: 400;
background : inherit;
color : #600;
}

