@charset "UTF-8";
body  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #333333;
}

.headerimg
{
	display:block;
}



#header1 /*logo and phone number when using static banner*/
{
	position:relative;
	padding: 5px 0px 3px 0px; 
	z-index:2;
}

#header2 /*static banner area*/
{
	position:relative; 
	top:-50px;  
	z-index:1;
}

#header3 /*logo and phone number when using flash banner*/
{
	position:relative;
	padding: 10px 0px 3px 0px; 
	z-index:3;
}
#header3 img
{
	border: none;
}

#header4 /*flash banner area*/
{
	position:relative; 
	top:-53px;  
	z-index:2;
}


p
{
	font-size: 12px;
	line-height: 18px;
	text-align:justify;
}

h1
{
	border-bottom:#CCCCCC 1px solid;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #0b1f37;
	padding-bottom: 5px;
	font-weight: 400;
}

h3
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:normal;
}

h4
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	padding: 0px;
	margin: 20px 0px 15px 0px;
	color: #145092;
	font-weight:400;
}


.homesearch
{
	padding: 0px 0px 0px 10px;
}


.emp
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	color: #145092;

}

.emp2
{
	color: #145092;
}

.empW
{
	color: #145092;
}

strong
{
	color:#0b1f37;
}

.sideital
{
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
	padding: 0px 10px 0px 0px;
}

.list
{	

	margin: 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-image:url(images/bgfade.gif);
	background-repeat:no-repeat;*/
	text-indent: 0;
	list-style: none;
}

#greylisting
{
	background-color: #f3f3f3;
	width: 100%;
	margin: 10px 0px 10px 0px;
	font-size:10px;
	padding: 0px;
	float:left;
}

h5 /*inside grey box*/
{
	background-color: #ffffff;
	color: #0b1f37;
	font-weight:100;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 0px;
	padding: 5px;
	border: #e4e4e4 solid 1px;

}

#greylisting .greylisting /*content inside grey box... example hospital locations*/
{
	width: 200px;
	float: left;
	padding: 0px 10px 10px 30px;
	font-size:10px;
}

.greybox_content
{
	padding: 10px 10px 10px 30px;
	text-align:left;
	
}



.twoColFixRtHdr #container { 
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 
.twoColFixRtHdr #header { 
	background: #FFFFFF; 
	padding: 0;  /* 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: 0;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/*padding: 10px 0;  using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	position: relative;
	top: -50px;
	float: right; /* 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:url(images/sidebar.gif);
	background-repeat:no-repeat;
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 15px;
}

.twoColFixRtHdr #sidebar1Info {
	position: relative;
	top: -50px;
	float: right; /* 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:url(images/sidebar.gif);
	background-repeat:no-repeat;
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 15px;
}

.twoColFixRtHdr #sidebar1home {
	position: relative;
	top: -50px;
	float: right; /* 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: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 15px;
}



/*for pages without the subnav needed*/
.twoColFixRtHdr #sidebar2 {
	position: relative;
	top: -20px;
	float: right; /* 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 */
	margin: 0 0 0 30px;
	padding: 0 0 0 15px;
	border-left: 1px solid #e4e4e4;
}

.twoColFixRtHdr #mainContent { 
	position: relative;
	top: -50px;
	margin: 30px 260px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-bottom: 50px;
	margin-top: 30px;
} 
.twoColFixRtHdr #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 */
}
.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;
}


/*-------------------------- CONTENT STYLING ----------------------------------*/

.icon1
{
	float:left;
	padding: 10px 20px 0px 0px;
}

.intro
{
	width: 494px;
	float: left;
	padding: 0px 0px 30px 0px;
	margin: 0;
}

.intro p
{
	width: 494px;
}

#breadcrumbs
{
	padding: 0px 0px 20px 10px;
	color:#0b1f37;
	font-size:10px;
}

.more
{
	text-align: right;
}

.more_img
{
	vertical-align:middle;
}

