/* @override http://localhost/~adam/oneillarch.ie/site/css/oneill_styles.css */

/* oneillarch.ie stylesheet by bristlebird media works */

body {
	list-style: none;
	color: #737373;
	text-align: center;
	font: 11px/170% Arial, Helvetica, sans-serif;
	background-color: #797979;
	margin: 0px;
}
h1, .page, #footer, #tnav, #top {
	margin: 0px auto;
	width: 960px;
	background-color: white;
}
#top, h1, h1 a {
	height: 85px;
}
h1, h1 a {
	background: url(../images/styles/bg_top.jpg) no-repeat;
	margin: 0px auto;
	float: left;
	text-indent: -1000em;
	/*\*/overflow: hidden;
	width: 960px;
}
h1 a:hover { background: url(../images/styles/bg_top_hover.jpg) no-repeat; }
a, a:visited {
	text-decoration: none;
	color: #a6a6a6;
}
a:hover {
	color: #dedede;
}

/* @group main */

#main {
	height: 400px;
	text-align: right;
	margin-right: 230px;
	margin-left: 20px;
	position: relative;
}
p {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
}
h3 {
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
	color: #545454;
	margin-bottom: 5px;
	border-bottom: 1px solid silver;
	margin-top: 0;
	padding: 0;
	font-size: 11px;
}
.slideshow_box {
	border: 1px solid silver;
	width: 525px;
	float: right;
}
img.project_img {
	float: left;
	margin-right: 15px;
	border: 1px solid silver;

}

#mainfaq {
	width: 650px;
	height: 376px;
	text-align: left;
	margin-right: 230px;
	margin-left: 20px;
	position: relative;
	overflow: auto;
}

#project_detail {
	z-index: 400;
	width: 180px;
	background-color: white;
	position: absolute;
	top: 0px;
	left: 470px;
	padding-left: 10px;
}
.image_links {
	z-index: 401;
	width: 390px;
	background-color: white;
	position: absolute;
	top: 200px;
	left: 10px;
	height: 200px;
	overflow: auto;
	padding-right: 5px;
}
.underline {
	border-bottom: 1px solid silver;
}

#main form {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
}
#main form p {
	padding-bottom: 1px;
	padding-top: 1px;
}
#main form p input.txt, #main form p textarea  {
	color: #545454;
	border: 1px inset #8b8077;
	background-color: #faf9f6;
	width: 365px;
	float: right;
	padding-left: 3px;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}
#main form p input.txt { height: 14px; }
#main form p textarea {
	height: 120px;
	margin-bottom: 5px;
}
.clear { clear: both; }
.right { float: right; }
#main p label {
	color: #545454;
	text-transform: uppercase;
	padding-left: 180px;
}

#projectDescription {
	z-index: 401;
	width: 395px;
	background-color: white;
	position: absolute;
	top: 200px;
	left: 10px;
	height: 200px;
	padding-right: 5px;
	overflow-y: auto;
}

#scrollArrows {
	width: 100px;
	position: absolute;
	top: 390px;
	left: 260px;
	z-index: 500;
	list-style: none;
}
#scrollArrows li {
	width: 12px;
	float: right;
	padding: 0 0 0 5px;
}
#scrollArrows li img {
	cursor: pointer;
}
/* @end */

/* @group side */

#right {
	float: right;
	width:  210px;
}
#right ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 0.9em;
}
#right ul.sub2 {
	padding-left: 70px;
	border-bottom: 1px solid silver;
}
#right ul.sub3 {
	padding-left: 70px;
	overflow: auto;
	height: 120px;
/*	text-transform: none;*/
}

#right ul.sub4 {
	padding-left: 140px;
/*	border-bottom: 1px solid silver; */

}

/* @end */

/* @group autoclearing */

.autoclear:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .autoclear { height: 1% }
.autoclear { display: block }
/* End hide from IE-mac */

/* @end */

/* @group wrappers */

.page {
	text-align: left;
}
.content {
	background: url(../images/styles/bg_page.jpg) repeat-y;
	padding: 10px 30px 0px 30px;
}

/* @end */

/* @group tnav */

#tnav {
	background: url(../images/styles/bg_page.jpg) repeat-y;
	display: block;
	margin-top: -2px;
	padding-top: 10px;
	height: 20px;
}
#tnav * {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#tnav ul {
	display: table;
	text-align: left;

	padding-left: 720px;
/*
	padding-left: 680px;
*/
}
#tnav ul li {
	display: table-cell;
	padding-top: 0px;
	float: left;
	width: 70px;
}
#tnav li a {
	display: block;
	text-transform: uppercase;
	font-size: 0.9em;
}
#tnav li a:hover {
	color: #dedede;
}
#tnav li.active a, #right li.active a, a span, span {
	cursor: default;
	color: #545454;
}

/* @end */

/* @group footer */

#footer {
	color: #a6a6a6;
	background: url(../images/styles/bg_bot.jpg) no-repeat;
	height: 70px;
}
#footer * {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#footer ul {
	display: block;
	text-align: left;
	padding-left: 30px;
}
#footer ul li {
	display: table-cell;
	padding-top: 0px;
	float: left;
	width: 186px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
}
#footer p {
	font-size: 0.9em;
	text-align: center;
}
#footer p a, #footer p {
	color: #b1b1b1;
	letter-spacing: 2px;
}
#footer li a:hover {
	color: #dedede;
}
#footer li.active a {
	cursor: default;
	color: #545454;
}

.faqhead
{
	cursor: pointer;
}

.faqhead:hover
{
		color: #FF0000;

}

.header
{
	width: 670px;
}
/*
a.datanavred0:hover {
	font-family: "arial", arial, mono;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #999999;
	display: block;
	padding: 1px 1px 1px 2px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #666666;
	text-decoration: none;
}
*/
/* @end */
