
/* body default values */
body {
	margin:0;
	padding:0;
	background-color:#f2e6cc;
	font:62.5% Arial, Helvetica, sans-serif;
	color:#000000;
}

a:link {
	color:#827305;
	text-decoration:underline;
}

a:visited {
	color:#827305;
	text-decoration:underline;
}

a:hover {
	color:#827305;
	text-decoration:none;
}

a:active {
	color:#827305;
	text-decoration:none;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.8em;
	font-weight:normal;
	color:#00229f;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:normal;
	color:#00229f;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:normal;
	color:#00229f;
}

.bold {
	font-weight:bold;
}

.underline {
	text-decoration:underline;
}

.italicize {
	font-style:italic;
}

.center {
	text-align:center;
}

ul {
	margin-left:15px;
	padding-left:15px;
	list-style-type:square;
}

ol {
	margin-left:15px;
	padding-left:15px;
}

.floatright {
	float:right;
	margin-left:10px;
	/* the attribute below is an IE6 hack to fix the floated double-margin problem */
	_display:inline;
}

.floatleft {
	float:left;
	margin-right:10px;
	/* the attribute below is an IE6 hack to fix the floated double-margin problem */
	_display:inline;
}

.floatimageright {
	float:right;
	margin:10px 0 10px 10px;
	/* the attribute below is an IE6 hack to fix the floated double-margin problem */
	_display:inline;
}

.floatimageleft {
	float:left;
	margin:10px 10px 10px 0;
	/* the attribute below is an IE6 hack to fix the floated double-margin problem */
	_display:inline;
}

.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}

/* this class should be used on a div to put some vertical space such as after the last paragraph */
.verticalspacer {
	margin:0 0 5px 0;
	padding:0
}

/* abbreviations and change cursor -- be sure to have a title attribute that provides the meaning of the abbreviation */
abbr {
	border-bottom:1px dotted #666;
	cursor:help;
}

/* REMINDER:the total width of a <div> will include the padding and border in addition to the width specified in the CSS so adjust the width attribute if adjusting the padding and border attributes -- i.e. reduce width if increasing padding and/or border width sizes and vice versa */

/* main container that contains all other elements below */
#container {
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	width:790px;
}

#mainbox {
	margin:0;
	padding:0;
	width:788px;
	border:1px solid #a33e32;
	background-color:#dedbdb;
}

#masthead {
	margin:0;
	padding:0;
	width:788px;
	height:130px;
	background-image:url(../images/masthead.jpg);
}

#topnav {
	margin:0;
	padding:12px 0 0 460px;
	font-size:1.2em;
	color:#c4bd87;
	text-align:center;
}

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

#topnav a:visited {
	color:#ffffff;
	text-decoration:none;
}

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

#topnav a:active {
	color:#ffffff;
	text-decoration:underline;
}

#leftnavhomepage {
	float:left;
	margin:6px 6px 0 6px;
	padding:12px 15px 18px 15px;
	width:155px;
	height:182px;
	border:1px solid #a33e32;
	background-color:#ffffff;
	/* the attribute below is an IE6 hack to fix the floated double-margin problem */
	_display:inline;
}

#leftnavhomepage ul {
	margin:0;
	padding:0;
	font-size:1.2em;
	list-style:none;
}

#leftnavhomepage ul li {
	margin:0;
	padding:0 0 14px 0;
}

#leftnavhomepage a:link {
	color:#752a24;
	text-decoration:none;
}

#leftnavhomepage a:visited {
	color:#752a24;
	text-decoration:none;
}

#leftnavhomepage a:hover {
	color:#752a24;
	text-decoration:underline;
}

#leftnavhomepage a:active {
	color:#752a24;
	text-decoration:underline;
}

#mainimagehomepage {
	float:right;
	margin:6px 6px 0 0;
	width:583px;
	height:214px;
	/* the attribute below is an IE6 hack to fix the floated double-margin problem */
	_display:inline;
}

#maincontentbox {
	float:left;
	margin:0;
	padding:0;
	width:523px;
	height:443px;
}

