/*
Theme Name: QCare
Theme URI: http://www.qcare.com
Description: Custom theme for QCare
Author: Becky Clutter
Author URI: http://www.zerogcreative.com
Version: 1.0
*/

body {
	margin: 0px;	
	background-color: #FFFFFF;
    }
    
a	{
	text-decoration: none;
	}

a:link {
	color: #003A63;
	background-color: transparent;
	}

a:visited {
	color: #003A63;
	background-color: transparent;
	}

a:hover {
	color: #54534A;
	background-color: transparent; 
    text-decoration: none;
    
	}

a:active {
	color: #54534A;
	background-color: transparent;
    border-bottom: 1px solid #54534A;
	}
	
#container {
	width: 955px;
	height: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0px;
	background-color: #FFFFFF;
	border: 0px;
	overflow: hidden;
	}
	
/*---------------------------------------
	Header
-----------------------------------------*/

#top {
	width: 955px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #54534A;
	}
	
	/*---------------------------------------
		Logo
	-----------------------------------------*/
	
	#logo {
		width: 244px;
		height: 100px;
		margin: 0px;
		padding: 0px;
		text-align: left;
		border: 0px;
		background-color: transparent;
		background-image: url(images/logo.jpg);
		background-repeat: no-repeat;
		float: left;
		}
		
	#logo a {
		width: 244x;
		height: 100px;
		border: 0px;
		display: block;
		}
		
	/*---------------------------------------
		Menu
	-----------------------------------------*/
	
	#menu {
		width: 711px;
		height: 26px;
		margin: 0px;
		padding: 74px 0px 0px 0px;
		border: 0px;
		background-color: transparent;
		background-image: url(images/menubg.jpg);
		background-repeat: no-repeat;
		float: right;
		text-align: center;
		}
		
	#menu ul {
		margin: 0px;
		padding: 0px;
		background-color: transparent;
		text-align: center;
		}
	
	#menu li {
		margin: 0px;
		padding: 0px 3px 0px 3px;
		display: inline;
		font-family: Georgia, Times, serif;
		font-size: 14px;
		line-height: 120%;
		color: #A6A69E;
		text-align: center;
		}
	
	#menu li a {
		margin: 0px;
		padding: 0px;
		background-color: transparent;
		color: #54534A;
		border: 0px;
		text-decoration: none;
		}
	
	#menu li a:hover { 
		color: #003A63;
		background-color: transparent;
		border: 0px; 
		}
		
	/*---------------------------------------
		Drop Down Menu
	
	#menu {
		width: 711px;
		height: 100px;
		margin: 0px;
		padding: 0px;
		border: 0px;
		background-color: transparent;
		background-image: url(images/menubg.jpg);
		background-repeat: no-repeat;
		float: right;
		text-align: center;
		}
		
	#menu ul {
		margin: 0px;
		padding: 0px;
		background-color: transparent;
		text-align: center;
		}
	
	#menu li {
		margin: 0px;
		padding: 0px;
		display: inline;
		font-family: Georgia, Times, serif;
		font-size: 14px;
		line-height: 120%;
		color: #A6A69E;
		text-align: center;
		}
	
	#menu li a {
		margin: 0px;
		padding: 0px;
		background-color: transparent;
		color: #54534A;
		border: 0px;
		text-decoration: none;
		}
	
	#menu li a:hover { 
		color: #003A63;
		background-color: transparent;
		border: 0px; 
		}
	-----------------------------------------*/
	
	
/*---------------------------------------
	Main Content Container
-----------------------------------------*/
	
