/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
html, body {
	margin:0;
	padding:0;
}

body{	
 font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color:White;
}

a{
	color: #006699;
	text-decoration: none;
	border:0px;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #ff6699; /*#f2306c*/ 
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

img{
	border:0px;
	border-style:none;
}

h1{
	font-family: Arial,sans-serif;
	font-size: x-large;
	color: #339a99;
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	line-height: 100%;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 120%;
 margin: 0px;
 padding: 0px;
 margin-top: 8px;
}

h3{ 
 font-family: Arial,sans-serif;
 font-size: 100%;
 /*color: #334d55;*/
 margin: 0px;
 padding: 0px;
}

h4{ 
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 /*color: #333333;*/
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Arial,sans-serif;
 font-size: 100%;
 /*color: #334d55;*/
 margin: 0px;
 padding: 0px;
}


.shopstrong {
 font-size: 90%;
 font-weight:bold;
 padding-top:5px;
 padding-bottom:5px;
 /*border-bottom:solid 1px Black;*/
 }
.shopsmall {
 font-size: 90%;
 font-weight:normal;
 padding-top:5px;
 padding-bottom:5px;
border-bottom:solid 1px Black;
 }
.shopvsmall {
 font-size: 80%;
 font-weight:normal;
 padding-top:5px;
 padding-bottom:5px;
 /*border-bottom:solid 1px Black;*/
 }
 
 table#shoptable tr td{
 border-bottom: dotted 1px #339a99
 }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.imagecaption{
	font-size:75%;
	color:#333333;
}

.imagecaption a:link{
	color:#333333;
}

#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#content{
	margin-left : 175px;
	margin-bottom: 75px;
	line-height: 115%;
	/*background-color : White;*/
}

 #content h2 {
   	margin-top: 2em;
		margin-bottom: 1em;
   }
	
	

#content h3{
	color:#000000;
	margin-bottom: 0.5em;
 	padding-bottom: 0px;
	font-size: 108%;
	margin-top: 1.6em;
	padding-top:0;
}

#content h4{
	font-weight:bold;
	font-size: 100%;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding:0;
}

#content h5{
	color:#000000;
	margin: 0;
 	padding: 0;
	font-size: 100%;
	margin-top: 0.8em;
	margin-bottom: 0.1em;
}

#content a{
	background-image:url(/images/alzbullet.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 15px;
}



#content a:link{
	font-weight:bold;
}

#content a:visited{
	font-weight:bold;
}

#content a:hover{
	font-weight:bold;
}


#content a.pdf{
	background-image: url("http://www.alzscot.org/images/pdf-logo.jpg");
	padding-left: 26px;
}


/*or use other background*/
#content a.ppt{
background-image:url('/images/icon-ppt.png');
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px;
}

#content a.doc{
background-image:url('/images/doc.gif');
	background-repeat:no-repeat;
	background-position:left center;
	margin-top:4px;
	padding:4px 0px 0px 22px;
}

#content a.external{
	background: url(/images/icon_external_link.gif) left center no-repeat;
	padding: 0 0 0 18px;
}




a.donate, a.donate:visited{
height: 50px;
width: 150px;
border: 0;
margin:0px auto;
padding:18px 20px 20px 20px;
float:right; 
text-indent:-5000px;
background-image: url(http://www.alzscot.org/images/donate-button-red.gif) !important;
}


a.donate:hover{
background-image: url(http://www.alzscot.org/images/donate-button-green.gif) !important;
}

/* OLD
a.donatebutton, a.donatebutton:visited{
height: 38px;
width: 170px;
clear:both;
display: block;
border: 0;
padding:0;
margin:10px auto;
text-indent:-5000px;
background-image: url(/images/donate-170-g.gif) !important;
}


a.donatebutton:hover{
background-image: url(/images/donate-170-r.gif) !important;
}
*/

/*omit arrow background*/
#content .anchor{
	background-image:none;
	padding:0px 0px 0px 0px;
}




/*search*/
div.regularlink a, #search_pages a {
	background-image:none;
	padding:0px 0px 0px 0px;
}

#content div.regularlink dl dt a {
	background-image:none;
	padding:0px;
}

#content div.regularlink dl{
	margin-top:0;
	padding-top:0;
}

span.b {
font-weight:bold;
}

dd {
margin-bottom:8px;
}




