* {
	margin: 0;
	padding: 0;
	}
	
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.4;	
	font-size: 12px;
	background-color:#ffffff;
	}
	
a {
	color: #996699;
	text-decoration: none;
	}

a:link {
	color: #996699;
	text-decoration: none;
	}

/*a:visited {
	color: #666699;
	text-decoration: none;
	}*/

a:hover {
	color: #666699;
	text-decoration: underline;
	}

img {
	border: none;
	}
	
img.left {
	float: left;
	padding: 10px 10px 0px 0px;
	}
	
img.right {
	float: right;
	padding: 10px 0 0 10px;
	}
	
img.center {
	margin: 0 auto;
	text-align: center;
	}
	
img.article {
	float: left;
	padding-right: 10px;
	margin-top: -1.1em;
	}
	
/*Google search input*/
input.q { 
	width: 164px;
	margin: 5px 0;
	}
/* end Google search input*/	

p {
	margin: 0 0 2em 0;
	}
	
ul {
	list-style: none; 
	}
	
ul.supportList {
	margin: .5em 0 1.5em 1.5em;
	}
	
ul.supportList li {
	list-style-type: none; 
	text-indent: -15px;
	}
	
h2 {
	font-size: 110%;
	font-weight: bold;
	}
	
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #666699;
	margin-top: 2em; 
	margin-bottom: 1em; 
	}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrap {
	width: 800px;
	}

#header {
	width: 100%;
	position: relative;
	}
	
#leftNav {
	float: left;
	width: 180px;
	margin: 40px 0 0 0;
	}

#content {
	float: left;
  	width: 560px;
	padding-left: 10px;
	}
	
#centerWrap {
	position: absolute;
	top: 160px;
	left: 190px;
	width: 620px;
	}
	
#footer {
	width:100%;
	clear:both;
	text-align:center;
	position:relative;
	line-height: 1.2em;
	padding: 20px 0 10px 0;
}

	
/***********************************************/
/* Components                                  */
/***********************************************/

#mainBackground {
	width: 620px;
	height: 368px;
	margin-left: -40px;
	}
	
/***************** #header styles ********************/
	
.pageTitle {
	text-align: center;
	margin: 0 auto;
	padding: 0 0 20px 0;
	}
	
.italicizedText {
	font-style: italic; 
	font-size:11px;
	/*font-size: smaller;
	color: #663366;*/
	margin-bottom: 1.5em;
	}
	
/****************** #globalNav styles *****************/

#globalNav {
	padding: 0px 0px 5px 0px;
	color: #996699;
	margin-top: -70px;
	margin-left: 190px;
	}
	
		

#globalNav a {
	padding: 0 4px 0 0;
	}

/*#navList {
	list-style: none;
	}*/

#navList li {
	display: inline;
	}
	
/*#navList li:before { content: "| "; }
#navList li:first-child:before { content: ""; }*/

/*IE workaround*/
/*All IE browsers*/
* html #navList li {
	border-left: 1px solid black;
	padding: 0 0.4em 0 0.4em;
	margin: 0 0.4em 0 -0.4em;
	}

/*Win IE browsers - hide from Mac IE\*/
* html #navList { height: 1%; }

* html #navList li {
	display: block;
	float: left;
	}
	
/*End hide*/
/*Mac IE 5*/
* html #navList li:first-child { border-left: 0; }


/******************* #leftNav styles *******************/ 



/****************** #search *********************/

#search {
	padding: 5px 0 15px 10px;
	font-size: 90%;
	}

#search fieldset {
	border: none;
	}

/*********** #leftNav link and list styles *****************/

#leftNav ul a:link, #leftNav ul a:visited {
	display: block;
	}
	
#globalStatus {
 	color: #663366; 
	font-weight: bold;
	}
	
