/* Universal */

*
{
	margin:0;
	padding:0;
	font-size: 16px;
}
body
{
	background-color: #000;
	background-image: url(images/back_gnd.png);
	background-repeat: repeat-x;
	background-position: top;
}

p {
	font-size: 16px;
	color:#FFF;
	margin-bottom: 18px;
}

h1 {
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 18px;
	padding-top: 12px;	
}

h2 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
	color: #FF0;
	margin-top: 12px;
}

h3 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 18px;
	color:#FFF;
}

.clear {clear:both;}

.centre{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.disclist ul{
	padding-left: 0;
	margin-left: 0;	
}

.disclist li {
		list-style-type: disc;
		padding-left: 15px;
		margin-left: 15px;
}

#main-wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#masthead {
	margin-top: 5px;
	margin-bottom: 10px;
	clear: both;
}

/*Primary used in index.html only*/
#primary {
	background-color:#000;
	height: 400px;
	width: 100%;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-image: url(images/primary_bg.jpg);
	background-repeat: no-repeat;
}

#primary-standfirst {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	width: 430px;
	margin-top: 20px;
	padding-left: 18px;
	background-image: url(images/trans_bg.png);
	background-repeat: repeat;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#logo {
	margin-left: 0px;
	float: left;
	margin-bottom: 10px;
	padding-top: 20px;
}

#padi5slogo {
	float: right;
	margin-right: 5px;
	padding-bottom: 0px;
	right: auto;
	margin-bottom: 5px;
}

#navigation, #navigation2 {
	float: left;
	margin-left: 20px;
	width: 800px;
	margin-bottom: 5px;
}

#navigation2{
	padding-top:20px;
}

#navigation ul, #navigation2 ul{
	margin:0;
	padding:0;

}

#navigation li, #navigation2 li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;

}

#navigation li a {
	text-decoration:none;
	color:#FFF;
	font-size: 14px;	
}

#navigation2 li a{
	text-decoration:none;
	color:#000;
	font-size: 13px;
}

#learn-image, #conservation-image, #contact-image, #divesite-image, #photo-image, #club-image, #shop-image
{
	width: 100%;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	height: 190px;
} 

#learn-image {background-image: url(images/learn_bg.jpg);background-repeat: no-repeat;}

#conservation-image {background-image: url(images/conservation_bg.jpg); background-repeat: no-repeat;}

#contact-image {background-image: url(images/contact_bg.jpg); background-repeat: no-repeat;}

#divesite-image {background-image: url(images/divesites_bg.jpg); background-repeat: no-repeat;}

#photo-image {background-image: url(images/photogallery_bg.jpg); background-repeat: no-repeat;}
                
#club-image {background-image: url(images/club_bg.jpg);background-repeat: no-repeat;}                 

#shop-image {background-image: url(images/shop_bg.jpg); background-repeat: no-repeat;}         



#learn-image, #conservation-image, #contact-image, #divesite-image, #photo-image, #club-image, #shop-image
{
	width: 100%;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	height: 190px;
} 

#learn-image {background-image: url(images/learn_bg.jpg);background-repeat: no-repeat;}

#conservation-image {background-image: url(images/conservation_bg.jpg); background-repeat: no-repeat;}

#contact-image {background-image: url(images/contact_bg.jpg); background-repeat: no-repeat;}

#divesite-image {background-image: url(images/divesites_bg.jpg); background-repeat: no-repeat;}

#photo-image {background-image: url(images/photogallery_bg.jpg); background-repeat: no-repeat;}
                
#club-image {background-image: url(images/club_bg.jpg);background-repeat: no-repeat;}                 

#shop-image {background-image: url(images/shop_bg.jpg); background-repeat: no-repeat;}         

#secondary {
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
}

#column-a {
	float: left;
	width: 750px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 18px;
}

#column-a ul {
	margin-bottom:18px;
	padding-left: 10px;
	margin-left: 20px;
	list-style-type:disc;
}

#column-b {
	float: right;
	margin-left:auto;
	margin-top: 10px;
	width: 180px;
	margin-right: auto;
	text-align:center;
}

#column-b img {
	margin-bottom:18px;
	margin-left:auto;
	margin-right:auto;
}

#column-b a { border-style: none; 
}

#footer {
	margin-top: 18px;
	margin-bottom: 18px;
	margin-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #57cae6;
	margin-right: 20px;
	clear: both;
}

a:link{ color:#0F3; }
a:visited{ color:#C00; }
a:hover{color:#FF0;}