#content ul, #content ol{
	padding-bottom:0;
	margin-bottom:0.8em;
	margin-top:0px;
}

#content ol.spacelist li {
	margin-bottom:4px;
}

#content ul li, #content ol li{
	margin-bottom:6px;
}


#content p {
	margin-top: 0;
	padding-top:0;
	margin-bottom:0.5em;
	padding-bottom:0;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 0px;
}

/************* #globalNav styles **************/

#globalNav {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 88%;
	font-weight: bold;
	background-color: #339a99;
	height:16px;
	width:100%;
	text-align:center;
	padding: 0px 0px 5px 0px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 88%;
	color:#ffffff;
	font-weight: bold;
	padding: 0 4px 0 0;
	background-image:none;
}/************* #globalNav styles **************/

#banner {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #ffffff;
	/*text-align:center;*/
	height:100px;
	width:100%;
	padding: 0px;
}

#banner img{
 display: block;
}

/*#banner #top3{
margin-left: 150px;
float:left;
margin-left:5%;

}*/

#banner a {
	font-size: 90%;
	background-image:url(/images/alzbullet.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px 0px 0px 15px;
}

#banner #top3{
position:absolute;
top:30px;
left:27%;
 }


/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	background-color:#f2306c;
	top:146px;
	height: 14px;
	left:0px;
	font-size:80%;
	padding: 3px;
	padding-left:9px;
	color:#ffffff;
	font-weight:bold;
}

#breadCrumb span a, #breadCrumb span a {
	color:#ffffff;
	font-weight:bold;
}

#breadCrumb span.crumb {
	float:left;
}

#breadCrumb span.date {
	float:right;
	font-weight: normal;
}
/************** .feature styles ***************/

.feature{
	/*padding: 10px 10px 0px 10px;*/
	margin:20px 10px 20px 30px;
	min-width:750px !important;
	/*height:400px;
	background-color : White;*/
   font-size: 92%;
}

.feature h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#f2306c;
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 10px 10px 10px 0px;
}


.linkimage {
	vertical-align: middle;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	text-align:center;
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	/*background-color:#cccccc;*/
	background-color:#89D9DA;
	color: #333333;
	padding: 10px 10px 10px 10px;
}


/************* #search styles ***************/

#search{
	padding: 10px 0px 10px 10px;
	border: 1px solid #cccccc;
	font-size: 99%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	margin: 0px;
	padding: 0px;
	color : White;
	display : block;
}

#search .searchfor{
   border: 1px solid #f2306c;
	padding:2px;
	background-color: White;
}

#search .search{
   border: 1px solid #f2306c;
	background-color: White;
	cursor: pointer;
	padding:2px;
}


/*********** #navBar link styles ***********/

#navBar {
	float:left;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #339a99;
	width:175px;
	margin: 0px;
	/*padding-bottom:50px;*/
	bottom:0px;
	/*border : 3px solid Lime;*/
	background-image:none;

}

/*#navBar ul a:link, #navBar ul a:visited {color:#ffffff; display: block;}
#navBar ul a:hover {color:#333333; display: block;}
#navBar ul {color:#ffffff; list-style: none; margin: 0; padding: 0;}*/

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/
#sectionLinks a {
	font-size: 100%;
}



.sectionLinks{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color : #339999;
	/*height:500px;*/
	width : 175px;
	color : White;
}

.sectionLinks h3 {
	padding: 10px 0px 2px 10px;
}

.sectionLinks a {
	text-decoration : none;
	display: block;
	/*border-top: 1px solid #cccccc;*/
	padding: 8px 0px 8px 10px;
	margin-right:0px;
	border-bottom: 1px solid #cccccc;

}
.sectionLinks a:link {
	color : White;
}
.sectionLinks a:visited {
	color : White;
}
.sectionLinks a:hover {
	text-decoration : none;
}
.sectionoff {
	visibility : hidden;
	position : absolute;
	}
	
	
.sectionon {
	visibility : visible;
	position : static;
	background-color : #89D9DA;
	padding-left : 15px;
	padding-right : 2px;
	padding-top : 2px;
	padding-bottom : 2px;
}

 #sectionLinks div.sectionon a {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 90%;	
	color : #003333;
	display : block;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
}
.sectionon a:link {
	color : #003333;
}
.sectionon a:visited {
	color : #003333;
}
.sectionon a:hover{
	color : #003333;
	text-decoration : underline;
}
.sectionon a:active {
	color : #003333;
}

