/* CSS Document */

/* set all padding and margin to 0 */
* { 
	margin: 0;
	padding: 0;	

}

img { /* set all images to display as block elements initially, over-ride to inline as required */
	
	display: block;	
}

	
.clearFloat {
		
	clear: both;	
}

.clearLeft {
		
	clear: left;	
}

.noHeight {
	
	height: 1px;	
}
	

body {

	
	font: normal normal normal 12px Arial, Geneva, Sans-serif; 
	color: #575757;	
	padding-top: 0px;

}
	
body a {
	
	text-decoration: none;
	outline: none;
}
	
body a img {
		
	border: 0;	
}


	
.sitelink a {

	text-decoration: none;
	color: #6D6D6D;	
	
}
	
	
.sitelink a:hover {

	text-decoration: underline;
	
}

.sitelink a.small {
	
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: bold;
}



h1 {
	
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 40px;
	color: #10416B;	
	line-height: 30px;
	
}


h2 {
	
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;	
	padding-bottom: 20px;	
	color: #10416B;	
	
}



h3 {

	font-size: 16px;
	padding-top: 0;
	
}

ul.general {
	
	list-style-position: inside;	
}

ul.general li {
	
	padding-top: 7px;
	padding-bottom: 7px;
		
}

.leftpad5 {
	
	padding-left: 5px;	
}

.leftMargin5 {
	
	margin-left: 5px;	
}

.leftpad10 {
	
	padding-left: 10px;	
}

.leftpad15 {
	
	padding-left: 15px;	
}

.toppad20 {
	
	padding-top: 20px;	
}

.toppad5 {
	
	padding-top: 5px;	
}

.toppad7 {
	
	padding-top: 7px;	
}

.toppad8 {
	
	padding-top: 8px;	
}

.toppad15 {
	
	padding-top: 15px;
}

.toppad30 {
	
	padding-top: 30px;
}


.botMarg10 {

	margin-bottom: 10px;	
}

.botMarg20 {

	margin-bottom: 20px;	
}

.topMarg10 {

	margin-top: 10px;	
}

.rightpad20 {
	
	padding-right: 20px;	
}

.botpad20 {
	
	padding-bottom: 20px;	
}

.topDash {
	
	border-top: 1px dotted 	#575757;
}

.botDash {
	
	border-bottom: 1px dotted 	#575757;
}





/* the shell is set width auto left and right margins to centre the div on the screen */

#shell {
	
	display: block;		
	width: 960px;
	margin-left:   auto;
	margin-right:   auto;
	border: 0px solid white;
	position: relative;	
}


#contentMain {
	width: 948px;
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	background-color: white;
	border: 6px solid #E1E1E1;
	border-top: none;
	padding-bottom: 20px;
	z-index: 0;
	line-height: 120%;	
}

#contentMain p {
	
	padding: 0px 0px 5px 0px;
	background-color: transparent;	
	color: #4C4B4D;
}







#topNavHolder {
	
	height: 45px;
	width: 960px;
	padding: 0;
	position: relative;
	margin-top: 0px;
	border: 0px solid red;
	z-index: 100;
	background-image: url(images/menuBackground.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	
}



#topNavHolder ul {
		
	border: 0px solid red;
	list-style: none;
	width: 960px;
	position: relative;
	top: 0px;
	right: 0px;
	height: 45px;
	border-top: 0px solid #696969;

	
}

#topNavHolder ul li {
	
	float: left;
	position: relative;
	display: block;
	height: 32px;
	padding-top: 13px;
	border-right: 1px solid #878787;
	border-left: 1px solid black;	
}


#topNavHolder ul li a {

	color: #B0B0B0;
	font-size: 15px;
	font-weight: normal;
	font-family: arial;
	text-align: center;
	padding: 15px 36px;

}

#topNavHolder ul li.firstItem  {
	

	border-left: none;
}

#topNavHolder ul li.lastItem  {
	
	border-right: none;	
	background-image: none;
}


#topNavHolder ul li a:hover {
	
	color: #4797DB;	
}




#topNavHolder ul li a.noLink {

	cursor: text;
	
}



div.articleHolder {
	
	border-bottom: 2px dotted #4797DB;
	padding-bottom: 20px;
	
}

div #mainArticlePage {
	
	border: 0px solid red;	
	
}


div #mainArticlePage div.articleHolder {
	
	border-bottom: none;
	
} 

div.articleHolder img {
	margin-bottom: 6px;
}

div.articleHolder a.readMore {
	
	color: #4797DB;
	padding-left: 10px;
	font-weight: bold;
		
}


#contentMain div.articleHolder div.interestingQuote {
	
	border-bottom: 2px dotted #C22900;
	border-top: 2px dotted #C22900;
	margin: 10px 0;
	padding: 10px 0;

	
}

#contentMain div.articleHolder div.interestingQuote p {
	
	color: #C22900;
	font-style: italic;
	
}

div.subArticle {
	
	width: 240px;
	display: block;
	margin: 0 auto;	
	margin-top: 10px;
	
}

