
/* CLEARFIX */
#mainContent .pagination-container:after,
.mainColumn:after,
.bottomLinksContainer:after,
#container:after,
#footer:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body {
  background-color : white;
  font-family : 'Arial', sans-serif;
  font-size : 0.75em;
}

* {
  margin : 0px;
  padding : 0px;
}

#container {
  width : 758px;
  margin-left : auto;
  margin-right : auto;
}

a {
	color : #9a3c5a;
  }

.hide {
  margin-left : -10000px;
  position : absolute;
}

hr {
	display: none;
}

	.content-hr {
		background: #fff url(/images/horizontalBorder.gif) repeat-x left;
		margin: 1.5em 0;
		display: block;
		height: 1px;
		border: 0;
		clear: both;
	}

p, ul, dt, dd {
	line-height: 1.3em;
}

/*Form styles*/

  fieldset {
    border : 0px;     
  }

h1 {
	position: relative;
	margin-top : 25px;
	/*padding-top : 37px;*/
	overflow : hidden;
	float : left;
	margin-bottom : 15px;
}

h1,
h1 a {
	height : 37px;
	width : 428px;
}

	h1 span {
		background : url(/images/wessexCardiology.gif) no-repeat white;
		position: absolute;
		height: 100%;
		width:100%;
	}


#titleBanner {
  background : url(/images/subpageHeader.jpg) no-repeat white;
  height : 70px;
  width : 733px;
  color : white;
  margin-bottom : 15px;
  margin-top : 10px;
  clear : both;
  font-family : 'Georgia', 'Arial', sans-serif;
  padding-left : 25px;
  padding-top : 15px;
}

h2 {
  font-size : 2.15em;
  font-weight : normal;
}

#welcome {
  background : url(/images/welcome.jpg) no-repeat white;
  padding-top : 65px;
  height : 73px;
  width : 733px;
  color : white;
  margin-bottom : 15px;
  margin-top : 10px;
  clear : both;
  font-family : 'Georgia', 'Arial', sans-serif;
  padding-left : 25px;
}

#subTitle {
  display : block;
  font-weight : bold;
  font-family : 'Arial', sans-serif;
  text-transform : uppercase;
  font-size : 1.15em;
}

/*Main content section*/
.mainColumn {
	float : left;
	margin-bottom : 25px;
}

#mainContent {
  color : #4b474a;
  padding-left : 15px;
  padding-right : 15px;
}

#homePage .mainColumn {
  width : 510px;
}

#subPage .mainColumn {
 width : 563px;
}

.bottomLinksContainer {
  background : url(/images/horizontalBorder.gif) repeat-x 0 0;
  margin-right : 15px;
  clear : both
}

.mainColumn {
  background : url(/images/verticalBorder.gif) repeat-y right;
}

#subPage .mainColumn.noSideColumn {
	background: none;
}
  
  #mainContent p{
    margin-bottom : 1.5em;
  }
  
    #mainContent img {
      margin-top : 10px;
      margin-bottom : 10px;
    }
  
    #mainContent img.right {
      float : right;
	  clear : right;
	  margin : 0 15px 15px 15px;
    }
    
    #mainContent img.left {
      float : left;
      margin-right : 15px;
      margin-bottom : 15px;
      margin-top : 0px;
	  clear : left;
    }
    
    #mainContent li {
      margin-left : 50px;
      padding-left : 0px;
    }
    
    #mainContent ul, #mainContent ol {
      margin-bottom : 15px;
	  clear : both;
    }
    
    #mainContent ul li {
      list-style-image : url(/images/bullet.gif);
    }
    
	#mainContent h3 {
	  color : #c2282c;
	  font-family : 'Georgia', 'Arial', sans-serif;
	  font-size : 1.75em;
	  font-weight : normal;
	  margin-bottom : 10px;
	  clear : left
    }

/*Latest News section*/

