/* force vertical scrollbar in ff */
html { 
	min-height: 100.2%; 
}

/* 																HTML TAG RESET */
body, 
h1, h2, h3, h4, h5, h6,
img,
p,
ul, li { 
	padding: 0; 
	margin: 0; 
	border: 0;
}


/* 																HTML TAG DEFINITIONS */
body {
	color: #4D99AA;
	color: #0266AC;
	font-family:  verdana, geneva, sans-serif;
	font-size: 62.5%;
	background: #31829F url("images/screen-bg.jpg") top left repeat;
 	text-align: center; /* centre page in IE5 */
 	margin-bottom: 5px;
}



a {
	outline:none;
}

a img {
	border:none;
	background:none;
	outline:none;
}

div#page-wrapper {
	width:980px;
	margin:0 auto;
	padding: 10px 0 0 0;
	overflow: hidden; /* stretches container around floated elements within */
	background: #fff;
}	

div#banner {
    width:980px; 
    background: #fff;
    margin:5px auto 0; 
    padding:0;
}

	h1.main-heading {
	  	color: #4D99AA;
	  	float: left;
	  	font-size: 1.4em;
      	margin:0; 
      	padding:0;
     	position:relative;
     	width:280px; 
     	height:85px;
     	overflow:hidden;
      }
      
   	h1.main-heading span {
      	display:block;
      	position:absolute; 
      	left:0; 
      	top:0; 
      	z-index:1;
      	width:280px; 
      	height:85px;
      	margin:0; 
      	padding:0;
      	background:transparent url("images/padstones-logo.gif") top left no-repeat;
      }
     
div#banner p {
	clear: both;
	color: #fff;
	text-align: left;
	font-size: 1.8em;
	line-height: 2em;
	padding: 0 0 0 10px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0;
}

 
div#right-column h6, div#left-column h6 {
	text-align: center;
	margin: 3px auto 10px;
	font-weight: normal;
}

      
h1.padstones-is {
	  	color: #4D99AA;
      	margin:0; 
      	padding:0;
     	position:relative;
     	width:610px; 
     	height:160px;
     	overflow:hidden;
     	text-align: center;
      }
      
      h1.padstones-is span {
      	display:block;
      	position:absolute; 
      	left:0; 
      	top:0; 
      	z-index:1;
      	width:610px; 
      	height:160px;
      	margin:0; 
      	padding:0;
      	background:transparent url("images/padstones-is.gif") top left no-repeat;
      }
  
div#left-column {
	float: left;
	/*background: #fff;*/
	/*border: 1px solid #fff; */
	display: inline; /*for IE5/6 double margin bug*/
	margin: 0;
	padding: 0 0 0 10px;
	width: 600px;
	text-align: justify;
	font-family:  verdana, geneva, sans-serif;
	overflow: hidden; /*ie6 expanding box bug */
}
 
div#left-column h1 {	
	color: #4D99AA;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-family: verdana, geneva, sans-serif;
}    

div#left-column p {	
	color: #4D99AA;
	color: #007272;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	padding: 10px 20px 0 25px;
	padding: 10px 15px 0 10px;
	font-family: verdana, geneva, sans-serif;
	line-height: 1.5em;
}    

div#left-column h2  {
	font-size: 1.8em;
	font-weight: bold;
	margin: 15px 10px 0 0;
	padding-left: 10px;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	text-transform: none;
} 

div#right-column h2  {
	font-size: 1.8em;
	font-weight: normal;
	margin: 8px 0 5px 0;
	padding: 0;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	text-transform: none;
} 

div#left-column .highlight-box {
	margin: 0 0 10px 0;
	padding: 0 5px 15px;
	/*border-top: 1px solid #00A040;
	border-left: 1px solid #00A040;
	border-right: 2px solid #00A040;
	border-bottom: 2px solid #00A040;*/
	background: #fff url(images/highlight-box-bg.jpg) repeat-y left top; 
}

div#left-column .highlight-box img {
	margin-top: 5px;
}

div#right-column .highlight-box {
	margin: 0 10px 15px 0;
	padding: 0 14px 15px;
	background: #fff url(images/highlight-box-bg.jpg) repeat-y left top; 
}

div#left-column h2.strapline {
	text-transform: none;
	margin: 0 0 10px 0;
	padding: 15px;
	background: #ececec;
	/*border-top: 1px solid #FF4901;
	border-left: 1px solid #FF4901;
	border-right: 2px solid #FF4901;
	border-bottom: 2px solid #FF4901;*/
	font-weight: normal;
}

img#number-of {
	border-top: 1px solid #2F2E8E;
	border-left: 1px solid #2F2E8E;
	border-right: 2px solid #2F2E8E;
	border-bottom: 2px solid #2F2E8E;
}
	