#morelinks {
	text-align: center;
}

#morelinks a {
    border:0;
	padding: 0;
	margin: 0;
	background-image: none;
	margin:20px auto;
	}

  

/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 0px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
    float:right;
	 width: 170px;
	/*border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-right: 10px;*/
	/*position : relative;*/
	/*right : 0px;*/
	margin: 0px 0px 10px 10px;
	padding: 5px 5px 5px 5px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#headlines img {
	margin-bottom:10px;
}

/*banner box styles*/



/***********new headlines THESE WORK****************/



#headlines div div, #buttons div{
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 175px;
	text-align:center;
	padding-bottom: 10px;
	margin-bottom:10px;
}

#headlines div div img, #buttons div img{
	display:block;
	border: 0;
	margin:0;
	padding:0;
	padding-bottom:6px;
}


#headlines div div.pinkback, #buttons div.pinkback {
background-image: url("http://www.alzscot.org/images/pinkback.jpg");
}

#headlines div div.greenback , #buttons div.greenback{
background-image: url("http://www.alzscot.org/images/greenback.jpg");
}


#headlines div div span, #buttons div span {
	padding-left:5px;
	padding-right:5px;
	display:block;
	font-size: small;
}


#headlines div div a, #buttons div a {
height:100%;
width:100%;
}

#buttons div{
float:left;
margin-right:15px;
}

/*tv -ad home page*/

#aboutus div{
float:left;
width: 45%;
}

/********end headlines*********/

/************** #all styles **************/
#all {
	margin: 0px auto;
	background-image: url("http://www.alzscot.org/green.gif");
	background-repeat: repeat-y;
	background-position: left;
	max-width: 1150px;

}


	

	
	/***************shop**********************/

#deliverycost td, #deliverycost th{
border:1px dotted #cccccc;
border-collapse:collapse;
padding:2px 4px;
	}
	
#addtobasket fieldset {
background-color:#efefef;
border:solid 1px Gray;
padding: 10px;
}
	
#mybasket2 {
	font-size:100%;
	width:60%;
	color:#333333;
	background-color:#efefef;
	border:solid 1px Gray;
	margin:0px auto 0px auto;
	padding: 10px;
	
	}	
	
	#mybasket {
	font-size:100%;
	width:80%;
	color:#333333;
	background-color:#efefef;
	border:solid 1px Gray;
	margin:30px auto 30px auto;
	padding: 10px;
	clear:both;
	}
	
#mybasket h2{
background-color:#FFFFFF;
padding:2px;
margin-top:0;
margin-bottom:0;
}

#basketempty{
margin-bottom:2px;
text-align:right;
}

#checkoutbutton{
margin-right:20px;
margin-top:20px;
margin-bottom:20px;
}
	
.clearer {
	clear : both;
	width:100%;
	height:0px;
	line-height:0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color:#000000;
}
#fullwapper {
	margin: 0px auto 0px auto;
	}
	
.accessbox {
	margin: 20px 8px 2px 8px;
	padding: 0px;
	font-size: 90%;
	color : #000066;
	/*color : #339999;
	color : White;*/
	background-color : White;
	font : 11px  Arial, Helvetica, sans-serif;
	display : block;
	border: solid 1px white;
}

.accessopts {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 90%;
	color : #000066;
	/*color : #339999;
	color : White;*/
	background-color : White;
	font : 11px  Arial, Helvetica, sans-serif;
	display : block;
}

.accessopts a{
	font : 11px  Arial, Helvetica, sans-serif;
	text-decoration : none;
	display: block;
	padding: 2px 0px 2px 5px;
}

.accessbox h2{
	font : 12px  Arial, Helvetica, sans-serif;
	/*color : #89D9DA;
	color : #339999;*/
	color:white;
	text-align:center;
	background-color:#f2306c;
	font-weight: bold;
	display: block;
	padding: 5px 2px 5px 2px;
}

.accessopts a:link{
	color : #000066;
	/*color : #339999;
	color : White;*/	
	text-decoration : none;
}

.accessopts a:visited{
	color : #000066;
	/*color : #339999;
	color : White;*/	
	text-decoration : none;
}

