/* competition form */
label { display: block !important; }



/* add icon to email links */
a[href *='mailto'] { 
padding-right: 18px;
background: transparent url(http://saniti.org.nz/assets/templates/saniti/images/sitewide/email-icon.png) no-repeat center right;
}

a[href ^='mailto'] { 
padding-left: 20px;
background: transparent url(http://saniti.org.nz/assets/templates/saniti/images/sitewide/email-icon.png) no-repeat center left;
}

a[href $='.pdf'] { 
padding-left: 20px;
background: transparent url(http://saniti.org.nz/assets/templates/saniti/images/sitewide/pdf-icon.gif) no-repeat center left;
}



table td {
	vertical-align: top;
	padding: .2em;
	margin: 0;
	}

table th {
	text-align: left;
}



div#content ul, div#content ol {
	margin: .6em 0 1em 1em;
	list-style-position: inside;
	}



	dt { font-weight: bold; }
	dd { text-indent: 0em; margin: 0 0 .6em 0; }



p.didyouknow {
		background: #9ac2eb url(../images/sitewide/did-you-know-bg.gif) 5px 5px no-repeat;
		color: #333;
		font-weight: bold; font-size: 80%; font-family: Verdana, sans-serif;
		padding: 36px 10px 20px 60px; margin: 2em 0;
		clear: both;
		}


body#index.home p.didyouknow {
	width: 400px;
	clear: none;
	
	}
/* images */

img.right {
	float: right; margin: .2em 0 .4em 1em;
	}

img.left {
	float: left; margin: .2em 1em .4em 0;
	}




/* headers */


h1 {
	font-size: 140%;
	line-height: 160%;
	color: #222;
	margin: 0 0 .4em 0;
	}



/* aviation page */

dl.flight_schools dt, dl.flight_schools dd {
	display: inline; margin: 0;
	}





div.callout {
	padding: 10px;
	border: 1px solid #39F;
	background: #9CF;
	width: 430px;
	margin-bottom: 10px;
	}




/* galleries */
div.thumbscontainer, div.childscontainer {
	clear: both;
	border: 0px solid #ddd;
	}

div.thumbscontainer ul.thumbs li {
	width: 150px;
	height: 150px;
	padding: 0px;
	margin: 5px;
	}

div.thumbscontainer ul.thumbs li a {
	
}





/* NEWS */
h3.newsHeading a {
	text-decoration: none;
	color: #444;
	margin-top: 1em;
	}

div.news {
	width: 400px;
	background: #ddd url(http://saniti.org.nz/assets/templates/saniti/images/news/saniti-news-bg.png) top left no-repeat;
	padding: 30px 15px;
	}
div.news h3 { background: #444; color: #fff; padding: .2em;}

div.news ul { margin: .8em; }
div.news ul li {
	list-style: none outside url(http://saniti.org.nz/assets/templates/saniti/images/news/news-arrow.png);
	padding: .2em 0;
}

div.news ul li a { text-decoration: none; }
div.news ul li a:hover { text-decoration: underline; }