div.subArticle img {
	
	display: block;
	margin: auto;	
	margin-bottom: 10px;
	
}

div.subArticle img.mainImage {
	
	border: 1px solid white;
	margin-bottom: 20px;
	
}

div.subArticle h2 {
	
	font-size: 20px;
	font-weight: bold;	
	color: #10416B;	
	width: 240px;
	padding-top: 10px;	
	padding-bottom: 10px;
	border: 0px solid red;
	line-height: 24px;
	
}


div.subArticle p {
	

	width: 240px;
	padding-top: 10px;	
	padding-bottom: 10px;
	
}


#leftCol {
	
	border: 0px solid yellow;
	width: 610px;	
	position: relative;
	top: 0;
	left: 0;
	padding-left: 20px;

}


#interestArticlesHolder {
	
	
	width: 170px;	
	float: right;
	margin-top: 20px;
	border: 2px solid #E4E4E4;
	
}


#interestArticlesHolder h2 {
	
	background-color: #E4E4E4;
	padding: 10px;
	font-size: 18px;
	color: #333333;	
	margin-bottom: 10px;
	
}


div.interestArticle {
	
	width: 150px;
	margin: 0 auto;
	display: block;
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
	
	
}

div.interestArticle h3 {
	
	font-weight: bold;	
	color: #C22900;
	padding-bottom: 10px;
	
}


div.interestArticle p {
	

	width: 150px;
	padding-bottom: 10px;
	border: 0px solid red;
	
}

div.interestArticle span {
	
	font-weight: bold;	
	color: #C22900;		
}

div.interestArticle a {
	
	font-weight: bold;	
	color: #C22900;		
}

div.interestArticle a:hover {
	
	text-decoration: underline;
		
}


#contactForm {
	
	padding: 15px 15px 0px 15px;		
	background-color: white;
	position: relative;
	top: 10px;
	border: 0px solid #B3B3B3;
	background-color: #DBE3EC;
	width: 575px;	
}

#contactForm p {
	
	border: 0px solid #B3B3B3;	
	padding-left: 5px;
}

#enqDetails {
	
	width: 570px;	
	border: 0px solid #B3B3B3;	


}

#enqDetails td {
	
	border: 0px solid blue;
	font-weight: bold;
	color: #777777;

}

#Delegate_No {
	
	width: 30px;	
}



#enqDetails td.normalWeight {
	
	font-weight: normal;
	
}


#enqDetails tr td input {
	
	border: 1px solid #AEC3E3;
	color: black;
	height: 23px;
	padding-top: 9px;
	padding-left: 5px;
	background-color: white;
	width: 99%;

}


#enqDetails tr td table {
	
	width: 570px;	
	border: 0px solid blue;
	display: block;
	
}





#enqDetails tr td table tr td.leftCell {
	
	border: 0px solid yellow;
	padding-right: 5px;
	width: 280px;
		
}

#enqDetails tr td table tr td.rightCell {
	
	border: 0px solid red;
	padding-left: 4px;
	width: 280px;
		
}


#enqDetails tr td table tr td input {

	width: 99%;
}


#enqDetails tr td textarea {
	
	
	border: 1px solid #AEC3E3;
	color: black;
	height: 70px;
	padding-top: 9px;
	padding-left: 5px;
	background-color: white;

	width: 99%;

}


#formSubmit {
	
	width: 150px;
	height: 30px;	
	border: 0;
	position: relative;
	left: 420px;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	color: #4797DB;
	background-color: transparent;
	font-weight: bold;

}


#rightCol {
	
	width: 288px;
	float: right;
	padding: 0px;
	padding-top: 0;
	margin-top: 10px;
	margin-right: 10px;
	border: 0px solid red;
	background-color: #4797DB;
}






#footer {
	
	
	display: block;		
	width: 960px;
	height: 127px;
	position: relative;
	top: 15px;
	border: 0px solid red;
	background-image: url(images/footerBackground.jpg);
	background-repeat: repeat-x;
	
}

#footer a.friendsScheme {
	
	position: absolute;
	right: 16px;
	top: 20px;	
}

#footer ul {
	
	list-style: none;
	height: 120px;
	position: relative;
	top: 25px;
	border: 0px solid red;
	font-size: 12px;
	float: left;
	border-right: 0px dotted #102173;
	font-family: arial;
		
}


#footer ul.firstList {
	
	position: absolute;
	left: 30px;
	width: 350px;
}



#footer ul.finalList {
	
	position: absolute;
	width: 350px;
	left: 300px;
}


#footer ul li {
	
	font-family: arial;
	padding: 1px 0;	
	border: 0px solid red;
	color: #CBCBCB;
}

#footer ul li span {
	
	font-weight: bold;
	font-size: 15px;
	color: #4797DB;
		
}

#footer ul li a {
	
	color: #CBCBCB;
	
}


#footer ul li a:hover {
	
	text-decoration: underline;	
	
}


#footerLink {
	
	position: absolute;
	bottom: -20px;
	right: 0;
	color: #929292;
			
}

#footerLink a {
	
	color: #929292;
	padding-left: 10px;	
	font-family: arial;
}

