/*----------------------------------------------------------------*/
/*	© 2009 New Life Clinic
/*	CSS stylesheet for New Life Clinic: global styles
/*----------------------------------------------------------------*/

@import "forms.css";
@import "browser.fixes.css";


/* =Global
---------------------------------------------------------------------
*/

* {
	border:0 none;
	margin: 0px;
	outline:none;
	padding: 0px;
	zoom:1;
}

body {
	background:#472A23 url(../images/body_bg.jpg) repeat-x scroll 0 0;
	color:#663333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

h1 {}

h2 {
	color:#7C722C;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	margin:0 0 10px 0;
}

h3 {
	color:#7C722C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	margin:0 0 5px 0;
}

h4 {
	color:#AD5311;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	margin:0 0 10px 0;
	text-transform:uppercase;
}

h5 {
	color:#663333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	font-weight:normal;
	margin:0 0 5px 0;
}

h6 {
	color:#663333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	font-weight:normal;
	margin:0 0 10px 0;
}

p {
	font-size:12px;
	line-height:22px;
	margin:0 0 15px 0;
	zoom:0;
}

a {
	color:#AD5311;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a img {
	border:0 none;
}

ul {
	list-style-image:url(../images/bullet.gif);
	margin:0 0 12px 0;
	padding:0 0 0 25px;
}

ol {
	margin:0 0 12px 0;
	padding: 0 0 0 30px;
}

li {
	padding:3px 0;
	zoom:0;
}

ul li {}

ol li {}

ul ul, ul ol,
ol ol, ol ul {
	margin-bottom:6px;
}

hr {
	background:transparent none repeat scroll 0 0;
	border-top:3px dotted #AD5311;
	height:1px;
	line-height:1px;
	margin:16px 0;
}

table {}

thead, tfoot {}

tr {}

th {}

td {}


/* =Outer Layout
---------------------------------------------------------------------
*/

#outer_wrapper {
	width:100%;
}

#inner_wrapper {
	margin:0 auto;
	width:953px;
}

#header {
	background:transparent url(../images/header_bg.png) no-repeat scroll 0 0;
	height:252px;
	padding:0 0 0 13px;
}

#page_outer {
	background:transparent url(../images/content_repeat.gif) repeat-y scroll 0 0;
}

#page_inner {
	background:transparent url(../images/content_bg.png) no-repeat scroll 0 0;
	padding:0 15px;
}


/* =Content
---------------------------------------------------------------------
*/

#content {
	padding:39px 35px 20px;
	width:630px;
}

.home #content {
	float:none;
	padding:0;
	width:923px;
}

.noside #content {}

.home #home_gallery {
	height:467px;
	width:584px;
}

.home #latest_blog {
	padding:50px 34px 0 35px;
	width:270px;
}

.home #latest_blog .heading {
	background:transparent url(../images/latest_blog.gif) no-repeat scroll 0 0;
	height:17px;
	text-align:left;
	text-indent:-9999px;
	width:107px;
}

.home #latest_blog .posttitle {
	color:#572E20;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	margin:10px 0 5px;
}

.home #latest_blog .posttext {}

.home #latest_blog .posttext p {
	color:#572E20;
	line-height:20px;
	margin-bottom:20px;
}

.home #latest_blog .btn_more {}

.home #latest_blog .btn_more a {
	background:transparent url(../images/btn_more.gif) no-repeat scroll 0 0;
	display:block;
	height:21px;
	text-align:left;
	text-indent:-9999px;
	width:77px;
}

#pagetitle {
	margin-bottom:30px;
	margin-left:-5px;
}


/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar {
	width:221px;
}

#sidebar #sidenav {
	height:450px;
}


/* =Footer
---------------------------------------------------------------------
*/

#footer {
	margin:0 auto;
	width:923px;
}

#footer_top {
	background:#381E15 none repeat scroll 0 0;
	margin-top:10px;
	padding:40px;
}

#footer_top #request_link {
	margin-top:8px;
}

#footer_top #request_link a {
	background:transparent url(../images/request_link.gif) no-repeat scroll 0 0;
	display:block;
	height:11px;
	text-align:left;
	text-indent:-9999px;
	width:249px;
}

#footer_top #search {

}