#latestNews {
  width : 237px;
  float : right;
  padding-top : 0px;
  margin-bottom : 25px;
}
  
  #latestNews h3 {
    color : #c3252a;
    font-family : 'Georgia', 'Arial', sans-serif;
    font-size : 1.33em;
	font-weight : normal;
    width : 222px;
    padding-top : 15px;
    padding-left : 15px;
    margin-top : 0px;
	margin-bottom : 0px;
    background : url(/images/latestNewsTop.gif) no-repeat top left #efece3;
  }
  
  #latestNews dl {
	background : url(/images/latestNewsBottom.gif) no-repeat bottom left #efece3;
	margin-top : 0px;
  }

	#latestNews dt {
	  color : #3c2f89;
	  padding-top : 15px;
	  margin-bottom : 5px;
	  margin-left : 15px;
	  margin-right : 15px;
	  border-top : 2px solid #ebe5d5;
	}
	
	#latestNews dt a {
		padding-bottom : 5px;
	}

	#latestNews dt .date {
	  color : black;
	  font-size : 0.92em;
	  display : block;
	}

	#latestNews dt.first {
	  border-top : 0px;
	}

		#latestNews dt a {
			color : #3c2f89;
			text-decoration: none;
		}

	#latestNews dd {
	  padding-left : 0px;
	  margin-left : 15px;
	  margin-right : 15px;
	  padding-bottom : 15px;
	  /*font-size : 0.9em;*/
	  color : #4b474a;
	  border-bottom : 1px solid #d8ccb8;
	}

	#latestNews dd.last {
	  border-bottom : 0px;
	}


/*Box of links at bottom of page*/
#secondaryNav.bottomLinks {
	clear : left;
}

.bottomLinks {
  width : 215px;
  float : left;
  padding-top : 15px;
  padding-left : 15px;
}

.clearLeft {
  clear : left;
}
  
  .bottomLinks dt{
    font-family : 'Georgia', 'Arial', sans-serif;
    color : #c3252a;
    font-size : 1.33em;
    padding-bottom : 10px;
  }
  
  .bottomLinks dd {
    padding-left : 15px;
    margin-left : 0px;
    margin-top : 0px;
    background : url(/images/bullet.gif) no-repeat 0em 0.5em;
    margin-bottom : 5px;
  }

/*footer section */
#footer {
  clear : both;
  background : url(/images/horizontalBorder.gif) repeat-x top;
  padding-left: 0px;
  margin-left : 0px;
  margin-bottom : 75px;
  width : 100%;
  font-size: 0.93em;
}

  #footer li {
    display : inline;
    float : left;
    margin-right : 15px;
    margin-top : 8px;
  }
    
    #footer li#copyright {
      float : right;
      margin-right : 0px;
    }
  
    #footer li a {
      color : #3e2f82;
      /*font-size : 0.7em;*/
      text-decoration : none;
    }
    
    #footer li a:hover {
      text-decoration : underline;
    }


/*Contact Form*/

.asterisk {
 color : #872c54;
}

#contactForm ul li {
  list-style-type: none;
  list-style-image : none;
  margin-left : 0px;
  padding-left : 0px;
  float : left;
  width : 525px;
  clear : both; 
}

  #contactForm #DOBLabel {
    margin-left : 0px;
    padding-left : 0px;
    float : left;
    width : 500px;
    clear : both;
  }
  
  #contactForm #DOBLabel span {
    float : left;
    margin-top : 5px;
    width : 100px;
    text-align : right;
    margin-right : 15px;
  }

#contactForm legend {
  font-size : 0.9em;
  padding-left : 115px;
  padding-bottom : 10px;
  color : #4b474a;
}

#contactForm input, #contactForm select {
  float : left;
  margin-top : 5px;
}

#contactForm li input {
	width: 170px;
}

#contactForm li select {
	width: 174px;
}

#contactForm label {
  float : left;
  margin-top : 5px;
  width : 100px;
  text-align : right;
  margin-right : 15px;
}

#contactForm select {
  margin-right : 2px;
}

