/* CSS Document for Gleeson Ceiling & Partitions		*/
/* Author: Design Consolidated    	*/
/* Date Created:	13/01/2008            	 			*/
/* Date Modifies:	26/10/2008            	 			*/
/* Filename:  main.css            	  					*/

* {
	margin: 0;
	padding: 0;
	border: none;
	z-index: 0;
}

html {
	height: 100%;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	background-color: #003151;
	font-size: 76%;
	
	margin: 0;
	
}

p {
	line-height: 1.5em;
}

.bold {
	font-weight: bold;
}

#wrapper {
	margin-top: 20px;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	background-color: #FFFFFF;
}

/* Banner */

#header {
	height: 50px;
	background-color: #FFFFFF;
}

#banner {
	height: 50px;
	width: 532px;
	float: left;
}

#burgundy_header {
	height: 100px;
	background-color: #7A1D42;
	border-top-color: #003151;
	border-top-style: solid;
	border-top-width: 2px;

}

#business_details {
	height: 90px;
	text-align: left;
	margin-left: 12px;
	padding-top: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.75em;
}

#circles {
	background-image: url(../images/template/circles.jpg);
	height: 100px;
	width: 100px;
	float: right;
	clear: right;
}

/* Navigation */

#navigation {
	height: 25px;
	text-align: left;
	border-top-color: #003151;
	border-top-style: solid;
	border-top-width: 2px;
	width: 760px;
}

#navigation ul {
	display: inline;
}

#navigation li {
	display: inline;
}

#navigation a {
	float: left;
}

#navigation a:hover {
}

#navigation #active a, #navigation #active a:link, #navigation #active a:visited, #navigation #active a:hover {
}

#navigation a.home {
	background-repeat: no-repeat;
	background-image: url(../images/template/home.jpg);
	height: 25px;
	width: 72px;
	display: block;
}

#navigation a.company_profile {
	background-repeat: no-repeat;
	background-image: url(../images/template/company_profile.jpg);
	height: 25px;
	width: 169px;
	display: block;
}

#navigation a.services {
	background-repeat: no-repeat;
	background-image: url(../images/template/services.jpg);
	height: 25px;
	width: 102px;
	display: block;
}

#navigation a.workplace_policies {
	background-repeat: no-repeat;
	background-image: url(../images/template/workplace_policies.jpg);
	height: 25px;
	width: 194px;
	display: block;
}

#navigation a.employment {
	background-repeat: no-repeat;
	background-image: url(../images/template/employment.jpg);
	height: 25px;
	width: 133px;
	display: block;
}

#navigation a.contact {
	background-repeat: no-repeat;
	background-image: url(../images/template/contact.jpg);
	height: 25px;
	width: 90px;
	display: block;
}

#navigation a.home:hover {
	background-repeat: no-repeat;
	background-image: url(../images/template/home_hover.jpg);
	height: 25px;
	width: 72px;
	display: block;
}

#navigation a.company_profile:hover {
	background-repeat: no-repeat;
	background-image: url(../images/template/company_profile_hover.jpg);
	height: 25px;
	width: 169px;
	display: block;
}

#navigation a.services:hover {
	background-repeat: no-repeat;
	background-image: url(../images/template/services_hover.jpg);
	height: 25px;
	width: 102px;
	display: block;
}

#navigation a.workplace_policies:hover {
	background-repeat: no-repeat;
	background-image: url(../images/template/workplace_policies_hover.jpg);
	height: 25px;
	width: 194px;
	display: block;
}

#navigation a.employment:hover {
	background-repeat: no-repeat;
	background-image: url(../images/template/employment_hover.jpg);
	height: 25px;
	width: 133px;
	display: block;
}

#navigation a.contact:hover {
	background-repeat: no-repeat;
	background-image: url(../images/template/contact_hover.jpg);
	height: 25px;
	width: 90px;
	display: block;
}

#navigation #home_active a {
	background-repeat: no-repeat;
	background-image: url(../images/template/home_hover.jpg);
	height: 25px;
	width: 72px;
	display: block;
}

#navigation #company_profile_active a {
	background-repeat: no-repeat;
	background-image: url(../images/template/company_profile_hover.jpg);
	height: 25px;
	width: 169px;
	display: block;
}

#navigation #services_active a {
	background-repeat: no-repeat;
	background-image: url(../images/template/services_hover.jpg);
	height: 25px;
	width: 102px;
	display: block;
}

