/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #006699;
}

/******* hyperlink and anchor tag styles *******/

 body a:link, a:visited{
	color:#000099;
	text-decoration: none;
	font-weight: bold;
}

body a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
	font: bold 150% Arial,sans-serif;
	color: #006699;
	margin: 0px;
	padding: 0px;
	border-bottom: thin solid #CCCCCC;
}

h4{
 font: bold 120% Arial,sans-serif;
 color:#999999;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.rdbartxt {
	font: bold 12px Arial, san-serif;
	color: #FFFFFF;
	}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper {
	position: relative;
	top: 0px;
	bottom: 0px;
	width:907px;
	left:5%;
	height:auto;
	background-color:#F5F5F5;
	border-top: medium none #006600;
	border-right: medium double #006600;
	border-bottom: medium solid #006600;
	border-left: medium double #006600;
}
/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	margin-right: 70px;
	top: 16px;
	right: 0px;
	color: #000000;
	visibility: visible;
	}

#utility a{
	color: #000000;
	font-weight:normal;
}

#utility a:hover{
	text-decoration: underline;
}

#topWbar {
	width: 100%;
	height: 40px;
	background-color:#FFFFFF;
	text-align:center;	
}

#pagecell1{
	/*top: 720px;*/
	width:100%;
	height:auto;
	background-color: #F5F5F5;
}

#tl {
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top:40px;
	right: -1px;
	padding: 0px;
	z-index: 100;
	visibility: visible;
}
#redBl {
	height: 30px;
	width:98%;
	background: #005EB3;
}
#redBl a:visited {
	color:#FFFFFF;
}
/*#navBar {
	top: 70px;
	height: 43px;
	width:100%;
	background-image:  url("../images/nav_bg.gif");
}*/
#menuLinks{
	padding: 0px;
}

#menuLinks h3{
	padding: 0px 0px 0px 0px;
	border-right: 1px solid #cccccc;
}

#menuLinks a:link, #menuLinks a:visited {
	display:inline;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	padding: 8px 74.2px 7px 20px;
	color: #21536A;
	background: url(../images/nav_bg.gif);
	float: left;
}

#menuLinks a:hover{
	/*background-color:#336699;*/
	background-image: url(../images/nav_rbg.gif);
	font-weight: bold;
	text-decoration: none;
}
/* FRENCH LINKS */
#FRmenuLinks{
	padding: 0px;
}

#FRmenuLinks h3{
	padding: 0px 0px 0px 0px;
	border-right: 1px solid #cccccc;
}

#FRmenuLinks a:link, #FRmenuLinks a:visited {
	display:inline;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	padding: 8px 47.6px 7px 20px;
	color: #21536A;
	background: url(../images/nav_bg.gif);
	float: left;
}

#FRmenuLinks a:hover{
	/*background-color:#336699;*/
	background-image: url(../images/nav_rbg.gif);
	font-weight: bold;
	text-decoration: none;
}
/* END OF FRENCH LINKS */


.styleMenuHead {
	font: 11px Arial, Helvetica, sans-serif;
	color: #3366CC;	
	}
.styleMenuTHead {
	font: 11px Arial, Helvetica, sans-serif;
	color:#6699CC;
	font-weight: bold;	
	}
	
.smallHead {
	font: 10px Arial, Helvetica, sans-serif;
	display: compact;
}	

#banner {
	clear:both;
	height: 134px;
	width: 907px;
	background: url(../images/ParkinsonBanner.jpg) center;
	}
#banner-fr {
	clear:both;
	height: 134px;
	width: 907px;
	background: url(../images/ParkinsonBanner-fr.jpg) center;
	}
	
#leftPanel {
	background-color: #F5f7f7;
	float: left;
	top: 358px;
	width:210px;
	padding: 0px;
	border-right: thin solid #CCCCCC;
}

#donateNow {
	float: left;
	margin-left: 5px;
	background-image:url(../images/donateNow.jpg);
	width: 197px;
	height: 170px;
}
#subMenuHead {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #3399CC;
	padding: 8px 2px 7px 15px;
}

#subMenu{
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

#subMenu a:link, #subMenu a:visited {
	margin-left: 18px;
	line-height: 20px;
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #21536A;
}

#subMenu a:hover{
	font-weight: normal;
	text-decoration: underline;
	color:#6699CC;
}

