/*------------------------------------------------------------------
[Master Stylesheet]

Project:			Caythorpe and Ancaster
Version:			1.0.3
Last change:		02/07/2010
Author:				Claire Perrin
------------------------------------------------------------------*/

/*General*/

*{	margin:0;padding:0; list-style: none;	}

body{
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	color: #666;
	background: url(/assets/img/bkg1.jpg) repeat-x #fff;
	font-size: 12px;
	text-align: justify;
	}

#wrapper{
	margin: 0 auto;
	width: 960px;
	margin-top: 4px;
	}
		
.content img{
	padding: 8px;
	border: 1px solid #CCC;
	margin: 10px;
	background: #F8FAFA;
	}
	
.content img.left{
	float: left;
	margin: 0 20px 20px 0;
	}

.content img.right{
	float: right;
	margin: 0 0 20px 20px;
	}
	
a{	
	color: #336666;
	text-decoration: underline;
	}
	
a:hover{
	color: #6D99A9;
	text-decoration: none;
	}
	
/*Headings*/

h1, h2, h3, h4, h5, h6{
	font-family: "Lucida Sans", "Trebuchet MS", Arial, Helvetica;
	font-weight: normal;
	font-style: italic;
	color: #333666;
	}
	
h1, h2{
	font-size: 28px;
	background: url(/assets/img/heading-bkg.jpg) no-repeat right bottom;
	padding-bottom: 5px;
	margin-bottom: 15px;
	letter-spacing: -2px;
	}
	
h2.heading{	font-size: 22px;	}
	
h3{
	font-size: 20px;
	padding-bottom: 15px;
	letter-spacing: -2px;
	}

h4{
	font-size: 18px;
	padding-bottom: 10px;
	letter-spacing: -2px;
	}
	
h5{
	font-size: 16px;
	padding-bottom: 10px;
	}
	
h6{
	font-size: 14px;
	padding-bottom: 5px;
	}

/*Header*/	

#header{	 height: 170px;	}

#header h1{	display: none;	}

#header a img{ border: none;	}

/*Side*/

#side{
	width: 219px;
	float: left;
	background: url(/assets/img/side_bkg.png) no-repeat;
	padding: 0 10px 10px 10px;
	}
	
#side #news ul li{
	background: url(/assets/img/news-bkg.jpg) no-repeat left top;
	width: 199px;
	height: 121px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
	}
	
#side #news ul li.first{ margin-top: 10px;	}
	
#side #news ul li:hover{
	background: url(/assets/img/news-bkg.jpg) no-repeat left bottom;
	cursor: pointer;
	}
	
#side #news ul li .date{	color: #6D99A9;	}
	
#side #news ul li .date, #side #news ul li .title{
	font-size: 15px;
	letter-spacing: -1px;
	font-style: italic;
	font-weight: bold;
	width: 160px;
	float: right;
	}
	
#side #news ul li .title{
	color: #336666;
	text-decoration: none;
	}
	
#side #news ul li:hover .title{	color: #6D99A9;	}
	
#side #news ul li .preview{
	clear: both;
	text-align: justify;
	padding-top: 10px;
	font-size: 11px;
	}

#side #download{		height: 60px;background: url(/assets/img/download.jpg) no-repeat left top;	}
#side #download:hover{	background: url(/assets/img/download.jpg) no-repeat left bottom;	}
	
#side #download a{
	display:block;
	height:0;
	padding-top:60px;
	}
	
/*Page Sub-Menu*/

#sub-menu{	margin: 10px 0;	}

#sub-menu ul li{
	background: url(/assets/img/sub-menu-bkg.jpg) no-repeat left top;
	margin-bottom: 2px;
	padding: 3px 7px ;
	font-style: italic;
	}
	
#sub-menu ul li.current_parent{	margin-bottom: 1px;	}
	
#sub-menu ul li:hover,
#sub-menu ul li.current{	background: url(/assets/img/sub-menu-bkg.jpg) no-repeat right top;	cursor: pointer;	}