/*
div#left-column h3 {
	font-size: 1.6em;
	text-transform: none;
} */
	
div#right-column {
	float: left;
	/*background: #fff;*/
	display: inline;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	width: 360px;
	/*border: 1px solid #808080; */
	text-align: justify;
	font-family:  verdana, geneva, sans-serif;
	overflow: hidden; /*ie6 expanding box bug */
}

div#right-column p {	
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	padding: 5px 0;
	font-family: verdana, geneva, sans-serif;
	line-height: 1.4em;
}    

.gap-below {
	margin-bottom: 20px !important;
}
.gap-above {
	margin-top: 20px !important;
}
div.box1a {	
	margin: 0;
	padding: 0;
	background: #fff;	
	border: 1px dotted #4D99AA;	
}

div#footer {
	background: #D5EF59;
	background: #E7F1F3;
	/*background: #fff url(images/highlight-box-bg.jpg) repeat-y left top; */
	background: #E7F1F3 url(images/footer-bg.jpg) no-repeat left bottom; 
	width: 980px; 
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	color: #01361A;
}
    
div#footer-contact {
	clear: both;
	width: 980px; 
	color: #fff;
	text-align: left;
	font-size: 1.7em;
	padding: 0;
	overflow: hidden;
	margin: 0;
}
p.footer-left {
	float: left;
	padding: 10px 15px;
}
p.footer-logo {
	float: left;
	padding: 2px 15px;
}
div#footer a {
	text-decoration: none;
}

p.footer-right {
	float: right;
	padding: 10px 15px;
	text-align: right;
}

div#letter {
	background: #EDEBE7 url(images/letter-border.jpg) no-repeat left top; 
	font-size: 1.6em;
	font-style: italic;
	line-height:1.4em;
	color: #404040;
	font-family:  Georgia, 'times new roman', times, serif;
	margin: 5px 0 10px 0;
	padding: 20px 20px 10px 20px;
}

div#letter p {
	margin-bottom: 10px;
}
			
blockquote {
	font-size:1.8em;
	font-style: italic;
	line-height:1.4em;
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
	color: #404040;
	font-family:  Georgia, 'times new roman', times, serif;
	background: #EDEBE7 url(images/openquote.gif) no-repeat left top;
}

blockquote span {
	background: #EDEBE7 url(images/closequote.gif) no-repeat right bottom;
	display: block;
	padding: 20px 20px 20px 0;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.clear {
	clear: both;
}

div#clock-bg  {
	display: block;
	text-transform: none;
	height: 103px;
	width: 350px;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: center;
	background: url(images/number-of2.gif)  no-repeat top center;
}

div#clock { 
	padding: 15px 50px 0 0;
	color: #4D99AA;
	font-size: 1.6em;
	line-height: 1.5em;
	font-weight: bold;
}


ul.bulleted {
	list-style-position: outside;
	color: #024930;
	list-style-image: url(images/bullet.gif);
	margin: 20px 10px 10px 30px;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.5em;
}
ul.bulleted li {
	margin-bottom: 8px;
}

ul.support {
	list-style-position: outside;
	/*color: #024930;*/
	/*list-style-image: url(images/bullet2.gif);*/
	list-style-type: square;
	margin: 20px 10px 10px 40px;
	/*text-align: left;*/
	font-size: 1.2em;
	line-height: 1.5em;
}
ul.support li {
	margin-bottom: 8px;
}

ul.support span.list-item {
	font-style: italic;
	font-size: 1.2em;
	font-weight: bold;
}


ul#newsletters {
	list-style-position: outside;
	/*color: #024930;*/
	/*list-style-image: url(images/bullet2.gif);*/
	list-style-type: square;
	margin: 5px 10px 10px 40px;
	/*text-align: left;*/
	font-size: 1.2em;
	line-height: 1.5em;
}
ul.support li {
	margin-bottom: 8px;
}
/* 																TEXT LINKS */

a:link {
	color: #00A040;
}

a:visited { 
	color: #00A040;  
}  

a:hover {
	color: #E62B86;
} 

a.current {	
	color: #00A040;	
}	

#footer-contact a, #banner a {
	text-decoration: none;
}

#footer-contact a:link, #banner a:link {
	color: #fff;
}

#footer-contact a:visited, #banner a:visited { 
	color: #fff;  
}  

#footer-contact a:hover, #banner a:hover {
	color: #A9EB7A;
} 

#footer-contact a.current, #banner a.current {	
	color: #fff;	
}	

/*																COLOUR CONTROL */

