@charset "utf-8";
/* CSS Document */
html, body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #C6CDCD;
	background-image: url(../images/trichology-bg-even-02.gif);
	background-repeat: repeat-y;
	background-position: center center;
	height: 100%;
} 

#container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	display: table;
	height: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #535C66;
	border-right-color: #535C66;
	border-bottom-color: #535C66;
	border-left-color: #535C66;
	border-left-width: 1px;
	border-left-style: solid;
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #31334B;
}


#mainContent li{
	list-style-type: square;
	padding: 5px;
}


#mainContent img{
	text-align:center;
	padding: 10px;
	background-color:#F7F7F7;
	border: 1px solid #CCCCCC;
}








#header {
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 113px;
	background-color: #C2C8C8;
}
#footer {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #C6CDCD;
	/* POSITION: absolute; */
	position: fixed;
	bottom: 0px;
	width: 880px;
}
#footer a{
color: #006699;
text-decoration: none;
}




h1{
	padding: 0px;
	color: #31334B;
	clear: both;
	font-size: 20px;
	margin: 0px;
}
/*-----------------------------Navigation------------------------------------------------------*/
#navigation{
	width: 880px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 4px;
}
	
#navlist
{
margin: 0;
padding: 0px 0px 20px 20px;
border-bottom: 1px solid #000;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
}

#navlist a:link.current, #navlist a:visited.current, #navlist a:hover {
border-bottom: 4px solid #000033;
padding-bottom: 2px;
background: transparent;
color: #000033;
}

#navlist a:hover {
	color: #31334B;
}
h2 {
	padding: 0px;
	color: #31334B;
	clear: both;
	font-size: 16px;
	margin: 0px;
}
.normal{
}


.imageHolderSmall{
	padding: 5px;
	float: left;
	width: 370px;
	background-color: #F5F5F5;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: 0px;
}


.imageTitle{
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 3px;
	color: #000000;
	text-align: left;
	float: left;
	width: 370px;
}

#noBorder img{
	border: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 0;
}


#manyThumbs{
margin-left: 170px;
width: 550px;
}

#manyThumbs img{
	/*border: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;*/
	margin: 7px;
}



#imageRight{
	clear: right;
	width: 400px;
	margin: 10px;
	padding: 20px;
	float: right;
}




#imageRightAboutNow{
	clear: right;
	width: 330px;
	margin-left: 10px;
	margin-right: 10px;
	float: right;
}


#imageRightAboutNow img{
margin-bottom: 0px;
}




#imageRightAboutNowWider{
	clear: right;
	width: 350px;
	margin-left: 10px;
	margin-right: 10px;
	float: right;
}










#imageHolder{
margin: 0px;
padding: 0px;
}


#imageTitle{
margin: 10px;
padding-left: 12px;
width: 280px;
}

#mainContent p{
text-align: justify;
}

.myAppointmentsTitle{
	background-image: url(../images/title_header.gif);
	background-repeat: no-repeat;
	height: 33px;
}


.myAppointmentsTable{
	background-color: #ecf1f4;
	border: 1px solid #CCCCCC;
}


.style1 {font-size: 9px}

