
/* main stylesheet for Generic Campaign Website Template*/

/*--------------- Generic font and element styling ----------------*/

/* Zero down margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
 margin: 0px;
 padding: 0px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 90%;
}

h1 { 
 font-size: 1.4em;
 color: #ffffff;
 font-weight: bold;
}
 
h2 {
 font-size: 1.3em;
 color: #708090;
 font-weight: bold;
 margin-top: 0px;
} 

h3 { 
 font-size: 1.2em; 
 color: #004a97; 
 font-weight: bold;
} 

h4 {
 font-size: 1.1em;
 color: #004a97;
 font-weight: bold;
}
 
h5 { 
 font-size: 1em;
 color: #ffffff;
 font-weight: bold;
 margin-top: 5px;
}
 
h6 { 
 font-size: 0.9em;
 font-weight: bold;
} 


a:link {
 color: #003399;
 text-decoration: underline;
}
a:hover {
 color: #99cc00;
 text-decoration: none;
}
a:visited {
 color: #4E5700;
 text-decoration: underline;
}

 /*--------------- Generic font and element styling ----------------*/ 
 
/* --Left Banner Image - To insert your Left Banner Image within this container you it must be placed in the blockheaderheader. It must be an image not a background */
#main_banner_container {
 width: 99.9%;
}

#left_banner_img_container {
 top: 0px;
 left: 0px;
 background-color: #99cc00; /*lime green */
 width: 200px;
 height: 85px;
 margin: 0px;
 float: left;
border-right:1px solid #003265;
border-bottom:1px solid #003265;
}
/* --Left Banner Image End--*/

#right_banner_txt_container {
 top: 0px;
 margin-left: 205px;
  margin-bottom: 5px;
 background-color: #ffcf33; /* yellow */
 height: 85px;
 font-family: Bradley Hand ITC, verdana, arial, helvetica, sans-serif;
 font-weight: bold;
 font-style: italic;
 font-size: 40px;
 color: #708090;
 padding-left: 20px;
border-left:1px solid #003265;
border-bottom:1px solid #003265;
}

/* END MAIN BANNER*/


/* Page title banner */

#page_title_banner {
 margin-left: 0px;
 background-color: #004a97;
 height: auto;
 padding: 1px 0 5px 20px;
}
#page_title_banner h1{
 width:50%;
}
#disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.0em;
	vertical-align: middle;
}

/*
-- Mid Container Styles 
 Mid Container, holds the Left nav and content. It is positioned relatively to allow for a footer to be
 placed 100% of the screen width underneath the content and left nav
*/


#mid_container {
 width: 99%;
 margin-bottom: 10px;
 padding-bottom: 0;
}
  
/*------------------------------------ End Mid Container ----------------------------------*/ 


/*------------------------------------ Start left navigation ----------------------------------*/
#left_nav{
width:200px;
font-size:0.7em;
position:absolute;
left:0px;

}

#contactbox {
 float: left;
 display: block;
 top: 0px;
 padding: 0 0 0 0;
 margin: 20px 0 18px 2px;
 width: 190px;
 height: 291px;
 background: #004a97 url(/internet/mentalhealth/publishing.nsf/AttachmentsByTitle/contact_box_bg.jpg/$FILE/contact_box_bg.jpg) no-repeat top;
font-size:1.1em;
}

#contactbox p {
 text-align: center;
 color: #fff;
 font-weight: bold;
 line-height: 1.2em;
 padding-top: 0px;
 padding-bottom: 0px;
 }

#contactbox h3 {
 text-align: center;
 text-size: 18pt;
 color: #ffcf33;
 font-weight: bold;
   margin-top: 20px;
}


/*------------------------------------ End left navigation ----------------------------------*/ 

/*------------------------------------ Start Content ----------------------------------*/
#content {
top:0;
 margin: 0 0 0 220px;
 padding-top: 0;
 padding-bottom: 0;
 padding-left: 0px;
 padding-right: 5px;
font-size:0.8em;
line-height:1.3em;
}

#content ol {
 padding-left: 25px;
}
 
#content ul{
 padding-left: 20px;
}

#content li a:link {
 text-decoration: underline;
 color: #003399;
}

#content li a:visited {
 text-decoration: underline;
 color: #4E5700;
}

#content li a:hover {
 text-decoration: underline;
 color: #66AD01;
}

