/* -----------------------------------
   Project: Commercial Insurance
   Date: 16/07/2007
   Author: Stuart Lees
   Company: TXD Limited
   Web: http://www.txdlimited.co.uk
   Browser Functionality: IE6/Win, IE7/Win, Firefox 2.0, Opera 9.22 
   ----------------------------------- */
   
/* ---------- basics ---------- */
   
* {
	margin:0;
	padding:0;
}

body {
	font:62.5%/1.3 "Verdana", Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#fff;
	color:#000;
	margin-bottom:10px;
}

#container {
	width:800px;
	text-align:left;
	margin:0 auto;
	background:url(images/background.jpg) top left repeat-y #fff;
}

#wrapper {
	width:760px;
	margin:0 10px;
}

#header {
	width:760px;
}
 
#sub-navigation {
	float:left;
	width:250px;
	display:inline;
}

#main-content {
	float:right;
	width:500px;
	display:inline;
	margin-right:10px;
}

#footer {
	clear:both;
	height:1%; /* KLUDGE: Corrects IE6 Float Containing Issue */
	background:url(images/footer_image.jpg) bottom left repeat-x #fff;
	margin-top:1em;
}

/* ---------- sub navigation ---------- */

#sub-navigation ul {
	list-style-type:none;
	margin:1em 2em;
	padding:0;
}

#sub-navigation li {
	background:url(images/bullet.jpg) no-repeat 0 25%;
	padding:0 0 0.5em 1.1em;
}

#sub-navigation a, #sub-navigation a:hover  {
	text-decoration:none;
	font-size:1.1em;
	font-weight:bold;
	color:navy;
}

#sub-navigation img {
	margin:2em;
}

#sub-navigation p {
	color:#3366cc;
}

/* ---------- typography ---------- */

h1 {
	font-size:2em;
	color:navy;
	padding:0.5em;
	font-weight:normal;
}

h2, h3, h4{
	font-size:1.3em;
	color:navy;
	padding:1em;
}

h4 {
	color:#3366CC;
	font-weight:normal;
	padding:0 0 0 0.8em;
}

p {
	font-size:1.1em;
	padding:1em;
}

ul {
	font-size:1.1em;
	padding:1em 1em 1em 3.5em;
}

li {
	padding:0.5em;
}

/* ---------- forms ---------- */

fieldset {
	border:solid 1px #ccc;
	margin:1em;
	width:35em;
}

legend {
	font-weight:bold;
	padding:0.2em 0.5em;
	color:navy;
}

label {
	display:block;
	padding-bottom:0.5em;
}

input, textarea {
	width:200px;
	padding:0.2em;
	border:1px solid #ccc;
	font-size:1.1em;
}

select {
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:210px;
}

input:focus, textarea:focus {
	background:#ffc;
	border:1px solid #ccc;
}

/* ---------- additional classes ---------- */

.required {
	font-size:0.9em;
	color:#760000;
	font-style:normal;
	font-weight:normal;
	padding-left:0.5em;
}

.submit {
	margin:1em;
	background-color:#eee;
	color:navy;
	width:auto;
	font-size:1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:right;
}

#footer p a {
	color:#446689;
	text-decoration:none;
}

.alignRight {
	text-align:right;
}

.noMargin {
	margin-top:0;
	padding-top:0;
}

.quote_id {
	color:#990000;
	font-weight:bold;
}