#quote
{
	border-top: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	vertical-align:middle;
	height: 60px;
	margin:auto;
	padding: 10px 0px 10px 0px;
}

.quote_img
{
	float:left;
	padding-right: 60px;
}

.quote_name
{
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #145092;
	vertical-align:middle;
	
}

.quote_title
{
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
}

.quote_text
{
	float: left;
	vertical-align:middle;
	padding: 10px 0px 10px 80px;
	width: 550px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style:italic;
	color: #666666;
	
}

.footer_links
{
	text-align: center;
	color:#999999;
	padding: 30px 0px 0px 0px;
	font-size:10px;
	line-height: 22px;
}

/*-------------------------- PAGE SPECIFIC STYLING ----------------------------------*/

.about_callout_box
{
	width: 300px;
	float: left;
	margin: 0px 0px 0px 14px;
	background-image:url(images/icon_about2.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.about_callout_box2
{
	width: 300px;
	float: left;
	margin: 0px 0px 0px 25px;
	background-image:url(images/icon_about3.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.about_callout_title
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	line-height: 42px;
	color: #4a5a64;
	padding: 0px 0px 0px 80px;
}

.about_callout_sub
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #0b1f37;
	padding: 0px 0px 10px 80px;
	font-weight: 400;
	
	
}

.about_callout_txt
{
	padding-top: 10px;
	border-top:#CCCCCC 1px solid;
}

.search_loc
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#map
{
	z-index: 1;
	margin-left: 0px;
}

.subnav_inactive /*dark blue headers in state subnav*/
{
	color: #0b1f37;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 24px;
	text-decoration: none;
	
}

.source /*content citation*/
{
	color:#CCCCCC;
	font-style:italic;
}












/*-------------------------- NAVIGATION STYLING--------------------------------*/

/* common styling */
.menu2 {
position:relative;
top:-50px;
z-index:6;
float:left; 
width:100%; 
font-family: arial, sans-serif; 
font-size:14px;
background-image:url(images/menu.gif);
background-repeat:no-repeat; 
margin:0px 0px 20px 3px;
padding-left: 5%;


}
.menu2 ul {
padding:0;margin:0;list-style-type:none;
}
.menu2 ul li {
float:left; position:relative;
}
.menu2 ul li.group {display:block; text-indent:10px; background:#666; color:#fff; width:152px; padding:4px 0;}

.menu2 ul li a, .menu2 ul li a:visited {
float:left; display:block; text-decoration:none; color:#fff; padding:0px 24px 5px; line-height:30px; height:30px; border-left:#FFFFFF 1px solid; border-right:#FFFFFF 1px solid;
}

.menu2 ul li:hover {width:auto; z-index: 6;}

.menu2 ul li a:hover {background:#aaa url(images/sub2a.gif); color:#145092;}

.menu2 ul li:hover a {background:#aaa url(images/sub2a.gif); color:#145092;}

.menu2 ul li ul {
display: none;
}
.menu2 table {
margin:0; border-collapse:collapse; font-size:14px; position:absolute; top:0; left:0;
}

/* specific to non IE browsers */
.menu2 ul li:hover ul {
display:block; position:absolute;top:35px; background:#61747e; margin-top:0px; border-top:#fff 1px solid; left:0; width:152px;
}

.menu2 ul li:hover ul.scroller {
height:138px; width:172px; overflow:auto;}

.menu2 ul li:hover ul.endstop {
left:-90px;
}
.menu2 ul li:hover ul li ul {
display: none;
}
.menu2 ul li:hover ul li a {
display:block; background:#61747e; color:#fff;height:auto;line-height:15px;padding:4px 16px; width:120px; 
}
.menu2 ul li:hover ul li a.drop {
background:#c1c1c1;
}
.menu2 ul li:hover ul li a:hover {
color:#145092; background: #c1c1c1;
}
.menu2 ul li:hover ul li a:hover.drop {
background: #c1c1c1; color:#fff;
}
.menu2 ul li:hover ul li:hover ul {
display:block; position:absolute; left:153px; top:-70px; color:#000; left:152px; height:138px; width:172px; overflow:auto; background:#888;
}
.menu2 ul li:hover ul li:hover ul li a {background:#888;}
.menu2 ul li:hover ul li:hover ul li.group {width:152px; padding:5px 0;}


.menu2 ul li:hover ul li:hover ul.left {
left:-172px;
}
.menu2 ul li:hover ul li:hover ul li a:hover {background:#666; color:#0ff;}



/* specific to IE5.5 and IE6 browsers */
.menu2 ul li a:hover ul {
display:none;position:absolute;top:30px; t\op:29px; background:#aaa;left:0; marg\in-top:1px;
}
.menu2 ul li a:hover ul.scroller {
height:138px; overflow:auto;}

.menu2 ul li a:hover ul.endstop {
left: -90px;
}
.menu2 ul li a:hover ul li a {
display:block; color:#fff; height:1px; line-height:15px; padding:4px 16px; width:152px; w\idth:120px;
}
.menu2 ul li a:hover ul li a.drop {
background:#888; padding-bottom:5px;
}
.menu2 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; width:0;
}
.menu2 ul li a:hover ul li a:hover {
color:#ff0; background: #888;
}
.menu2 ul li a:hover ul li a:hover.drop {
 background: #888; color:#ff0;
}
.menu2 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; top:-69px; t\op:-70px; color:#000; left:152px; height:138px; width:170px; overflow:auto; background:#888;
}
.menu2 ul li a:hover ul li a:hover ul.left {
left:-170px;
}
.menu2 ul li a:hover ul li a:hover ul li a:hover {background:#666; color:#0ff;}


.left {clear:both;}

/*-------------------------- LINK STYLING--------------------------------*/

a
{
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size:10px;
	color:#145092;
	text-decoration:none;
}

a:hover
{
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size:10px;
	color: #0b1f37;
	text-decoration:none;
}

a.content
{
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#145092;
	text-decoration:none;
}

a.content:hover
{
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color: #0b1f37;
	text-decoration:none;
}

a.subnav
{
	color: #145092;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 24px;
	text-decoration: none;

	
}

a.subnav:hover
{
	color: #0b1f37;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 24px;
	text-decoration: none;
	
	
}

a.subnav visited
{
	color: #145092;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 24px;
	text-decoration: none;
	
	
}


a.footer
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	text-decoration:none;
}

a.footer:hover
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#141414;
	font-size:10px;
	text-decoration:none;
}

/*------------------articules css------------*/

#articulesNav{
	width: 494px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;}

#articulesNav ul{
	list-style-type: none;
	height: 30px;
	margin: 0;
	padding: 0;
	width: 305px;}
	
#articulesNav li{
	display:block;
	height: 30px;
	width: 150px;
	margin: 0 0px 0 0px;
	padding: 0;
	text-align:center;
	background-image: url(images/artNav.jpg);
	background-repeat:no-repeat;}
	
#articulesNav li:hover{
	background-image: url(images/artNavOver.jpg);}	