.accessopts a:hover{
	color : #000066;
	/*color : #339999;
	color : White;*/	
	text-decoration : underline;
}

.accessopts a:active{
	color : #000066;
	/*color : #339999;
	color : White;*/	
	text-decoration : none;
}

.inlink{
	background-image:none;
	padding:0px 0px 0px 0px;
}

.inlink a{
	background-image:none;
	padding:0px 0px 0px 0px;
}

/*additions from ihewines march07*/


/*download - top right screen*/

#downloadbox {
	border: 1px solid;
	border-color: #339a99;
	padding:5px;
	float: right;
	width:165px;
	margin-bottom:20px;
	margin-left:2px;
	-moz-border-radius:8px; /* Firefox */
    border-radius:8px;
    position:relative;
}

#downloadbox.imgpad{
}

#downloadbox ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 1em;
	
}

#downloadbox img.linkimage {
	border: 0;
	margin: 3px;
	float:left;
}

#downloadbox h4, #seealso h4, .seealso h4, #downloadbox2 h4, #contactus h4, #highlight h4, #justgiving h4, #justgive h4, .highlight h4, .highlight h3, #makepage h4, #newsletter h4, #repage h4 {
    color: #339a99;
	margin-top:0;
	margin-bottom: 3px;
	padding: 0;
	}
	
.highlight h4, .highlight h3 {
color: #000000;
}


#downloadbox li {
padding-top: 5px;
clear: both;
}

#downloadbox a, #downloadbox2 a {
	background-image: url("http://www.alzscot.org/images/pdf-logo.jpg");
	padding-left: 26px;
}

#downloadbox a.rtf{
	background-image: url("http://www.alzscot.org/images/rtf.png");
	padding-left: 18px;
}


#downloadbox a.word {
	background-image: url("http://www.alzscot.org/images/word-logo.gif");
}

#downloadbox a.simplelink {
	background-image: url("http://www.alzscot.org/images/alzbullet.gif");
}


#downloadbox a.running {
	background-image: url("http://www.alzscot.org/images/running_shoe_wee.gif");
	padding-left: 22px;
	display:block;
	margin-bottom: 3px;
	font-size: small;
}





#downloadbox strong {
	background-image: url("http://www.alzscot.org/images/urhere.gif");
	background-repeat: no-repeat;
	padding-left: 15px;
	display:block;
	margin-bottom: 3px;
	margin-left:5px;
	font-size: small;
}




/*navigation- top right screen*/

#navbox {
	border: 1px solid;
	border-color: #339a99;
	padding:5px;
	float: right;
	width:165px;
	margin-bottom:20px;
	margin-left:2px;
	-moz-border-radius:8px; /* Firefox */
    border-radius:8px;
    position:relative;
}

#navbox img.linkimage {
	border: 0;
	margin: 3px;
	float:left;
}

#navbox h4, #navbox2 h4, #navbox h3 {
   color: #339a99;
	margin-top:0;
	padding-bottom: 0px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-left: 0;
	}


#navbox a.word {
	background-image: url("http://www.alzscot.org/images/word-logo.gif");
}


#navbox strong {
	background-image: url("http://www.alzscot.org/images/urhere.gif");
	background-repeat: no-repeat;
	padding-left: 15px;
	display:block;
	margin-bottom: 3px;
	font-size: small;
}


#navbox a {
	display:block;
	margin-bottom: 3px;
	font-size: small;
}


/*image box top right screen*/
#imgbox {
	padding:5px;
	width:165px;
	margin-bottom:20px;
	margin-right:2px;
}
#imgbox img {
    padding:0;
	margin:15px 0px 0px 0px;
	float:none;
	border: 1px solid #339a99;
	}




/* below doesnt work margintop set somewhere else in sheet?
.word {
	margin-top:20px;
}
*/

.adimg {
	float:right;
	margin-left:8px;
	margin-bottom:8px;
}

img.leftimg {
	padding:0px ;
	margin-right:15px;
	margin-bottom:30px;
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: #339A99;
	
}

hr {
	color: #339A99;
}

.clear{
	clear:both;
}

table caption{
	font-weight: bold;
	font-size: medium;
	border: 1px solid #E6F5F4;
	border-collapse: collapse;
	text-align:left;
	padding:10px;
}

.theaderleft{
	text-align: left;
}

th {
	background-color: #E6F5F4;
}

