/*
@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;
}


.GridHeaderStyle 
{		
	border-spacing:3px;
	border-top-style:solid;
	border-top-width:1px;
	border-color:#999999;	
	border-bottom-style:double;
	border-bottom-width:thick;
	border-color:#999999;	
	font-size:1.2em;	
}

.thrColFixHdr #container {
	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: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
} 
/* 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 */
}
.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 {
	float: left;
	position: relative;
	background: #FFF; 
	height: 25px;
	margin: 2px 0px 3px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 4px;
	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 */
}
#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 */
.thrColFixHdr #mainContent {
	margin: 0px 0px 0px 20px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	width: 900px;
	padding: 1px 5px 1px 7px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#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;
}
#sortBy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #000;
	background: #fff;
	margin: 0px 0px 20px 170px;
	padding: 5px;
	width: 475px;

}	
	
#paginationTop{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;		
	color: #000;
	margin: 0px 0px 20px 0px;
	padding: 5px;
	width: 880px;
	background-image:url(../images/structure/results/paginationBackground.gif);
	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: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}	
#paginationBottom{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 20px 0px 5px 0px;
	padding: 5px;
	width: 840px;
	background-image:url(../images/structure/results/paginationBackground.gif);
	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: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}	
a.pagination:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006666;
	text-decoration: underline;
	padding: 2px 0px 0px 0px;
}
a.pagination:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #993366;
	text-decoration: underline;
	padding: 2px 0px 0px 0px;
}
a.pagination:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	padding: 2px 0px 0px 0px;
}
a.pagination:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
	padding: 2px 0px 0px 0px;
}


a.map:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
	padding: 2px 0px 0px 0px;
}
a.map:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
	padding: 2px 0px 0px 0px;
}
a.map:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	padding: 2px 0px 0px 0px;
}
a.map:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
	padding: 2px 0px 0px 0px;
}
		/* 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.backToSearch:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000099;
	text-decoration: underline;
	padding: 2px 0px 0px 0px;
}
a.backToSearch:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000099;
	text-decoration: underline;
	padding: 2px 0px 0px 0px;
}
a.backToSearch:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF0000;
	text-decoration: none;
	padding: 2px 0px 0px 0px;
}
a.backToSearch:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	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;
}
.style6 {font-size: 14px}
.style5 {
	font-size: 1.25em
}
.style7 {font-size: 1em}
.style8 {color: #FFFFFF}
.style9 {font-size: .75}
.style10 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
}
.style12 {font-size: 1.5em}
.style13 {color: #006600}
.style14 {color: #FF0000}

.style15 {font-size: 14px}




.LocationText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #000000;
}
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;
}
/* END OF MISC CSS */