f/* Gwyn George Partnership Stylesheet */
/* http://www.ggplaw.co.uk */
/* Created 18/09/06 */
/* Author: Mark Williams of Essential Business Communications Ltd */
/* Website: http://www.ebcltd.co.uk */
/* Blue text - #394E74 */
/* Red text - #A20145 */
/* UNDO DEFAULT BROWSER STYLING: tantek.com/log/2004/undohtml.css	*/
:link,:visited { 
	text-decoration:none;
}
ul,ol {
	list-style:none;
}
h1,h2,h3,h5,h6,pre,code {
	font-size:1em;
}
ul,ol,li,h1,h2,h3,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,img,table,strong, a img, a:link img, a:visited img, a:hover img {
	margin: 0;
	padding: 0;
	border: none;
}
address {
	font-style:normal;
}
body {
	margin: 0px auto;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	padding: 0px;
	color: #333333;
	background: #FFFFFF url(../images/page_bg.gif) repeat-x top;
}

body#maintenance {
	width: 650px;
	background: none;
	text-align: center;
}

#wrapper {
	width: 770px;
	padding: 0px;
	margin: 0px auto;
}
/* Miscellaneous styles */
hr {
	border: 0;
	color: #A20145;
	background-color: #A20145;
	height: 1px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

hr.light {
	color: #EFEFEF;
	background-color: #EFEFEF;
	height: 1px;
	margin: 0px 0px 20px 0px;	
}

hr.thick {
	color: #9CA6B9;
	background-color: #9CA6B9;
	height: 3px;
	margin: 15px 0px;
}

em {
	font-weight: bold;
	font-size: 1.2em;
	font-style: normal;
}
.largeText {
	font-size: 1.4em;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
}

.largestText {
	font-size: 1.6em;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
}

/* ERROR MESSAGE DIV */
#error {
	width: 480px;
	margin: 0px 0px 20px 0px;
	padding: 10px 10px 10px 60px;
	border-top: 1px solid #EF3F35;
	border-right: 1px solid #CC1B11;
	border-bottom: 1px solid #CC1B11;
	border-left: 1px solid #EF3F35;
	background: #FFF url(../images/error.png) no-repeat left;
	color: #EF3F35;
	font-weight: bold;
}
/* Back to Top Links */
span.important {
	color: #A20145;
}

a.topLink,
a.topLink:link,
a.topLink:visited,
a.topLink:active {
	text-align: left;
	margin: 10px 0px;
	display: block;
	font-size: 10px;
	color: #9CA6B9;
	text-decoration: none;
}

a.topLink:hover {
	color: #A20145;
}

/* Right Aligned Horizontal List */
ul.rightList li, ul.rightList li a, ul.rightList li a:active, ul.rightList li a:visited, ul.rightList li a:hover {
	display: inline;
	padding-left: 10px;
	color: #394E74;
	text-decoration: none;
}
.required {
	color: #A20145;
}
.hide {
	display: none;
}
p {
	line-height: 18px;
	margin-bottom: 15px;
}
/* Heading styles */
h1 {
	width: 550px;
	font-family: "Times New Roman", Arial, Verdana, Helvetica, sans-serif;
	padding: 20px 0px;
	font-size: 2em;
	color: #A20145;
	font-weight: normal;
}

h1.maintenance {
	width: 100%;
}

h2 {
	color: #394E74;
	font-size: 1.4em;
	margin: 20px 0px;
	font-weight: bold;
}

