/* HEALTH ISSUES CENTRE 
------------------------------------------------------------------------------------

Print Style Sheet
Infoxchange 2007

------------------------------------------------------------------------------------*/


 

/* START RESET 
------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*EASY CLEAR 
------------------------------------------------------------------------------------*/

/* Easy Clearing styles - http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */






/* GENERAL TAGS 
------------------------------------------------------------------------------------*/

html{
	overflow: scroll; /* So Firefox always shows scrolls bars, so layout doesn't jump */
}

body{
	font-family:  "Times New Roman", Georgia, serif;
	color: #000;
	padding: 1em;
}


img{
	display:block;
	border:0;
}

p{
	font-size: 95%;
	line-height: 130%;
	padding-left: 0.5em;
}


a{
	color: #333;	
}

h1, h2, h3, h4, h5{
	padding: 0.3em;
}

h1, h2{
	font-size: 130%;	
	font-weight:normal;
	color: #999;
}

h3{
	font-size: 110%;
	font-weight:normal;
	
}

strong{
	font-weight: bold;
}


hr{
	margin: 0.5em;
}



/* MAIN NAVIGATION 
------------------------------------------------------------------------------------*/


/* MAIN LAYOUT
------------------------------------------------------------------------------------*/

#wrapper{
	width: 95%;
	margin: 0 auto;		
}

#top{
	display:none;
	background: url('/images/background_top.jpg') repeat-x;	
}

.topbar_left{
	float:left;
}

.topbar_right{
	float:right;
	background: url('/images/topheading_right.jpg') no-repeat right;
	padding-right: 2em;		
}


#content{
	padding:0;
	margin:0;
	
}

#content #content_left{
	display:none;

}

.nav_background{
	background: url(/images/background_nav.jpg) repeat-y;	
	background-color:#eee;
}

#content #content_right{
	margin: 0 0 0 0px;
	padding:0;
}

#content #content_right_home{
	margin-left: 0em;
}

#top_print{
	display:block;
}

/* FOOTER 
------------------------------------------------------------------------------------*/


#footer{
	display:inline;
	margin: 0 auto;
	width:90%;
	position: relative;
	margin-top: 2em;
	text-align:center;
	
}

#footer p{	
	font-size: 80%;
	text-align:center;
}


hr{
	color: #3399FF;
}

#footer .credits{
	display:none;
}



/* HOMEPAGE SPECIFIC LAYOUT 
------------------------------------------------------------------------------------*/

#content_right_body{	
	float:left;
	width:65%;
}

#content_right_quicklinks{
	float:right;
	width:30%;
}





/* QUICK LINKS 
------------------------------------------------------------------------------------*/


#quicklinks{
	/*padding: 1em;
	padding-top: 0.5em;*/
}

#quicklinks h3 a{
	font-size: 80%;
}

#quicklinks ul li{
	margin-top: 1em;
}

#quicklinks ul li p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
}





/* LEFT FEATURED LINKS 
------------------------------------------------------------------------------------*/

#left_featured{
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
	width:8em;
}

#left_featured ul li{	
	background-color: #4192C8;	
}

#left_featured ul li h3 {
	font-size: 80%;	
}

#left_featured ul li h3 a{	
	color:#fff;
}


/* HOT ISSUES 
------------------------------------------------------------------------------------*/

#hot_issues{
	margin-top: 1em;	
	width:100%;
}

#hot_issues p{
	font-size:70%;
}

#hot_issues .left{
	width:49%;	
	border-right: 1px solid #ccc;
}

#hot_issues .right{
	width:49%;	
}


/* BREADCRUMBS
------------------------------------------------------------------------------------*/

.breadcrumbs {
	padding-left: 10px;
	padding-top: 5px;
	font-size: 80%;
}

.actions{
	display:none;
}



/* CONTENT 
------------------------------------------------------------------------------------*/


#content_right ul {
	margin-left: 4em;	
	font-size: 80%;
	list-style: none;
}

#content_right ul li{
	background: url('/images/bullet_orange.gif') no-repeat;
	padding-left: 15px;
}

#content_right p{
	font-size: 75%;
	line-height: 130%;
	padding: 1em;
}




/* UTILITY
------------------------------------------------------------------------------------*/


.clear{
	clear:both;
}

.clearRight{
	clear:right;
}

.pad{
	padding: 0.5em;
}


.left{
	float:left;
}

.right{
	float:right;
}

.center{
	text-align: center;
}





/* FORMS 
------------------------------------------------------------------------------------*/

.admin {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	padding: 1em;
}

.nobullets{
	list-style-type: none;
}

.inline li{
	display: inline;
}

.inline {
	display:block;
}


/* Used when no serach results / No webboard articles */
.warningBox{
	padding:10px;
	background-color: #8d0000;
	background-color: #942424;
	border: 1px solid #ce6161;
	margin-bottom: 1em;
	margin-top: 1em;
}

html fieldset{ position: relative; margin-top:1em; padding-top:.75em; }

html legend{ position:absolute; top: -.9em; left: .5em; color: #fff; }

form label {
	font-size: 90%;
}

form fieldset{
	margin: 1em;
	padding: 1em;
}

form fieldset .inputset{
	margin-bottom: 1em;
}






/* SITEMAP
------------------------------------------------------------------------------------*/

ul.sitemap {
 list-style-type: none; 
 margin-left: 0.5cm;
 padding-left: 0;
}

ul.sitemap li {
 padding-left: 1.1em;

}

ul.sitemap li a {
 background: transparent url('sitemapdocbullet.gif') no-repeat;
 margin-left: -1.1em;
 padding-left: 1em;
}

ul.sitemap li ul {
 background: transparent url('sitemapfolderbullet.gif') no-repeat;
 list-style-type: none;
 margin: -1.4em 0 0 -1.6em;
 padding: 1.4em 0 0 0.6em;
}

ul.sitemap li ul li {
 margin-left: 0.5cm;
 padding-left: 10px;

}

ul.sitemap li ul li a{
  font-size: 10px;
}
ul.sitemap li ul li h5{
  font-size: 10px;
}




