@import 'reset.css';
@import 'base.css';
@import 'layout.css';

body{
	margin: 0px;
	padding: 0px;
}
p, img, a, h1, h2, h3, ul, li{
	margin: 0px;
	padding: 0px;
}

/** Padding, Margins and Misc **/
img.banner_left_img{
	float:left;
	margin-right:5px;
}
img.banner_center_img{
	float:left;
	margin-right:5px;
}
img.banner_right_img{
	float:left;
}
.gold_border{
	border-left: 1px dotted #CCAE6D;
}
#right_col h1,#right_col h2, #right_col ul, #right_col hr, #right_col table{
	margin:20px 0 0 40px;
}
#right_col p{
	margin: 14px 0 0 40px;
}
#right_col{
	margin-bottom:50px;
}
td{
	border:none;
	padding: 2px 6px 2px 2px;
}
input.wide_input{
	width:205px;
}
textarea.wide_input{
	width:384px;
}
.show_map_link, .show_map_link a{
	float:right;
	color: #CCAE6D;
	text-decoration: none;
	font-size: 11px;
	margin-top: -5px;
	margin-right: 55px;
}
.clear_both{
clear:both;
}
.float_right{
float:right;
}
/** Fonts and Colours **/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #351601;
}
#footer p{
	margin:18px 8px 0 0;
	font-size: 11px;
	color: #9C9C9C;
	float:right;
}
.brownbag{
	color: #666;
	text-decoration: none;
}
.footer_contact{
	color:#9C9C9C;
	text-decoration:none;
}

p.grey_text{
	color: #666;
}
#right_col h1{
	color: #351601;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
}
#right_col h2{
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 18px;
	color: #351601;
}
#right_col h2 strong{
	color: #C5AD72;
	font-size:11px;
	font-weight:normal;
}
#right_col ul{
	margin-top: 12px;
}
#right_col ul li{
	color: #666;
	margin-left: 15px;
	margin-top:2px;
	list-style-image: url("../images/square_bullet.jpg");
}
#right_col hr{
	height:1px;
	border:none;
	padding:0px;
	margin-top: -12px;
	padding-top:7px;
	margin-bottom: 3px;
	border-bottom: 1px solid #C5AD72;
}
label{
	color: #CCAE6D;
	font-size: 11px;
}
.h1_claire_odonnell{
	text-indent: -9000px;
	background: url("../images/h1_claire_odonnell.jpg") no-repeat;
	width:270px;
	height: 11px;
}
.h1_contact_details{
	text-indent: -9000px;
	background: url("../images/h1_contact_details.jpg") no-repeat;
	width: 109px;
	height: 11px;
}
.h1_profile{
	text-indent: -9000px;
	background: url("../images/h1_profile.jpg") no-repeat;
	width: 44px;
	height: 11px;
}
.h1_testimonies{
	text-indent: -9000px;
	background: url("../images/h1_testimonies.jpg") no-repeat;
	width: 84px;
	height: 11px;
}
.h1_practice{
	text-indent: -9000px;
	background: url("../images/h1_practices.jpg") no-repeat;
	width: 100px;
	height: 11px;
}


/** Backgrounds **/
#header{
	background: #351601;
}
#content{
	background: url("../images/content_bg.jpg") no-repeat bottom left;
}
#footer{
	background: url("../images/footer_bg.jpg") repeat-x;
}