html, body {
	margin: 0; padding: 0 0 20px 0;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	color: #2f2f2f;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
	font-size: 1em;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
}

ul, ol {
	margin: 0; padding: 0;
	list-style-type: none;
}

form {
	margin: 0; padding: 0;
}

a {
	color: #f5042b;	
}
a:visited {
	color: #cb0606;	
}

.textbox {
	color: #707070;
	border: 1px solid #989898;
	border-right: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	font-family: 'Verdana', sans-serif;
	font-size: 1em;
	padding: 2px;
}

.wysiwygleft {
	margin: 10px 15px 10px 0;
	float: left;	
}
.wysiwygright {
	margin: 10px 0 10px 15px;
	float: right;	
}

.box {
	overflow: hidden;
}
.box .title {
	background: url('../images/box_title_left.png') no-repeat #ededed;
	line-height: 1em;
	position: relative;
	font-size: 1em !important;
}
.box .title span {
	background: url('../images/box_title_right.png') top right no-repeat;
	padding: 14px 9px 12px 9px;
	display: block;
}
.box .title span span {
	padding: 0;
	background: none;
	font-size: 1.65em;
	font-family: 'Trebuchet MS', sans-serif;
	letter-spacing: -1px;
	font-weight: normal;
	color: #383838;
}
.box .highlighted span {
	color: #d91520;
	padding: 14px 15px 12px 58px;
}
.box .highlighted span span {
	color: #d91520;
}
.box .highlighted .img {
	float: left;
	width: 50px;
	height: 49px;
	position: absolute;
	top: -3px; left: 6px;
	padding: 0;
	background: url('../images/exmark.png') no-repeat !important;
}
.box .content {
	background: url('../images/corner_left.png') bottom left no-repeat #ebeaea;
	overflow: hidden;
	line-height: 1.65em;
}
.box .content .inner {
	background: url('../images/corner_right.png') bottom right no-repeat;
	padding: 10px 15px 10px 15px;
	min-height: 200px; 
	/* This is so people who don't know what a website is
	don't get freaked out by the fact that this div will
	actually increase and decrease in height */
	overflow: hidden;
}
.box .cap {
	padding: 8px 15px 8px 15px;
	background: #f4f4f4;
	font-size: 1.1em !important;
}
.box .cap a {
	color: #2f2f2f;
	padding: 0 15px 0 0;
	background: url('../images/arrow.png') no-repeat right 4px;
	text-decoration: none;
}

.form {
	overflow: hidden;
	padding: 20px 0 10px 0;
}
.form .single {
	overflow: hidden;
	padding: 6px 0;
}
.form label {
	float: left;
	width: 100px;
	clear: left;
	padding: 2px 0;
	line-height: 1em;
}
.form .textbox {
	width: 260px;
	float: left;
}
.form select {
	float: left;
}
.form textarea {
	height: 80px;
}
.form .checkbox {
	overflow: hidden;
	clear: left;
	padding: 6px 0 6px 100px;
}
.form .checkbox input {
	float: left;
	margin: 0 6px 0 0;
}
.form .checkbox label {
	clear: none;
	width: auto;
	font-weight: normal;
}
.form .submit {
	margin: 6px 0 6px 100px;
}
.form .error {
	color: #FF0000;
}

.button {
	display: block;
	height: 19px;
	color: #FFFFFF !important;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	float: left;
	cursor: pointer;
	white-space: nowrap;
}
.button .title {
	display: block;
	background: url('../images/button_left.png') top left no-repeat;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	padding: 3px 5px 6px 5px;
	font-family: 'Arial', sans-serif;
	float: left;
}
.button .arrow {
	display: block;
	background: url('../images/button_right.png') top right no-repeat;
	width: 18px;
	height: 19px;
	overflow: hidden;
	text-indent: -5000px;
	float: left;
}

#holder {
	width: 769px;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	overflow: hidden;
	position: relative;
	padding: 10px 0 5px 0;
}

#logo {
	float: left;
}
#logo a {
	background: url('../images/draig_personnel.png') no-repeat;
	width: 380px;
	height: 61px;
	display: block;
	overflow: hidden;
	text-indent: -5000px; 
}

#top_search {
	position: absolute;
	bottom: 0; right: 0;
	padding: 0 0 10px 0;
}
#top_search label {
	font-family: 'Arial', sans-serif;
	padding: 3px 3px 0 0;
	float: left;
}
#top_search .textbox {
	float: left;
	margin: 0 5px 0 5px;
}
#top_search .submit {
	float: left;
}

a.rss
{
	text-decoration:none;
	display:block;
	padding:6px 4px;
	font-weight:bold;

}

.rssimage
{
	margin:10px 5px 0 15px;
		float:left;
}

.rssimageInner
{
	margin:8px 5px 0 0px;
		float:left;
}