li.first_item {
border:0 none
}
#content .landing{
border:1px solid #003265;
padding:10px 20px 10px 20px;
width:60%;
background:#EFF0FD;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-box-shadow: 5px 5px 5px #888;
-webkit-box-shadow: 5px 5px 5px #888;
}
#content .landing h3{
border-left:5px solid #003265;
border:1px solid #003265;
padding:10px 20px 10px 20px;
background:#fff;
-moz-border-radius: 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0;
}
#content .landing ul{
border-left:5px solid #003265;
border:1px solid #003265;
border-top:0px;
padding:10px 20px 10px 20px;
background:#fff;
-moz-border-radius: 0 0 10px 10px;
-webkit-border-radius:0 0 10px 10px;

}
/*------------------------------------ End Content ----------------------------------*/
/*-- BREADCRUMB START*/
#breadcrumb_container {
 position: relative;
 top: 10px;
 width: 80%;
 margin: 0px 0px 10px 0px;
 padding: 1px 0px 20px 0px;
 text-align: left;
 line-height: 1.7em; 
 font-size: 80%;
}

#breadcrumb_container a {
 color: #004a97;
 text-decoration: underline;
}
/*-- breadcrumb End*/




/*------------------------------------ Start Image strip ----------------------------------*/

#imagestrip {
 float: right;
 height: auto;
 width: 145px;
 margin: 20px 0 10px 10px;
}

#search {
float:right;
position: relative;
top:0px;
right:0px;
margin:-20px 5px 0px 0px
}

input#searchText {
 margin:0 5px 0 0
}

#search legend {
 display: none;
}


/* ---- Top of page styles ---- */

.top {
padding-right: 30px;
}

.top a:link,.top a:visited {
background:transparent url(/internet/mentalhealth/publishing.nsf/AttachmentsByTitle/top.gif/$FILE/top.gif) no-repeat scroll right 6px;
color:#003399;
display:block;
font-size:0.9em;
padding-right:15px;
text-decoration:underline;
text-align:right
}

.az-top {
float: left;
padding-left: 0px;
}

.az-top a:link, .az-top a:visited {
background: transparent url(/internet/mentalhealth/publishing.nsf/AttachmentsByTitle/top.gif/$FILE/top.gif) no-repeat scroll left 4px;
color: #003399;
display: block;
font-size: 0.9em;
padding-left: 15px;
text-decoration: underline;
text-align: right;
}

/* ---- FOOTER STYLES ---- */

#footer {
clear: both;
color:#8a8a8a;
font-size:0.75em;
text-align:center;
margin: 20px 0 0 0;
}

#footer ul {
border-top: 1px solid #003265;
list-style-type: none;
padding: 20px 0 0 0;
margin: 0;
}

#footer li {
border-left: 1px solid #003265;
display: inline;
padding: 0 1px 0 5px;
}

#footer ul > li:first-child {
border-left: none;
}

#footer p {
padding: 10px 0 20px;
}

#footer p span {
margin-left: 20px;
}

p.currency {
font-size:0.85em;
color:#8A8A8A;
font-weight:normal;
text-align:left;
}
/*end DOHA footer*/

/*--Summary-- This controls the style for the summary within the WCMS. */
#summary {
 text-decoration: none;
 font-weight: 500;
 color: #000;
 line-height: 1.6em;
   margin-top: 10px;
 margin-bottom: 10px;
 padding-bottom: 12px;
}

#summary a:link {
 color: #003399;
 text-decoration: underline;
}

#summary a:hover {
 color: #99cc00;
 text-decoration: none;
}

#summary a:visited {
 color: #4E5700;
 text-decoration: underline;
}

/*
--Classes
*/
/* -- Top of page links -- */
#content a.top {
 float: right;
 clear: right;
 padding-left: 17px;
 font-size: 0.9em;
 background: url(/internet/mentalhealth/publishing.nsf/AttachmentsByTitle/top.gif/$FILE/top.gif) no-repeat 0px center;
 margin: 10px 0px 20px 5px;
 color: #003399;
}

#content a.top:link {
 color: #003399;
}

#content a.top:visited {
 color: #003399;
}

#content a.top:active {
 color: #003399;
 text-decoration: none
}

#content a.top:hover {
 color: #99cc00;
 text-decoration: none
}
/* SEARCH RELATED */
ul.searchresults {
 list-style-type: none;
 margin: 0;
 padding: 0;
}

ul.searchresults li {
 margin-bottom: 20px;
}

ul.searchresults li a {
 margin: 0;
}

p.scoreresults {
 margin: 0 0 -6px 0;
 padding: 0;
}

p.stopwords{
 margin-top:-10px;
 font-size:0.8em;
 line-height:1.5em;
}

.currpage {
 font-weight: bold;
 color: #000;
 border: 1px solid #000;
 padding: 3px 5px 3px 5px;
}

p.searchnav {
 margin-top: 25px;
 padding-bottom: 20px;
}