#articulesNav p{
	margin: 5px 0 0 0;
	padding: 0;
	text-align:center;
	width: 150px;}

#articulesNav a{
	margin: 0px 0 0 0;
	padding: 0;}
	
#articulesNav a:hover{
	color: #145092;}
	
#articulesSection{
	width: 700px;
	height: auto;
	margin: 0px 0 10px 7px;
	float: left;}
	
#articulesSection .h2_entireArt{
	color: #145092;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 400;
	text-align:left;
	margin: 20px 10px 0 10px;
	padding: 0;}
	
#articulesSection .h2_entireArt:hover{
	text-decoration:underline;}
	
#articulesSection h2{
	color: #145092;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 400;
	text-align:left;
	margin: 20px 10px 0 10px;
	padding: 0;}
	
#articulesSection p{
	width: auto;
	margin: 5px 20px;
	text-align:left;
	text-indent:25px}

#featureArt{width: 700px;
	height:auto;
	margin: 0;
	padding: 0;
	float: left;
	border-bottom:1px solid #CCCCCC;}


.articleDate{
	margin: 0;
	padding: 0;
	font-size:10px;
	color:#666;
	font-style:italic;}

#twoColumDiv{
	margin: 0;
	padding: 0;
	width: 700px;
	height: auto;}
	