#container2 {
	width: 955px;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
	border: 0px;
	overflow: hidden;
	float: left;
	}
		
	/*---------------------------------------
		Content
	-----------------------------------------*/
		
	#content {
		width: 435px;
		height: auto;
		margin: 0px;
		padding: 25px 60px 10px 60px;
		border: 0px;
		background-color: transparent;
		overflow: hidden;
		float: left;
		}
	
	#content h1 {
		margin: 0px 0px 15px 0px;
		padding: 0px;
		border: 0px;
		color: #003A63;
		font-family: Georgia, Times, serif;
		font-size: 24px;
		line-height: 100%;
		text-align: left;
		font-weight: normal;
		}
	
	#content h2 {
		margin: 0px 0px 5px 0px;
		padding: 0px;
		border: 0px;
		color: #003A63;
		font-family: Georgia, Times, serif;
		font-size: 18px;
		line-height: 100%;
		text-align: left;
		font-weight: normal;
		font-style: italic;
		}
		
	#content p {
		margin: 0px 0px 10px 0px;
		padding: 0px;
		background-color: transparent;
		font-family: Georgia, Times, serif;
		font-size: 14px;
		line-height: 140%;
		font-weight: normal;
		color: #54534A;
		text-align: left;
		}
		
	#content img {
	    display: block;
		border: 5px solid #FFFFFF;
		}
	
	#content img.imageleft {
		float: left;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: 17px;
		margin-left: 0px;
		padding: 0px;
		border: 5px solid #FFFFFF;
		}
			
	#content img.imageright {
		float: right;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: 0px;
		margin-left: 15px;
		padding: 0px;
		border: 5px solid #FFFFFF;
		}
	
	#content img.iconleft {
		float: left;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: 17px;
		margin-left: 0px;
		padding: 0px;
		border: 0px;
		}
			
	#content img.iconright {
		float: right;
		margin-top: 5px;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-left: 15px;
		padding: 0px;
		border: 0px;
		}
		
	/*---------------------------------------
		Content - Bottom Curves
	-----------------------------------------*/
	
	#contentbottom {
		width: 955px;
		height: 10px;
		margin: 0px;
		padding: 0px;
		border: 0px;
		background-color: transparent;
		background-image: url(images/contentbottom.gif);
		background-repeat: no-repeat;
		float: left;
		}
	
	/*---------------------------------------
		Sidebar - Left
	-----------------------------------------*/
			
	#leftcol {
		width: 150px;
		height: auto;
		margin: 0px;
		padding: 25px 25px 0px 25px;
		border: 0px;
		background-color: transparent;
		float: left;
		}
	
	#leftcol h1 {
		margin: 0px 0px 15px 0px;
		padding: 0px;
		border: 0px;
		color: #003A63;
		font-family: Georgia, Times, serif;
		font-size: 18px;
		line-height: 120%;
		text-align: left;
		font-weight: normal;
		font-style: italic;
		}

	#leftcol h1 a {
		margin: 0px;
		padding: 0px;
		background-color: transparent;
		color: #003A63;
		border: 0px;
		text-decoration: none;
		}
	
	#leftcol h1 a:hover { 
		color: #003A63;
		background-color: transparent;
		border-bottom: 1px solid #003A63; 
		}
	
	#leftcol h2 {
		margin: 35px 0px 10px 0px;
		padding: 0px;
		border: 0px;
		color: #003A63;
		font-family: Georgia, Times, serif;
		font-size: 20px;
		line-height: 100%;
		text-align: left;
		font-weight: normal;
		font-style: italic;
		}
	
	#leftcol h3 {
		margin: 0px;
		padding: 0px;
		border: 0px;
		color: #003A63;
		font-family: "Trebuchet MS", TrebuchetMS, Verdana, sans-serif;
		font-size: 18px;
		line-height: 100%;
		text-align: right;
		font-weight: normal;
		}

	#leftcol ul {
		margin: 0px 0px 10px 15px;
		padding: 0px;
		background-color: transparent;
		font-family: Georgia, Times, serif;
		font-size: 14px;
		line-height: 120%;
		font-weight: normal;
		color: #A6A69E;
		text-align: left;
		list-style-type: disc;
		}
		
	#leftcol ul li {
		list-style-type: disc;
		margin: 0px 0px 10px 0px;
		padding: 0px;
		background-color: transparent;
		}

	#leftcol ul li a {
		margin: 0px;
		padding: 0px;
		background-color: transparent;
		color: #54534A;
		border: 0px;
		text-decoration: none;
		}
	
	#leftcol ul li a:hover { 
		color: #003A63;
		background-color: transparent;
		border-bottom: 1px solid #003A63; 
		}
	
/*---------------------------------------
	Main Content Container - Homepage
-----------------------------------------*/
	
#container2home {
	width: 955px;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: url(images/contenthomebg.gif);
	background-repeat: repeat-y;
	border: 0px;
	overflow: hidden;
	float: left;
	}
	
	/*---------------------------------------
		Flash - Homepage
	-----------------------------------------*/
			
	#flash {
		width: 755px;
		height: 380px;
		margin: 0px;
		padding: 0px;
		border: 0px;
		background-color: #FFFFFF;
		overflow: hidden;
		float: left;
		}
		
	/*---------------------------------------
		Content - Homepage
	-----------------------------------------*/
		
	#contenthome {
		width: 615px;
		height: auto;
		margin: 0px;
		padding: 25px 60px 10px 80px;
		border: 0px;
		background-color: transparent;
		overflow: hidden;
		float: left;
		}
	
	#contenthome h1 {
		margin: 0px 0px 15px 0px;
		padding: 0px;
		border: 0px;
		color: #003A63;
		font-family: Georgia, Times, serif;
		font-size: 24px;
		line-height: 100%;
		text-align: left;
		font-weight: normal;
		}
	
	#contenthome h2 {
		margin: 15px 0px 0px 0px;
		padding: 0px;
		border: 0px;
		color: #003A63;
		font-family: Georgia, Times, serif;
		font-size: 20px;
		line-height: 100%;
		text-align: left;
		font-weight: normal;
		font-style: italic;
		}
	
	#contenthome h3 {
		margin: 10px;
		padding: 0px;
		border: 0px;
		color: #003A63;
		font-family: "Trebuchet MS", TrebuchetMS, Verdana, sans-serif;
		font-size: 24px;
		line-height: 100%;
		text-align: right;
		font-weight: normal;
		}
		
	#contenthome p {
		margin: 0px 0px 10px 0px;
		padding: 0px;
		background-color: transparent;
		font-family: Georgia, Times, serif;
		font-size: 14px;
		line-height: 140%;
		font-weight: normal;
		color: #54534A;
		text-align: left;
		}
		
	/*---------------------------------------
		Content - Bottom Curves - Homepage
	-----------------------------------------*/
	
	#contenthomebottom {
		width: 955px;
		height: 10px;
		margin: 0px;
		padding: 0px;
		border: 0px;
		background-color: transparent;
		background-image: url(images/contenthomebottom.gif);
		background-repeat: no-repeat;
		float: left;
		}
	
