@import url(color.css);
@import url(typography.css);

/* ============== Normalize =====================================================*/
/*margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, select, option { margin:0; padding:0; }
/* Remove list-style from lists */	table { border-collapse:collapse; border-spacing:0;}
/* Remove border from fieldset and img */	fieldset, img { border:0; }
/* Left-align textin caption and th */		caption, th {text-align:left;}
/* =============== General Page Structure =========================================== */

html {
	text-align:center;
	}
body {
	width:1070px;
	margin:0 auto;
	position:relative;
	text-align:left;
	}

/* ----- Left-Hand Column ------------- */
#left_col {
	position:absolute;
	top:0px;
	left:0px;
	min-height:500px;
	
	}	
#left_col img {
	padding:0 0 5px 0;
	margin:0;
	
	}
#nav {
	padding-bottom:117px;
	}	
#nav, .address, #phone, #email { /* move image left of logo */
	position:relative;
	left:18px;
	}
#phone {
	padding-top:12px;
	}

/* ----------- Right-Hand Column -------------- */
#right_col img {
	display:block;
	margin:0 auto;
	}

/* ----------- Shadowed top of box image ----------- */
#top_box {
	
	height:9px;
	line-height:0px;	
	font-size:0px;
	}

/* ---------- Main section of site, includes everything inside the white box ----------- */
#content {
	width:598px;
	margin:0 auto;
	}

/* --------- Content of the site goes here -------------- */

#content_main {
	padding:30px 30px 50px 30px;
	}
#content_main p {
	padding:10px 0;
	}
#content_main h2, #content_main h3 {
	padding:15px 0 5px 0;
	}
.lists {
	padding: 0 0 10px 50px;
	display: block;
	}
.list_space {
	padding-top:15px;
	}
.tiffany_signature {
	display: block;
	padding-top: 10px;
	padding-bottom:25px;
	text-align: right;
	}

#home_page #content_main q,
#specialties_page #content_main q {
	display: block;
	padding-top:9px;
	padding-bottom: 12px;
	}

#home_page #content_main q {
	margin-top: 15px;
	}

#specialties_page #content_main q {
	margin-top: 5px;
	}
.back_to_top {
	margin-top: 15px;
	}
	
/* --------- Getting Started Page --------------- */
#getting_started_page #content_main h3 {
	padding:0;
	}
#getting_started_page form {
	margin-bottom: 7px;
	} 

/* --------- About Page --------------- */

body#about_page #content_main {
	min-height:750px;	
	}
#about_left {
	width:295px;
	padding-left:5px;
	
	}
#about_right {
	width:221px;
	position: absolute;
	left: 583px;
	}
#about_name {
	width: 221px;
	text-align: center;
	margin-top: 7px;
	}
#about_name p {
	padding:0 0 2px 0;
	}	
/* --------- Resources Page --------------- */

#resources_page #content_main p {
	padding: 0 0 10px 0;
	}
#resources_page #content_main p {
	padding:0 0 20px 0;
	}
#resources_page #content_main p.link_url {
	padding:0;
	}


/* ---------- bottom of white box image ---------------- */

#bottom_box {
	height:27px;
	}
	
#footer, #bottom_box {
	margin:0 auto;
	width:598px;
	text-align:center;
	}

#footer {
	margin-bottom: 10px;
	text-align:center;
	}

#footer li {
	display:inline;
	margin-right: 7px;
	}

	