* {
	padding: 0;
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 105%;
}

body {
	background-color: #ccc;
}

img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

.menu a:hover {
	text-decoration: none;
}

#container {
	margin: 10px auto;
	width: 800px;
	height: 600px;
	background-color: #fff;
}

body > #container {
	height: auto;
	min-height: 600px;
}

#header {
	width: 100%;
	height: 56px;
	text-align: center;
}

#header img.logo {
	float: right;
	margin-right: 93px;
	margin-top: 10px;
}

#menu {
	width:100%;
	height: 20px;
	background-color: #aea59c;
}

#content {
	width: 100%;
	height: 444px;
	background-color: white; 
}

#container > #content {
	height: auto;
	min-height: 444px;
}

.sepColumn {
	float:left;
	width: 6%;
	height: 444px;
	background-color: blue; 
}

.sepColumn img {
	padding: 0;
	margin: 0;
}

#content > .sepColumn {
	height: auto;
	min-height: 444px;
}

.textColumn{
	float:left;
	width: 55%;
	height: 444px;
	
	/*	background-color: red; */
	text-align: left;
	padding-bottom: 50px;
}

#content > .textColumn {
	height: auto;
	min-height: 444px;
}

.textColumn h1, .textColumn h2, .textColumn p {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 35px;
}


.textColumn h1 {
	font-size: 105%;
	color: #c8d526;
}

.textColumn h2 {
	font-size: 90%;
	color: #c8d526;
}

.textColumn a {
	font-size: 75%;
/*	color: #bac624; */
	color: #757C16;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.textColumn p {
	font-size: 75%;
	color: #666;
}

.textColumn p a {
	font-size: 100%;
}

.textColumn ul {
	padding-top: 10px;
	margin-left: 20px;
	list-style-type: none;
}

.textColumn li {
	font-size: 75%;
	color: #666;
}

.textColumn li a {
	font-size: 100%;
	color: #666;
	font-weight: bold;
	background: #D0D933 url(/templates/care/images/bullet.jpg) no-repeat;
	padding-left: 20px;
	padding-right: 20px;
}

.textColumn li a.no_green {
	background: #fff;
	padding: 0;
}

.textColumn li a:hover.no_green {
	background: #fff;
	text-decoration: underline; 
	padding: 0;
}

.mainText {
/*	height: 430px; */
	padding: 0;
}

.textColumn > .mainText {
	height: auto;
/*	min-height: 430px; */
}
                       
.documents {
	width: 90%;
	margin: 10px auto;
	border: 1px dashed #c8d526;
	background-color: #eee;
}

.textColumn > .documents {
	height: auto;
	min-height: 90px;
}

.documents p {
	margin: 3px 0px 0px 3px;
	padding: 0;
}

.imageColumn {
	float:left;
	width: 33%;
	height: 474px;

/*	background-color: cyan; */
}

#content > .imageColumn {
	height: auto;
	min-height: 474px;
}

.imageColumn img {
	float: right;
	margin-bottom: 20px;
}

#footer {
	width: 100%;
	height: 120px;
/*	background-color: purple; */
}

#footer img {
	float: right;
	margin-right: 33px;
}

#footerb {
	width: 100%;
	height: 65px;
/*	background-color: purple; */
}

#footerb img {
	float: right;
	margin-right: 20px;
}

#links {
	font-size: 70%;
	float: left;
	margin-top: 15px;
	padding-left: 65px;
}

/*\*/
* html #links {
/*	padding:0;
	margin:0;
	padding-left: 22px; */
}
/**/

#links a {
	padding-left: 20px;
	padding-right: 15px;
	font-size: 100%;
	color: #757C16;
	text-decoration: none;
}

#links a:hover {
	text-decoration: underline;
}


a.pdf {
	background: url(/templates/common/images/icons/pdf.gif) no-repeat left;
}

a.print {
	background: url(/templates/common/images/icons/print.gif) no-repeat left;
}

a.text {
	background: url(/templates/common/images/text.gif) no-repeat left;
}

.row {
	width: 100%;
	font-size: 75%;
	color: #666;
}

span.label {
	width: 30%;
	float: left;
	text-align: right;
}

span.widget {
	width: 69%;
	float: right;
	text-align: left;
}

.highlight {
	background-color: yellow;
}

form {
	font-size: 90%;
}

form input, form textarea {
	background-color: #d6de5a;
	border: 1px solid #ada59c;
	padding-left: 2px;
	margin-bottom: 10px;
}

input.button {
	border: 1px solid #d6de5a;
	background-color: #757c16;
	color: #fff;
}

.search input {
	margin:0;
	padding:0;
	background-color: #fff;
	color: #000;
	margin-top:1px;
	margin-left:20px;
	width:100px;
	height:16px;
	padding-left: 3px;
}

.search .button {
	margin: 0;
	padding: 0;
	background-color: #757c16;
	color: #fff;
	height: 100px;
	width:30px;
	margin-top: 2px;
	height:16px;
	line-height: 10px;
}

.textColumn table {
	background-color: #757c16;
	font-size: 80%;
	color: #fff;
	margin-left: 20px;
}

.textColumn td {
	padding: 5px;
	border: 1px solid #fff;
}

.required .label {
	color: red;
}

#vacancylist {
	list-style-type: none;
	padding-bottom: 20px;
}

#vacancylist li {
	padding: 0;
	margin: 0;
}

#vacancylist li a {
	background: none;
	padding: 0;
	margin: 0;
	color: #01a7e5;
}

#vacancylist li a:hover {
	text-decoration: underline;
}

#map {
	margin-left: 0px;
}

.map h1 {
	font-size: 50%;
	font-weight: bold;
	color: #757c16;
	margin: 0;
	padding: 0;
}

.map p {
	margin: 0;
	padding: 0;
	font-size: 50%;
	font-weight: normal;
}


div.documents { padding: 5px; }
div.documents p { padding: 2px 5px; }

div.vacancy h2 { font-size: 0.9em; margin-bottom: 10px; }
div.vacancy h2 a { font-size: 80%; font-weight: normal; border-bottom: 1px dashed; }
div.vacancy h2 a:hover { font-size: 80%; font-weight: normal; border-bottom: 1px solid; }
div.vacancy p { margin-bottom: 10px; }
div.vacancy strong { font-size: 1em; }

/* === Application Pack Form styling === */
form#application-pack fieldset { width: 400px; margin-left: 20px; border: none; }
form#application-pack legend { color: #D0D933; font-size: 0.8em; 10px; font-weight: bold; }
form#application-pack div.row { margin-top: 10px; }
form#application-pack div.col1 { margin-bottom: 5px; position: relative; font-size: 0.8em; }
form#application-pack p { margin: 0; }
form#application-pack p.return { display: none; }
form#application-pack p.message { position: absolute; right: 0px; top: 0px; margin: 0; }
form#application-pack div.col2 input { font-size: 0.7em; width: 200px; padding: 2px; }
form#application-pack div.col2 textarea { font-size: 0.7em; width: 400px; }
form#application-pack div.col2 input.button { margin-left: 20px; padding: 3px 5px; font-size: 1em; width: auto; }
form#application-pack div.required { color: #f00; }

div.documents p.document { padding: 0px 5px; font-size: 0.7em; margin-bottom: 5px; }
div.documents p.document a { border-bottom: 1px dashed; }
div.documents p.document a:hover { border-bottom: 1px solid; }

div.recaptcha table { background-color: #fff; }