/*	
	Copyright (c) Guardian Healthcare 2007.
	All rights reserved
	
	$ Revision date: 12/02/07
	
	Global CSS Selectors 	 

	CONTENTS
	1. 
*/

/* Universal Bo Selector */

* 	{
	margin: 0;
	border: 0;
	padding: 0;
	}
	
/* Text Format Declarations */
html { 
	margin-bottom: 1px; 
	min-height: 100%; 
}

body {	
	background-color:#fff;
	font-family: Tahoma, helvetica, Tahoma, sans-serif;
	font-size:62.5%;
	}

/* Containing Div Styles */

#container {
	position: relative;
	width: 798px;
	margin: 10px auto;
	border: 2px solid #58ad62;	
    }

.clear {
    clear: both;
    }
    
/* Header Styles */    

#header {
    width: 798px;
    background: url("../media/images/backgrounds/background_header.jpg") top left no-repeat;
    height: 95px;
    }
    
#headerfranchisee {
    width: 798px;
    background: url("../media/images/backgrounds/background_header_franchisee.jpg") top left no-repeat;
    height: 95px;
    }

#logo {
    float: left;
    margin: 28px 0 0 29px;
    width: 174px;
    }

#nav {
	float: right;
	list-style: none;
	_margin: 10px 26px 0 0;
	margin-top: 10px;
	margin-right: 126px;
	margin-bottom: 0;
	margin-left: 0;
    }

#nav li {
    float: left;
    }

/* Sidebar Styles */ 

#sidebar {
    float: left;
    background: url("../media/images/backgrounds/background_sidebar.jpg") top left no-repeat;
    width: 232px;
    }
    
#sidebarbusiness {
    float: left;
    background: url("../media/images/backgrounds/background_sidebar_business.jpg") top left no-repeat;
    width: 232px;
    }
    
#sidebarrecruit{
    float: left;
    background: url("../media/images/backgrounds/background_sidebar_recruitm.jpg") top left no-repeat;
    width: 232px;
    }
    
#sidebarabout{
    float: left;
    background: url("../media/images/backgrounds/background_sidebar_about.jpg") top left no-repeat;
    width: 232px;
    }    

#sidebarcare{
    float: left;
    background: url("../media/images/backgrounds/background_sidebar_care.jpg") top left no-repeat;
    width: 232px;
    } 

#sidebarcontact{
    float: left;
    background: url("../media/images/backgrounds/background_sidebar_care1.jpg") top left no-repeat;
    width: 232px;
    }

#sidebaroffice{
    float: left;
    background: url("../media/images/backgrounds/background_sidebar_office.jpg") top left no-repeat;
    width: 232px;
    }

#sidebarFranchiseAboutUs{
    float: left;
    background: url("../media/images/backgrounds/background_sidebar_franchis.jpg") top left no-repeat;
    width: 232px;
    }

#sidebarFranchiseCareServices{
    float: left;
    background: url("../media/images/backgrounds/background_sidebar_francare.jpg") top left no-repeat;
    width: 232px;
    }
		
#sidebarFranchiseSupportServices{
    float: left;
    background: url("../media/images/backgrounds/background_sidebar_fransupp.jpg") top left no-repeat;
    width: 232px;
    }
		
#sidebarFranchiseRecruitment{
    float: left;
    background: url("../media/images/backgrounds/background_sidebar_franrecr.jpg") top left no-repeat;
    width: 232px;
    }
		
#sidebarFranchiseContactUs{
    float: left;
    background: url("../media/images/backgrounds/background_sidebar_care1.jpg") top left no-repeat;
    width: 232px;
    }
		
.full  { height: 705px;}
.short { height: 590px;}

#mainarea {
    float: left;
    width: 798px;
    background: url("../media/images/backgrounds/background_mainarea.jpg") top right no-repeat;
    height: 100%;
		}
    
#mainareafranchisee {
    float: left;
    width: 798px;
    background: url("../media/images/backgrounds/background_mainarea_franchisee.jpg") top right no-repeat;
    height:100%;
    }
      
#textarea {
    float: left;
    width: 382px;
    padding: 57px 0 100px 0;
    }

#textarea h1 {
    color: #2d983a;
    font-weight: normal;
    font-size: 2.6em;
    padding: 0px 0px 20px 0px;
    }
    
#textarea h2 {
    color: #2d983a;
    font-weight: normal;
    font-size: 2.0em;
    padding: 0px 0px 10px 0px;
    }
#textarea h3 {
    color: #2d983a;
    font-weight: bold;
    font-size: 1.4em;
    padding: 0px 0px 10px 0px;
    }    
#textarea p {
    font-size: 1.2em;
    padding: 11px 0;
    }

#textarea ul {  
		font-size: 1.2em;
    list-style-type: square;
		margin: 0px 0px 0px 25px;
    padding: 0;
    }
    
#textarea ol{
    font-size: 1.2em;
    margin: 0 0 0 25px;
    padding: 0;
    }

#textarea li {
    margin: 0 0 11px 0;
    }

#textarea strong.extra {
    color: #2d983a;
		font-weight: bold;
    font-size: 1.2em;
    }    
#textarea a, #textarea a:link, #textarea a:visited {
		color: #2d983a;
		font-size: inherit;
}
 
#textarea a:hover {
		color: #f9a51f;
		font-size: inherit;
}
  
#secnav {   
    float: left;
    padding: 50px 0 0 38px;
    }
    
#logos {   
    width: 84px;
    padding: 0 0 0 42px; 
    position: absolute;
    bottom: 15px;
    }
    
#footer {
    width: 798px;
	margin: 0 auto;
	font-family: Verdana, helvetica, arial, sans-serif;
    color: #595959;
    font-size: 0.9em;
    }

#footer p {
    padding: 0 0 0 28px;
    } 
#footer p a {
   color: #595959;
   text-decoration: none;
   padding: 0 2px 0 2px;
   }
   
   
   
    
