﻿/* 
	sprlaw styles 
	Author: Jeremy Halliwell jeremy@simplicityweb.co.uk
	Version:	2007-05-15 
*/

/* elements to remove margins and padding */
* {
	margin:0;
	padding:0;
}
body {
	background:#fff;
	color:#000;
	font:76%/140% Arial, Helvetica, sans-serif;
}
/* text */
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.4em;
	margin-bottom:0.5em;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.3em;
	margin-bottom:0.5em;
}
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1.1em;
}
a {
	color:#0050bb;
}
a:visited,a:hover,a:active {
	color:#6b8fbf;
}
a.pdf {
	background:transparent url(pdf.gif) no-repeat 0 50%;
	padding:8px 0 8px 18px;
}
p {
	margin:0 0 1em 0;
}

/* lists */
ol,ul {
	list-style:none;
}
li {
	margin-left:1em;
}
/* images */
img {
	border:none;
}

/* forms */
fieldset {
	border:1px solid #ded8d1;
}
input {
	border:1px solid #BABABA;	
	padding:0.1em;
}
#submitbutton button {
	border:1px outset #D1D1D1;
	cursor:pointer;
	margin:5px 0;
}
label {
	color:#7f7f6f;
	cursor:pointer;
	display:block;
}
.radio,
.checkbox {
	border:none;
}
.focus {
	background:#ffebbf;
}
textarea {
	border:1px solid #BABABA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;;	
	padding:0.3em;
}
select {
	border:1px solid #BABABA;
	font-size:0.9em;
}
/* tables */
table {
	border-collapse:collapse;
	border-spacing: 0;
}


/* DOM */
#frame {
	background:#fff ;
	border:1px solid #7f7f7f;
	color:#000;
	margin:0 auto;
	max-width:1000px; 
	min-width:790px;	
	padding:0;
	position:relative;
	text-align:left;
	width:90%;
	xwidth:766px;
}
#banner {
	background:url(sprlogo.png) no-repeat;
	height:91px;
	margin:0;
	padding:0;
	width:100%;
}
a#bannerHomeLink {
	background:none;
	border:none;
	display:block;
	height:100%;
	width:100%;
}
ul#navigation {
	background:#005FAF;
	color:#fff;
	left:0;
	margin:0;
	position:absolute;
	top:91px;
	width:100%;
}
ul#navigation a {
	background:#005FAF;
	border:none;
	color:#fff;
	display:block; 
	float:left;
	text-decoration:none;
	width:8em;
}
ul#navigation a:focus,
ul#navigation a:hover {
	background:#efefef;
	color:#005FAF;
}
ul#navigation li {
	background:#efefef;
	color:#005FAF;
	border-right:1px solid #7f7f7f;
	display:inline;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	list-style:none;
	line-height:2em;
	margin:0;
	text-align:center;
	width:8em;
}
#content {
	background:url(23643416_c0444649b1.jpg) no-repeat top right;
	height:100%;
	padding:2.5em 2em 1em 2em;
	width:auto;
}
#content li {
	line-height:20px;
	padding:0.2em;
}
div.gutter {
	background:#efefef;
	xborder-top:1px solid #cfcfcf;
	xborder-bottom:1px solid #cfcfcf;
	line-height:1.5em;
	xmargin-top:5px;
	padding:1em;
	width:45em;
}
#footer {	
	background:#000;
	clear:both;
	color:#fff;
	xfont-size:0.9em;
	padding:1em;
	text-align:center;
}
#footer a {
	color:#fff;
}
#footer a:focus,
#footer a:hover {
	background:none;
	text-decoration:underline;
}
/* contact form */
#contactform input {
	padding:3px;
	width:20em;
}
#contactform textarea {
	padding:3px;
	width:22em;
}
/* tiny mce */