/*---------------------------------------
	Sidebar - Right
-----------------------------------------*/
		
#rightcol {
	width: 189px;
	height: auto;
	margin: 0px;
	padding: 10px 11px 0px 0px;
	border: 0px;
	background-color: transparent;
	float: right;
	}

	/*---------------------------------------
		Sidebar - Right - Boxes
	-----------------------------------------*/
	    .boxes a {
                color:#54534a;
            }
   
            .boxes a:hover {
               color:#003a63;
            }
             
            .boxes {
		width: 174px;
	    margin: 5px 0px -5px 0px;
	    padding: 0px;
		border: 0px;
		background-color: transparent;
		float: right;
	    display: block;
		}

	.boxes h1 {
		width: 174px;
		height: 28px;
		margin: 0px;
		padding: 0px;
		background-color: transparent;
		background-image: url(images/boxbg.gif);
		background-repeat: no-repeat;
		border: 0px;
		font-family: Georgia, Times, serif;
		font-size: 14px;
		line-height: 190%;
		font-weight: normal;
		color: #54534A;	
		text-align: center;
		}
		
	.boxes img {
	    margin: 0px;
	    padding: 0px;
		border: 0px;
		float: left;
	    display: block;
		}
        
        .specials {
            display: block;
            padding-top: 0px;
            position:relative;
            left: 20px;
            top: 5px;
            
                }
        .email {
            display: block;
            padding-top: 10px;
            float:right;
            text-decoration: none;
                }
        .email a	{
	text-decoration: none;
	}

        .new {
        padding-top: 0px;
        position: relative;
        top: 4px;
        left: 37px;
        }
         .new2 {
        padding-top: 0px;
        position: relative;
        top: 0px;
        left: 36px;
        }
      
        .new3 {
        padding-top: 0px;
        position: relative;
        top: -5px;
        left: 15px;
        }
   
        .new4 {
        padding-top: 0px;
        position: relative;
        top: -10px;
        left: 15px;
        }
	
	/*---------------------------------------
		Sidebar - Right - Email Sign-up
	-----------------------------------------
	
	#email {
		width: 144px;
		height: 90px;
	    margin: 25px 0px 0px 0px;
	    padding: 10px 15px 0px 15px;
		background-color: transparent;
		background-image: url(images/emailbg.gif);
		background-repeat: no-repeat;
		border: 0px;
		background-color: transparent;
		float: right;
	    display: block;
		}

	#email h1 {
		margin: 0px 0px 5px 0px;
		padding: 0px;
		background-color: transparent;
		border: 0px;
		font-family: Georgia, Times, serif;
		font-size: 11px;
		line-height: 140%;
		font-weight: normal;
		color: #54534A;	
		text-align: left;
		} */

		
/*---------------------------------------
	Footer
-----------------------------------------*/
	
#bottom {
	width: 955px;
	height: 80px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 15px 0px 0px 0px;
	border: 0px;
	background-color: transparent;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
	float: left;
	}
		
#bottom ul {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	}

#bottom li {
	margin: 0px;
	padding: 0px 3px 0px 3px;
	background-color: transparent;
	display: inline;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height: 120%;
	color: #86867D;
	text-align: center;
	}

#bottom li.darker {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	display: inline;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height: 120%;
	color: #54534A;
	text-align: center;
	}

#bottom li a {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	color: #54534A;
	border: 0px;
	text-decoration: none;
	}

#bottom li a:hover { 
	color: #003A63;
	background-color: transparent;
	border-bottom: 1px solid #003A63; 
	}
#social-nav {
	float:right;
	margin-top:-100px;
}
#social-nav a {
	border:none;
	text-decoration:none;
}
.social-nav-1 {
	float:right;
	padding-right:35px;
}
.social-nav-2 {
	float:right;
	padding-right:10px;
}
.social-nav-3 {
	float:right;
	padding-right:10px;
}
.social {
	border:none;
	text-decoration:none;
}
.widget {
	list-style:none;
}
#social-nav-sb {
	margin-top:13px;
	width:139px;
}
#social-nav-sb a {
	border:none;
	text-decoration:none;
}
.social-nav-1-sb {
	float:right;
	padding-right:0px;
}
.social-nav-2-sb {
	float:right;
	padding-right:12px;
}
.social-nav-3-sb {
	float:right;
	padding-right:18px;
}
.social-sb {
	border:none;
	text-decoration:none;
}
.sidebar-social {
	background-color:transparent;
	background-image:none;
	background-repeat:no-repeat;
	border:0 none;
	display:inline;
	float:right;
	height:90px;
	margin:10px 0 0;
	padding:0px 15px 0;
	width:150px;
}

/* Home Page Atlanta SEO Tag */

#services {
display:none;
padding-top: 25px;
}