/*  
Theme Name: Begin To Live 
Author: John King
*/

/* RESET CSS CODE */

body,html,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
fieldset,img{border:0;}
cite,code,em,strong,th{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
h1,h2,h3,h4{font-size:100%;}
body{font:100.01% arial, Sans-Serif;}
img{display: block;}

/* Page CSS */

body {
	text-align: center;
	background-color: #f5f5f5;
}

#wrapper {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 790px;
	background: #ffffff url(headertile.jpg) repeat-x;
	text-align: left;
}

/* Font CSS */

body {
	color: #6f7070;
}

a {
	text-decoration: none;
	color: #6f7070;
}

a.active {
	color: #336699;
}

a:hover {
	color: #336699;
}

h1 {
	padding: 0px 0px 0px 0px;
	color: #336699;
	font-size: 1.75em;
	float: left;
}

h2 {
	padding: 0px 0px 15px 0px;
	color: #336699;
	font-size: 1.75em;
}

h4 {
	padding: 10px 0px 15px 0px;
	text-align: center;
	text-decoration: underline;
	font-size: 0.85em;
}

p {
	font-size : 0.77em;
	line-height: 1.6em;
	text-align: justify;
}

#aboutpagewindow p {
	text-align: center;
}

#wideimage p {
	color: #ffffff;
	text-align: right;
	padding: 3px 20px 0px 425px;
	font-style: italic;
}

p.header {
	clear: left;
	padding: 0px 0px 10px 20px;
	float: left;
	font-size: 1.00em;
	font-weight: bold;
}

p.appointments {
	padding: 15px 0px 0px 20px;
}

p.contact {
	text-align: right;
	padding: 74px 20px 0px 0px;
}

#nav {
	font-size: 0.77em;
}

#footer li a {
	font-size: 0.66em;
	text-decoration: underline;
}

#footer p {
	font-size: 0.66em;
	padding: 10px 0px 5px 0px;
	text-align: center;
}

/* Header CSS */

h1 {
	padding: 0px 0px 0px 13px;
}

#bluequote {
	float: right;
	background: #e2ebf4 url(menu.gif) repeat-x 0px -32px;
	margin-top: 20px;
	padding: 10px 20px;
}

#wideimage {
	height: 84px;
	clear: both;
	background: #ffffff url(cloud.jpg) no-repeat;
}

/* Content CSS */

#content {
	clear: both;
	float: right;
	width: 500px;
	display: inline;
	padding: 20px 40px 20px 40px;
}

#content p {
	padding: 6px 0px 10px 0px;
	line-height: 1.4em;
}

/* List Styles */

ul.standard {
	font-size: 0.79em;
	padding: 3px 0px 8px 5px;
}

ul.standard li {
	padding: 5px 0px 5px 22px;
	background: white url('bullet.gif') no-repeat 0px 6px;
}

/* About Page CSS */

#imagecenter {
	width: 500px;
	margin: 10px 0px 15px 0px;
}

#imagecenter img {
	margin: 0px auto;
	padding: 2px;
	border: 1px solid #bcd2e6;
}

#aboutpagewindow {
	float: right;
	margin: 8px 0px 10px 30px;
	text-align: center;
}

#aboutpagewindow img {
	margin: 0px auto;
	padding: 2px;
	border: 1px solid #bcd2e6;
}

/* Stuff below menu */

#nav p {
	margin: 8px 0px 0px 0px;
}

#spacer {
	clear: both;
	padding: 2px 0px;
	height: 6px;
}

/* Suckerfish Dropdowns */

#nav {
	padding: 0;
	margin: 25px 0px 20px 20px;
	float: left;
	width: 160px;
	display: inline;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
}
	
#nav li { 
	position : relative;
	float : left;
	margin-bottom : -1px;
	width: 160px;
}
	
#nav li ul { 
	position : absolute;
	left: -999em;
	margin-left : 161px;
	margin-top : -35px;
	width: 200px;
}
	
#nav li a {
	width: 160px;
	w\idth : 150px;
	text-decoration : none;
	padding: 0px 6px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 25px;
	text-decoration: none;
	display : block;
	border : 1px solid #bcd2e6;
}

#nav li ul li a {
	width: 200px;
	w\idth : 194px;
  	height: 17px;
}
	
#nav li a:link, #nav li a:visited {
	color: #8BADCF;
	display: block;
	background: url(menu.gif);
	padding: 8px 0 0 10px;
}
	
#nav li a:hover {
	color: #627EB7;
	background: url(menu.gif) 0 -32px;
	padding: 8px 0 0 10px;
}

#nav li a.active {
	background: url(menu.gif) 0 -32px;
}

#nav li ul li a:link, #nav li ul li a:visited {
	color: #8BADCF;
	display: block;
	background: url(menu2.gif);
	padding: 0px 0 0 6px;
}

#nav li ul li a:hover {
	color: #627EB7;
	background: url(menu2.gif) 0 -20px;
	padding: 0px 0 0 6px;
}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* Contact Form CSS */

form {
	margin-bottom: 40px;
}

form label {
	float: left;
	width: 200px;
	font-size: 0.85em;
}

form input,
form select {
	width: 200px;
}

form textarea {
	height: 100px;
	width: 290px;
}

form ul li {
	padding-bottom: 10px;
}

form input#button {
	width: 80px;
	margin-left: 200px;
}

/* Footer CSS */

#footer {
	clear: both;
	text-align: center;
	border-top: 1px dotted #9fa0a0;
	margin-top: 15px;
	padding-top: 5px;
}

#footer ul {
	margin: 0px auto 0px auto;
	width: 770px;
}

#footer li {
	display: inline;
	padding: 0px 3px 0px 3px;
}

#footer p {
	clear: both;
}

