/* 

			Cygnet Care CSS
			Rokk Media Ltd - www.rokkmedia.co.uk
			Version 1 - August 2006
			
			
			Colours:
			#BAC832 = Lime Green
			#999999 = Grey (text)
			#6699CC = Blue (links and highlights)
			
 */

/*	prevents shift in page if no scroll bar
-------------------------------------------*/
html {
	min-height:100%;
	margin-bottom:1px;
	}
	
	

/*	General
-------------------------------------------*/

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	color: #999999;
	line-height: 120%;
	}


/*	links
-------------------------------------------*/
a:link {
	color:#6699CC;
	font-weight: bold;
	text-decoration:none;
	}

a:visited {
	color:#6699CC;
	font-weight: bold;
	text-decoration:none;
	}

a:hover {
	color:#BAC832;
	font-weight: bold;
	text-decoration:none;
	}

a:active {
	color:#6699CC;
	font-weight: bold;
	text-decoration:none;
	}


/*contains the page elements
-------------------------------------------*/
#container {
	padding: 0;
	margin: 0px auto;
	width: 796px;
	background-image: url(../images/template/box-side-shadow.jpg);
	background-repeat: repeat-y;
	background-position: top;

	}
	
/*wraps around the content elements
-------------------------------------------*/
#wrapper {
	padding: 0;
	margin: 0px auto;
	width: 722px;
	text-align: left;
	}

h1 {
	color: #BAC832;
	font-size: 1.5em;
	font-weight: normal;
	
}
h1 strong{
	color: #6699CC;
	font-weight: normal;
}

h2 {
	color: #6699CC;
	font-size: 1.3em;
	line-height: 140%;
	font-weight: normal;
}
h2 strong{
	color: #BAC832;
	font-weight: normal;
}


/*Head elements
-------------------------------------------*/

/*logo contains the logo image for the top left of each page
-------------------------------------------*/
#logo {
	float:left;
	padding: 0px;
	background-image:url(../images/general/cygnet_logo.jpg);
	background-repeat:no-repeat;
	text-align: left;
	height: 255px;
	width:245px;
	}
	
#logo h1 {
	color: #BAC832;
	font-size: 26px;
	line-height: 42px;
	font-weight: normal;
	border-bottom: 1px #BAC832 solid;
}
#logo h1 strong{
	color: #6699CC;
	font-weight:normal;
}

#logo h2 {
	text-align:right;
	margin-top: -8px;
	font-size: 18px;
}

#logo h3 {
	font: 16px/100px Verdana, Arial, Helvetica, sans-serif, Impact;
	color: #6699CC ;
	margin-top: 10px;
	text-align: right;
	}
	
#textstyler {
	font-size: 12px;
	margin-left: 10px;
	margin-top: 20px;
	}
*html #textstyler {
margin-top: 30px;
}

/*topimage contains the image for the top right of each page
-------------------------------------------*/
#topimage_home {
	float:right;
	padding: 0px;
	text-align: left;
	background-image:url(../images/home/homepage-heroimage.jpg);
	background-repeat:no-repeat;
	width:456px;
	height:255px;
	}
	
#topimage_home h2{
	padding-left:260px;
	padding-top: 155px;
	font-size: 18px;
	}

/*Main navigation (horizontal menu)
-------------------------------------------*/

#navigation {
	background-color: #BAC832;
	width: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:11px;
	clear:both;
}

#navigation ul {
	list-style:none;
	margin: 0px;
	padding: 3px;
	color: white;
	text-align:center;
	}

#navigation li {
	display: inline;
	}

#navigation a:link, #navigation a:visited  {
	color: white;
	font-weight:bold;
	padding: 0px 12px 0px 8px;
	text-decoration: none;	
	border-right: 2px solid #ffff00;
	}

#navigation a:hover {
	color: #FFFF00;
	border-right: 2px solid #FFFFff;
	
	}
	
	
/*Secondary navigation (base menu)
-------------------------------------------*/

#base_navigation {
	width: 100%;
	margin-top:10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:80%;
	padding-top:5px;;
	clear:both;
	border-top:1px solid #BAC832;
}

