.colour_text {
	font-size: 10pt;
	color: #DD5B73;
	font-weight: bold;
	margin: 0 0 3px 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
}
.divider {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 1px 0 1px 0;
	width: 620px;
}
.left_sp_box {
	width: 300px;
	margin: auto 0;
	height: 105px;
	padding: 2px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
	margin-top: 10px;
	border: solid #CCCCCC 1px;
	margin-bottom: 10px;
}
.back{
	width: 620px;
	margin-top: 2px;
	height: 25px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3093AF;
}


/********************* PROFILES *********************/

.specialist_section {
	width:620px;
	height:auto;
	float: left;
	margin-top: 20px;
	text-align: left;
}


a.pink_hyperlinks span {
	color: #FF0000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}


a.pink_hyperlinks:hover span {
	color: #ABD6D2;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}


.right_sp_box {
	width: 300px;
	margin: auto 0;
	height: 105px;
	padding: 2px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
	margin-top: 10px;
	border: solid #CCCCCC 1px;
	margin-bottom: 10px;
	margin-right: 0px;
}

.left_sp_img {
	width: 80px;
	margin: 0px auto 0;
	height: 80px;
	padding: 2px;
	float: left;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
}

.sp_heading {
	width:620px;
	height:auto;
	float: left;
	color: #7DBFBA;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 20px;
}
.special_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DD5B73;
}
.special_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 205px;
	float: left;
	padding-top: 10px;
	padding-left: 8px;
}



a:link {
	text-decoration: none;
	color: #DD5B73;
	font-size: 7.5pt;
	font-weight: bold;
	font-stretch:extra-condensed;
}

a:visited {
	text-decoration: none;
	color: #EB9DAB;
	font-size: 7.5pt;
	font-weight: bold;
	font-stretch:extra-condensed;
}
a:hover {
	text-decoration: none;
	color: #EB9DAB;
	font-size: 7.5pt;
	font-weight: bold;
	font-stretch:extra-condensed;
}
a:active {
	text-decoration: none;
	color: #DD5B73;
	font-size: 7.5pt;
	font-weight: bold;
	font-stretch:extra-condensed;
}



.contact:link {
	color: #EB9DAB;
	font-size: 12px;
}
.contact:visited {
	text-decoration: none;
	color: #DD5B73;
	font-size: 12px;
}
.contact:hover {
	text-decoration: none;
	color: #DD5B73;
	font-size: 12px;
}

.contact:active {
	color: #EB9DAB;
	font-size: 12px;
}



body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: centre;
	background-image: url(images/floral-tile.png);
	background-repeat: repeat;
}
.twoColFixRtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	margin: 0 auto;
	height: auto;
} 
.twoColFixRtHdr #header {
	/*background-image: url(images/header-logo.png);*/
	background-repeat: no-repeat;
	background-position: right;
	height: 125px;
	width: 960px;
	margin: 10px 25px 0px 15px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#banner {
	height: 80px;
	width: 970px;
	float: left;
	margin: 0 15px 15px 15px;
	background-image: url(images/menu-wave.png);
	background-repeat: no-repeat;
}


#menu {
	width: 960px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
	margin: 20px 0 2px 20px;
}

#menu ul {
	float: left;
	width: 860px;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

#menu ul li {
	display: inline;
	color: #666666;
}

#menu ul li a {
	float: left;
	text-align: center;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	outline: none;
	padding: 10px 15px;
}

#menu li a:hover, #menu li .current {
	color: #DD5B73;
}

#menu li .last {
	background: none;
}


.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 310px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 0 0px;
	height: auto;
}
.twoColFixRtHdr #mainContent {
	margin: 0 0 0 15px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 620px;
	height: auto;
	float: left;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image: url(images/footer-wave.png);
	height: 175px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.v_line {
	height: 700px;
	float: left;
	width: 2px;
	background-color: #DFDFDF;
	margin-left: 6px;
	margin-right: 6px;
	
	
}

.v_line {
	height: 800px;
	float: left;
	width: 2px;
	background-color: #DFDFDF;
	margin-left: 6px;
	margin-right: 4px;
}
#imagebox {
	height: 200px;
	width: 302px;
	background-image: url(images/headings/directory.gif);
	background-repeat: no-repeat;
	background-position: centre;
	float: right;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	width: 500px;
	padding-bottom: 20px;
	line-height: 1.5em;
	text-align: left;
	margin-left: 20px;
	padding-top: 20px;
}
.welcometext {
	height: 75px;
	width: 500px;
	background-image: url(images/headings/welcome2011.jpg);
	background-repeat: no-repeat;
	margin: 20px 0 0 20px;
}



.sidebox {
	margin-bottom: 0px;
	float: right;
	width: 325px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	line-height: 0.1em;
	text-align: center;
}


.right-fixed-menu{
	width: 310px;
	margin: auto 0;
	height: auto;
	padding: 2px;
	float: right;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
	margin-right: 5px;
	margin-top: 0px;
}



.right-fixed-menu{
	width: 325px;
	margin: auto 0;
	height: auto;
	padding: 2px;
	float: right;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
	margin-right: 15px;
	margin-top: 0px;
}

#footer_logo {
	width: 275px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 75px;
	padding: 2px 2px 0px 2px;
	margin: 50px 0 0 20px;
	float: left;
}


#menu_footer {
	float: left;
	width: 900px;
	height: 25px;
	padding: 0 0 0 0;
	vertical-align: middle;
	text-align: left;
	margin: 5px 0 2px 20px;
	color: #4B4B4B;
}

#menu_footer ul {
	float: left;
	width: 870px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
	color: #FFFFFF;
}

#menu_footer ul li {
	display: inline;
	color: #FFFFFF;
}

#menu_footer ul li a {
	float: left;
	text-align: center;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	outline: none;
	padding: 5px 9px;
}

#menu_footer li a:hover, #menu_footer li .current {
	color: #4B4B4B;
	height: 35px;
}

#menu_footer li .last {
	background: none;
}



.miniheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7DBFBA;
	font-style: italic;
}

.microheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	font-style: italic;
}
.microtextnorm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	font-style: italic;
}

#smallbox {
	position:relative;
	width: 250px;
	float: left;
	height: 250px;
	padding: 0 10px 0 10px;
}

#smallbox-text {
	position:absolute;
	top:139px;
	right:22px;
	width:229px;
	padding-left: 10px;
	height: 140px;
}
#bridecover {
	float: left;
	height: 250px;
	width: 190px;
	background-image: url(images/bridecover-250h.jpg);
	background-repeat: no-repeat;
	margin-left: 20px;
}
.webaddress {
	font-family: Arial, Helvetica, sans-serif;
	font-stretch:extra-condensed;
	font-size: 7.5px;
	font-weight: bold;
	color: #ABD6D2;
}
.formfill {
	width: 620px;
	height: auto;
}

/********************* DIRECTORY SEARCH *********************/

.sidebox-menu {
	width: 300px;
	height: 120px;
	float: right;
	line-height: 20px;
	text-align: center;
	margin: 15px 18px 15px 11px;
	padding-top:12px;
	padding-bottom:12px;
	border: 0px;
	background-color: #7dbfb9;
}
.search-menu {
	width: 631px;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	margin: 0px 0px 0px 15px;
	border: 0px;
	background-color: #7dbfb9;
}

