@charset "utf-8";
/* CSS Document */

/* colours used in website 

Grey Background Pantone Black 7U : #282828
T-Square Blue : #009ee0 

*/




/********************************************************************************/
/* General styles */
/****************************************************************************/
html,body{margin:0; padding:0;}



body{
	margin:0;
	padding:0;
	line-height: 1.35em;
	font-family:  Calibri, "Helvetica Neue", Arial, Verdana,  Helvetica, sans-serif;
	font-size: 85%;
	background-color: #282828;
	color: #333333;
}

h1 {color: #dc3d8b;}
h2 {
	color: #009ee0;
	font-size: 140%;
}
h3 {
	color: #ffffff;
	font-size: 100%;
	margin: 15px 0 15px 0;
}
p{
	color: #ffffff;
	font-size: 85%;
	margin-top: 0px;
	margin-bottom: 0.6em;
}
a{
	color:#999999;
	text-decoration:none;
}
a:hover{
	color:#fff;
	text-decoration:underline;
}

ul {margin:0 0 10px 10px; padding: 0; font-size:85%; } ul li {color: #FFFFFF; padding: 0;}


/********************************************************************************/
/* Header section */
/****************************************************************************/

div#header {
	height:200px;
	text-align:left;
	margin-right: 250px;
	float: left;
}
  
#header h1{
	margin: 0;
	text-indent: -9999px;
	background-attachment: scroll;
	background-image: url(../images/t-square-surveys-logo.gif);
	background-repeat: no-repeat;
	background-position: center 25px;
	
}
#header h2{
	margin: 0;
	text-indent: -9999px;
}
#header div {
	width: 170px;
	display: block;
	margin: 0;
	height: 192px;

	
}
#header h1 a {
	display: block;
	
	height: 189px;
	width: 170px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}

/********************************************************************************/
/* image placeholder */
/****************************************************************************/
div#strip {
	height: 20px;
	text-align: center;
	border-top: 1px solid #666666;
	margin:0px;
	padding:0px;
	clear: left;
	background-image: url(../images/blue-strip.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
}

div#topimage {
	text-align: center;
}



/********************************************************************************/
/* Main central section */
/****************************************************************************/
div#container{text-align:left; width:920px; margin:0 auto;}

div#wrapper{text-align:left; margin: 0 0 0 315px;}

/********************************************************************************/
/* right hand column styles */
/****************************************************************************/
div#box-right{
	float:right;
	width:295px;
	padding-bottom: 10px;
}


/********************************************************************************/
/* left hand column styles */
/****************************************************************************/
div#box-left{
	float:left;
	width:295px;
	padding-bottom: 10px;
}



/********************************************************************************/
/* right hand column styles */
/****************************************************************************/
div.about-box-right{
	float:right;
	width:295px;
	padding-bottom: 10px;
}


/********************************************************************************/
/* left hand column styles */
/****************************************************************************/
div.about-box-left{
	float:left;
	width:295px;
	padding-bottom: 10px;
}


/********************************************************************************/
/* footer styles */
/****************************************************************************/
div#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;

}

#footerposition {
	position:absolute;
	background-color: #FFCCFF;
	height: 90px;

}


#footer p {
	padding: 0px;
	margin: 0px;
	font-size: 75%;
}

#footer a {
	color: #999999;
	text-decoration: none;
	display:inline;
}
#footer a:visited {
	color: #999999;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/********************************************************************************/
/* gallery styles */
/****************************************************************************/
#gallery {display:block; float:left; width: 200px; }

#gleft {float:left; clear: left;}

#gallerydesc {display: block;}


#gallery img {width:180px; height:144px; border:#666 1px solid; margin:0 0 7px 0; padding: 4px;}

.galleryspacer {
	width:100%;
	clear:both;
	margin: 0px;
	padding: 0px;
}
