@charset "UTF-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	line-height: 1.5em;
	margin: 0;
	text-align: center;
	margin: 0 auto;
	font-size: 0.75em;
	color:#1E3791;
}
#logo {
	width: 790px;
	height: 51px;
	background-image:url('../img/ccs-logo.gif');
	background-repeat:no-repeat;
	background-position:right;
	margin: 0px 0px 10px 0px;
}
#home-header {
	width: 441px;
	height: 49px;
	/*background-image:url('../img/home-header.gif');*/
	background-repeat:no-repeat;
	background-position:right;
	margin: 0px 0px 10px 0px;
}
#textcontainer {
	margin: 40px 0px 0px 0px;
	width: 790px;
}
#centresite {
	background-color: #fff;
	width: 790px;
	text-align:left;
	margin: 15px auto;
}
#nav {
	width: 790px;
	height: 43px;
	background-image:url('../img/nav-back.gif');
}
#navlist {
	margin: 0;
	padding: 20px 0 20px 10px;
	border-bottom: 3px solid #F87207;
}
#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #FFF;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 3px solid #1E3791;
	padding-bottom: 6px;
	background: transparent;
	color: #F87207;
}
#navlist a:hover {
	color: #F87207;
}
p {
	margin: 0px 0px 15px 0px;
}
h1 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #F87207;
	font-size: 1.5em;
}
h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #F87207;
	font-size: 1.2em;
}
h3 {
	margin: 0px;
	padding: 0px;
	color: #F87207;
	font-size: 1.1em;
}
#lefthome {
	float:left;
	width:450px;
}
#righthome {
	float:right;
	width:300px;
	background-image:url('../img/middle-right-panel.gif');
}
#top-right-panel {
	background-image:url('../img/top-right-panel.gif');
	width:300px;
	height:15px;
}
#middle-right-panel {
	margin: 0px 18px 0px 18px;
	font-size: 0.9em;
}
#phone-right-panel {
	background-image:url('../img/phone-right-panel.gif');
	background-repeat:no-repeat;
	margin: 0px 18px 0px 0px;
	padding: 0px 0px 0px 60px;
	font-weight: bold;
	font-size: 0.9em;
}
#bottom-right-panel {
	background-image:url('../img/bottom-right-panel.gif');
	width:300px;
	height:13px;
}
#home-image {
	background-image:url('../img/home.jpg');
	width:790px;
	height:234px;
}
#whyus-image {
	background-image:url('../img/whyus.jpg');
	width:790px;
	height:84px;
}
#packages-image {
	background-image:url('../img/packages.jpg');
	width:790px;
	height:84px;
}
#faq-image {
	background-image:url('../img/faq.jpg');
	width:790px;
	height:84px;
}
#contactus-image {
	background-image:url('../img/contactus.jpg');
	width:790px;
	height:84px;
}
#tandc-image {
	background-image:url('../img/tandc.jpg');
	width:790px;
	height:84px;
}
#privatepolicy-image {
	background-image:url('../img/privatepolicy.jpg');
	width:790px;
	height:84px;
}
#footer {
	margin: 20px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	width: 790px;
	border-top-color: #F87207;
	border-top-style: solid;
	border-top-width: 1px;
}
#homefooter {
	margin: 380px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	width: 790px;
	border-top-color: #F87207;
	border-top-style: solid;
	border-top-width: 1px;
}
#hidden {
	/*display: none;*/
}
a:link {
	color:#F87207;
}
a:hover {
	color:#1E3791;
}
.orange {
	color:#F87207;
}
.blue {
	color:#1E3791;
}
#centre {
	text-align:center;
}