#welcomebox {
	margin:6px;
	padding:0;
	width:509px;
	height:203px;
	border:1px solid #a33e32;
	background-color:#ffffff;
}

#welcomebox p {
	margin:15px 15px 0 15px;
	padding:0;
	font-size:1.2em;
}

#meetourphysicians {
	margin:6px;
	padding:0;
	width:509px;
	height:230px;
	border:1px solid #a33e32;
	background-color:#ffffff;
}

.physicianhomepagebox {
	float:left;
	margin:10px 15px;
	padding:0;
	width:224px;
	/* the attribute below is an IE6 hack to fix the floated double-margin problem */
	_display:inline;
}

.physicianhomepagebox h2 {
	margin:0 0 -10px 0;
	font-size:1.3em;
	color:#827305;
}

.physicianhomepagebox p {
	font-size:1.2em;
}

.redverticalline {
	float:left;
	margin:10px 0;
	padding:0;
	width:1px;
	height:164px;
	background-color:#a33e32;
}

#thumbnailscontainer {
	float:right;
	margin:6px 6px 6px 0;
	padding:0;
	width:257px;
	height:441px;
	border:1px solid #a33e32;
	background-image:url(../images/thumbnails-container-bg.jpg);
	/* the attribute below is an IE6 hack to fix the floated double-margin problem */
	_display:inline;
}

.thumbnailbox1 {
	margin:31px 10px 5px 10px;
	padding:0;
	width:237px;
	height:72px;
	background-image:url(../images/homepage-thumbnailbox-01.jpg)
}

.thumbnailbox1 p {
	margin:0;
	padding:31px 5px 0 105px;
	font-size:1.2em;
}

.thumbnailbox2 {
	margin:10px 10px 5px 10px;
	padding:0;
	width:237px;
	height:72px;
	background-image:url(../images/homepage-thumbnailbox-02.jpg)
}

.thumbnailbox2 p {
	margin:0;
	padding:31px 5px 0 105px;
	font-size:1.2em;
}

.thumbnailbox3 {
	margin:10px 10px 5px 10px;
	padding:0;
	width:237px;
	height:72px;
	background-image:url(../images/homepage-thumbnailbox-03.jpg)
}

.thumbnailbox3 p {
	margin:0;
	padding:31px 5px 0 105px;
	font-size:1.2em;
}

.thumbnailbox4 {
	margin:10px 10px 5px 10px;
	padding:0;
	width:237px;
	height:72px;
	background-image:url(../images/homepage-thumbnailbox-04.jpg)
}

.thumbnailbox4 p {
	margin:0;
	padding:31px 5px 0 105px;
	font-size:1.2em;
}

.thumbnailbox5 {
	margin:10px 10px 5px 10px;
	padding:0;
	width:237px;
	height:72px;
	background-image:url(../images/homepage-thumbnailbox-05.jpg)
}

.thumbnailbox5 p {
	margin:0;
	padding:31px 5px 0 105px;
	font-size:1.2em;
}

#leftcolumn {
	float:left;
	margin:6px;
	padding:0;
	width:185px;
	/* the attribute below is an IE6 hack to fix the floated double-margin problem */
	_display:inline;
}

#leftnavinternalpage {
	margin:0;
	padding:12px 15px 4px 15px;
	width:155px;
	border:1px solid #a33e32;
	background-color:#ffffff;
	color:#aa9b33;
}

#leftnavinternalpage ul {
	margin:0;
	padding:0;
	font-size:1.2em;
	list-style:none;
}

#leftnavinternalpage ul li {
	margin:0;
	padding:0 0 14px 0;
}

#leftnavinternalpage ul li ul {
	margin:3px 0 0 0;
	padding:0;
	font-size:1em;
	list-style:none;
}

#leftnavinternalpage ul li ul li {
	margin:0;
	padding:3px 0 0 10px;
}

#leftnavinternalpage a:link {
	color:#752a24;
	text-decoration:none;
}

#leftnavinternalpage a:visited {
	color:#752a24;
	text-decoration:none;
}

#leftnavinternalpage a:hover {
	color:#752a24;
	text-decoration:underline;
}

#leftnavinternalpage a:active {
	color:#752a24;
	text-decoration:underline;
}

