﻿/* RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

/* General */
body
{
    font-family:Arial;
    font-size:12px;
    font-weight:normal;
}
a
{
    color:#820A1E;
}
p
{
    padding:10px 0 10px 0;
}
#container
{
    border:1px solid #DDDDDD;
    width:836px;
    margin:10px auto 10px auto;
}
h1, h2
{
    font-weight:bold;
}
#contentThreeColumn h1, #contentTwoColumn h1
{
    padding:10px 0 15px 0;
    font-size:14px;
    line-height:16px;
}
#contentThreeColumn h2, #contentTwoColumn h2
{
    padding:10px 0 0px 0;
    font-size:13px;
    line-height:16px;
}
#contentThreeColumn ul, #contentTwoColumn ul
{
    padding:5px 0 5px 0;
}
#contentTwoColumn li
{
    list-style-image:url(/sites/Hospitals/images/arrow.gif);
    list-style-position:outside;
    padding:2px 0;
    margin-left:15px;
}

/* Header */
#language
{
    padding:10px 0 0 0;
    height:20px;
}
#search
{
    padding:10px 0 0 0;
}
#donate
{
    padding:10px 0 0 0;
}
#hospitalSelector
{
    padding:10px 0 0 0;
}
#header
{
    height:150px;
}
#leftHeader img
{
    padding:12px 0 0 1px;
    float:left;
}
#leftHeader
{
    float:left;
    width:620px;
}
#locationSpecialties
{
    float:left;
    font-family:Arial;
    font-size:12px;
    margin:0px 0 0 115px;
    line-height:14px;
    height:85px; 
}
#locationSpecialties ul
{
    padding-top:12px;
}
#rightHeader
{
    float:right;
    width:175px;
    padding-top:10px;
}
.btnSearch
{
    color:#FFFFFF;
    background-color:#1F429B;
    border:1px solid #7F9DB9;
}

#mainNav
{
	font-size: small;
	width:620px;
	float:left;
	padding:10px 0 0 10px;
}
#mainNavContainer
{
    clear:both;
    width:620px;
    float:left;
}
		
#mainNav a
{
	vertical-align:top;
	display:block;	
	padding:5px 10px 5px 10px;
    width:83px;
    height:30px;
	color: white;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}
#mainNav li ul li a
{
    background-color:#FFFFE7;
    color:#000000;
    font-size:11px;
    border: 1px solid #CCCCCC;
    width:81px;
    height:100%;
}
	
#mainNav a:hover
{
	text-decoration:underline;
}

#mainNav li
{
	float:left;
}

#mainNav ul ul
{    
	position:absolute;
	z-index:500;
	top:auto;
	padding: 1em;
	margin:-1em 0 0 -1em;
	float:left;
	visibility:hidden;
}
#mainNav ul ul li
{
    float:none;
}

.tab1 { background-color:#820a1e;}
.tab2 { background-color:#8cc642;}
.tab3 { background-color:#00aaff;}
.tab4 { background-color:#f36f21;}
.tab5 { background-color:#ffd200;}
.tab6 { background-color:#00a94f;}




/* Left Side Bar */

#fauxColumn
{
    background-image:url(/sites/Hospitals/images/sideBar.gif);
    background-repeat:repeat-y;
    overflow:hidden;
    margin:5px 5px 5px 10px;

}
#leftBar
{
    width:203px;
    float:left;
    margin:0px 0 0 0px;
    background-image:url(/sites/Hospitals/images/sideBar.gif);
    background-repeat:repeat;
    font-weight:bold;
  
}
#leftBar h1
{
    background-color:#1F429B;
    color:#FFFFFF;
    padding:5px 60px 5px 10px;
    width:133px;
}
#leftBar a
{
    text-decoration:none;
    color:#000000;
    display:block;
    padding:8px 5px 10px 10px;
}
#leftBar a:hover
{
    background-color:#FFFFFF;
    text-decoration:underline;
    border: 1px solid #CFE9FE;
    padding:7px 5px 10px 9px;
}
#leftBar li
{
    height:100%; /* ie6 */
}

/* Content */

#contentThreeColumn
{
    width:420px;
    float:left;
    margin:0 0 0 15px;
}
#contentThreeColumn li
{
    padding:0 0 10px 0;
}
#contentThreeColumn li a
{
    font-weight:bold;
}
#contentThreeColumn span
{
    padding-left:350px;
}
#contentTwoColumn
{
    width:582px;
    float:left;
    margin:0 18px 0 15px;
}
#contactNumbers
{
    font-weight:bold;
    text-align:center;
    font-size:14px;
    line-height:16px;
    padding-top:10px;
}



/* Right Side Bar */
#rightBar
{
    width:160px;
    float:left;
    padding:0 0 0 17px;        
}
#rightBar h1
{
    font-size:14px;
    line-height:16px;        
}
#rightNews a
{
    display:block;
    font-weight:bold;
    padding:10px 0 0 0;
}
#rightBar span a
{
    padding:10px 0 10px 110px;
    font-style:italic;
    font-weight:normal;
}



/* Footer */
#footer
{
    clear:both;
    border-top: 1px solid #DDDDDD;    
    height:150px;
    margin:10px 10px 5px 10px;
}
#footerContact
{
    padding:10px 0 5px 0;
    float:left;
}
#footerSocialMedia
{
    float:left;
    padding:10px 0 0 40px;
}
#footerSocialMedia img
{
    padding:0 5px 0 0;
}
#referralNumbers
{
    float:right;
    padding:10px 5px 0 30px;
    text-align:right;
}
#footerNav
{
    clear:both;
}
#footerNav img
{
    float:left;
    padding:2px 3px 0 0;
}
#footerNav li
{
    display:inline;
}
td
{
    padding:5px 0;
}

/* Biography */
.bioImage
{
    margin-top:5px;
}
h3
{
    font-size:14px;
    font-weight:bold;   
}
h5
{
    font-style:italic;
    color:#444444;
    margin-bottom:20px;
}
.date
{
    font-style:italic;
    color:#444444;
    font-weight:bold;
}
#newsList li
{
    list-style-image:none;
    padding:0 0 15px 0;  
}

.watermark
{
    color:#CCCCCC;
}


