@charset "utf-8";
/* Default Stylesheet for Web Site title
design | Paddy O'Hanlon - paddyohanlon.ie */


/* Eliminates browser defaults for the following properties */
html, body, p, h1, h2, h3, h4, h5, h6, legend, form, label, fieldset, div, ul, li, span, img, br {
	margin: 0;
	padding: 0;
	border: 0;
}
html{
	/* Shows scrollbar constantly, for Firefox, stops the layout shifting */
	/* Apparently not CSS2.1 valid, however it fixes the issue, presents no backwards compatible problems and is CSS3 valid, so it will hold up in the future */
	overflow-y:scroll;
}
* html a:hover {
	/* Forces the css background image for the navigation rollover to display */
	visibility:visible;
}
body {
	background-color:#dddbbf;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:.7em;
	color:#333333;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:2.2em;
	padding-bottom:.3em;
	color:#08462c;
}
h1 a:link, h1 a:visited, h1 a:active {
	color:#08462c;
} 
h1 a:hover {
	text-decoration:none;
} 
h2 {
	font-size:1.5em;
	padding-top:.5em;
	padding-bottom:.3em;
	font-weight:normal;
	color:#08462c;
}
h3 {
	font-size:1em;
	padding-bottom:.4em;
	color:#08462c;
}
p {
	font-size:1.3em;
	line-height:1.6em;
	padding-bottom:1.8em;
}
p a {
	color:#333333;
}
p a:visited {
	color:#666666;
}
p a:hover {
	text-decoration:none;
}
address {
	font-style:normal;
	font-size:1.3em;
	line-height:1.6em;
	padding-bottom:1.8em;
}
form {
	
}
input {
	font-size:1.2em;
}
textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	/*width:;
	height:;*/
}
label {
	/*font-size:1em;
	font-weight:bold;
	line-height:1.8em;
	color:#1d3951;
	cursor:pointer;*/
}
legend {
	/*font-size:1.3em;
	padding-bottom:.25em;
	color:#1d3951;
	font-weight:bold;*/
}
abbr {
	border:none;
}
hr {
	margin:40px 0px 40px 0px;
}
.error_message {
	font-weight:bold;
	color:#FF0000;
}
.italics {
	font-style:italic;
}
.bold {
	font-weight:bold;
}
/* layout div styles */
.high_contrast_text {
	background-color:#000000;
	color:#FFFF00;
}
.top-arrow {
	background: url("../images/top-arrow.gif") no-repeat;
	padding-left:20px;
}
.email-icon {
	background: url("../images/email-icon.jpg") no-repeat;
}
.email-padding {
	padding: 0px 0px 0px 30px;
}
#hide_me {
	float:left;
	margin-left:-9999px;
}
.alci-logo {
	float:right;
	margin-top:-60px;
}
#page_wrap {
	clear:both;
	width:972px;
	margin:auto;
	/*background: url("../images/content-background-guide.jpg") no-repeat 0px 0px;*/
	background: url("../images/background_shadow.gif") repeat-y;
}
#header {
	height:158px; /* height must be defined for overflow fix to work */
	overflow:hidden; /* fixes 1px gap between the header and content divs in IE6 */
}
#header img{
}
#content {
	
} 
#top_background_image {
	float:right;
	width:550px;
	height:100px;
	background: url("../images/top_background_image.png") no-repeat 0px 0px;
	margin: -288px 0px 0px 0px;
} 
.navigation {
	position:relative;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 560px;
	height: 27px;
	overflow:hidden;
}
.navigation a {
	display: block;
	font-size: 1em;
	width: 86px; 
	height: 27px; 
	display: block;
	color: #414141;
	text-decoration: none;
	font-weight:bold;
	background: url("../images/nav/nav_background_over.png") no-repeat 4px 0px;
	overflow:hidden;
}
.navigation a:hover img {
	visibility:hidden;
}
.navigation img {
	margin: 0px 0px 0px 4px;
	width: 82px; 
	height: 27px;
	border: 0;
	
}
.navigation a:hover {
	color: #414141;
}
.navigation span {
	position: absolute;
	left: 4px;
	top: 4px;
	text-align: center;
	width: 82px;
	cursor: pointer;
}
.navigation ul, .navigation li {
	position:relative;
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}
#column_one {
	float:left;
	width:565px;
	padding: 32px 19px 0px 19px; /*top padding 32px*/
	margin: 0px 0px 0px 10px;
}
#column_one ul {
	font-size:1.2em;
	padding: 2px 0px 10px 30px;
}
#column_one ul li {
	list-style-type:circle;
	padding: 0px 0px 10px 0px;
	
}
#column_one ul.service_links {
	height:56px;
	font-size:1em;
	padding: 21px 0px 0px 25px;
	margin: 10px 0px 10px 0px;
	clear:both;
	background:url(../images/services-links-background.png) no-repeat;
}
#column_one ul.service_links li {
	float:left;
	list-style-type:none;
	padding: 0px 0px 10px 0px;
}
#column_one ul.service_links li a.current_page {
	font-weight:bold;
}
#column_one ul.service_links li a:link, #column_one ul.service_links li a:visited, #column_one ul.service_links li a:active {
	color: #414141;
}
#column_one ul.service_links li a:hover {
	text-decoration:none;
}
#column_one ul.site_map_links {
	font-size:1.3em;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 0px 0px;
	clear:both;
}
#column_one ul.site_map_links ul{
	font-size:.8em;
	padding: 15px 0px 0px 25px;
	margin: 0px 0px 0px 0px;
	clear:both;
}
.project_images img{
	padding-bottom:10px;
}
#column_full_width {
	float:left;
	width:900px;
	padding: 32px 19px 0px 19px; /*top padding 32px*/
	margin: 0px 0px 0px 10px;
	clear:right;
}
#column_two {
	float:left;
	clear:right;
	width:295px;
	padding: 32px 19px 0px 35px;
	margin: 0px 0px 0px 0px;
}
#column_two ul.projects-list {
	list-style: none;
	font-size:1em;
	padding-top:10px;
}
#column_two ul.projects-list li {
	padding-bottom:10px;
}
#column_two ul.projects-list li a:link, #column_two ul.projects-list li a:visited, #column_two ul.projects-list li a:active{
	color:#333333;
	text-decoration:underline;
}
#column_two ul.services-list {
	list-style: none;
	font-size:1em;
	padding:0;
	padding-top:20px;
	margin:0;
}
#column_two ul.services-list li {
	padding:20px 0px 5px 0px;
}
#column_two ul.services-list li a:link, #column_two ul.services-list li a:visited, #column_two ul.services-list li a:active{
	color:#333333;
	text-decoration:underline;
}
#column_two ul.services-list li a:hover{
}
#column_two ul.services-list li a.background-image-padding {
	margin:0px 0px 5px 37px;
}
#column_two ul.services-list li a.current_page {
	font-weight:bold;
}
.services-image-small-01 {
	background:url(../images/service_block_01_small.jpg) 0px 13px no-repeat;
}
.services-image-small-02 {
	background:url(../images/service_block_02_small.jpg) 0px 13px no-repeat;
}
.services-image-small-03 {
	background:url(../images/service_block_03_small.jpg) 0px 13px no-repeat;
}
.services-image-small-04 {
	background:url(../images/service_block_04_small.jpg) 0px 13px no-repeat;
}
#column_two ul.services-list li a:hover{
	text-decoration:none;
}
#column_two img.image_01 {
	padding: 30px 0px 0px 0px;
}
#column_two img.image_02 {
	padding: 0px 0px 30px 0px;
	float:left;
}
img.buy-now-padding {
	padding: 0px 0px 0px 25px;
}
#column_two img.image_accessibility {
	padding: 70px 0px 0px 80px;
	float:left;
}
.service-block-links a:link, .service-block-links a:visited, .service-block-links a:active{
	color:#ffffff;
	text-decoration:underline;
}
.service-block-links a:hover{
	text-decoration:none;
}
#service_block_01 {
	float:left;
	height:189px;
	width:175px;
	padding: 0px 40px 0px 0px;
	background:url(../images/service_block_01.jpg) 0 0 no-repeat;
	
}
#service_block_01 a{
	padding: 20px 100px 95px 30px;
	margin:-28px;
}
#service_block_02 {
	float:left;
	height:189px;
	width:175px;
	padding: 0px 40px 0px 0px;
	background:url(../images/service_block_02.jpg) 0 0 no-repeat;
}
#service_block_03 {
	float:left;
	height:189px;
	width:175px;
	padding: 0px 40px 0px 0px;
	background:url(../images/service_block_03.jpg) 0 0 no-repeat;
	
}
#service_block_04 {
	float:left;
	height:189px;
	width:175px;
	padding: 0px 0px 0px 0px;
	background:url(../images/service_block_04.jpg) 0 0 no-repeat;
	
}
#service_block_02 a, #service_block_03 a, #service_block_04 a{
	padding: 20px 70px 95px 30px;
	margin:-28px;
}
#column_full_width h2 {
	font-size:1.1em;
	font-weight:bold;
	color:#ffffff;
	padding:20px 15px 0px 28px;
	text-decoration:none;
}
#column_full_width a:hover h2 {
	text-decoration:underline;
}
#service-block p {
	font-size:.9em;
	line-height:0;
}
#bottom_background_images {
	clear:both;
	height: 130px;
	margin: 0px 0px 0px 0px;
	background: url("../images/bottom_background_images.png") no-repeat 25px 0px;	
}
#footer {
	clear: both;
	height:35px;
	overflow:hidden;
	background: url("../images/footer.png") no-repeat 0px 0px;
	padding: 5px 32px 0px 32px;
}
#footer p {
	float:left;
	color:#ffffff;
	font-size:1em;
}
#footer ul {
	float:right;
	color:#ffffff;
	font-size:1em;
	padding: 2px 0px 0px 0px;
}
#footer ul li {
	float:left;
	list-style-type:none;
}
#footer ul li a:link, #footer ul li a:visited, #footer ul li a:active{
	color:#ffffff;
	font-size:1em;
	text-decoration:none;
}
#footer ul li a:hover{
	color:#ffffff;
	font-size:1em;
	text-decoration:underline;
}
#design-by-link {
	clear:both;
	width:972px;
	margin:auto;
	padding: 10px 60px 20px 0px;
	text-align:right;
}
#design-by-link a:link, #design-by-link a:visited, #design-by-link a:active {
	color:#999999;
	text-decoration:none;
}
#design-by-link a:hover {
	color:#999999;
	text-decoration: underline;
}