.datatable{
	border: 1px solid #E6F5F4;
	border-collapse: collapse;
}

tr.datatablebg{
	background-color: #E6F5F4;
}

.datatable td {
	vertical-align: top;
}

.tablerow1 {
	background-color: #ffffff;
}

.tablerow2 {
	background-color: #F0FAFA;
}

.name{
	color:#f2306c;
	font-size: larger;
}

a.download {
	display: block;
	vertical-align: middle;
}



/*forms*/

#mainform {
	font-size: small;
}

.formtable {
	border:0;
}

.formtable td {
	vertical-align: top;
	padding-top: 10px;
}

.formtable td.aright {
	text-align: right;
	padding-top:10px;
}

label{ 
 font-size:95%;
 color: #2F4F4F;
 font-weight: bold;
}

label.lablist {
	display:block;
	margin-bottom:1px;
}

form .likelabel {
	font-size: small;
	font-weight: bold;
	color: #2F4F4F;
}

fieldset {
	border: 1px solid #339a99;
	padding: 20px;
}

legend {
 font-size: medium;
 font-weight: bold;
 color: #339a99;
}

#submitbutton {
 font-size: large;
 border: 1px solid #f2306c;
 margin-bottom: 10px;
 margin-top: 10px;
 cursor: pointer;
 -moz-border-radius:5px; /* Firefox */
    border-radius:5px;
    position:relative;
}

hr.formbreak {
	width:99%;
	text-align: center;
	color: #ffffff;
	border-bottom: 1px dotted #339a99;
}

#privacy {
	padding: 10px 10px 10px 0px;
}

#privacy a {
	display: inline;
	font-weight: normal;
	padding-left: 5px;
	background-image: none;
}

.required {
	font-size: large;
	color: #f2306c;
	padding: 0px 3px 0px 3px;
	font-weight: bold;
}

.requiredfields{
padding: 1px; 
background-color: #FFEC7D; 
margin:4px;
width: 90%;
}

.forminput {
	padding:2px;
}

select.forminput option {
	padding: 5px;
	border-bottom: 1px dashed #339a99;
}





/*remove padding and margin for cc logo imgs*/

#nospace img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	float:right;
}

#nospace a {
	display: inline;
	margin:0px;
	padding: 0px;
	background-image: none;
}

#contentanchor {
	display:none;
}

#skiplink, #skiplink img {
 margin:0;
 padding:0;
 background-image: none;
 text-decoration: none;
 border: 0;
 display:inline;
}

blockquote {
	background-image: url("http://www.alzscot.org/images/blockquote.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:70px;
	padding-bottom: 1em;
	font-family: Trebuchet MS, sans-serif;
	font-size: medium;
	color: #194D4B /*#339a99*/;
	margin-bottom: 8px;
}


.weeblock{
background-image: url("http://www.alzscot.org/images/blockquote-wee.gif");
padding-left:30px;
padding-right:0;
padding-top:0;
padding-bottom:0;
margin-bottom: 7px;
}

cite{
font-weight:bold;
display:block;
margin-top: 5px;
color: #194D4B;
}


.subnav {
	/*border: 1px dotted #339a99;*/
	padding: 8px;
	margin: 10px 10px 10px 0px;
}

.subnav strong {
	background-image: url("http://www.alzscot.org/images/urhere.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding:0px 0px 0px 15px;
}

.subnav h4 {
	margin-bottom: 6px;
}


div#runnav a.running {
	background-image: url("http://www.alzscot.org/images/running_shoe_wee.gif");
	padding-left: 26px;
	display:block;
	margin-bottom: 3px;
	font-size: medium;
}


div#runnav h2 {
	color: #339a99;
	margin-bottom: 6px;
	background-color: #E1F4F5;
	padding:4px;
}


#positive {
	float: right;
	margin-left: 20px;
	margin-bottom:20px;
	margin-right:0px;
	padding-right:0px;
	width: 175px;
}

#positive img {
	display:block;
	margin-bottom:15px;
	border: 1px solid #339a99;
	padding:0;
}

#reducewidth, #running-footer {
	padding-right: 175px;
}

#seealso, .seealso, #downloadbox2 {
	border: 1px dotted #339a99;
	padding:10px;
	margin:30px 0px 30px 0px;
	width: 90%;
	-moz-border-radius:8px; /* Firefox */
    border-radius:8px;
    position:relative;
	
}

