@charset "utf-8";
/* Golden Care Services CSS */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin: 0px;
	padding: 60px 0px 0px 0px;
}

#topbar {
	display: none;
}

#container {
	width: 900px;
	padding-top: 5px;
	padding-bottom: 0px;
	background-color: #FFF;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#top_half {
	width: 900px;
	margin: 10px 0px 0px 0px;
}

#bottom_half {
	width: 900px;
	margin: 15px 0px 15px 0px;
	
}

#header {
	padding: 10px;
	padding-left: 15px;
	margin: 10px;
	height: 208px;
}

#logo {
	position: absolute;
	width: 410px;
	left: 10px;
	top: 10px;
}

#slogan {
	position: absolute;
	right: 10px;
	top: 10px;
}

#navbar {
	display: none;
}

#main {
	padding: 10px;
	margin: 0px 15px 0px 190px;
	/* width: 650px;  */
}

p {
	line-height: 1.5em;
}

h2 {
	color: #8e461b;
}

#main h6 {
	padding: 0px 50px 0px 0px;
	color: #8e461b;
	text-align: right;
	font-style: italic;
}

#main ul {
	list-style-image: url(../images/bullet_img.png);
}

.orange_class {
	color: #a86404;
	font-weight: bold;
	border-bottom-color: #a86404;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

#login_table {
	margin: 50px;
}

#pic {
	display: none;
}

#pic1 {
	display: none;
}

#pic2 {
	display: none;
}

#pic3 {
	display: none;	
}

#pic4 {
	display: none;
}

#contact_home {
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 450px;
}

#contact {
	padding: 10px;
	margin-left: 200px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#contact_home table {
	margin: 0px 10px 0px 10px;
	border: none;
}

#contact_home td, th {
	padding: 5px;
}


#contact table {
	margin: 0px 10px 0px 10px;
	border: none;
}

#contact td, th {
	padding: 5px;
}

#footer {
	width: 880px;
	padding: 10px;
	margin: 0px;
	text-align: center;
}

#contact h2 {
	text-align: center;
}

#contact a:link {
	font-weight: bold;
	color: #8e461b;
}

#contact a:visited {
	font-weight: bold;
	color: #8e461b;
}

#contact_home a:link {
	font-weight: bold;
	color: #8e461b;
}

#contact_home a:visited {
	font-weight: bold;
	color: #8e461b;
}