/* General styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#2d4356;;
	min-width:925px;		/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	font-family:Arial;
}
a {
	color:#fff;
}
a:hover {
	color:#fff;
	text-decoration:none;
}
h1, h2, h3 ,h4 {
	clear:both;
	margin:1em 0 .2em 0;
	padding:0;
}
p {
	margin:.2em 0 .2em 0;
	padding:0;
}

/* Header styles */
#header {
	clear:both;
	float:left;	
	width:100%;
	padding: 10px 0px 0px 0px;
	border-bottom:1px solid #000;
	background:#76899a;
}
	#header img { 
			font-size:50px;
			margin: 0 10px;
	}
	
	#header h4 {
		margin: 0 15px 3px;
		color:white;
	}

#buttons {	
	position:relative;
	float:left;
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
	background-color: #2d4356;
	z-index:1;
}
	
	#buttons li {
		float: left;
		list-style: none;
		/*font: 12px Tahoma, Arial;*/
		/*text-align: center;*/
		width: 15%; 
	}
	
		#buttons li a {
			display: block;
			padding: 5px 0px;
			text-decoration: none;
			text-align: center;
			width: 100%;
			color: #FFFFFF;
			background-color: #2d4356;
		}
		
			#buttons li a:hover {
				background-color: #37536a; 
			}
	
		#buttons li ul {
			margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white;
			width: 15%; 
			text-align:center;
		}
				
			#buttons li ul li{	
				float: none;
				display: inline;
				/*padding: 5px 0px;*/
			/*	background-color: #666666;*/
				width: 100%; 
			}
					
				#buttons li ul li a{
					/*width: inherit;*/
					padding: 5px 0px;
					background-color: #2d4356;
				}
						
				#buttons li ul li:hover{
					background: #37536a;
				}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}

#seephotos {
	position:absolute;
	left:75%;
	top:10px;
	width: 200px;
	height: 125px;
	background-image:url(images/camelot/see_photos.jpg);
	border: 5px #2d4356 solid;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index:2;
	text-decoration:none;
}

#seephotos p {
	text-align:center;
	margin-top:74px;
	font-size:23px;
	color:#fff;
	background-color:#2d4356;
	opacity:0.8;
	filter:alpha(opacity=80);
}

#seephotos p:hover {
	opacity:0.3;
	filter:alpha(opacity=30);
}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
/*        z-index:-100;*/
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}

.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding: 0 0 .8em 0;
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background: #fff;		/* right column background colour */
	min-width:800px;
}

.threecol .colmid {
	right:30%;			/* width of the right column */
	background:#d4e2ee;		/* center column background colour */
}

.threecol .colleft {
	right:43%;			/* width of the middle column */
	background:#a4bfd6;		/* left column background colour */
}

.threecol .col1 {
	width:42%;		/* width of center column content (column width minus padding on either side) */
	left:101%;		/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:27%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}

.threecol .col3 {
	width:29%;			/* Width of left column content (column width minus padding on either side) */
	left:75%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}

/* Vacancies settings */
.vacancies {
	background: #fff;		/* right column background colour */
	min-width:800px;
}

.vacancies .colmid {
	right:20%;			/* width of the right column */
	background:#d4e2ee;		/* center column background colour */
}

.vacancies .colleft {
	right:60%;			/* width of the middle column */
	background:#a4bfd6;		/* left column background colour */
}

.vacancies .col1 {
	width:58%;		/* width of center column content (column width minus padding on either side) */
	left:101%;		/* 100% plus left padding of center column */
}
.vacancies .col2 {
	width:18%;			/* Width of left column content (column width minus padding on either side) */
	left:23%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}

.vacancies .col3 {
	width:29%;			/* Width of left column content (column width minus padding on either side) */
	left:75%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}

.vacancies ul {
	float:left;
	position:relative;
	margin:0px 0px;
}	
.vacancies .col1 ul {
	list-style:none;
	padding:5px;
}	

.vacancies .col2 ul { 
	list-style:outside disc;
	padding:5px 20px;
}	

	.vacancies .col2 li { 
		margin-bottom: 10px;
	}

.vacancies .propertyaddress {
	float:left;
	width:100%;	
	background:#54718a;
	color:#d4e2ee;
	margin:10px 0px 0px 5px;
	padding:3px 0px 3px 115px;	
	font-weight:bold;
	text-decoration:none;
}	
	.vacancies .propertyaddress:hover {	
		color:#FFFFFF;
	}
	
.submitted  h2 {
	text-align:center;
}		
	
.col1 h4 {
	margin-left:5%;
}

.col2 img {
	font-size:50px;
}



.col2 p {	
	margin:5px 0 0 5%;
	font-size: small;
}

.col3 h3 {
	margin-top: 60px;
}

.vacancy {	
	position:relative;
	float:left;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
}

	.vacancy li {
		float: left;
		list-style: none;
		text-align: center;
		width: 31%;
	}

.property_title {
	height:75px;
	width: 100%;
	background-color:#ccc;
	text-align:center;
}

.layouts {
	width:350px;
	height:150px;
	margin-left:5%;
	/*background-position: left;*/
}

#notify_form{}

/* default link style - needed to make the :active work correctly in IE */
a, a:visited, a:hover, a:active {
	color:#000;
}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
	background: #6287a7;
	height:30px;
}
#footer p {
	padding:5px 10px 0px 10px;
	margin:0;
	color:#a4bfd6;
}