.colour1 {
	color: #2F2E8E;
}
.colour2 {
	color: #0066B8;
}
.colour3 {
	color: #009FCC;
}
.colour4 {
	color: #009F93;
}
.colour5 {
	color: #00A040;
}
.colour6 {
	color: #38BD22;
}
.colour7 {
	color: #9db309;
}

body#home h2 {
	color: #2F2E8E;
}

body#about h2 {
	color: #0066B8;
}

body#help h2 {
	color: #009FCC;
}

body#support h2 {
	color: #009F93;
}

body#news h2 {
	color: #00A040;
}

body#contact h2 {
	color: #8EA303;
}

.highlight-box-borders-colour1 {
	border-top: 1px solid #2F2E8E;
	border-left: 1px solid #2F2E8E;
	border-right: 2px solid #2F2E8E;
	border-bottom: 2px solid #2F2E8E;
}
.highlight-box-borders-colour2 {
	border-top: 1px solid #0066B8;
	border-left: 1px solid #0066B8;
	border-right: 2px solid #0066B8;
	border-bottom: 2px solid #0066B8;
}
.highlight-box-borders-colour3 {
	border-top: 1px solid #009FCC;
	border-left: 1px solid #009FCC;
	border-right: 2px solid #009FCC;
	border-bottom: 2px solid #009FCC;
}
.highlight-box-borders-colour4 {
	border-top: 1px solid #009F93;
	border-left: 1px solid #009F93;
	border-right: 2px solid #009F93;
	border-bottom: 2px solid #009F93;
}
.highlight-box-borders-colour5 {
	border-top: 1px solid #00A040;
	border-left: 1px solid #00A040;
	border-right: 2px solid #00A040;
	border-bottom: 2px solid #00A040;
}
.highlight-box-borders-colour6 {
	border-top: 1px solid #38BD22;
	border-left: 1px solid #38BD22;
	border-right: 2px solid #38BD22;
	border-bottom: 2px solid #38BD22;
}
.highlight-box-borders-colour7 {
	border-top: 1px solid #9db309;
	border-left: 1px solid #9db309;
	border-right: 2px solid #9db309;
	border-bottom: 2px solid #9db309;
}

body#home div#banner p, body#home div#footer-contact {
	background: #2F2E8E;
}
body#home div#banner p#home-flash {
	background: #2F2E8E url("images/home-bg.jpg") top right no-repeat;
}
	
body#about div#banner p, body#about div#footer-contact {
	background: #0066B8;
}
body#about div#banner p#about-flash {
	background: #0066B8 url("images/more-bg.jpg") top right no-repeat;
}

div#banner p#help-flash, body#help div#footer-contact {
	background: #009FCC;
}
body#help div#banner p#help-flash {
	background: #009FCC url("images/help-bg.jpg") top right no-repeat;
}

div#banner p#support-flash, body#support div#footer-contact {
	background: #009F93;
}
body#support div#banner p#support-flash {
	background: #009f93 url("images/support-bg.jpg") top right no-repeat;
}

div#banner p#news-flash, body#news div#footer-contact {
	background: #00A040;
}
body#news div#banner p#news-flash {
	background: #00a040 url("images/news-bg.jpg") top right no-repeat;
}

div#banner p#contact-flash, body#contact div#footer-contact  {
	background: #9db309;
}
body#contact div#banner p#contact-flash {
	background: #9db309 url("images/contact-bg.jpg") top right no-repeat;
}

/* 																press releases */	
/*
div.press-release p, div.press-release h3 {
	margin: 0 !important;
	padding: 0 !important;
}*/

body#news div.press-release p {
	margin: 8px 0;
	padding: 0;
}

body#news div.press-release h3 {
	margin: 0;
	padding: 0;
}

div.press-release {
	margin: 10px;
	padding: 5px 0 15px 0;
	border-bottom: 1px dashed #93A9D5;
	float: left;
	width: 567px;
}

div.press-release h3 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	text-transform: none;
} 

div.press-release p {
	margin: 5px 0;
}

div.presspics {
	width: 284px;
	float: right;
	margin-top: 10px;
}

div.presspics img {
	display: block;
	padding: 0;
	margin: 0 auto 0;
}

div.presspics h6 {
	text-align: center;
	margin: 0 auto 10px;
	font-weight: normal;
	font-family:  Verdana, Geneva, sans-serif;
}


/* 																events calendar */	

div#events p {
	text-align: left;
	font-size: 1.1em;
}

div.an-event {
	padding-bottom: 5px;
	border-bottom: 1px dashed #93A9D5;
}

div#events h4 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 13px 10px 0 0;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	text-transform: none;
} 

div#events h5 {
	font-size: 1.5em;
	color: #9db309;
	color: #404040;
	font-weight: normal;
	margin: 0 10px 0 0;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	text-transform: none;
	text-align: left;
} 	

