/*----------------------------------------------------------------------*/
/*--------*//* NAVIGATION */
#navigation
{
    margin:0;
    padding:0;
    font-size:0.8em;
}
#navigation .home, #navigation ul
{
    position:absolute;
    top:0;
    left:20px;
    width:50px;
}
#navigation .home
{
	padding:1px 0 0 0;
}
#navigation ul
{
	left:70px;
	width:829px;
}
#navigation ul li
{
	display:inline;
	margin:0;
	padding:0 20px 0 0;
	width:auto;	
}
#navigation a
{
    font-size:0.9em;
	font-weight:bold; 
    text-decoration:none;
    color:#202020;
}
#navigation a:hover, #navigation ul li.active a, body.home #navigation .home a
{
    color:#ac1223;  
}
/*----------------------------------------------------------------------*/
/*--------*//* BLUE BUBBLE */
.blueBubble
{
    margin:10px 0 12px 0;
    width:195px;
    background:transparent url(../images/bubbles/blue-top-cream.gif) top left no-repeat;
}
body.home .blueBubble
{
    background:transparent url(../images/bubbles/blue-top.gif) top left no-repeat;
}
.blueBubble .inner
{
    padding:16px 22px;
    text-align:left;
    color:#fff;
    background:transparent url(../images/bubbles/blue-bot-cream.gif) bottom left no-repeat;
}
body.home .blueBubble .inner
{
    background:transparent url(../images/bubbles/blue-bot.gif) bottom left no-repeat;
}
.blueBubble blockquote p
{
    display:inline;
    line-height:normal;
    padding:0 0 0 47px;
}
.blueBubble blockquote
{
    padding:17px 0 0 0;
    background:transparent url(../images/quote.jpg) top left no-repeat;
}
.redBubble
{
    margin:10px 0 0 0;
    width:195px;
    height:200px;
    background:transparent url(../images/bubbles/red-bubble-cream.gif) top left no-repeat;
}
body.home .redBubble
{
    background:transparent url(../images/bubbles/red-bubble.gif) top left no-repeat;
}
.redBubble .inner
{
    padding:16px;
    text-align:center;
    font-weight:bold;    
}
.redBubble p
{
    line-height:normal;
}
.redBubble a
{
    display:block;
    color:#F5DCBD;
}
.redBubble a:hover
{
    color:#fff;
}
.blueBubble a
{
    color:#F5DCBD;
}
.blueBubble a:hover
{
    color:#7f001b;
}
.cqc
{
    margin:0 0 12px 0;
}
/*----------------------------------------------------------------------*/
/*--------*//* HOMEPAGE BUBBLES */
#bubbles
{
	padding:0 0 20px 0;
}
.bubble1, .bubble2, .bubble3
{
	display:block;
	width:291px;
	height:227px;
	padding:72px 10px 40px 10px;
	w\idth:271px;
	he\ight:115px;
	float:left;
	margin:0 14px 0 0;
	background:transparent url(../images/bubbles/house-bubble.gif) no-repeat;
	position:relative;
	color:#5e5e60;
	font-size:0.8em;
}
div.showCursor:hover
{
	cursor:pointer;
}
.bubble1 p, .bubble2 p, .bubble3 p
{
	line-height:120%;
}
.bubble2
{
	background:transparent url(../images/bubbles/slippers-bubble.gif) no-repeat;
}
.bubble3
{
	background:transparent url(../images/bubbles/CQC-bubble.gif) no-repeat;
	margin:0;
}
#bubbles p.strapLine
{
	position:absolute;
	bottom:10px;
	left:0;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:1.6em;
	font-weight:bold;
	padding:0;
}
#bubbles p.strapLine a
{
	color:#fff;
}
/*----------------------------------------------------------------------*/
/*--------*//* FORM ELEMENTS */
ul.form li
{
    margin:0 0 6px 0;
    padding:0;
    list-style-type:none;
    clear:both;
}
ul.form li label
{
    float:left;
    display:block;
    padding:5px 0 0 0;
    width:120px;
    font-weight:bold;    
}
ul.form li textarea, ul.form li input, ul.form li select
{ 
    float:left;
    margin:0 0 5px 0;
	padding:3px 5px;
	display:block;
	width:250px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#fff;
	border:#d6c5a9 1px solid;
}
ul.form li select
{ 
	width:262px;
}
ul.form li textarea
{ 
    width:350px;
}
ul.form li.button input 
{ 
	margin:0 0 0 120px;
	width:100px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	background-color:#02003E;
	border:#fff 0px solid;
}
.contactForm h2.spacer
{
    padding:20px 0 0 0;
}
.contactAddress
{
    padding:0 20px 0 0;
}
.contactAddress p
{
    text-align:right;
    line-height:normal;
    font-weight:bold;
}
/*----------------------------------------------------------------------*/
/*--------*//* TESTIMONIALS */
.testimonial
{
    padding:0 0 20px 0;
}
p.testimonial
{
    padding:0;
    font-weight:bold;
    color:#000;
}
cite
{
    color:#000;
}
/*----------------------------------------------------------------------*/
/*--------*//* ACCESSIBILITY & SITE MAP */
kbd
{
    padding:1px 5px;
    font-weight:bold;
    color:#000;
    border:#7f001b 1px solid;
}
.accessibility ul
{
    margin:0;
    padding-bottom:10px;
}
.accessibility ul li
{
    margin:0;
    padding:4px;
    list-style-type:none;
}
.accessibility a
{
    padding:0 0 0 8px;
}
.siteMap ul
{
    margin-bottom:10px;
}
.siteMap ul ul
{
    margin:0;
}
.siteMap li
{
    margin-left:20px;
    list-style-type:disc;
}
.siteMap li li
{
    list-style-type:circle;
}
.siteMap li li li
{
    
    list-style-type:square;
}
.siteMap li a
{
    color:#7f001b;
}
.siteMap li a.active, .siteMap a:hover
{
    color:#000;
}
/*----------------------------------------------------------------------*/
/*--------*//* FOOTER LINKS */
#footer ul li
{
	display:inline;
	margin:0;
	padding:0 20px 0 20px;
	font-size:0.8em;
    color:#fff;
    font-weight:bold;
}
#footer ul li a.active, #footer ul li a:hover
{
    text-decoration:underline;  
}
#footer a
{
    margin:0;
    padding:0;
    text-decoration:none;
    color:#fff;
}