/* CSS Document */
/* Copyright J.A. Recruitment 2005 */
/* Web Design by Realising Designs */
/* Main style sheet */

.testimonial {
	border: 5px solid #DDD;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #F6EEDC;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	line-height: 150%;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	list-style-position: outside;
	list-style-type: square;
	line-height: 125%;	
}

h3 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3366CC;
}

a {
	text-decoration: none;
}

a:link {
	color: #3366CC;
}

a:visited {
	color: #3399FF;
}

a:hover {
	color: #3366CC;
	background-color: #99CCFF;
}

a:active {
	color: #6666CC;
}

#access a:link {
	color: #FF9966;
}

#access a:visited {
	color: #FF9966;
}

#access a:hover {
	color: #FFCC66;
	background: none;
}

#access a:active {
	color: #FFFF66;
}

#container {
	left: 50%;
	margin-left: -400px;
	width: 800px;
	position: absolute;
	background-image: url(images/JARback.gif);
}

#top {
	background-color: #333333;
	background-image: url(images/jartop_ltd.jpg);
	height: 140px;
	width: 800px;
}

#top h2 { /* Top remove gap in Opera */
	margin: 0px;
}

#access {
	height: 20px;
	padding-top: 1px;
	padding-right: 20px;
}

#access p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: x-small;
	margin: 0px;
	color: #FF9966;
}

#logo {
	display: none;
}

#main {
	margin-left: 30px;
	margin-right: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 9px;
	background-color: #ECECEC;
	background-image: url(images/JARgradient.jpg);
	background-repeat: repeat-x;
	border: 2px solid #FFFFFF;
	line-height: 150%; /* Required for IE6 bug - peekaboo (http://www.positioniseverything.net/explorer/peekaboo.html)*/
}

#top h2 {
	color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-transform: capitalize;
	font-size: large;
	font-style: normal;
	margin-top: 60px;
	margin-left: 65px;
	margin-right: 65px;
	text-align: justify;
}

#leftcol {
	width: 285px;
	float: left;
	margin-bottom: 5px;
}

#leftcolpic {
	background-color: #B5EDFE;
	height: 75px;
	width: 283px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	background-image: url(images/JARimg.jpg);	
}

#leftcolcon, #leftcolcon2 {
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(images/JARimgr.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#leftcolcon {
	margin-bottom: 10px;
}

#leftcolcon img {
	border: 1px solid #CCCCCC;
}

#rightcol {
	margin-left: 297px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#rightcolcon {
	padding-left: 10px;
	padding-right: 10px;
}

#smalllogo {
	text-align: center;
	margin-bottom: 10px;
}

#footer {
	clear: both;
	text-align: center;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

#accessibility p {
	margin: 0px;
}

#footer p {
	margin: 3px;
}

/* Alert text for form */
.alert {
	color: #FF3333;
}

/* Styling for recent jobs */
.recent {
/*	font-size: x-small;*/
	border: 1px solid #CCC;
	margin: 3px;
	background-color: #FDFDFD;	
}