a.rss:hover
{
	text-decoration:underline;
}
#banner {
	position: relative;
	overflow: hidden;
}
#banner img {
	display: block;
}

#job_search {
	position: absolute;
	top: 0; right: 0;
	background: url('../images/job_search_back.png') no-repeat;
	width: 197px;
	height: 176px;
	margin: 39px 24px;
}
#job_search h2 {
	background: url('../images/job_search_title.png') no-repeat;
	width: 119px;
	height: 29px;
	overflow: hidden;
	text-indent: -5000px;
}
#job_search .inner {
	margin: 9px;
}
#job_search select {
	margin: 7px 0;
	width: 177px;
	color: #707070;
	border: 1px solid #a6a5a5;
	font-family: 'Verdana', sans-serif;
	font-size: 1em;
}
#job_search .textbox {
	margin: 7px 0;
	width: 172px;
}
#job_search .submit {
	float: right;
	margin: 3px 0 0 0;
	padding: 0;
}

#site_search input {
	vertical-align: middle;
}


#nav {
	background: url('../images/nav_left.png') no-repeat;
	margin: 12px 0;
}
#nav ul {
	background: url('../images/nav_right.png') top right no-repeat;
	overflow: hidden;
	padding: 0 7px 0 12px;
}
#nav li {
	float: left;
	background: url('../images/nav_splitter.png') center right no-repeat;
	height: 35px;
	padding: 0 20px;
	overflow: hidden;
}
#nav .last {
	background: none;
}
#nav a {
	background: url('../images/nav_sheet.png') 0 0 no-repeat;
	height: 16px;
	overflow: hidden;
	text-indent: -5000px;
	color: #FFFFFF;
	display: block;
	margin: 10px 0;
	outline: 0;
}

#nav .home a {
	width: 44px;
	background-position: 0 0;
}
#nav .home a:hover {
	background-position: 0 -16px;
}

#nav .aboutus a {
	width: 64px;
	background-position: -44px 0;
}
#nav .aboutus a:hover {
	background-position: -44px -16px;
}

#nav .vacancies a {
	width: 76px;
	background-position: -108px 0;
}
#nav .vacancies a:hover {
	background-position: -108px -16px;
}

#nav .register a {
	width: 79px;
	background-position: -184px 0;
}
#nav .register a:hover {
	background-position: -184px -16px;
}
#nav .ourclients a {
	width: 71px;
	background-position: -263px 0;
}
#nav .ourclients a:hover {
	background-position: -263px -16px;
}
#nav .latestnews a {
	width: 39px;
	background-position: -334px 0;
}
#nav .latestnews a:hover {
	background-position: -334px -16px;
}
#nav .contact a {
	width: 76px;
	background-position: -373px 0;
}
#nav .contact a:hover {
	background-position: -373px -16px;
}


/*#nav .whydraig a {
	width: 86px;
	background-position: -187px 0;
}
#nav .whydraig a:hover {
	background-position: -187px -16px;
}*/










#home {
	width: 100%;
	overflow: hidden;
}
#home .col {
	float: left;
	width: 33.3%;
}
#home .box {
	margin: 0 0 15px 0;
	padding: 2px 0 0 0;
}
#home .first .box {
	margin-right: 14px;
}
#home .last .box {
	margin-left: 14px;
}
#home .body {
	padding: 7px;
}
#home .body h3 {
	color: #cd0708;
	font-size: 1em;
	font-family: 'Verdana', sans-serif;
}
#home .body .img {
	display: block;	
}
#home .body p {
	margin: 0.4em 0;
}

#client_scroll {
	background: url('../images/client_scroll_back.png') repeat-x top left;
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	height: 164px;
	border-bottom: 1px solid #c0b9b9;
	overflow: hidden;
}
#client_scroll object,
#client_scroll embed {
	margin: 10px auto;	
}


#animated{
	background: url('../images/client_scroll_back.png') repeat-x top left;
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-bottom: 1px solid #c0b9b9;
	overflow: hidden;
	text-align:center;
}


#content {
	width: 100%;
	overflow: hidden;
}

#content h1 {
	font-size: 1.7em;
}
#content h2 {
	font-size: 1.6em;
}
#content h3 {
	font-size: 1.5em;
}
#content h4 {
	font-size: 1.4em;
}
#content h5 {
	font-size: 1.3em;
}
#content h6 {
	font-size: 1.2em;
}
#content p {
	margin: 1em 0;
}

#content .main {
	overflow: hidden;	
}
#content .content ul {
	padding: 0 0 0 20px;
	list-style-type: disc;
}

#content .warning {
	color: #FF0000;
}
#content .highlight {
	background: #ffa6b5;
	padding: 2px 3px;
}