#base_navigation ul {
	list-style:none;
	margin: 0px;
	padding: 3px;
	color: white;
	font-weight:normal;
	text-align:center;
	}

#base_navigation li {
	display: inline;
	}

#base_navigation a:link, #base_navigation a:visited  {
	color: #6699CC;
	font-weight:normal;
	padding: 0px 12px 0px 8px;
	text-decoration: none;	
	border-right: 1px solid #6699CC;
	}

#base_navigation a:hover {
	color: #BAC832;
	border-right: 1px solid #6699CC;
	
	}
		

/*lists*/
ul {
	list-style:square;
}


strong {
color: #BAC832;
}



/*Home Page content
-------------------------------------------*/

/*Left hand side content
-------------------------------------------*/

#welcomebox {
	width: 280px;
	border-right: 1px solid #BAC832;
	margin: 20px 0px 15px 0px;
	float: left;
}

#welcomebox p{
	padding-right: 15px;
	line-height: 135%;
}

#welcomebox h1 {
	margin-top:0;

}

/*Right hand side quote
-------------------------------------------*/

#quote {
	float:right;
	margin-top:25px;
	margin-bottom:15px;
	width:440px;
	height:100%;
	background-image:url(../images/general/quote.gif);
	background-repeat:no-repeat;

}

#quote em {
	display:block;
	color:#BAC832;
	width:330px;
	margin-left:70px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.5em;
	line-height:140%;
}


/*Home Page call out boxes
-------------------------------------------*/

/*Home About
-------------------------------------------*/

#home_about {
	float:left;
	margin-left:10px;
	width:195px;
	height:100%;
	padding:6px;
	border:1px solid #6699cc;
	background-image:url(../images/home/homepage_aboutbg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
*html #home_about {
width:196px;
}

#home_about h1 {
	color: #BAC832;
	font-size: 1.3em;
	line-height:120%;
font-weight: normal;
	margin-bottom:-5px;
	margin-top:-1px;
}

#home_about h1 strong{
	color: #6699CC;
	font-weight: normal;
}

#home_about p {
	color: #6699CC;
	font-size: 90%;
	line-height:140%;
	font-weight: normal;
	padding-right: 70px;

}
*html #home_about p{
	font-size: 86%;
}

#home_about a:link, #home_about a:visited {
font-size: 90%;
background-color:#6699CC;
color:#ffffff;
border-right:10px solid #BAC832;
padding-left:5px;
padding-right:3px;
}

#home_about a:hover, #home_about a:active {
background-color:#BAC832;
color:#ffffff;
border-right:10px solid #6699CC;
}


/*Home How we can help
-------------------------------------------*/

#home_how {
	float:right;
	margin-left:10px;
	width:195px;
	height:100%;
	padding:6px;
	border:1px solid #6699cc;
	background-image:url(../images/home/homepage_howbg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
*html #home_how {
width:196px;
}

#home_how h1 {	color: #BAC832;
	font-size: 1.3em;
	line-height:120%;
font-weight: normal;
	margin-bottom:-5px;
	margin-top:-1px;
}

#home_how h1 strong{
	color: #6699CC;
	font-weight: normal;
}

#home_how p {
	color: #6699CC;
	font-size: 90%;
	line-height:140%;
	font-weight: normal;
	padding-right: 70px;

}
*html #home_how p{
	font-size: 86%;
}

#home_how a:link, #home_how a:visited {
font-size: 90%;
background-color:#6699CC;
color:#ffffff;
border-right:10px solid #BAC832;
padding-left:5px;
padding-right:3px;
}
#home_how a:hover, #home_how a:active {
background-color:#BAC832;
color:#ffffff;
border-right:10px solid #6699CC;
}



/*Home Commitment
-------------------------------------------*/

#home_commitment {
	float:left;
	margin-top:10px;
	margin-left:10px;
	width:195px;
	height:100%;
	padding:6px;
	border:1px solid #6699cc;
	background-image:url(../images/home/homepage_comittmentbg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
*html #home_commitment {
width:196px;
}


#home_commitment h1 {
	color: #BAC832;
	font-size: 1.3em;
	line-height:120%;
	font-weight: normal;
	margin-bottom:-5px;
	margin-top:-1px;
}

