/* 
  --------------------------------------------------
  Payne And Payne Solicitors - 2 column, navbar left
  by Woodstock Internet Solutions
  www.woodstock-internet.co.uk
  --------------------------------------------------
*/
body {
	margin: 0;
	padding: 0;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #000;
}

#outerHeader {
	margin: 0 auto;
	background: url(../images/outerHeaderBG.jpg) repeat-x;
	
}

#header {
	min-height: 143px;
	width: 770px;
	margin: 0 auto;
	background: url(../images/headerBG.jpg) no-repeat;
}


#outerContent {
	background: #fff url(../images/outerContentBG.jpg) repeat-x;
	min-height: 300px;

}

#contentWrapper {
	width: 770px;
	padding-top: 8px;
	margin: 0 auto;
	font-size: 80%;
}

#content {
	width: 385px;
	margin: 0 auto;
}

#content img {
	border: none;
}

#leftcol {
	width: 175px;
	float: left;
	padding-top: 14px;
}

#rightcol {
	width: 175px;
	float: right;
	color: #4e4845;
}
#outerFooter {
	clear: both;
	font-size: 85%;
	margin-top: 25px;
	background: #C41034 url(../images/outerFooterBG.jpg) bottom repeat-x;
	min-height: 40px;
	border-top: 1px solid #251212;
}

#footer {
	width: 770px;
	margin: 0 auto;
	font-size: 85%;
}
#footer p {

   padding: 5px;
   color:#FFFFFF;
}
/********** text elements ******************/

h1, h2, h3 {
	font-size: 140%;
	color: #000;
	margin:0;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
	margin-bottom: 0;
}
a {
	color: #C41034; /* red */
}
a:visited {
	color: #C41034; /* red */
}
a:hover, a:active,
a:focus {
	color: #444;
}
ul li {
	margin:10px;
}
/********** Generic classes **********************/

.right {
	float: right;
	margin: 4px 120px 2px 5px;
	width:30%;
	padding:10px;
}

.left {
	float: left;
	margin: 5px 8px 0 0;
	width:30%;
	padding:10px;
}

.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}
.float_left {
	float:left;
	padding-right: 10px;
}
.float_right {
	float:right;
	padding-left: 10px;
}
div.side_section {
	width:95%;
	border: 1px dotted #000;
	padding:10px 5px 10px 5px;
	margin-bottom:15px;
}
div.contact_section {
	border: 1px dotted #000;
	padding:5px 20px;
	margin-bottom:15px;
	height:100px;
}
div.contact_section h2 {
	margin:0;
	padding:0;
}
.emphasis {
	font-size:1.2em;
	font-style:italic;
	color:#C41034;
}
.promise ul li {
	margin:10px;
}
/********** header navigation *********************/
#header {
	padding-top: 1px;
}

#header ul {
  margin: 114px 0 0 0;
  padding: 3px 0 0 0;
/*  padding: 2px 0 0 0; PN */  
  list-style-type: none;
  font-size: 75%;
}
  
#header li {
  float: right;		
  background: url(../images/right.gif) no-repeat top right;
  padding: 0 2px 0 3px;
  margin: 0 1px;
}
  
#header a {
  float: left;
  display: block;
  background: url(../images/left.gif) no-repeat top left;
  padding: 3px 12px 3px 16px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  margin-right: 3px;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {
float: none;
}
/* End IE5-Mac hack */


#header a:hover, #header a:focus {
  color: #000;
}
  
#header #current {
  background-image: url(../images/right_on.gif);
}
  
#header #current a {
  background-image: url(../images/left_on.gif);
  color: #000;
  padding-top: 6px;
  padding-bottom: 1px;
}

/********* Side Navigation ********************/

#leftcol ul {
	list-style-type: none;
	padding: 0 0 20px 0;
	margin: 0;
}

#leftcol li {
	margin-bottom: 1px;
}

#leftcol li a {
	text-decoration: none;
	display: block;
	color: #fff;
	background-color: #C41034;
	padding: 2px 3px;
	border: 1px solid #666;
}

#leftcol li a:hover, #leftcol li .here {
	color: #000;
	background-color: #CCC;
}
/************ Column control ****************/

.twocol #rightcol {
	display: none;
}

.twocol #content {
	margin-right: 0;
	margin-left: 195px;
	width: auto;
}
/************ For IE mac ********************/

 /*\*//*/
 #header {
	height: 60px;
}

#outerStrap {
	height: 185px;
}

 #outerContent {
	height: 300px;
}

#content {margin-left: -20px;}
#leftcol {margin-right: 20px;} 
 /**/
 /* contact form
----------------------------------------------*/
#contact-form form {
	margin: 20px 0;
	padding: 0 0 10px;
  	float: left;
	width: 100%;
}	
#contact-form fieldset {
	border: 1px solid #C41034;
	margin: 0 0 10px;
	padding: 5px 0 15px 15px;
}
#contact-form legend {
	border: 1px solid #C41034;
	color: #C41034;
	padding: 1px 5px 2px;
	margin-bottom: 5px;
	font: normal 1em "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif; 
}
#contact-form label {
	float: left;
 	width: 7em;
  	clear: both;
	text-align: right; 
	margin-top: 3px;
}
#contact-form input, #contact-form textarea {
	color: #000;
	border: 1px solid #C41034;
	padding: 1px;
	background: #FFF4FB;
	margin: 3px 5px 2px;
	width: 280px;
	float: left;
}
#contact-form label.form-error {
	font-weight: bold;
}

#contact-form label.form-error:after {
	content: " [Invalid]";
	color: #C41034;
}

/* errors */
#list-error {
	list-style-type: none;
	color: #666666;
}
#list-error li {
	padding: 0 0 0 20px;
	background: transparent url(../images/list_error_bullet.gif) no-repeat 0 50%;
}


#contact-form input.form-error, textarea.form-error {
	background: #F62B0C;
	color: #000000;
}
/* Mac IE -removes the floats from the inputs and textareas to avoid bugs. */
/*\*/ /*/
#contact-form input, #contact-form textarea {
	float: none;
}
/* End show to Mac IE. */

#contact-form input.sminp {
	width: 110px;
	margin-right: 160px;
}
#contact-form input:focus, #contact-form input:active, #contact-form textarea:focus, #contact-form textarea:active {
	color: #000;
	background: #FBC8D2;
}
 /* location map
----------------------------------------------*/
#location #map1 {
	width: 480px;
	height: 300px;
	margin:20px 0;
	border:1px solid #ccc;
}
#location #map2 {
	width: 480px;
	height: 300px;
	margin:20px 0;
	border:1px solid #ccc;
}
#location h1 {
	margin-bottom:20px;
}