/*links to justgiving virgingiving*/
#makepage{
	padding:10px;
	margin:30px 0px;
	width: 90%; 
	}


div#makepage div#virgin{
width:40%;
float:right; 
margin:0px 10px 0px 0px;
}

div#makepage div#justgiving{
width:40%; 
margin:0px 0px 0px 10px;
border:0;
}

div#makepage div a{
display:block;
}

div#makepage div img{
margin:0;
padding:0;
float:none;
border:0;
}



#highlight, #newsletter {
	border: 1px dotted #339a99;
	padding:10px;
	margin:10px 200px 30px 0px;
	background-color: #F1FAFA;
	width: 90%;
		-moz-border-radius:8px; /* Firefox */
    border-radius:8px;
    position:relative;
	
}

.highlight {
	border: 1px dotted #339a99;
	padding:10px;
	margin:10px 200px 30px 0px;
	background-color: #F1FAFA;
	width: 90%;
	-moz-border-radius:8px; /* Firefox */
    border-radius:8px;
    position:relative;

}


#highlight a.pdf, div.highlight a.pdf {
	background-image: url("http://www.alzscot.org/images/pdf-logo.jpg");
	padding-left: 26px;
}

a#fugpdf {
	background-image: url("http://www.alzscot.org/images/pdf-logo.jpg");
	padding-left: 26px;
}


#contactus {
	border: 1px dotted #339a99;
	padding:10px;
	margin:30px 0px 30px 0px;
	width: 90%;
	background-image: url(../grafix/phone.jpg);
	background-repeat: no-repeat;
	background-position: 93% 80%;
		-moz-border-radius:8px; /* Firefox */
    border-radius:8px;
    position:relative;
}


/*fundraising*/
#justgiving {
border: 1px dotted #339a99;
padding:10px;
margin:30px 0px 30px 0px;
width: 90%;
}

/*justgiving widget*/
#justwidget{
margin-left:30px;
float:right;
width: 45%;
}



.grabber {
font-weight: bolder;
}


#content ul.alzlist {
list-style-type: none;
padding: 0;
margin: 4px 0 20px 0;
}

ul.alzlist li {
background-image: url(http://www.alzscot.org/images/alzlist.gif);
background-repeat: no-repeat;
background-position: 4px 3px;
padding-left: 45px;
padding-bottom:8px;
margin: 4px 0px 1px 0px;
}

ul.alzlist li ul li {
background-image: none;
padding-left: 10px;
padding-bottom:4px;
}

ul.alzlist li.redbauble {
background-image: url(http://www.alzscot.org/images/bauble-red.jpg);
}

ul.alzlist li.greenbauble {
background-image: url(http://www.alzscot.org/images/bauble-green.jpg);
}


ul.bullet li, ul.bullet{
background-image:none;
list-style-type: disc;
padding-left: 4px;
margin-left: 4px;
}

ul.nobullet, ul.nobullet li{
list-style-type: none;
list-style: none;
}



#seealso a.pdflink, div.highlight a.pdf, div#reducewidth a.pdflink {
	background-image: url("http://www.alzscot.org/images/pdf-logo.jpg");
	background-position:0% 50%;
	padding: 10px 0px 10px 23px;
}

p.pdf{
background-image: url("http://www.alzscot.org/images/pdf-logo.jpg");
padding-left: 22px;
background-repeat:no-repeat;
}

#seealso a.wordlink {
	background-image: url("http://www.alzscot.org/images/word-logo.gif");
	background-position:0% 50%;
	padding: 10px 0px 10px 23px;
}

div.runningevents {
	background-color: #E1F4F5;
	font-weight: bold;
	padding-right: 15px;
	height: 212px;
	vertical-align: middle;
}

div#events {
	margin: 16px 0px 16px 0px;
	background-color: #E1F4F5;
}

div#events li {
	display: inline;
	margin: 0;
	padding: 4px 20px 4px 5px;
	}
	
	
div#events ul {
	display: inline;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	}

	
/*table of images*/
	
div.float {
  float: left;
  margin-left:50px;
  }
  
div.float p {
   text-align: center;
   
   }
	
div.float img {
	border:0;
	float: none;
	margin:0;
	margin-left:5px;
}


/*colors*/

.red{
	color:red;
}

