body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #09426d url(../_images/bg.jpg) 0 0 repeat-x;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 13px;
    color: #000;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #01167e;
    text-decoration: underline;
}
a:hover, a:active {
    color: #4a5ebc;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top, #user {
	height: 46px;
	line-height: 46px;
	color: #FFF;
}
	#top #user {
		float: right;
	}
	
	#top a:link, #top a:visited {
		color: #FFF;
	}
	#top a:hover, #top a:active {
		color: #dddddd;
	}

/* ----------------------------------- */
/* MAIN
/* ----------------------------------- */
#wrapper {
	background: #FFF;
	padding-bottom: 25px;
}

/* ----------------------------------- */
/* MENU
/* ----------------------------------- */
#header {
	padding: 20px;
	height: 65px;
}
	#header img {
		float: left;
	}
	
#menu {
	background: url(../_images/menu.gif) 0 0 no-repeat;
	width: 365px;		/* Width of entire image */ 
	height: 45px;		/* Height of buttons */
	margin: 15px 0 0 300px;
}
#menu span {
	display: none;
}
#menu li, #menu a {
	height: 45px;		/* Each button must have the same height, define it here */ 
	display: block;
}
#menu li {
	float: left;
	list-style: none;
	_display: inline;		/* fixes IE/Win double margin float bug (safe) */
}

/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
/* width - width of each button, they will each most likely be unique */ 
#menu-01 	{ width: 187px; }
#menu-02 	{ width: 177px; }

/* Changed values should match sum of "width" numbers specified above */ 
#menu-01 a:hover	{ background: transparent url(../_images/menu.gif) 0px -45px no-repeat; }
#menu-02 a:hover	{ background: transparent url(../_images/menu.gif) -187px -45px no-repeat; }

/* ----------------------------------- */
/* BANNER
/* ----------------------------------- */
#banner {
	height: 329px;
	background: transparent url(../_images/banner.jpg) 0 0 no-repeat;
	overflow: hidden;
}
	#intro-patient, #intro-physician {
		padding: 105px 0 0 0;
		height: 159px;
	}
	#intro-patient, #button-patient {
		width: 283px;
		margin: 0 0 0 143px;
		float: left;
		display: inline;
	}
	#intro-physician, #button-physician {
		width: 268px;
		margin: 0 144px 0 0;
		float: right;
		display: inline;
	}
	#banner p {
		color: #adc6d4;
	}

/* ----------------------------------- */
/* WELCOME
/* ----------------------------------- */
#welcome h2 {
	text-indent: -3000px;
	height: 77px;
}
#what-is {
	width: 290px;
	float: left;
}
	#what-is h2 { background: transparent url(../_images/headers/what-is-ctd.gif) 0 0 no-repeat; }
	#what-is p {
		color: #595959;
		margin-left: 46px;
		margin-right: 25px;
	}

#quick-links {
	width: 610px;
	float: right;
}
	#quick-links h2 { background: transparent url(../_images/headers/quick-links.gif) 0 0 no-repeat; }
	#quick-links ul {
		float: left;
		width: 225px;
		margin-left: 45px;
	}
		#quick-links lh {
			font-size: 10px;
			color: #9b9b9b;
			text-transform: uppercase;
		}
		#quick-links li {
			font-size: 11px;
			line-height: 16px;
			color: #5a5a5a;
			list-style: none;
			margin: 0 0 10px 0;
		}
		#quick-links li a {
			font-size: 14px;
			display: block;
		}

p#physician-directory {
	font-size: 14px;
	font-weight: bold;
	color: #c00301;
	margin-left: 45px;
}
		
	
/* ----------------------------------- */
/* SUB PAGES
/* ----------------------------------- */
#main {
	background: transparent url(../_images/main.jpg) 0 0 no-repeat;
}

/* CONTENT */
#content {
	width: 540px;
	float: right;
	margin-right: 45px;
	display: inline;
}
	#page-title {
		height: 127px;
		overflow: hidden;
	}
		#crumb {
			padding-top: 24px;
			font-size: 11px;
			margin-bottom: 5px;
		}
			#crumb, #crumb a {
				color: #6ba0b9;
			}
		#page-title h1 {
			font-size: 28px;
			line-height: 28px;
			color: #FFF;
			font-weight: normal;
		}
	
	#content li {
		margin-left: 25px;
	}
	
	#content h2 {
		font-size: 18px;
		color: #fb1c15;
	}
	#content h3 {
		font-size: 16px;
		font-weight: normal;
	}
	#content h3 em {
		font-weight: normal;
		color: #666;
		font-size: 12px;
	}
	
	img.doctor {
		float: right;
		padding: 2px;
		border: 1px solid #fb1c15;
		margin: 0 0 10px 10px;
	}
	
	p.hotline {
		text-align: center;
		border: 1px solid #fb1c15;
		font-size: 16px;
		font-weight: bold;
		padding: 7px;
		text-transform: uppercase;
	}
		p.hotline strong {
			color: #fb1c15;
		}
	
	p.highlight {
		font-size: 15px;
		line-height: 20px;
		color: #fb1c15;
	}

/* SIDE */
#side {
	width: 265px;
	float: left;
}
	#side li {
		padding: 5px 15px 5px 28px;
		border-bottom: 1px solid #bdbbbc;
		list-style: none;
		font-size: 14px;
	}
	#side li a:link, #side li a:visited {
		color: #fb1c15;
		text-decoration: none;
	}
	#side li a:hover, #side li a:active {
		color: #fb8e8b;
	}
	#side li.selected {
		background: #EFEFEF;
	}
	
	#side li.highlight a:link, #side li.highlight a:visited {
		color: #01167e;
		text-decoration: none;
	}
	#side li.highlight a:hover, #side li.highlight a:active {
		color: #4a5ebc;
		text-decoration: none;
	}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	color: #ddd;
	font-size: 11px;
	text-align: center;
	padding: 30px;
}
	