h2.black {
	color: #333;
}
h3 {
	font-size: 1.2em;
	color: #333333;
	margin: 20px 0px;
}
h2 a,
h2 a:link,
h2 a:visited,
h2 a:active,
h2 a:hover {
	text-decoration: none;
}
/* Layout styles */
#top {
	width: 770px;
	height: 83px;
	text-align: left;
	background: #FFFFFF url(../images/logos.gif) no-repeat top right;
	padding: 0px;
	border-bottom: 12px solid #394E74;
}
#banner {
	width: 770px;
	height: 139px;
	padding: 0px;
	background: transparent;
	border-bottom: 2px solid #FFF;
	border-top: 1px solid #FFF;
}
/* NAVIGATION LINKS */
#nav, #nav ul { /* all lists */
	list-style: none;
	line-height: 1;
	margin: 0px auto;
	width: 770px;
	height: 32px;
	padding: 0px;
}
#nav li { /* all list items */
	width: 192px; /* width needed or else Opera goes nuts */
	float: left;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
}
#nav li a {
	height: 22px;
	background: #E0E3E9;
	border-bottom: 5px solid #BEC5D2;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	color: #394E74;
	display: block;
	width: 192px;
}
#nav li a:hover {
	height: 22px;
	background: #BEC5D2;
	border-bottom: 5px solid #394E74;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	color: #394E74;
	display: block;
	width: 192px;
}
#nav li ul { /* second-level lists */
	background: #FFF;
	position: absolute;
	width: 188px;
	height: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-left: 1px solid #394E74;
	border-right: 1px solid #394E74;
	border-bottom: 1px solid #394E74;
	padding: 1px 1px 0px 1px;
	filter:alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity:0.95;
}
#nav li:hover ul, #nav li.sfhover ul {   
    left: auto;
}
#nav li ul li a {
	width: 188px;
	background: #394E74;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	padding: 8px 0px 2px 0px;
}
#nav li ul li a:hover {
	width: 188px;
	background: #E0E3E9;
	color: #394E74;
	border-bottom: 1px solid #FFF;
	padding: 8px 0px 2px 0px;
}
/* MAIN CONTENT AREA */
#content {
	width: 770px;
	margin: 5px auto;
	padding: 0px 0px 20px 0px;
}
/* RIGHT BOX AREA */
#rightBox {
	width: 155px;
	height: auto;
	padding: 20px;
	margin: 0px 0px 20px 20px;
	float: right;
	background: #F3F3F3;
	border-bottom: 3px solid #C3CAD5;
}
#rightBox h1 {
	width: auto;
	height: auto;
	color: #394E74;
	padding: 0px;
	margin-bottom: 20px;
}
#rightBox img {
	vertical-align: middle;
	padding-left: 5px;
}
#rightBox ul {
	margin-bottom: 20px;
}
/* General link styles */

a:link {
	color: #394E74;
	text-decoration: underline;
}

a:visited {
	color: #394E74;
	text-decoration: underline;
}

a:active {
	color: #394E74;
	text-decoration: underline;
}

a:hover {
	color: #A20145;;
	text-decoration: none;
}

.small {
	font-size: 10px;
}

.large {
	font-size: 16px;
}
/* Basic Unordered List */
ul.basicList, ol.basicList {
	list-style-image: url(../images/list_bullet.gif);
	margin-left: 9px;
	padding-left: 9px;
	margin-bottom: 10px;
}
ul.basicList li ul, ol.basicList li ol {
	list-style-image: url(../images/list_bullet_small.gif);
}
ul.basicList li ul li, ol.basicList li ol li {
	margin: 3px;
}
/* Start IE only styles - must be a better way of doing this!! */
* html body ul.basicList, ol.basicList {
	list-style-image: url(../images/list_bullet.gif);
	margin-left: 0px;
	padding-left: 10px;
	margin-bottom: 10px;
}
/* End IE only styles */
ul.basicList li, ol.basicList li {
	line-height: 20px;
	margin: 10px 0px 10px 6px;
	float: none;
}
ul.basicList li ul, ol.basicList li ul {
	padding: 15px 0px 10px 20px;
}
/* Form styles */
.formnote {
	color: #990000;
	margin: 0px 0px 10px 0px;
}
form {
	padding: 0px;
	margin: 10px 0px;
	text-align: left;
}
.button {
	width: 80px;
	border: 1px solid #66002C;
	background: #A20145;
	background-image: url(../images/button_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFFFFF;
	padding: 1px 2px;
	margin: 0px 10px 20px 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	display: block;
}
.button:hover {
	background: #FFF;
	color: #A20145;
	cursor: pointer;
}

/* Indent Send button to left align with form elements - special rule for IE */

* html body .sendButton {
margin-left: 95px;
}

.sendButton {
margin-left: 190px;
}

label {
	display: block;
	width: 160px;
	float: left;
	margin-bottom: 20px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-right: 30px;
	vertical-align: middle;
}
br {
	clear: left;
}
form input {
	padding: 3px;
	border: 1px solid #394E74;
	background: #F4F7FB;
	width: 160px;
	display: block;
	float: left;
	margin-bottom: 20px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
form textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
	padding: 3px;
	border: 1px solid #394E74;
	background: #F4F7FB;
	display: block;
	float: left;
	margin-bottom: 20px;
}
form select {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #F4F7FB;
	display: block;
	float: left;
	margin-bottom: 20px;
}
form select option {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-indent: 3px;
}
.checkbox {
	width: 1em;
	padding: 0px;
	margin-left: 0px;
	border: 0px;
}
/* FOOTER STYLES */

#footer {
	width: 770px;
	margin: 0px auto;
	margin-top: 10px;
	padding: 10px 0px;
	font-size: 10px;
	clear: both;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:active {
	font-size: 10px;
	text-decoration: none;
}

#footer a:hover {
	font-size: 10px;
	text-decoration: none;
}