#community {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #3399CC;
	padding: 8px 2px 7px 15px;
}	
#pageNav{
	position:relative;
	clear:both;
	float: left;
	top: 5px;
	width:210px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#content{
	position:relative;
	padding: 0px 10px 0px 0px;
	margin:20px 0px 0px 210px;
	border-left: 2px solid #ccd2d2;
	border-right: 2px solid #ccd2d2;
	border-top: 2px solid #ccd2d2;
	border-bottom: 2px solid #ccd2d2;
	width: 73.5%;
	background-color:#FFFFFF;

}
#filler0 {
	position:relative;
	height: 130px;
	margin-right: 0px;
	margin-left: 0px;
}

#filler {
	position:relative;
	height: 195px;
	margin-right: 0px;
	margin-left: 0px;
}
#filler1 {
	position:relative;
	height: 225px;
	margin-right: 0px;
	margin-left: 0px;
}

#filler2 {
	position:relative;
	height: 395px;
	margin-right: 0px;
	margin-left: 0px;
}
#filler3 {
	position:relative;
	height: 295px;
	margin-right: 0px;
	margin-left: 0px;
}
#filler4 {
	position:relative;
	height: 495px;
	margin-right: 0px;
	margin-left: 0px;
}

.locHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	font-weight: 700;
}
.locBod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	font-weight:normal;
	line-height: 2px;
}
.outer {
	text-align: left;
	margin-left:-5px;
}
.outersub {
	text-align: left;
	margin-left:19px;
}
.inner {
	background-color:#EAEAEA;
	margin-left:13px;
	margin-right: 5px;
	border: thin dashed #CCCCCC;
}
.sub {
	/*background-color:#FFFFFF;*/
	margin-left:13px;
	margin-right: 5px;
}
.opts {
	color:#FFFFFF;
	font-weight:bold;
}
.opts a:link, a:visited {
	color:#FFFFFF;
}


.dash {
	margin-left:10px;
}
#srchMrg {
	margin-left:25px;
	color: #000000;
}	
.rt_head {
	color: #3399CC;
	text-align: left;
}
.rt_head_sub {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #3399CC;
	text-align: left;
}

#wtl {
	position:relative;
	top: -2px;
	left: -2px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#wtr {
	position:relative;
	top: -2px;
	left: 643px;
	padding: 0px;
	z-index: 100;
}
#wbl {
	position:relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#imgrt {
	position:relative;
	left: 300px;
	top: 0px;
}
		

#rightPanel {
	float: right;
	top: 258px;
	right: 0px;
	width: 650px;
	height: 300px;
	background-color:#F5f7f7;
}	

#redHilite {
	font-weight: normal;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}

#redHilite a:link, #redHilite a:visited{
	font-weight: normal;
}		

/*************** search styles *****************/

#search{
	position: absolute;
	top: 2px;
	right: 10px;
	z-index: 101;
	left: -221px;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************** main content styles *****************/

#maincontent{
	padding: 0px 20px 0px 30px;
	font-size: 80%;
	line-height:normal;
	min-height: 100px;
	height: 200px;
	color:#000000;
}
html>body #maincontent {height: auto;}

#maincontent h3{
	font: bold 155% Arial,sans-serif;
	color: #FF0000;
	top: 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 3.5px;
}

#maincontent img{
	float: left;
	padding: 0px 10px 0px 0px;
}

.aboutHeads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6699CC;
	text-align: left;
}

.aboutHeads a:link, a:hover, a:visited {
	color:#6699CC;
}
/************** siteInfo styles ****************/
#footer {
	background-color:#006699;
	margin-top: 5px;
	width: 100%;
	height: 65px;
}	
#siteInfo{
	font-size: small;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
#siteInfo a{
	color:#FFFFFF;
	text-decoration: none;
	font-weight:normal;
}
#siteInfo a:hover {
	color:#ffffff;
	text-decoration: underline;
	font-weight:normal;
}

.backtop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
	margin-right: 0px;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("../images/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

.tbl {
	border: 1px solid #cccccc;
	padding-left: 15px;
}
.leftvline {
	border-left: 1px solid #cccccc;
}
/********************* end **********************/
.style10 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.style9 {
	font-size: 80%;
	font-style: italic;
}