#footer_top #search #keywords {
	background:transparent url(../images/search_bg.gif) no-repeat scroll 0 0;
	color:#663333;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	height:20px;
	padding:6px 6px 0;
	width:182px;
}

#footer_top #search #submit {

}

#footer_bottom {
	color:#6D6427;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:24px 0 40px 140px;
}

#footer_bottom #footerlinks {
	margin-top:12px;
	margin-right:5px;
}

#footer_bottom #footerlinks a {
	color:#6D6427;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}

#footer_bottom #footerlinks a:hover {
	color:#FFFFFF;
}

#footer_bottom #copyright {
	margin-top:12px;
}

#footer_bottom #amlogo {

}

#footer_bottom #sitebyam {

}


/* =Editor Styles
---------------------------------------------------------------------
*/

.clear {
	clear:both;
	display:block;
	float:none;
	height:0pt;
	margin:0pt;
	overflow:hidden;
	padding:0pt;
	width:0pt;
}

.left {
	display:inline;
	float:left;
}

.right {
	display:inline;
	float:right;
}

.alignleft {
	display:inline;
	float:left;
	margin:0 15px 15px 0;
}

.alignright {
	display:inline;
	float:right;
	margin:0 0 15px 15px;
}

.brown, .brown * {
	color:#663333;
}

.green, .green * {
	color:#7C722C;
}

.orange, .orange * {
	color:#AD5311;
}


/* =Template Specific
---------------------------------------------------------------------
*/

#directions {
	margin-bottom:20px;	
}

#directions #saddr {
	background:#FFFFFF none repeat scroll 0 0;
	color:#333333;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	height:20px;
	padding:6px 6px 0;
	width:425px;
}

#directions #mapit {}

#gmap {
	height:300px;
	width:500px;
}

#search-results h3 {
	font-weight:normal;	
}


/* =No Flash
---------------------------------------------------------------------
*/

.no_flash {
	display:none;
}

#no_flash_header {
	background:transparent url(../images/no_flash_header.jpg) no-repeat scroll 0 0;
	margin-left:2px;
	padding-top:206px;
	width:923px;
}

#no_flash_header ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0 14px;
	padding:0;
}

#no_flash_header ul li {
	display:inline;
	float:left;
	margin:0;
	padding:0;
}

#no_flash_header ul li a {
	background:transparent none no-repeat scroll 0 0;
	display:block;
	height:46px;
	margin:0 2px;
	text-align:left;
	text-indent:-9999px;
	width:175px;
}

#no_flash_header ul li#nav_home a 		{ background-image:url(../images/nav_home.gif); }
#no_flash_header ul li#nav_about a 		{ background-image:url(../images/nav_about.gif); }
#no_flash_header ul li#nav_blog a 		{ background-image:url(../images/nav_blog.gif); }
#no_flash_header ul li#nav_resources a 	{ background-image:url(../images/nav_resources.gif); }
#no_flash_header ul li#nav_contact a 	{ background-image:url(../images/nav_contact.gif); }

#no_flash_header ul ul {
	display:none;	
}

#no_flash_pagetitle {
	background:transparent url(../images/pagetitle_bg_gradient.png) no-repeat scroll 0 0;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	height:49px;
	padding:12px 20px 0;
	text-transform:uppercase;
	width:588px;
}

.noheader #no_flash_pagetitle {
	background:transparent url(../images/pagetitle_bg.gif) no-repeat scroll 0 0;
}

#no_flash_sidenav {
	margin-top:50px;
}

#no_flash_sidenav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
}

#no_flash_sidenav ul li {
	padding-bottom:12px;
}

#no_flash_sidenav ul li a {
	color:#7C722C;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

#no_flash_sidenav ul li a:hover,
#no_flash_sidenav ul li.current a {
	color:#AD5311;
}

#no_flash_sidenav ul li ul {
	display:none;
	margin-top:5px;
}

#no_flash_sidenav ul li ul li {
	padding-bottom:5px;
}

#no_flash_sidenav ul li ul li a,
#no_flash_sidenav ul li.current ul li a {
	color:#7C722C;
	font-size:12px;	
}

#no_flash_sidenav ul li ul li a:hover,
#no_flash_sidenav ul li.current ul li.current a {
	color:#663333;
}

#no_flash_sidenav ul li.current ul {
	display:block;
}