#newClient li {
	background: url(http://susanlitton.com/_images/grass.gif) 0px 4px no-repeat;
	margin-bottom: 20px;
	padding-left: 30px;
	line-height:200%;
	list-style-position:outside;
	}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#leftNav li {
	border-bottom: 1px solid #EEE;
	}

/* fix for browsers that don't need the hack */
html>body #leftNav li {
	border-bottom: none;
	}

/****************** #specialtiesLinks *******************/

#specialtiesLinksHolder {
	margin: 0px 0px 0 10px;
	font-size: 90%;
	border: 1px solid #996699;
	padding-bottom: 10px;
}

#specialtiesLinksHolder h2 a {
	font-variant: small-caps;
	background-color:#996699;
	color:#ffffff;
	text-align: center;
	border-bottom: 1px solid #996699;
	font-size: larger;
	margin-bottom: 10px;	
}

#specialtiesLinksHolder a, #articleLinksHolder a {
	display: block;
	padding: 2px;
}

#specialtiesLinks li {
	background: url(http://susanlitton.com/_images/purplearrow.gif) 5px 7px no-repeat;
	padding-left: 12px;
	}
	
#specialtiesLinks a {
	text-decoration: none;
	color: #996699;
	}
	
#specialtiesLinks a:hover {
	text-decoration: underline;
	color: #666699;
	}
	
#specialtyStatus {
 	color: #663366; 
	font-weight: bold;
	display: block;
	padding: 3px 2px 2px 2px;
	}
	
#articleStatus {
	color: #506E8D;
	font-weight: bold;
	display: block;
	padding: 3px 2px 2px 2px;
	}
	
/********************  Right Nav Styles  ***********************/

#articleLinksHolder {
	margin: 20px 0px 20px 10px;
	font-size: 90%;
	border: 1px solid #506E8D;
	padding-bottom: 10px;
}
	
	
#articleLinksHolder h2 a{
	font-variant: small-caps;
	background-color:#506E8D;
	color: #ffffff;
	text-align: center;
	border-bottom: 1px solid #506E8D;
	font-size: larger;
	margin-bottom: 10px;	
}
	
#articleLinks li {
	background: url(http://susanlitton.com/_images/bluearrow.gif) 5px 7px no-repeat;
	padding-left: 12px;
	}
	
#articleLinks a {
	text-indent: 0px;
	padding-right: 20px;
	text-decoration: none;
	color: #506E8D;
	}
	
#articleLinks a:hover {
	text-decoration: underline;
	color: #996699;
	}


/********************  Footer Styles  ***********************/
	

#dividerLine {
	width: 300px;
	height: 1px;
	max-height: 1px;
	margin: 0 auto;
	}
	
.purple {
	background-color:#996699;		
	}

#footerContact {
	margin-top: 5px;
	color: #996699;
	padding: 10px 0;
	font-size: 90%;
	}
	
#designer, #copyright, #validation  {
	font-size: 75%;
	}
	
		
/***********************************************/
/* Individual Pages                            */
/***********************************************/

/*********** Contact ****************************/

#contact {
	position: relative;
	text-align: center;
	margin-top: 20px;
	}
	
#contact a {
	display: block;
	margin-bottom: 20px;
	}
	
.type {
	float: left;	
	width: 280px;
	text-align: right;	
	}
	
.value {
	float: left;	
	text-align: left;
	padding-left: 5px;
	}
	
#horsePosition {
	position: absolute; 
	top: 50px; 
	left: 10px;
	}
	
/*********** Map ****************************/

#map {
	position: relative;
	}
	
#map img {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	}
	
/***********************************************/
/* Articles                                    */
/***********************************************/

.next {
	margin: -1.5em 0 100px 0;
	}
	
#articleCopyright {
	font-size: 11px; 
	font-style: italic; 
	text-align: center;
	}
	
/*********** Puppy ****************************/

.puppyTitle {  /* To counteract pageTitle */
	margin-bottom: -30px;
	}