#footer ul {
	margin-bottom: 15px;
	list-style-type: none;
	color: #9CA6B9;
	font-size: 10px;
	text-align: left;
}

#footer li {
	display: inline;
	padding-right: 12px;
	font-size: 10px;
}

/* ACTIVE PAGE LINKS */
body#home a.home,
body#branches a.branches,
body#conv a.services,
body#childcare a.services,
body#criminal a.services,
body#family a.services,
body#pi a.services,
body#costs a.costs,
body#wills a.services,
body#mental a.services,
body#staff a.staff,
body#contact a.contact,
body#thankyou a.contact {
	border-bottom: 5px solid #A20145;
	background: #D9B2C6;
	color: #A20145;
	font-weight: bold;
}
body#copyright a.copyrightnav,
body#sitemap a.sitemapnav,
body#accessibility a.accessibilitynav {
	font-size: 10px;
	color: #A20145;
	text-decoration: underline;
}
body#conv a.conv,
body#wills a.wills,
body#pi a.pi,
body#criminal a.criminal,
body#family a.family,
body#childcare a.childcare,
body#mental a.mental {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
/* TABULAR DATA TABLE STYLES */
table.dataTable {
	width: 540px;
	padding: 0px;
	margin: 10px 0px;
	border: 1px solid #999999;
}
table.dataTable th {
	background: #BEC5D2;
	padding: 8px 15px 8px 8px;
	font-weight: bold;
	color: #394E74;
	font-size: 12px;
	text-align: left;
}
table.dataTable td {
	vertical-align: top;
	padding: 8px;
}
table.dataTable tbody tr.even td {
	background: #EEE;
}

/* LIST TABLE STYLES */

table.listTable {
	padding: 0px;
	margin: 0px;
	border: none;
	width: 540px;
}

table.listTable td {
	vertical-align: top;
	text-align: left;
	padding: 0px 10px 10px 0px;
	margin: 0px;
	width: 270px;
}
/* Branch Information Box */

.branchInfo {
	width: auto;
	height: 150px;
	margin: 0px 0px 20px 0px;
	padding: 20px;
	clear: both;
	background: #EDEDED;
	border-bottom: 3px solid #C3CAD5;
}

.branchInfo p {
	line-height: 16px;
	margin-bottom: 16px;
}

.aberdare {
	background: #EDEDED url(../images/branch/aberdare_bg.gif) no-repeat bottom right;
}

.merthyr {
	background: #EDEDED url(../images/branch/merthyr_bg.gif) no-repeat bottom right;
}

.blackwood {
	background: #EDEDED url(../images/branch/blackwood_bg.gif) no-repeat bottom right;
}

.ystrad {
	background: #EDEDED url(../images/branch/ystrad_bg.gif) no-repeat bottom right;
}

.branchInfo img {
	float: left;
	margin: 0px 20px 0px 0px;
	border: 1px solid #394E74;
	padding: 0px;
}

.branchInfo h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.leftFloat {
float: left;
width: 50%;
}

.rightFloat {
float: right;
width: 50%;
}

.box {
	width: 555px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 10px;
}

.date {
	width: 545px;
	height: 16px;
	display: block;
	color: #666;
	font-size: 11px;
	padding: 5px;
	background: #F3F3F3;
	border-bottom: 1px solid #C3CAD5;
	margin-bottom: 10px;
}