/* @charset "utf-8"; */
/* CSS TABLE OF CONTENTS
1.) BODY AND CONTAINER
2.) HEADER
3.) BREADCRUMB
4.) MAIN CONTENT
5.) FOOTER CONTENT
6.) MISC
*/

/* BODY AND CONTAINER CSS */
body  {
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
}
.thrColFixHdr #SearchContainer {
	width: 950px;
	/* background:url(../images/structure/content_background.gif); 
	background-position:  0px 200px;*/
	margin: 0 auto;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style:hidden;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background: #FFF;
} 
/* END OF BODY AND CONTAINER CSS */

/* HEADER CSS */
.thrColFixHdr #header { 
	background: #FFF; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px; 
} 
#header {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #336633;
	height: 136px;
} 
.WelcomeName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-position: right;
	color: #990000;
}
#LogoDiv {
	position: relative;
	float: left;
	width: 335px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
#GlobalNav {
	position: relative;
	float: right; /* since this element is floated, a width must be given */
	width: 585px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 95px;
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 25px 0px 0px; /* padding keeps the content of the div away from the edges */
}

.topNav ul {
	display:inline;
	float:right;
	margin:0px;
	padding:0px 0 0 0px;
}
.topNav ul li {
	background-image:url(../images/bluegrey_vert_bar.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	color:#336666;
	display:inline;
	margin:0 0 0px;
	padding:0 0 0 13px;
	list-style-type:disc;
	margin-bottom:2px;
}
.topNav ul li a 
{
	color:#336666;
	font-size: 0.7em;
}
.topNav ul li.firstChild {
	background-image:none;
	padding-left:0px;
}
.logo {
	margin: 5px 0px 0px 0px;
}

a.login:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000099;
	text-decoration: underline;
	padding: 5px 0px 0px 0px;
}
a.login:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000099;
	text-decoration: underline;
	padding: 5px 0px 0px 0px;
}
a.login:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
	padding: 5px 0px 0px 0px;
}
a.login:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	text-decoration: underline;
	padding: 5px 0px 0px 0px;
}

a.global:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336666;
	text-decoration: underline;
	margin-bottom: 10px;
}
a.global:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336666;
	text-decoration: underline;
	margin-bottom: 10px;
}
a.global:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	margin-bottom: 10px;
	text-decoration: none;
}
a.global:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	margin-bottom: 10px;
	text-decoration: none;
}
/* END OF HEADER CSS */

/* BREADCRUMB CSS */
#BreadcrumbDiv 
{
	width:100%;
	float: left;
	position: relative;
	background: #FFF; 
	height: 28px;
	margin: 2px 0px 3px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#BreadcrumbNav {
	position: relative;
	height: 20px;
	float: left; /* since this element is floated, a width must be given */
	width: 645px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 8px 5px 0px 5px; /* padding keeps the content of the div away from the edges */
}
/* additional breadcrumb styles added for web accessibility (ADA) */
.breadcrumb {
	margin:0px;
	padding:0px;
}
.breadcrumb ul {
	display:inline;
	float:left;
	margin:0 0 10px;
	padding:0 0 10px;
}
.breadcrumb ul li {
	background-image:url(../images/darkgrey_vert_bar.gif);
	background-position:left center;
	background-repeat:no-repeat;
	display:inline;
	padding:0 0 0 9px;
}
.breadcrumb ul li.firstChild {
	background-image:none;
	display:inline;
	margin:0 0 0;
	padding:0 0 0 0;
}

#ToolsNav {
	position: relative;
	height: 22px;
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 3px 5px 3px 60px; /* padding keeps the content of the div away from the edges */
}
/* 	END OF BREADCRUMB CSS */

/* MAIN CONTENT CSS */

#mainContent ul {
	margin: 5px 1px 0px 3.5px;
	padding: 0px 0px 0px 20px;
}
#mainContent li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background: #fff;
	margin-left: 0px;
	margin-bottom: 5px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px 1px 1px 1px; /* padding keeps the content of the div away from the edges */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
#smallbox {
	margin: 2px;
	padding: 5px;
	border: 2px solid #CF7119;
	width: 200px;
	height: 135px;
}
		
		/* QUICK SEARCH CSS */
		
#quick_searchContainer {
	margin: 0px;
	padding: 0px;
}	

