/* 
---------------------------------------------------------------
SOM WEBSITE Style Sheet
Author: Chris Carapetis
Version: 16-01-2006
For: International Pediatric Accociation
--------------------------------------------------------------- */

/* ------------------------------------------ HTML TAGS ---------------------------------------------- */

html{
	margin:0px;
	padding:0px;
}

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin:0px auto;
	background-color:#FFFFFF;
}


p {
	margin:0px;
	padding:10px 10px 10px 0px;
	color:#000;
}


a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
 font-family: Arial,Verdana,sans-serif;
 margin: 0px;
 padding: 0px;
}

h1{
 font-size: 17pt;
 color:#000;
}

h2{
 font-size: 16pt;
 color: #000;
}

h3{
 font-size: 15pt;
 color: #000;
}

h4{
 font-size: 14pt;
 color: #000;
}

h5{
 font-size: 12pt;
 color: #000;
}

ol{
 padding:0px 20px 0px 30px;
}

ul{
 padding:0px 20px 0px 50px;
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

hr{
	border:none;
	border-top:1px dotted #000;
	text-align:center;
}


/* ------------------------------------------ LAYOUT DIVS ---------------------------------------------- */

#masthead{
	display:none;
}


/* --------------------------------------- GLOBAL/HORIZONTAL NAVIGATION ---------------------------------------- */


#globalNav{
	display:none;
}


/* ------------------------------------------ NAV COLUMN ---------------------------------------------- */

#navBar{
	display:none;
}

/* -------------------------------------------- CONTENT ----------------------------------------------- */


#content{
  line-height:1.166;
  margin:6px 5px 10px 0px;
  padding:0px 0px 0px 0px;
}

#content h1, #content h2, #content h3,
#content h4, #content h5{
	margin:0;
	padding:10px 10px 5px 0px;
}

#content img{
  margin:5px 5px 5px 5px;
  padding:0px 0px 0px 0px;
  border:1px solid #ccc;
}

#contentHeading, .contentFooter{
	margin:0px 0px;
	padding:0px;
}

#contentHeading {
	border-bottom: 1px solid #cccccc;
}

#contentFooter{
	text-align:right;
	padding:3px 0px 3px 0px;
	border-top: 1px solid #cccccc;
}

#contentTitle{
	margin:0px;
	padding:3px 10px 3px 0px;
	font-size:17pt;
	font-weight:bold;
}

#contentModified{
	margin:0px;
	padding:3px 10px 3px 0px;
	font-size:10pt;
}

#content .displayRight{
  float: right;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}

.smallText{
	font-size:10pt;
}



/* ------------------------------------------ FOOTER ---------------------------------------------- */

#footer{
	margin:10px 0px;
	padding: 9px 10px 5px 0px;
	clear: both;
	font-size: 11pt;
	text-align:center;
	background-color:#fff;
	border-top: 1px solid #ccc;
}

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}



/* ------------------------------------------ Staff profiles ---------------------------------------------- */

#profileTitle{
	margin: 20px 0px 0px 0px;
}

#profile{
	margin: 10px 0px 10px 10px;
	padding: 5px 0px 5px 0px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}

#profile img{
	float:left;
	margin: 0px 0px 0px 0px;
	padding:0px;
	border:1px solid #ccc;
}

#profile p{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px;
}

#profile #textContainer{
	margin: 0px 0px 0px 110px;
	padding: 0px;
}

#profile #interests{
	float:right;
	width:200px;
	margin: 5px 0px 5px 5px;
	padding: 0px;
}

#profile #interests #intTitle {
	margin: 0px 0px 0px 0px;
	padding: 5px;
	color:#000;
	font-weight:700;
	border-bottom:1px solid #ccc;
}

#profile #interests p {
	margin: 0px 0px 0px 0px;
	padding: 5px;
}

#profile ul{
	 margin: 5px 0px 5px 20px;
	 padding:0px 0px 0px 0px;
	 list-style-type: disc;
}

#fullProfileLeft {
 	float:right;
 }
 
#qualifications, #contact, #staffName{
	margin: 0px 0px 0px 0px;
}

.pageBreak {
	clear:both;
}

/* ------------------------------------------ Staff profiles ---------------------------------------------- */

.profileTitle{
	margin: 20px 0px 0px 0px;
}

.profile{
	margin: 10px 10px 10px 10px;
	padding: 5px 0px 5px 0px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}

.profile img{
	float:left;
	margin: 0px 0px 0px 0px;
	padding:0px;
	border:1px solid #ccc;
}

.profile p{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px;
}

.profile .textContainer{
	margin: 0px 0px 0px 110px;
	padding: 0px;
}

.profile .interests{
	display:none;
	width:185px;
	margin: 5px 0px 5px 5px;
	padding: 0px;
	border-bottom:1px solid #ccc;
	background-color:#eee;
}

.profile .interests .intTitle {
	margin: 0px 0px 0px 0px;
	padding: 5px;
	color:#000;
	font-weight:700;
	border-bottom:1px solid #ccc;
}

.profile .interests p {
	margin: 0px 0px 0px 0px;
	padding: 5px;
}

.profile ul{
	 margin: 5px 5px 5px 20px;
	 padding:0px 0px 0px 0px;
	 list-style-type: disc;
}

#fullProfileLeft {
 	float:left;
	margin:5px;
	padding:0px;
 }
 
#qualifications, #contact, #staffName{
	margin: 0px 0px 0px 190px;
}




