@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/CKdesignworks-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #333;
	font-weight: normal;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #333;
	font-weight: normal;
	}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #333;
	font-weight: normal;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	}
	
 p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0 8px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixRtHdr #container {
	width: 990px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	height: 160px;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 252px;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 17px;
	padding-left: 1px;
}

#sidebar1 img{
	margin-bottom: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
.twoColFixRtHdr #mainContent {
	margin-top: 3px;
	margin-right: 280px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color:#FFFFFF
} 

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	text-align: center;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.toplinks {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-top: 40px;
	padding-top: 5px;
	text-align: right;
	
}

.toplinks a:link, .toplinks a:visited {
	color:#999;
	text-decoration:none;
	margin-left:5px;
	display:inline;
	padding-left: 10px;
}

.toplinks a:hover {
	color:#86837F;
}

.toplinks .this {
		color: #00325b;
		text-decoration:none;
		margin-left:50px;
}
.submenu {
	float:left;
	margin-top:16px;
	width:880px;
	margin-left:85px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
	}


.projecttext{
	text-align:right;
	margin-right:20px;
	color:#333;
}

.projecttext a:link, .projecttext a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#666;
}

.projecttext a:hover, .projecttext a:active{
	color:#000;
}

.projecttext h1{
	font-weight:normal;
	color:#000;
	font-size:18px;
	text-align:right;
	margin:0px;
}
.squarepics img {
	padding-right: 10px;
}
greyback {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/CKdesignworks-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.current a:link, .current a:visited {
	color: #000;
	font-weight: bold;
}

#mainContent a.current {color: #000;}

.logo {
	display: inline;
	width: 477px;
	margin: 20px 28px 0px -10px;
	text-align: left;
	padding-left: 5px;
}
.Spacer {
	margin-right: 8px;
}

.trans {
	position: absolute;
	color: #666;
	
	top: 0px;
	right: 14px;
	
}
.trans a {color: #333; text-decoration:none;
}
.trans a:hover {colour : #000;}

.toplinkshome {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-top: 18px;
	padding-top: 5px;
	text-align: right;
	padding-left: 5px;
}
.toplinkshome a:link, .toplinkshome a:visited {
	color:#999;
	text-decoration:none;
	margin-left:5px;
	display:inline;
	padding-left: 10px;
}

.toplinkshome a:hover {
	color:#86837F;
}

.toplinkshome .this {
		color: #00325b;
		text-decoration:none;
		margin-left:50px;		
}

/*menu active*/

#resid .resid, #comme .comme, #hospi .hospi, #agedc .agedc, #indus .indus, #eccle .eccle, #recre .recre, #homm .homm, #arche .arche, #urbpl .urbpl, #aboutus .aboutus, #conta .conta, #interior .interior, #mediapage .mediapage, #lands .lands {
	color: #000 !important;	
	}

#panel1, #panel2, #panel3 {
	display: inline-block;
	float: left;
	height: 300px;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	
}
#panel1, #panel2 {margin-right: 32px;}

#panel1 {font-size: 17px;}