#q_header {
	margin: 0px;
	padding: 0px;
	width: 628px;
	height: 34px;
	background-image: url(../images/structure/form_structure/quick_search/q_header.gif);
	background-repeat: no-repeat;
}
#q_state {
	margin: 0px;
	padding: 0px;
	width: 628px;
	background-image: url(../images/structure/form_structure/quick_search/side_lines.gif);
	background-repeat: repeat;
}
#q_name {
	margin: 0px;
	padding: 0px;
	width: 628px;
	background-image: url(../images/structure/form_structure/quick_search/side_lines.gif);
	background-repeat: repeat;
}	
#q_examples {
	margin: 0px;
	padding: 0px;
	width: 628px;
	background-image: url(../images/structure/form_structure/quick_search/side_lines.gif);
	background-repeat: repeat;
}
#q_footer {
	margin: 0px;
	padding: 0px;
	width: 628px;
	height: 25px;
	background-image: url(../images/structure/form_structure/quick_search/q_footer.gif);
	background-repeat: no-repeat;
}		
		/* END OF QUICK SEARCH CSS */

		/* ADVANCED SEARCH CSS */
#a_header {
	margin: 0px;
	padding: 0px;
	width: 628px;
	height: 38px;
	background-image: url(../images/structure/form_structure/advanced_search/a_header.gif);
	background-repeat: no-repeat;
}
#a_memberStatus {
	margin: 0px;
	padding: 0px;
	width: 628px;
	background-image: url(../images/structure/form_structure/advanced_search/side_lines.gif);
	background-repeat: repeat;
}
#a_location {
	margin: 0px;
	padding: 0px;
	width: 628px;
	background-image: url(../images/structure/form_structure/advanced_search/side_lines.gif);
	background-repeat: repeat;
}
#a_distance {
	margin: 0px;
	padding: 0px;
	width: 628px;
	background-image: url(../images/structure/form_structure/advanced_search/side_lines.gif);
	background-repeat: repeat;
}
#a_specialty {
	margin: 0px;
	padding: 0px;
	width: 628px;
	background-image: url(../images/structure/form_structure/advanced_search/side_lines.gif);
	background-repeat: repeat;
}
#a_gender {
	margin: 0px;
	padding: 0px;
	width: 628px;
	background-image: url(../images/structure/form_structure/advanced_search/side_lines.gif);
	background-repeat: repeat;
}
#a_language {
	margin: 0px;
	padding: 0px;
	width: 628px;
	background-image: url(../images/structure/form_structure/advanced_search/side_lines.gif);
	background-repeat: repeat;
}
#a_patientType {
	margin: 0px;
	padding: 0px;
	width: 628px;
	background-image: url(../images/structure/form_structure/advanced_search/side_lines.gif);
	background-repeat: repeat;
}
#a_hospital {
	margin: 0px;
	padding: 0px;
	width: 628px;
	background-image: url(../images/structure/form_structure/advanced_search/side_lines.gif);
	background-repeat: repeat;
}
#a_footer {
	margin: 0px;
	padding: 0px;
	width: 628px;
	height: 25px;
	background-image: url(../images/structure/form_structure/advanced_search/a_footer.gif);
	background-repeat: no-repeat;
}
		/* END OF ADVANCED SEARCH CSS */
		
.orangeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #BC5800;
	font-weight: bold;
}
a.smallbox:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	text-decoration: underline;
	padding: 2px 0px 0px 0px;
}
a.smallbox:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	text-decoration: underline;
	padding: 2px 0px 0px 0px;
}
a.smallbox:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
	padding: 2px 0px 0px 0px;
}
a.smallbox:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
	padding: 2px 0px 0px 0px;
}
tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.wideoutputTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #000000;
}
/* END OF MAIN CONTENT CSS */

/* FOOTER CONTENT CSS */
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
} 
.thrColFixHdr #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 */
}
/* END OF FOOTER CONTENT CSS */

/* MISC CSS */
.style1 {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}
.style2 {
	font-size: 16px;
	font-weight: bold;
}
.style3 {
	font-size: 16px;
	color: #339900;
	font-weight: bold;
}
.style4 {
	color: #000066;
	font-weight: bold;
	font-size: 1.25em;
}
.LocationText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #000000;
}

.style5 {
	font-size: 1.25em
}
.style7 {font-size: 24px}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.4em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 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:0;
    font-size: 1px;
    line-height: 0px;
}
#imagefloatRight {
	float: right;
	margin-right: 10px;
	margin-bottom: 5px;
	height: 151px;
	width: 138px;
}
.imagefloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #BC5800;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #009933;
}
.formFieldFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #666666;
}
.smallGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #009933;
}
/* END OF MISC CSS */