#navigation #workplace_policies_active a {
	background-repeat: no-repeat;
	background-image: url(../images/template/workplace_policies_hover.jpg);
	height: 25px;
	width: 194px;
	display: block;
}

#navigation #employment_active a {
	background-repeat: no-repeat;
	background-image: url(../images/template/employment_hover.jpg);
	height: 25px;
	width: 133px;
	display: block;
}

#navigation #contact_active a {
	background-repeat: no-repeat;
	background-image: url(../images/template/contact_hover.jpg);
	height: 25px;
	width: 90px;
	display: block;
}


/* Content */

#content {
	background-color: #FFFFFF;
	float: left;
}


#left_column {
	margin-top: 30px;
	width: 340px;
	float: left;
	border-right-style: solid;
	border-right-color: #7A1D42;
	border-right-width: 2px;
	height: 400px;
}

#service_left_column {
	margin-top: 30px;
	width: 340px;
	float: left;
	border-right-style: solid;
	border-right-color: #7A1D42;
	border-right-width: 2px;
	height: 463px;
}


#feature_image {
	float: left;
	padding-left: 9px;
}

#right_column {
	margin-top: 30px;
	width: 417px;
	float: left;
}

#home_text {
	float: left;
	font-size: 1.1em;
	padding-left: 44px;
	width: 330px;
	margin-top: 30px; /*60px without award text*/
}

#text {
	float: left;
	font-size: 1.1em;
	padding-left: 44px;
	width: 330px;
}

#text ul {
	margin-top: 10px;
	text-align: left;
}

#text li {
	text-align: left;
	list-style-type: none;
	text-decoration: none;
	color: #003151;
	margin-top: 5px;
}

#text li a {
	text-decoration: none;
	color: #003151;
}

#text li a:hover {
	text-decoration: underline;
}

#text #service_active a {
	 color: #7A1D42;
	 font-weight: bold;
}

#text_heading_home {
	text-align: justify;
	color: #7A1D42;
}

#text_heading {
	font-size: 1.2em;
	text-align: justify;
	color: #7A1D42;
	font-weight: bold;
}

h1 {
	font-size: 1.2em;
	text-align: justify;
	color: #7A1D42;
	font-weight: bold;
}

.text_blurb {
	text-align: justify;
	color: #003151;
	margin-top: 15px;
}

.text_blurb span {
	text-align: justify;
	color: #003151;
	margin-top: 15px;
	font-weight: bold;
}

.text_blurb a {
	text-decoration: none;
	color: #003151;
}

.text_blurb a:hover {
	text-decoration: underline;
}

.award {
	text-align: justify;
	color: #7A1D42;
	margin-top: 15px;	
}


/* Footer */

#footer_wrapper {
	color: #7A1D42;
	font-size: 1em;
	clear: both;
	background-color: #FFFFFF;
	padding-bottom: 2px;
	padding-top: 30px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer_wrapper a {
	color: #7A1D42;
	text-decoration: none;
	font-size: 1em;
}

#footer_wrapper a:hover {
	color: #7A1D42;
	clear: both;
	font-size: 1em;
	background-color: #FFFFFF;
	text-decoration: underline;
}

#footer_wrapper img {
	margin-left: 10px;
	margin-right: 10px;
}

#footer {
	width: 760px;
	color: #FFFFFF;
	text-align: right;
	font-size: 0.9em;
	clear: both;
	padding-right: 2px;
	padding-top: 1px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
}

#footer a:hover {
	color: #FFFFFF;
	clear: both;
	font-size: 0.9em;
	text-decoration: underline;
}

/*Privacy and Terms of Use page*/

#legal_content {
	background-color: #FFFFFF;
	text-align: left;
	margin-left: 9px;
	margin-right: 9px;
	color: #003151;
	line-height: 3em;
}

#legal_text_heading {
	font-size: 1.2em;
	text-align: justify;
	color: #7A1D42;
	font-weight: bold;
	margin-top: 20px;
	
}

/*Gallery*/

.tiny_text {
	font-size: 0.8em;
	text-align: left;
	color: #7A1D42;
}

.segment {
	margin-top: 3px;
	text-align: left;
}

.segment img {
	border: #FFF 1px solid;
}

.segment img:hover {
	border: #7A1D42 1px solid;
}

#servicelist p {
	text-align: left;
	list-style-type: none;
	text-decoration: none;
	color: #003151;
	margin-top: 5px;
}

#servicelist a {
	text-align: left;
	list-style-type: none;
	text-decoration: none;
	color: #003151;
	margin-top: 5px;
}