.back {
	font-size: 9px;
	position: absolute;
	top: 0px;
	right: 60px;
	background: url(http://susanlitton.com/_images/backarrowblack.gif) top left no-repeat;
	}
	
.birBack {
	font-size: 9px;
	position: absolute;
	top: -10px;
	right: 60px;
	background: url(http://susanlitton.com/_images/backarrowblack.gif) top left no-repeat;	
	}

.back img, .birBack img {
	padding-right: 3px;
	}
	
.back a, .birBack a {
	color: #000;
	padding-left: 20px;
	}
	
#backNext {
	width: 268px; 
	margin: 0 auto;
	}
	
#backNextWeight {
	width: 164px; 
	margin: 0 auto;
	}
	
#backNext img.left, .backNext img.left, #backNext img.right, .backNext img.right {
	padding: 0;
	}	
	
/*********** 49 And I Ain't ****************************/

.weightTitle {  /* To counteract pageTitle */
	margin-top: 30px;
	margin-bottom: -50px;
	}
	
#listContainer {
	width: 85%;
	margin: 0 auto;
	}	
	
#aging li {
	background: url(http://susanlitton.com/_images/raggedy-anne-icon.jpg) 0px 0px no-repeat;
	/*margin: 20px;  These commented out are for the heads.
	padding-top: 10px;
	padding-left: -40px;
	text-indent: 36px;*/
	margin: 20px;
	text-indent: 26px;
	padding-top: 5px;
	}
	
/*********** Bend in the River ****************************/	

#riverPicture {
	float: right;
	width: 300px;
	text-align: center;
	padding-left: 10px;
	padding-bottom: 10px;
	}
	
#topSlice {
	position: relative; 
	top: 0; left: 0; 
	width: 300px;
	}
	
#leftSlice {
 	float: left; 
	margin-top: -5px;
	}
	
#rightSlice {
	float: right; 
	margin-top: -5px;
	}
	
h2.blue, h3.blue {
	color: #666699;
	padding: 10px 0 15px 0;
	}
	
#backNext.river {
	width: 145px; 
	}
	
#backNext.river2 {
	width: 266px; 
	}
	
/*********** Weight Loss **********************/	

#weight li {
	background: url(http://susanlitton.com/_images/weight-apple-icon.gif) 0px 0px no-repeat;
	margin: 20px;
	text-indent: 42px;
	padding-top: 5px;
	}
	
#backNext.weight {
	width: 258px;
	}
	
/***********************************************/
/* Specialties                                 */
/***********************************************/
	
table#questions {
	border: 0;
	font-size: 10px; 
	border-bottom: 2px solid #cc99cc;
	}	
	
/***********************************************/
/* Other                                       */
/***********************************************/
	
.clear {
	clear: both;
	}
	
.pageNumbers {
	margin-top: -7px;
	}
	
.bir {
	margin-top: 10px;
	}
	
.active {
	font-weight:bold;
	}
	
#backlink {
	position: absolute;
	top: 80px;
	}
	
#backlink a {
	color: #000000;
	font-size: 9px;
	}	
	
#anaisNin {
	background-color: #D5C1CD;
	color: #996699;
	width: 200px;
	float: right;
	position: relative;
	margin-right: 20px;
	}

#mainPhotoHolder {
	position: relative;
	width: 700px;
	margin: 0 auto;
	}
	
#mainPhotoHolder img {
	margin-left: 77px;
	margin-bottom: 20px;
	}

#imagegallery {
  list-style: none;
  width: 700px;
}

#imagegallery li {
  display: inline;
  float: left;
  padding: .2em;
}

#imagegallery li a img {
  border: 0;
}

#placeholderWrap {
	position: relative;
	width: 700px;
	margin: 0 auto;
	}
	
#description {
	position: relative;
	width: 660px;
	text-align: center;
	margin-bottom: 10px;
	}

#placeholder {
	position: relative;
	left: 50%;
	margin-left: -200px;
	}




	
