/* CSS Document */



/*---------------------------------------------------------------------------------------------------------
[master stylesheet]

Project: Home Care
Created by: Lee Attard


-----------------------------------------------------------------------------------------------------------

[Table of contents]

1. body
2. #container
3. #banner
4. #sidebar-a
5. #content
6. #footer


-----------------------------------------------------------------------------------------------------------
*/




/*  1. body---------------------------------------------------------------------------------------------------
*/

body{
background-color: #ffffff; 
color: #000066;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}
	 

	 
h1{

color: #000066;  
font-weight: bold; 
font-size: 16pt; 
font-family:Arial, Helvetica, sans-serif;

}

h2{

font-weight:normal; 
font-size: 14pt; 
}
	 
h3{

font-weight: bold; 
font-size: 14pt; 
}

h4{

font-weight: normal; 
font-size: 14pt; 
}

h5{

font-weight: bold; 
font-size: 13pt; 
} 


p{
font-weight: normal; 
font-size: 13pt; 

}
	
	
ul{
text-align:left;


}	 
	 
td.lb{background-color: #bdd3f4; font-size: small; color: #000000; font-weight: bold;}
td.dk{background-color: #5e93e3; font-size: small; color: #000000;}
td.bold{font-weight: bold;}
td.blk{font-size: small; color: #000000;}




/*  1b. links ---------------------------------------------------------------------------------------------------
*/


a:link{
color:#000066;
text-decoration:underline;

}

a:visited{
color:#000066;
text-decoration:underline;


}

a:hover{
color:#0000FB;
text-decoration:none;


}

a:visited:hover{
color:#0000FB;
text-decoration:none;


}

a:active{
color:#0000FB;
text-decoration:none;

}

a.facebook1:active {
background-color: transparent;
background-image: url(images/facebook.png);
background-repeat: no-repeat;
width: 30px;
height: 30px;
margin: 5px auto;
padding: 5px 0 0 0;

}




#sidebar-a a:link{
color:#ffffff;
text-decoration:underline;

}

#sidebar-a a:visited{
color:#ffffff;
text-decoration:underline;


}

#sidebar-a a:hover{
color:#ffffff;
text-decoration:none;


}

#sidebar-a a:visited:hover{
color:#ffffff;
text-decoration:none;


}

#sidebar-a a:active{
color:#ffffff;
text-decoration:none;

}



#footer a:link{
color:#ffffff;
text-decoration:underline;


}

#footer a:visited{
color:#ffffff;
text-decoration:underline;



}

#footer a:hover{
color:#ffffff;
text-decoration:none;



}

#footer a:visited:hover{
color:#ffffff;
text-decoration:none;



}

#footer a:active{
color:#ffffff;
text-decoration:none;


}





/*  2. container---------------------------------------------------------------------------------------------------
*/

#container {
background-color: #000066;
background-image: url("http://www.hmcr.com/hmcrpic/back.gif");
width: 900px;
margin: 10px;
margin-left: auto;
margin-right: auto;
padding: 10px;
min-height: 100%;
}


/*  3. banner ---------------------------------------------------------------------------------------------------
*/

#banner {
padding: 5px;
margin-bottom: 0px;
height: 190px;
background-color: transparent;
color: white;
text-align: right;
font-size: larger;
}

#banner p{
text-align:right;

}


/*  4. content ---------------------------------------------------------------------------------------------------
*/

#content {
width:635px;
background-color:#FFFFFF;
color: #000066;
padding-top: 2em;
padding-bottom: 2em;
margin-left: 215px;
padding-left:25px;
padding-right:25px;
	
	
}


#content img{
text-align:right;
	
}







/*  5. sidebar-a ---------------------------------------------------------------------------------------------------
*/


#sidebar-a {
float: left;
width: 200px;
margin: 0;
margin-right: 5px;
padding: 5px;
color: white;
background-color: transparent;
font-size: larger;
margin-bottom: 5px;
height: 100%;
padding-bottom: 5px;
font-weight:bold;
font-size:16px;
	
}

#sidebar-a li{
margin-bottom:3px;

}


/*  6. footer ---------------------------------------------------------------------------------------------------
*/

#footer {
clear: both;
padding: 5px;
margin-top: 5px;
background-color: transparent;
text-align: center;
color:#FFFFFF;

}


#footer p{
text-align: center;
font-weight:bold;
font-size:16px;
}


#validator-links{
text-align: left;
width:400px;
float:left;

}

#clear{
clear:both;
}
/*  7. facebook/blogspot ---------------------------------------------------------------------------------------------------
*/

#facebook1 {
display: block;
background-color: transparent;
background-image: url(images/facebook.png);
background-repeat: no-repeat;
width: 30px;
height: 30px;
margin: 5px auto;
padding: 5px 0 0 0;
text-align: center;
font-family: Helvetica, Calibri, Arial, sans-serif;
font-size: 100%;
font-weight: bold;
text-decoration: none;
}