#sub-menu ul li a{
	color: #fff;
	text-decoration: none;
	}
	
#sub-menu ul li:hover a,
#sub-menu ul li.current a{	color: #336666;	}

#sub-menu ul li.current_parent:hover{	background: url(/assets/img/sub-menu-bkg.jpg) no-repeat left top;	}
#sub-menu ul li.current ul li:hover a,
#sub-menu ul li.current_parent:hover a{	color: #fff;	}

	/*SUB SUB MENU*/
	#sub-menu ul li ul{	margin-top: 5px;	}
	
	#sub-menu ul li ul li{
		width: 197px;
		background: url(/assets/img/sub-sub-menu-bkg.jpg) no-repeat right top;	}
		
	#sub-menu ul li ul li:hover,
	#sub-menu ul li.current_parent ul li.current{
		background: url(/assets/img/sub-sub-menu-bkg.jpg) no-repeat left top;	}
		
	#sub-menu ul li ul li a,
	#sub-menu ul li.current_parent:hover ul li a{		color: #336666;	}
	
	#sub-menu ul li.current_parent ul li:hover a,
	#sub-menu ul li.current_parent ul li.current a{	color: #FFF;	}

/*Content*/

#content{
	width: 630px;
	padding: 20px 30px 30px 30px;
	float: right;
	background: url(/assets/img/content_bkg.png) no-repeat;
	}
	
.content p{	padding-bottom: 10px;	}

.content ul{
	margin: 0 0 15px 25px;
	width: 562px;
	}
	
.content ul li{
	list-style-position: outside;
	background: url(/assets/img/list-item.jpg) no-repeat scroll 0 5px;
	padding: 0 0 2px 15px;
	}
	
.content ol{
	margin: 0 0 15px 17px;
	padding-left: 23px;
	width: 562px;
	}
		
.content ol li{
	list-style: decimal outside none;
	padding-bottom: 2px;
	}
	
/*News*/

.news-archive a{
	color: #fff;
	text-decoration: none;
	}
	
.news-archive ul {	position: relative;	}

.news-archive ul li.year{
	background: url(/assets/img/archive.jpg) no-repeat;
	height: 169px;
	margin: 10px 0;
	font-family: "Lucida Sans", "Trebuchet MS", Arial, Helvetica;
	font-size: 22px;
	text-align: center;
	font-style: italic;
	font-weight: lighter;
	padding-top: 3px;
	}