#left_twoColumDiv{
	width: 349px;
	float: left;
	margin: 0;
	padding: 0;
	border-right:1px solid #CCCCCC;}

#right_twoColumDiv{
	width: 350px;
	float: right;
	margin: 0;
	padding: 0;}
	
.entireArt{ float:right;
	margin: 3px 20px 10px 0;}

#articulesSection ul{
	list-style-type:none;
	float:left;
	margin: 10px 0 0 0;
	padding: 0;}

.previousArticules li{
	width: 650px;
	margin: 0;
	float:left;
	width: 650px;
	height: 50px;
}

.previousArticules li:hover{
	background-color:#F5F5F5;}
	
#articulesSection .previousArticules p{
	margin: 15px 0;
	padding: 0;
}

#articulesSection .previousArticules a{
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
#articulesSection .previousArticules a:hover{
	text-decoration:underline;}
	
.articulesNavLis_right{float: right;}
.articulesNavLis_left{float: left;}


/*-----------------------Programs---------------------*/

#gb_main_container{width: 900px;
height: auto;
margin: 0;
padding: 0;
float: left;
}
#gb_main_header{
	width:900px;
	background-image:url(images/header_line.jpg);
	background-repeat:no-repeat;
	height: 120px;
	margin: 0;
	padding:0;
}
#gb_main_header h2{
	text-align:left;
	margin: 0px;
	padding: 25px 0 0 20px;
	color:#FFF;
	font-size: 40px;
	text-shadow: 2px 2px 2px #000;}
	
#gb_left_container{width:580px;
height:auto;
float:left;
margin: 0;
padding: 0;
}

#gb_left_container h4{
	text-align:left;
	margin: 10px 0 3px 10px;
	padding: 0;
	font-size: 16px;
}

#gb_left_container p{
	margin: 5px 10px 0 10px;
	
}

#gb_left_container table{
	text-align:left;
	font-size:10px;
	margin: 20px 0 20px 40px;
}

#gb_left_container th{
	width: 100px;
	background-color:#CCC;}
#gb_left_container td{
	border: 1px solid #CCC;}

#gb_left_container .gb_infoCentered{ text-align:center;}
	
#gb_right_container{
	z-index: 2;
	width: 300px;
	height: auto;
	margin:-6px 0 0 0;
	padding: 0;
	float:right;
	background-image:url(images/rightCont.jpg);
	background-repeat:no-repeat;}

#gb_pic1{margin: 34px 0 0 -25px;}

#gb_pic2{margin: 33px 0 0 85px;}

#gb_pic3{margin: 33px 0 45px -37px;}

#gb_pic4{margin: 100px 0 0 85px;}

#gb_pic5{margin: 33px 0 0 -37px;}

#gb_pic6{margin: 33px 0 15px 85px;}



.winnersH4 {font-size: 20px;
font-family: Georgia, "Times New Roman", Times, serif;}

.categoryName {/*background-color: #F4F4F4; */
padding: 15px; 
color: #145092; 
font-weight: bold;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 20px;}

.programName {margin: 0; 
padding: 0 0 0 15px;
font-size: 15px;}

.programDiretor{font-size: 13px; 
color: #145092;
padding: 0 0 0 15px;}

.rightWinner {
	float: right;
	margin: 0;
	padding: 0;
	margin: 25px 75px 30px 0;;}
	
p.winnersContentInfo{float: left;
width: 450px;
margin: 30px 0 20px 55px;}

div.programDiv{ float: left;
margin: 20px auto;
padding:0;
width: 700px;
height:auto;
background-image: url(images/awardDivBack.jpg);
background-repeat: no-repeat;}
	