#subnav {
	float: left;
	width: 185px;
	margin: 0 15px 0 0;
}
#subnav li {
	background: url('../images/subnav_left.png') top left no-repeat;
	margin: 0 0 4px 0;
}
#subnav a {
	display: block;
	background: url('../images/subnav_right.png') top right no-repeat;
	padding: 9px;
	line-height: 1em;
	font-size: 1.15em;
	font-weight: bold;
	color: #2f2f2f;
	text-decoration: none;
	font-family: 'Arial', sans-serif;
}
#subnav .active a {
	text-decoration: underline;
	color: #cb0606;
	padding: 10px 9px 9px 9px;
	background: url('../images/subnav_right_active.png') top right no-repeat;
}
#subnav ul {
	padding: 5px 0 0 0;
}
#subnav ul li {
	background: url('../images/subnav_top.png') top left no-repeat #cfcfcf;
}
#subnav ul a {
	padding: 9px 9px 9px 30px !important;
	background: url('../images/subnav_bottom.png') bottom left no-repeat  !important;
}
#subnav .active ul a {
	color: #2f2f2f;	
	text-decoration: none;
}
#subnav ul .active a {
	color: #cb0606;
}

.news {
	padding: 0 !important;
}
.news dl {
	margin: 0; padding: 0;
	border-bottom: 1px solid #c0b9b9;
	padding: 10px 15px 10px 15px;
	background: url('../images/list_repeat.png') repeat-x top;
}
.news dl.alt {
	background: url('../images/list_alt_repeat.png') repeat-x bottom #efeeee;
}
.news dd {
	margin: 0; padding: 0;
	overflow: hidden;
}
.news dt {
	font-weight: bold;
}
.news .date {
	color: #ef0526;
	padding: 2px 0 3px 0;
}
.news .button {
	margin: 5px 0 0 0;
}

.vacancy_listing {
	padding: 5px 0;	
}
.vacancy_listing .refine {
	overflow: hidden;
	padding: 0 0 10px 0;
}
.vacancy_listing .refine label {
	float: none;
}
.vacancy_listing .refine .textbox,
.vacancy_listing .refine select {
	width: 180px;
}
.vacancy_listing .refine .select {
	width: 49%;
	padding: 5px 0;
	float: left;
}
.vacancy_listing table {
	width: 100%;
	border: 1px solid #000;
}
.vacancy_listing th {
	padding: 5px 6px;
	text-align: left;
	border: 0;
	background-color: #000;
	color: #fff;
}
.vacancy_listing td {
	padding: 5px 6px 5px 6px;
	background: #ffffff;	
	text-align: left;
}
.vacancy_listing .alt td {
	padding: 5px 6px 5px 6px;
	background: url('../images/tabletd_back.png') repeat-x top #f0f0f0;	
}
.vacancy_listing .details {
	width: 60px !important;	
}

.thumblist {
	overflow: hidden;	
}
.thumblist dl {
	overflow: hidden;
	padding: 5px 0;
}
.thumblist dd {
	margin: 0 0 0 90px;	
}
.thumblist dt {
	margin: 0 0 0 90px;	
}
.thumblist .img {
	float: left;	
	margin: 0;
}

.job_action {
	padding: 0 !important;	
	list-style-type: none  !important;
}
.job_action li {
	padding: 5px 0;	
}
.job_action a {
	text-decoration: none;
}
.job_action img {
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.job_action span {
	text-decoration: underline;	
}

#news h3 {
	padding: 0 15px 10px 15px;	
	font-size: 1.3em;
	line-height: 1em;
}

.info {
	overflow: hidden;	
}
.info dt {
	float: left;
	font-weight: bold;
	padding: 5px 5px 0 0;
	margin: 0;
	clear: left;
}
.info dd {
	padding: 5px 0 0 0;
	margin: 0;
	float: left;
	*float: none;
	display: block;
	overflow: hidden;
}
.info dd p {
	margin: 0 0 1em 0 !important;	
}
.info .full {
	clear: both;
	display: block;
}

#resources {
	margin: 10px 0 0 0;	
}
#resources .inner {
	min-height: 0;
}
#resources ul {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
#resources ul a {
	text-decoration: none;		
}
#resources ul img {
	float: left;	
}
#resources ul span {
	display: block;
	overflow: hidden;
	text-decoration: underline;	
	cursor: pointer;
}
#resources li { 
	padding: 3px 0;	
}

#sitemap {
	margin: 10px 0 10px 15px;	
}
#sitemap ul {
	margin: 0 0 0 15px;	
}


#footer {
	padding: 12px 15px;
	overflow: hidden;
	border-collapse: collapse;
	float: right;
}
#footer li {
	float: left;
	margin: 0 12px 0 0;
}
#footer a {
	color: #666666;
}
/* pagination */
.pagination {
	margin-top: 5px;
}
.currentPage {
	font-weight: bold;
}
.paginationSeparator {
	padding: 0 5px;
}