.news-archive ul li.year a:hover{	color: #89A5A6;	}
		
.news-archive ul li ul{
	position: absolute;
	top: 29px;
	left: 0;
	}
	
.news-archive ul li ul .month{
	position: absolute;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: normal;
	padding: 0;
	letter-spacing: 1px;
	height: 23px;
	width: 70px;
	padding-top: 8px;
	border: 1px solid #fff;
	}
	
.news-archive ul li ul .m01{	left: 0;		top: 3px;	border-left: none;	padding-left: 1px;	}
.news-archive ul li ul .m02{	left: 73px;		top: 3px;	}
.news-archive ul li ul .m03{	left: 146px;	top: 3px;	border-right: none;	padding-right: 1px;	}
.news-archive ul li ul .m04{	left: 0;		top: 37px;	border-left: none;	padding-left: 1px;	}
.news-archive ul li ul .m05{	left: 73px;		top: 37px;	}
.news-archive ul li ul .m06{	left: 146px;	top: 37px;	border-right: none;	padding-right: 1px;	}
.news-archive ul li ul .m07{	left: 0;		top: 71px;	border-left: none;	padding-left: 1px;	}
.news-archive ul li ul .m08{	left: 73px;		top: 71px;	}
.news-archive ul li ul .m09{	left: 146px;	top: 71px;	border-right: none;	padding-right: 1px;	}
.news-archive ul li ul .m10{	left: 0;		top: 105px;	border-left: none;	padding-left: 1px;	}
.news-archive ul li ul .m11{	left: 73px;		top: 105px;	}
.news-archive ul li ul .m12{	left: 146px;	top: 105px;	border-right: none;	padding-right: 1px;	}

.news-archive ul li ul .month a{		background: #336667;	}
.news-archive ul li ul .month a:hover{	color: #fff;			}

.news-archive ul li ul .month:hover, .news-archive ul li ul .month:hover a{	background: #89A5A6; cursor: pointer; }

.news-archive ul li ul .m10:hover{	background: url(/assets/img/archive-m10.jpg) no-repeat;	}
.news-archive ul li ul .m12:hover{	background: url(/assets/img/archive-m12.jpg) no-repeat;	}

.news ul li{
	height: 100px;
	width: 610px;
	background: url(/assets/img/news-item-bkg.jpg) no-repeat left top;
	margin-bottom: 10px;
	padding: 10px;
	}

.news ul li .date, .news ul li .title{
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1px;
	color: #6D99A9;
	padding-bottom: 15px;
	float: right;
	}
	
.news ul li .date{
	width: 140px;
	text-align: right;
	}

.news ul li .title{
	color: #336666;
	float: left;
	text-decoration: none;
	}

.news ul li .preview{	clear: both;	}

.news ul li:hover{
	background: url(/assets/img/news-item-bkg.jpg) no-repeat left bottom;
	cursor: pointer;
	}
	
.news ul li:hover .title{	color: #6D99A9;	}
	
.content .newsdate{
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1px;
	color: #6D99A9;
	text-align: right;
	width: 140px;
	float: right;
	padding: 0;
	}

/*Footer*/

#footer-wrapper{
	width: 100%;
	background: url(/assets/img/footer-wrapper.jpg) repeat-x;
	height: 59px;
	}
	
#footer{
	width: 940px;
	margin: 0 auto;
	padding-top: 15px;
	}
	
#footer #left{
	float: left;
	}
	
#footer #right{
	float: right;
	text-align: right;
	}

#footer p em{
	color: #336666;
	font-weight: bold;
	font-style: normal;
	}

/*Contact*/

iframe{
	border-top: 2px solid #BBCDD1;
	border-right: 1px solid #D0DDE3;
	border-bottom: 2px solid #DDDDDD;
	border-left: 1px solid #D0DDE3;
	padding: 5px;
	float: left;
	}
	
.iframe-2{ float: right;	}
	
#contact-form{	color: #336666; margin-left: 8px;	}
	
#contact-form div{
	float: left;
	margin-bottom: 5px;
	}
	
#contact-form label{
	float: left;
	width: 80px;
	margin: 1px 0 15px 5px;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1px;
	}

#contact-form input, #contact-form textarea, #contact-form select{
	border-top: 2px solid #BBCDD1;
	border-right: 1px solid #D0DDE3;
	border-bottom: 2px solid #DDDDDD;
	border-left: 1px solid #D0DDE3;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 12px;
	color: #666;
	}
	
#contact-form input{
	width: 205px;
	height: 18px;
	padding: 2px;
	font-family: inherit;
	}
	
#contact-form .subject input{	width: 500px;	}
	
#contact-form select{	width: 211px;	}

#contact-form textarea{
	height: 55px;
	width: 500px;	
	padding: 2px;
	}

#contact-form .submitbutton{	float: right;	}

#contact-form .submitbutton input{
	background: url("/assets/img/submit.jpg") no-repeat scroll left top transparent;
	border: medium none;
	color: #FFFFFF;
	font-family: "Lucida Sans","Trebuchet MS",Arial,Helvetica;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	height: 40px;
	letter-spacing: -1px;
	padding: 0;
	width: 135px;
	text-align: center;
	}
	
#contact-form .submitbutton input:hover{
	background: url(/assets/img/submit.jpg) no-repeat left bottom;
	cursor: pointer;
	}
	
/*Misc*/

.clear{	clear: both;	}

.private_fees table{
	margin-bottom: 20px;
	border-collapse: collapse;
	border-color: #ccc;
	text-align: left;
	}

.private_fees table td{	padding: 3px 5px;	}

.private_fees table .top{	font-weight: bold;	}
	
