/* CSS Document for ARELTD*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:28px;
	margin-bottom: 21px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #000000;
}

form {
	margin: 0px;
	padding: 0px;
}

select, input, textarea, option {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

.small {
	font-size: 10px;
}

.side_panel {
	background-image:url(images/side_panel.jpg);
	background-repeat:repeat-x;
	vertical-align:middle;
}

.top_side_panel {
	background-image:url(images/top_side_panel.jpg);
	background-repeat:repeat-x;
	height: 488px;
}
.central_side_panel {
	background-image:url(images/center_side_panel.jpg);
	background-repeat:repeat;
}
.bottom_side_panel {
	background-image:url(images/bottom_side_panel.jpg);
	background-repeat:repeat-x;
	height: 488px;
}


h1 {
	color:#000000;
	font-weight:bold;
	font-size: 13px;
	padding: 0px;
	padding-top: 30px;
	padding-right: 11px;
}

p{
	padding-right: 11px;
}

.main_block {
	padding-left:23px;
	padding-bottom: 20px;
}

a:link {
	text-decoration:underline;
	color:#000000;
}a:visited {
	text-decoration:underline;
	color:#000000;
}a:hover {
	text-decoration:underline;
	color:#333333;
}a:active {
	text-decoration:underline;
	color:#000000;
}
/***************************************************************
										HEADER
***************************************************************/
.header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height: 112px;
	vertical-align:bottom;
}
.strap_line {
	padding-left: 92px;
	padding-bottom: 23px;
	font-size: 16px;
}

/***************************************************************
										CASE STUDIES BOX
***************************************************************/

.side_box_header {
	width: 212px;
	background-color: #c3d4d9;
	text-align:center;
}

h2 {
	font-size: 20px;
	margin-top: 16px;
	font-weight:200;
}

.case_studies_box_main {
	width: 171px;
	background-color: #e5edf2;
	padding-top: 16px;
	padding-left: 28px;
	padding-right: 12px;
	padding-bottom: 23px;
	margin-left: 11px;
}

.grey_text {
	color:#666666;
	font-size:13px;	
}

.grey_text_small {
	color:#666666;
	font-style:italic;
	font-size:11px;
}

.case_studies_links:link {
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}.case_studies_links:visited {
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}.case_studies_links:hover {
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	text-decoration:underline;
}.case_studies_links:active {
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}

/***************************************************************
										LATEST NEWS BOX
***************************************************************/

.latest_news_box_main {
	width: 171px;
	background-color: #e5edf2;
	padding-top: 26px;
	padding-left: 25px;
	padding-right: 23px;
	padding-bottom: 19px;
}

.lastest_news_links:link {
	color: #333333;
	font-weight:bold;
	text-decoration:underline;
}.lastest_news_links:visited {
	color: #333333;
	font-weight:bold;
	text-decoration:underline;
}.lastest_news_links:hover {
	color: #333333;
	font-weight:bold;
	text-decoration:underline;
}.lastest_news_links:active {
	color: #333333;
	font-weight:bold;
	text-decoration:underline;
}

/***************************************************************
										FOOTER
***************************************************************/
.footer {
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 8px;
}

.footer_contact_details {
	font-weight:bold;
	font-size: 14px;
}.footer_contact_details_link:link {
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
	color: #000000;
}.footer_contact_details_link:visited {
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
	color: #000000;
}.footer_contact_details_link:hover {
	font-weight:bold;
	font-size: 14px;
	text-decoration:underline;
	color: #000000;
}.footer_contact_details_link:active {
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
	color: #000000;
}

.footer_description {
	font-size: 11px;
}

.footer_nav_link:link {
	color:#000000;
	text-decoration:none;
}.footer_nav_link:visited {
	color:#000000;
	text-decoration:none;
}.footer_nav_link:hover {
	color:#000000;
	text-decoration:underline;
}.footer_nav_link:active {
	color:#000000;
	text-decoration:none;
}

.footer_swc:link {
	color:#999999;
	font-size:10px;
	text-decoration:none;
}.footer_swc:visited {
	color:#999999;
	font-size:10px;
	text-decoration:none;
}.footer_swc:hover {
	color:#999999;
	font-size:10px;
	text-decoration:underline;
}.footer_swc:active {
	color:#999999;
	font-size:10px;
	text-decoration:none;
}


 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#E5EDF2 !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border: 2px solid #C3D4D9 !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #C3D4D9 !important; //Text input field border color
   background-color:#FFFFFF !important; //Text input field background color
 }