﻿*
{	margin:0;
	padding:0;
	font-family:  Arial, Tahoma, Sans-Serif;
	font-size: 1em;
	border:0;
}

body
{
   font-size: 75%;
   text-align:center;
   color:#000;
}

 #Container
{
	width:1000px;
	margin:0 auto;
	min-height:600px;
    height:auto !important;
    height:600px;
    text-align:left;
}

#Header
{
	height:90px;
	width:1000px;
}

#Header img
{
	margin:15px 0 0 20px;
	float:left;
}

#Header h1
{
	float:left;
	font-size:200%;
	color:#0078c0;
	margin:23px 0 0 50px;
	font-weight:normal;
}

#Navigation
{
	width:1000px;
	height:142px;
	text-align:right;
	background: url(../Images/Header.jpg) no-repeat bottom left;
}

#Navigation ul
{
	list-style-type:none;
	margin:10px 0 0 0;
}

#Navigation ul li
{
	display:inline;
	padding:0 10px;
	border-right:1px solid #1f3695;
}

#Navigation ul li:last-child
{
	border-right:0;
}

#Navigation ul li a
{
	color:#1f3695;
	text-decoration:none;
	text-transform:lowercase;
	font-weight:bold;
	letter-spacing:0.03em;
}

#Navigation ul li.Caresure { background: url(../Images/New_Care_sure_Logo.jpg) no-repeat center center; }
#Navigation ul li.DSC { background: url(../Images/NewDSC_Logo.jpg) no-repeat center center; }

#Navigation ul li.Caresure a
{
	padding:0 0 0 60px;
}

#Navigation ul li.DSC a
{
	padding:0 0 0 111px;
}

/*

#Navigation ul li.Caresure a
{
	background: url(../Images/CaresureLogo.gif) no-repeat left;
	padding:0 0 0 55px;
}

#Navigation ul li.DSC a
{
	background: url(../Images/DSCLogo.gif) no-repeat left;
	padding:0 0 0 111px;
}

*/

#Navigation ul li.Caresure a:hover { border-bottom:1px solid #03afad; }
#Navigation ul li.DSC a:hover { border-bottom:1px solid #1f3695; }

#Navigation ul li.Caresure span,
#Navigation ul li.DSC span
{
	display:none;
}

#Navigation ul li a:hover,
body#Index #Navigation ul li.Index a,
body#Covered #Navigation ul li.Covered a,
body#Application #Navigation ul li.Application a,
body#Began #Navigation ul li.Began a,
body#Contact #Navigation ul li.Contact a
{
	text-decoration:underline;
}

#Content
{
    min-height:285px;
    height:auto !important;
    height:285px;
    padding:10px;
}

body#Index #Content
{
    background: url(../Images/Homebg.gif) no-repeat right;
    padding-right:200px;
}

body#Index .linebg
{
	background-color: #ebeff6;
}

body#Index .linebg td
{
	border-top:1px solid #b7cbea;
	border-bottom:1px solid #b7cbea;
}

body#Index input 
{	
	border: 1px solid #5484ce;
	background-color: #FFF;
	background-image: url(../images/blend.gif);
	background-repeat: repeat-y;
}

body#Covered #Content
{
    background: url(../Images/Coveredbg.gif) no-repeat right;
    padding-right:680px;
}

body#Covered.NoSideImage #Content
{
    background: none;
    padding-right:0;
}

body#Application #Content
{
    background: url(../Images/Applicationbg.jpg) no-repeat right;
    padding-right:625px;
}

body#Began #Content
{
    background: url(../Images/Beganbg.jpg) no-repeat right;
    padding-right:220px;
}

#Content h1,
#Content h2,
#Content h3
{
	line-height:1.5em;
	text-transform:lowercase;
	color:#1f3695;
}

#Content h1
{
	padding:10px 0;
	font-size:130%;
}

#Content h2
{
	padding:5px 0;
	font-size:120%;
}

#Content h3
{
	padding:5px 0;
	font-size:110%;
}

#Content p
{
	padding:5px 0;
	line-height:1.5em;
}

#Content a
{
	color:#1f3695;
}

#Content a[href*="caresure"]
{
	color:#03afad;
}

#Content p a:hover,
#Content ul li a:hover
{
	text-decoration:none;
}

#Content ul,
#Content ol
{
	margin:0 0 0 20px;
}

#Content ul li
{
	line-height:1.5em;
	list-style-image: url(../Images/Bullet.gif);
}

#Content ol li
{
	line-height:1.5em;
}

#ContactForm table
{
	width:50%;
}

#ContactForm tr td
{
	vertical-align: top;
	padding:0px;
}

#ContactForm em
{
	color: #f00;
}

#ContactForm input, #ContactForm textarea
{
	width:220px;
	padding:2px 0;
	border:1px solid #1f3695;
}

#ContactForm textarea
{
	height:50px;
}

#ContactForm input.Button
{
	font-weight: bold;
	width:auto;
	color:#000;
	background-color:#fff;
	padding:2px 4px;
}

#ContactForm input#Postcode { width:75px; }
#ContactForm input#Telephone { width:110px; }

#ContactForm input.button
{	border:1px solid #1f3695;
}

#Footer
{
	background-color:#e7f3f2;
	height:60px;
}

#Footer h1
{
	background: url(../Images/DSCLogoFooter.gif) no-repeat top;
	height: 30px;
}

#Footer h1 span
{
	display:none;
}

#Footer p
{
	color:#1f3695;
	font-size:90%;
	text-align:center;
}