#promotionbox {
	margin:6px 0 0 0;
	padding:0;
	width:185px;
	height:289px;
	border:1px solid #a33e32;
}

#promotionbox img {
	border:none;
}

#rightcolumn {
	float:right;
	margin:6px 6px 6px 0;
	padding:0;
	width:583px;
	/* the attribute below is an IE6 hack to fix the floated double-margin problem */
	_display:inline;
}

#mainimageinternalpage {
	margin:0;
	width:583px;
	height:185px;
}

#maincontentboxinternalpage {
	margin:6px 0 0 0;
	padding:0;
	width:581px;
	border:1px solid #a33e32;
	background-color:#ffffff;
}

#maincontentboxinternalpage h1 {
	margin:0;
	padding:7px 15px 0px 21px;
	font-size:1.4em;
	font-weight:bold;
	color:#000000;
}

#maincontentboxinternalpage p {
	margin:0;
	padding:7px 15px 10px 21px;
	font-size:1.2em;
}

#maincontentboxinternalpage ul {
	margin:0;
	padding:7px 15px 10px 53px;
	font-size:1.2em;
}

#maincontentboxinternalpage ul li {
	margin:0;
	padding:0;
}

#maincontentboxinternalpage ul li ul {
	margin:0;
	padding:7px 15px 15px 10px;
	font-size:1em;
	list-style:none;
}

#maincontentboxinternalpage ul li ul li {
	margin:0;
	padding:0 0 5px 0;
}

#maincontentboxinternalpage ol {
	margin:0;
	padding:7px 15px 10px 53px;
	font-size:1.2em;
}

#maincontentboxinternalpage ol li {
	margin:0;
	padding:0;
}

#maincontentboxinternalpage ol li ol {
	margin:0;
	padding:7px 15px 15px 10px;
	font-size:1em;
	list-style:none;
}

#maincontentboxinternalpage ol li ol li {
	margin:0;
	padding:0 0 5px 0;
}

#maincontentboxinternalpage img {
	border:none;
}

.tab {
	margin:0 0 15px 0;
	padding:0;
}

.tabbedboxtab {
	margin:0 15px 0 15px;
	padding:0;
	width:551px;
	height:22px;
}

.tabbedbox {
	margin:0 15px 0 15px;
	padding:0px;
	width:549px;
	border-left:1px solid #a33e32;
	border-right:1px solid #a33e32;
	border-bottom:1px solid #a33e32;
	background-color:#f2e6cc;
}

.table2column {
	margin:15px 15px 15px 21px;
	border:none;
	border-collapse:collapse;
	font-size:1.2em;
}

.table2column td {
	margin:0;
	padding:0 80px 0 0;
	width:50%;
	vertical-align:top;
}

#footer {
	margin:6px 0 40px 0;
	padding:0;
	width:790px;
}

#footer img {
	border:none;
}

#bottomlinks {
	margin:0;
	padding:0 23px 0 23px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}

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

#bottomlinks a:visited {
	color:#000000;
	text-decoration:none;
}

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

#bottomlinks a:active {
	color:#000000;
	text-decoration:underline;
}

#contactinfoforprint {
	display:none;
}

/* contact form field attributes */
#quickcontactform {
	margin:0;
	padding:0;
}

#quickcontactform table {
	margin:25px 15px 30px 21px;
	border:none;
	border-collapse:collapse;
	font-size:1.3em;
}

#quickcontactform table tr td {
	margin:0;
	padding:5px;
}

.textalignrightandtop {
	text-align:right;
	vertical-align:top;
}

#firstname, #lastname, #city, #email, #phone {
	margin:0;
	padding:0;
	width:150px;
	font:1em Arial, Helvetica, sans-serif;
	color:#000000;
}

#address, #comments, #interestedin {
	margin:0;
	padding:0;
	width:250px;
	font:1em Arial, Helvetica, sans-serif;
	color:#000000;
}

#apt, #state, #zipcode, #security_code {
	margin:0;
	padding:0;
	width:70px;
	font:1em Arial, Helvetica, sans-serif;
	color:#000000;
}