.skyblue{
	color:#00CCFF;
}

.orange{
	color:#FF6600;
}

.green{
	color:#00CC00;
}

.yellow{
	color:yellow;
}


#letter{
	font-family: "Lucida Handwriting";
	word-spacing: 7px;
}

/*helpline*/
div#helpline{
	padding:10px 10px 0px 0px;
	margin-bottom: 0px;
	text-align: right;
	border-top: 3px dotted #f2306c;
	clear:right;
}



/*form margiin/padding fix for IE^*/
#content .feature form fieldset input {
padding-left:0; margin-left:0;}

/*front page news date  #F0F0F0*/
.newsdate {
	color:#339a99;
	font-size: smaller;
	padding-left:5px;
	color: #339a99; 
}


/*fun events http://www.alzscot.org/pages/fundraising/events.htm */

div.eventsleft {
	float: left;
	margin-right: 20px;
	width: 150px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align:center;
}


div.eventsleft img, div.picleft img {
	border: 0px none;
	float:left; 
	margin:auto;
	padding:0;
}


table#eventstable{
margin: 20px auto;
border:0;
}

table#eventstable td{
padding:16px 4px 8px 4px;
width:33%;
border:0;
}


table#eventstable img{
float:none;
display:block !important;
padding:0;
margin:auto;
}

/*back to top alzbullet-top.gif  <a href="#" onclick="window.scrollTo(0,0); return false">Top</a>*/

#content a.top{
float:right;
font-size:small;
background-image: url(/images/alzbullet-top.gif);
background-repeat:no-repeat;
background-position:right;
padding:0px 15px 0px 0px; 
}

/*toggle*/

.msg_list {
margin: 0px;
padding: 0px;
width: 300px;
}

.msg_head {
padding: 10px 10px;
cursor: pointer;
position: relative;
background-color: #F1FAFA;
margin:1px;
}

.msg_body {
padding: 5px 10px 15px;
background-color:#F4F4F8;
}


div.picleft {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}



/*definition lists on consultation responses*/



#reducewidth dl.consultation-response{

padding:4px 0px 8px 0px;
width:96%;
display:block;
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
}

#reducewidth dl.consultation-response dt
{
width:22%;
float:left;
text-align:left;
padding:3px 10px 3px 0;
margin:0;
font-weight:bold;
color: #ccc;
}

#reducewidth dl.consultation-response dt:after { 
content: ":"; 
}

#reducewidth dl.consultation-response dd { 
padding:3px 0px 3px 0;
margin:0;
}


#reducewidth dl.consultation-reponse:last-child {
margin-bottom:8px;
border-bottom:2px solid #ccc
}


/*javascript show hide*/
div.flickrshow {}


/*image grid http://www.w3schools.com/CSS/css_image_gallery.asp*/
div.imggrid
  {
  margin:4px;
  border:1px solid #dfd9d1;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
  
 div.imggrid {
 background-image:none;
 padding:0;
 } 
  
  
div.imggrid img
  {
  margin:0;
  padding:0;
  display:inline;
  margin:3px;
  border:1px solid #339a99;
  }
div.imggrid a:hover img
  {
  border:1px solid #f2306c;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:250px;
  margin:2px;
  margin-bottom:2px;
  }


div.desc a
  {
  padding:0;
  background-image:none;
  }
  

/*campaign helper sign up form*/  

form#campaignhelper_signup label {
font-size:medium;
width:20%;
float:left;
}

form#campaignhelper_signup input {
font-size:medium;
padding:3px;
width:40%;
margin-left:5%;
float:left;
}


form#campaignhelper_signup div.field{
clear:both;
overflow: hidden;
padding:2px;
}

div#campaignhelper_form_4 {
padding:5px;
border: 1px solid #339a99;
overflow: hidden;
width: 500px;
margin:auto;
}

div.buttons{
float:none;
clear:both;
}
  
form#campaignhelper_signup div.buttons input{
width:20%;
float:right;
margin:1% 30% 1% 30%;
clear:both;
} 


div.linkgrid
  {
  margin:4px;
  margin-left:20px;
  border:1px solid #dfd9d1;
  padding: 8px;
  height:99%;
  width:40%;
  float:left;
  }
  
  
div.formholder {
clear:both;
margin: 30px 0px;
}


div.container1{
width:90%;
overflow: hidden;
}  















