/* 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 Georgia, Geneva, Sans-serif; 
	color: #000000;	
	padding-top: 18px;

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


	
.sitelink a {

	text-decoration: none;
	color: #000000;	
	
}
	
	
.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: #000000;
	line-height: 120%;
	border: 0px solid red;
}


h2 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 20px;
	line-height: 24px;
}



h3 {
	font-size: 10pt;
	padding-top: 0;
	font-weight: normal;	
}


.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: 1px solid white;
	position: relative;	
}


#logo {
	
	height: 85px;	
	position: relative;	
	border: 0px solid red;
	width: 960px;
	
}

#logo span {
	
	display: block;
	position: absolute;
	bottom: 16px;
	right: 0;
	font-size: 18px;	
}

#contentMain {
	width: 956px;
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	background-color: white;
	border: 2px solid #E6E6E6;
	border-bottom: none;
	border-top: none;
	padding-bottom: 20px;
	z-index: 0;
	line-height: 12pt;
	font-size: 10pt;
}

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







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



#topNavHolder ul {
		
	border: 0px solid red;
	list-style: none;
	width: 960px;
	position: relative;
	top: 0px;
	right: 0px;
	height: 46px;
	border-top: 0px solid #696969;
	background-image: url(images/registerBackground.jpg);
	background-repeat: no-repeat;
	background-position: right;
	
}

#topNavHolder ul li {
	
	float: left;
	position: relative;
	display: block;
	height: 32px;
	background-image: url(images/menuBackground.jpg);
	background-repeat: repeat-x;
	padding-top: 14px;
	border-right: 1px solid #E0E0E0;
	border-left: 1px solid #878787;	
}


#topNavHolder ul li a {

	color: #717171;
	font-size: 15px;
	font-weight: normal;
	font-family: arial;
	padding: 15px 30px;

}

#topNavHolder ul li.firstItem  {
	

	border-left: none;
}

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

#topNavHolder ul li.lastItem a {
	
		color: white;

}


#topNavHolder ul li a:hover {
	
	color: white;	
}

#topNavHolder ul li.lastItem a:hover {
	
	color: black;	
}


#topNavHolder ul li a.noLink {

	cursor: text;
	
}



div.articleHolder {
	border-bottom: 2px dotted #C22900;	
}

div.homePage p {
	
	font-size: 14pt;
	line-height: 16pt;
	font-weight: bold;
}	

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


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

div.articleHolder img.readMore {
	
	display: block;
	margin: 10px 0;	
	border: 0;
		
}


#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 {
	
	border: 5px solid white;
	display: block;
	margin: auto;	
	margin-bottom: 0px;
	
}

div.subArticle img.readMore {

	margin: 20px auto;

}

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


div.subArticle p {
	

	width: 240px;
	padding-top: 10px;	
	padding-bottom: 10px;
	text-align: center;
	
}


#leftCol {
	border: 0px solid yellow;
	width: 630px;
	position: relative;
	top: 0;
	left: 0;
	padding-left: 40px;
	padding-right: 0;
}


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


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


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

div.interestArticle h3 {
	font-weight: normal;
	color: black;
	padding-bottom: 10px;	
}


div.interestArticle p {
	

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

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

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

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


#rightCol {
	width: 260px;
	float: right;
	padding: 10px;
	padding-top: 0;
	margin-top: 20px;
	border: 0px solid red;
	background-color: #E4E4E4;
	text-align: left;
}



#enqDetails {
	
	width: 610px;	
	border: 0px solid #B3B3B3;	
	padding: 0;


}

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

}

#enqDetails td.spacer span{
	
	background-image: url(images/blueRule.gif);
	background-repeat: repeat-x;
	background-position: center;
	display: block;
	width: 99%;
	padding: 0;
	position: relative;
	left: 2px;	
}


#enqDetails td.statement {
	
	padding-top: 30px;

}


#enqDetails td.statement span{
	
	background-color: #02A4FB;
	color: white;
	padding-top: 15px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 11px;
	padding-bottom: 3px;

}



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


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


}


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





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

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


#enqDetails tr td table tr td input {

	width: 99%;
	position: relative;
	left: -1px;
}


#enqDetails tr td table tr td input.checkbox {

	border: 0px solid red;
	width: 10%;
	margin: 0;
	padding: 0;
	position: relative;
	left: -4px;
}

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

	width: 98%;

}


#formSubmit {
	
	width: 201px;
	height: 45px;	
	border: 0;
	position: relative;
	left: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(images/submitForm.jpg);
	background-repeat: no-repeat;
	
}



#paymentSubmit {
	
	width: 418px;
	height: 64px;	
	border: 0;
	position: relative;
	left: 0px;
	margin-top: 10px;
	margin-bottom: 30px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(images/paymentSubmit.gif);
	background-repeat: no-repeat;
	
}


#payPalAd {
	
	position: absolute;
	bottom: 14px;
	right: -282px;	
}


#offsetPayPalAd {
	
	position: relative;
	left: -8px;	
}

p.payPal {
	
	font-size: 14px;	
}

p.payPal span {
	
	color: #0393E9;
}


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


#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.secondList {
	
	position: absolute;
	left: 250px;
	width: 350px;
}


#footer ul.thirdList {
	
	position: absolute;
	left: 590px;
}


#footer ul.finalList {
	
	position: absolute;
	width: 180px;
	right: 20px;
}


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

#footer ul li span {
	
	font-family: Georgia;
	font-weight: bold;
	font-size: 12px;
		
}

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

#footer ul li a:hover {
	
	color: white;	
	
}


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

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

