@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #cccccc;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
img {
	border: 0;
	vertical-align: text-bottom;
}
#container {
	width: 792px;
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height: 75px;
}
#text {
	background: #990000 url(/_images/textbar-white-cardinal.gif) left top no-repeat;
	display: block;
	width: 698px;
	height: 25px;
	float: left;
}
#monogram {
	background: url(/_images/mono-white-cardinal-big.gif) right top no-repeat;
	display: block;
	width: 94px;
	height: 75px;
	float: right;
}
#title {
	background: #990000 url(/_images/title.jpg) bottom left no-repeat;
	display: block;
	width: 698px;
	height: 50px;
	float: left;
}
#pageHeader {
	margin-top: 20px;
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
}
#pageHeader h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.833em;
	font-weight: bold;
	color: #990000;
	line-height: 1.333em;
	letter-spacing: 0.05em;
	float:left;
}
#pageHeader form {
	float: right;
}
#q {
	width: 110px;
	height: 16px;
	font-size: 0.75em;
	border: 1px solid #999;
}
#qbtn {
	font-size: 0.75em;
	line-height: 1.5em;
	background-color: #990000;
	color: #fff;
	font-weight: bold;
	height: 16px;
	border: 1px outset #999;
	padding: 0 5px;
}
#qbtn:hover {
	color: #FFCC00;
}
#qbtn:active {
	border-style: inset;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#mainContent {
	padding: 0 20px 20px 20px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	min-height: 400px;
	position: relative;
}
#mainContent h4 {
	font-size: 1.167em;
	font-weight: bold;
	color: #990000;
	line-height: 1.333em;
	letter-spacing: 0.015em;
	margin-top: 1.5em;
}
#mainContent h5 {
	font-size: 1.083em;
	font-weight: bold;
	line-height: 1.333em;
	letter-spacing: 0.015em;
	margin-top: 1.5em;
}
#mainContent h6 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.333em;
	letter-spacing: 0.015em;
	margin-top: 1.5em;
	font-style: italic;
}
#mainContent a, #footer a {
	color:#900;
}
#mainContent a:hover, #footer a {
	text-decoration: none;
}
#mainContent p, #mainContent ul, #mainContent ol {
	margin-top: 1em;
}
#mainContent ul li, #mainContent ol li {
	margin: 1em 0 0 3em;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ccc;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 0.833em;
}
.clear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}
.accessibility {
	left: -999em;
	position: absolute;
}
.center {
	margin-right: auto; 
	margin-left: auto;
}
.col2, .col2R {
	width: 366px;
}
.col2 {
	margin-right: 20px;
	float: left;
}
.col2R {
	padding: 0;
	float: right;
}
.col4 {
	margin-right: 20px;
	float: left;
	width: 183px;
}
.col34R {
	float: right;
	width: 549px;
}
.col_float_r {
	float: right;
	margin: 1.5em 2em;
	padding: 1em;
	border: 1px solid #999;
	width: 199px;

}
.col_float_r img {
	margin: 0 auto;
	display: block;
}
.img_l, .img_r, ul.picture_list li img, ul.picture_list_h li img {
	padding: 2px;
	border: 1px solid #999;
}
.img_l_borderless, .img_r_borderless {
	border: none;	
}
.img_l, .img_l_borderless {
	float: left;
	margin: 0 10px 10px 0;
}
.img_r, .img_r_borderless {
	float: right;
	margin: 0 0 10px 10px;
}
.no_decoration_list li, .picture_list li, .picture_list_h li, .picture_list_c2 li {
	list-style-image: none;
	list-style-type: none;
}
.no_decoration_list li {
	margin-left: 0 !important;	
}
.tight li {
	margin-top: 0 !important;
}
.picture_list li {
	margin-left: 0 !important;
	padding: 20px 0 20px 200px;
	min-height: 150px;
	border-top: 1px solid #999;
}

.picture_list li img {
	position: absolute; 
	left: 20px;
}
.picture_list li h4 {
	margin-top: 0 !important;
}
.picture_list_h li {
	float: left;
	width: 200px;
	text-align: center;
}
.picture_list_c2 li {
	float: left;
	width: 221px;
	margin: 2em 0 0 10px !important;
	padding-left: 145px;
	position: relative;
	min-height: 183px;
}
.picture_list_c2 li img {
	position: absolute; 
	left: 0;
}
.picture_list_c2 #name {
	font-size: 1.167em;
	font-weight: bold;
}
.picture_list_c2 #speciality {
	font-size: 0.833em;
	margin: 1em 0;
	display: block;
}

label {
	float: left;
	width: 200px;
	font-weight: bold;
	text-align: right;
}
.label {
	font-weight: bold;
}
fieldset {
	padding: 0 1.5em 1.5em 1.5em;
	margin-top: 1.5em;
	border: #900 1px solid;
}
input[type="text"], textarea {
	margin-left: 20px;
	width: 250px;
}
select, input[type="radio"] { 
	margin-left: 20px;
}
textarea {
	height: 100px;	
}
/*label.error {
	background: url(/images/warning.gif) no-repeat scroll 0 0;
	color: #d9371b;
	font-weight: bold;
	padding-left: 22px;
	float: right;
	text-align: left;
	width: 138px;
	line-height: 18px;
}
table {
	margin: 1.5em 0 0; 
	border-spacing: 0 5px;
	padding: 4px;
	border: 1px solid #ccc;
}
table thead th { 
	background-color: #990000; 
	color: white; 
}
td, th {
	padding: 0.5em 15px;
	vertical-align: top;
}
td>*:first-child { 
	margin-top: 0; 
}
table caption {
	text-align: left; 
	font-size: 80%; 
	caption-side: bottom;
	margin-top: .5em;
	padding: 0 8px;
}
.striped tr.even {
	background-color: #ffffff;
	color:#a60000
}
.striped tr.odd { 
	background-color: #cccccc; 
	color:#a60000 
}
.striped tr.evenHover { }
.striped tr.oddHover { }
table tbody tr td ul li {
	background: none !important;
	list-style-type: disc !important;
	padding: 0 !important;
	margin: 0 !important;
}*/