#home_commitment h1 strong{
	color: #6699CC;
	font-weight: normal;
}

#home_commitment p {
	color: #6699CC;
	font-size: 90%;
	line-height:140%;
	font-weight: normal;
	padding-right: 80px;

}
*html #home_commitment p{
	font-size: 86%;
}

#home_commitment a:link, #home_commitment a:visited {
font-size: 90%;
background-color:#6699CC;
color:#ffffff;
border-right:10px solid #BAC832;
padding-left:5px;
padding-right:3px;
}
#home_commitment a:hover, #home_commitment a:active {
background-color:#BAC832;
color:#ffffff;
border-right:10px solid #6699CC;
}


/*Home Carers
-------------------------------------------*/

#home_carers {
	float:right;
	margin-top:10px;
	margin-left:10px;
	width:195px;
	height:100%;
	padding:6px;
	border:1px solid #6699cc;
	background-image:url(../images/home/homepage_carersbg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
*html #home_carers {
width:196px;
height:158px;
}


#home_carers h1 {
	color: #BAC832;
	font-size: 1.3em;
	line-height:120%;
	font-weight: normal;
	margin-bottom:-5px;
	margin-top:-1px;
}

#home_carers h1 strong{
	color: #6699CC;
	font-weight: normal;
}

#home_carers p {
	color: #6699CC;
	font-size: 90%;
	line-height:140%;
	font-weight: normal;
	padding-right: 70px;
}
*html #home_carers p{
	font-size: 86%;
}

#home_carers a:link, #home_carers a:visited {
font-size: 90%;
background-color:#6699CC;
color:#ffffff;
border-right:10px solid #BAC832;
padding-left:5px;
padding-right:3px;
}
#home_carers a:hover, #home_carers a:active {
background-color:#BAC832;
color:#ffffff;
border-right:10px solid #6699CC;
}



/*Internal Pages
-------------------------------------------*/

/*Left hand column (used for quotes and pics)
-------------------------------------------*/

#left_content {
	width: 280px;
	margin: 25px 0px 15px 0px;
	float: left;
}

#left_content p{
	padding-right: 15px;
	line-height: 135%;
}

#left_content h1 {
	margin-top:0;

}

#left_content_quote {
	background-image:url(../images/general/quote.gif);
	background-repeat:no-repeat;
}

#left_content_quote em {
	display:block;
	color:#BAC832;
	margin-left:70px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.5em;
	line-height:140%;
}
#left_content_quote em strong {
	
	font-style:normal;
	font-weight:normal;
	font-size:70%;
	line-height:140%
}

#left-content img {
border: 1px solid #EEEEEE;
padding: 6px;
margin-left: 70px;
}

.sidestory {
width:70%;
background-color:#F1F4D5;
color: #888;
font-style:italic;
font-size: 85%;
padding: 15px;
margin: 20px;
}
.sidestory p{
padding-left: 5px;
line-height: 150%;
}

/*Right hand column (used for main text)
-------------------------------------------*/

#right_content {
	width: 416px;
	margin-top:25px;
	margin-bottom:20px;
	border-left: 1px solid #BAC832;
	padding-left: 20px;
	float: right;
/*	background-image:url(../images/template/swan_internal_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;*/
}

#right_content p{
	padding-right: 15px;
	line-height: 160%;
}

#right-content img {
border: 1px solid #BAC832;
padding: 6px;
margin: 4px;
}




/*clears the columns ready for single column across page
-------------------------------------------*/
.clear {
	clear: both;
	}

/*Credits to foot of page
-------------------------------------------*/
#credits {
	margin: 0px auto;
	position: relative;
	width: 100%;
	height: 20px;
	background-color:#ffffff;
	padding: 0;
	color: #CCCCCC;
	clear:both;
	}

/*credits text
-------------------------------------------*/
#credits p {
	margin: 0;
	text-align: right;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC !important;
	padding-right:20px;
	}

/*footer links
-------------------------------------------*/
#credits a:link, #credits a:visited {
	color: #CCCCCC !important;
	text-decoration: none;
	}

#credits a:hover, #credits a:active {
	color: #999999 !important;
	}

#swanimg {
	padding-right: 10px;
	padding-bottom: 0px;
	}