p.searchnav a {
 text-decoration: underline;
 color: #0000FF;
 line-height: 1.0em;
}

a.search_next:link, a.search_next:hover, a.search_next:active, a.search_next:visited {
 padding: 0 18px 10px 10px;
 font-weight: bold; 
 background: url(/internet/mentalhealth/publishing.nsf/AttachmentsByTitle/arrow_next.gif/$FILE/arrow_next.gif) no-repeat right 3px; 
}

a.search_prev:link, a.search_prev:hover, a.search_prev:active, a.search_prev:visited {
 padding: 0 10px 10px 18px;
 font-weight: bold; 
 background: url(/internet/mentalhealth/publishing.nsf/AttachmentsByTitle/arrow_previous.gif/$FILE/arrow_previous.gif) no-repeat left 3px; 
}
/* Skip to Content styles */

a.skiplink, a.skiplink:hover, a.skiplink:visited {
 text-indent: -600em;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: 1;
 width: auto;
} 
  
a.skiplink:active, a.skiplink:focus {
 background-color: #666666;
 color: #ffffff;
 display: block;
 font-weight: bold;
 padding: 10px;
 text-indent: 0.1em;
 width: auto;
 border-bottom-width: 2px;
 border-bottom-style: solid;
 border-bottom-color: #FFFFFF;
 border-right-width: 2px;
 border-right-style: solid;
 border-right-color: #FFFFFF;
}

.white {
 color: #ffffff;
 font-weight: bold;
}

hr {
 width: 100%;
 height: 1px;
 color: #003265;
 background-color: #003265;
 border: none;
}

table {
 height: auto;
 width: auto;
 font-size: 1.0em;
border:1px solid #003265;
border-collapse:collapse;
}
tr:nth-child(2n+1) {
  background-color: #EFF0FD;
}
td {
border:1px solid #003265;
padding:3px;

}
/* For Internet Explorer */

html>body hr {
 margin-left: 0;
 width: 100%;
 height: 1px;
 background-color: #003265;
 border: none;
}
/* For Gecko-based browsers */

html>body hr {
 margin-left: 0;
 width: auto;
 height: 1px;
 background-color: #003265;
 border: 0px solid #003265;
}
/* For Opera and Gecko-based browsers */ 
 
/* Disclaimer
 This is the class for the styleDisplayContentDownload block */
.disclaimer {
 FONT-SIZE: 80%;
 COLOR: #666666;
 padding-top: 20px;
 border-top: 1px solid #003265;
} 
/* Page Currency
 This is the class for the styleMiddlepanePageCurrency block */
.pageCurrency {
 FONT-SIZE: 80%; COLOR: #666;
 font-weight: normal;
 padding: 10px 0 0 0;
}
p.review {
 FONT-SIZE: 80%; COLOR: #666;
 font-weight: normal;
 padding: 10px 0 0 0;
}
#topImagePrint {
 height: 107px;
 background: url(/internet/mentalhealth/publishing.nsf/AttachmentsByTitle/topImagePrint.jpg/$FILE/topImgPrint.jpg);
 display: none;
}
/* PDF/large file warning styles */
.pdfhelp { background: #EFF0FD; border: 1px dotted #2D6DB5; margin: 25px 25px 25px 25px; padding: 12px 10px 8px 15px; font-size: 0.9em; line-height: 1.5em; display: block; clear: none;}
.pdfhelp p {margin-left: 10px; margin-right: 15px}
.pdfhelp a:link, .pdfhelp a:visited { color: #000; }
.pdfhelp h4 {
	font-size:1em;
	margin: 0 0 10px 0;
	padding: 2px 0 0 30px;
	background: 0 0 url(/internet/main/publishing.nsf/AttachmentsByTitle/info.gif/$FILE/info.gif) no-repeat;
	height:26px;
}
.pdfhelp img { border: 0px none; margin: 0px 15px 8px 0px; float: left; }


#content .pdfhelp ol {margin-left: 30px; margin-bottom:15px}
.pdfhelp h4 a {text-decoration: none}
.pdfhelp h4 a:hover {text-decoration: underline}
#content form{-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-box-shadow: 5px 5px 5px #888;
-webkit-box-shadow: 5px 5px 5px #888;}

fieldset {
border: #000 solid 1px;
padding: 30px
}
fieldset legend{
color:#000;
font-weight:bold;
font-size:1.2em;
background:#ffcf33;
border: #000 solid 1px;
padding:5px
}
fieldset h3{
color:#000;
font-weight:bold;
font-size:1.2em;
}
label{font-weight:bold;}
textarea{border:1px solid #000}