#contactForm #DOB_year {
  width : 70px;
}

#contactForm #DOB_month {
  width : 70px;
}

#contactForm #DOB_day {
  width : 70px;
}

#contactForm p {
  float : left;
  clear : both;
  margin-left : 115px;
  width : 250px;
  font-size : 0.9em;
}

#contactForm fieldset {
  margin-top : 15px;
  background : url(/images/horizontalBorder.gif) repeat-x bottom;
  padding-bottom : 25px;
}

#contactForm .radioButtons {
  float : left;
  width : 75px;
}

#contactForm .radioButtons input {
  float : right;
  display : block;
  clear : both;
  height : 18px;
}

#contactForm .radioButtons label {
  float : left;
  display : inline;
  clear : none;
  width : 30px;
}

.termsAsterisk {
 color : #872c54;
 float : left;
 margin-right : 5px;
}

#contactForm #termsLabel {
  width : 400px;
  float : left;
  clear : none;
  text-align : left;
  margin-left : 10px;
  display : block;
  margin-bottom : 25px;
}

#contactForm #submit {
  clear : left;
  margin-left : 200px;
  margin-right : 5px;
}


#contactForm .last {
  background : transparent;
}

#formHelp {
  float : left;
  margin-left : 8px;
  background : url(/images/formHelp.gif) no-repeat #872c54;
  width : 33px;
  height : 11px;
  color : white;
  text-transform : uppercase;
  font-size : 0.8em;
  text-decoration : none;
  text-align : center;
  line-height : 11px;
  margin-top : 9px; 
}

p.reqField {
	color: red;
}

/* News Articles */

#subPage.results #footer {
	margin-top: 10px;
}

#subPage.results #mainContent {
	width: 736px;
	background: none;
	padding-right: 0;
}

#subPage.results .mainColumn {
	background : transparent;
	width : auto;
}

#mainContent #resultList {
	margin-bottom: 0;
}

	#mainContent #resultList li.first {
		background: none;
		padding-top: 0;
	}

	#mainContent #resultList li {
		list-style-image: none;
		list-style-type: none;
		margin-left: 0;
		background : url(/images/horizontalBorder.gif) repeat-x top left;
		margin-left: -15px;
		padding-left: 15px;
		margin-right: 0;
		padding-right: 10px;
		padding-top: 17px;
	}

		#resultList li h3 {
			margin-bottom: 0;
		}

			#resultList li h3 a {
				color : #c2282c;
				text-decoration: none;
				line-height : normal
			}

		#resultList li h4,
		#resultList li h2 {
			font-size: 1.18em;
			margin-bottom: 10px;
			font-weight: normal;
		}

/* Partner Page */

#mainContent h2.documents {
	background: transparent url(/images/bg_documents.gif) no-repeat 0 0;
	height: 39px;
	font-size: 18px;
	font-family: 'Georgia','Arial',sans-serif;
	color: #840c10;
	padding: 8px 11px 0 11px;
	clear : both;
}

#mainContent ul.docList {
	list-style-type: none;
}

#mainContent ul.docList li {
		background: transparent url(/images/horizontalBorder.gif) repeat-x left top;
		list-style-image: none;
		position: relative;
		margin: 0 20px 0 21px;
		padding: 10px 0 0 42px;
	}

#mainContent ul.docList li.first {
	background: none;
}

	#mainContent ul.docList li div {
		font-size: 11px;
		padding-bottom: 15px;
	}

	#mainContent ul.docList li h3 {
		font-size: 16px;
		font-weight: normal;
		overflow: hidden;
		font-family : 'Arial', sans-serif;
		margin : 0;
	}

		#mainContent ul.docList li h3 a {
			text-decoration: none;
			color: #4b474a;
			line-height : normal
		}

			#mainContent ul.docList li h3 span.icon img {
				margin: 0;
				border: 0;
				position: absolute;
				left: 0px;
				top: 13px;
			}


/*Google maps map*/
#map {
	width : 533px;
	height : 350px;
}