@charset "utf-8";
/* CSS Document */
/******************************************************************************************/
/* Purpose: this CSS file describes layout rules that are applied across globeleq.com     */
/* Section Summary:                                                                       */
/*  - General: Viewport and general text styling                                          */
/*  - Top Logo: Top black bar that contains the Globeleq logo                             */
/*  - General Header: Orange band below the top logo, doesn't cover special header for the home page (cf. home.css) */
/*  - Navigation: Horizontal menu contained in the General Header and the special home section */
/*  - Search Box: Search text box in horizontal menu bar                                  */
/*  - Footer: Footer, includes code to fix the footer to bottom of viewport when little content*/
/*  - Content: Text styling                                                               */
/*  - Left Hand Navigation: Left hand menu list and text styling                          */
/*  - Callout: Right hand callout layout and text styling                                 */

/******************************************************************************************/
/*  ProjectMcColl.co.uk *******************************************************************/
/******************************************************************************************/


/* General rules*/
* {
  margin: 0;
  }
  
html, body{
	font-family:Arial, Helvetica, sans-serif;
	height: 100%;
}

.container_12{
	padding-top:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}

a {
	color:#00AF9E;
	text-decoration:none;
}

/* End general rules */

/* Start Top Logo */
.top_logo{
	height:87px;
}

.top_logo img{
	margin-top:30px;
}

/* End Top Logo */


/* Start General Header */

div#general_header{
	background:#333 url(/images/general_layout/bg-bleed.png) repeat-x top;
	height: 87px;
}

div#top_logo{
	width:960px;
	margin:0 auto;
}

div#top_logo img{
	margin-top:30px;
	margin-left:10px;
}

div#general_splash{
	background:#F8991D;
	height:38px;
}

/* end general header */

/* Start Navigation */
/* Start Navigation */
	.top_navigation_section {
		background:url(/images/general_layout/bg-topmenu.png) repeat-x bottom;	
	}
	.top_navigation {
		height:34px;
		width:960px;
		margin:0 auto;
		padding:0;
	}
	
	#menu {
		float:left;
		display:inline;
		width:808px;
	}
	
	.top_navigation ul {
		list-style:none;
		padding:8px 0 0px 0;
		margin:0 0 0 10px;
	}
	.top_navigation ul li{
		display:inline;
		margin-right:1.5em;
	}
	.top_navigation ul a {
		font-size:10px;
		font-weight:bold;
		text-transform:uppercase;
		text-decoration:none;
		color:#FFFFFF;
	}
	.top_navigation ul a:hover,
	.top_navigation ul a.selected {
		color:#F7D4AA;
	}
	
/* End Navigation */

/* Start Search Box */

#searchbox{
	float:left;
	display:inline;
	width:142px;
	height:21px;
	margin:6px 0 0 0;
	background:url(/images/general_layout/bg-searchbox.png) repeat-x top;
	padding:2px 0 0 0; /* add 1px to improve lining up of searchbox bg and textbox */
}

#searchbox_query{
	margin-left:5px;
	width:115px;
	height:20px;
	border:0;
	background:none;
	color:#666;
	font-size:11px;
	vertical-align:middle;
}


#searchbox_magnifying_glass{
	margin-right:5px;
}

fieldset
{
     border: 0;
	 margin:0;
	 padding:0;
}

/* End Search Box */


/* Start Footer*/

#wrapper {
	/* forces footer to bottom of page */
	/* http://ryanfait.com/resources/footer-stick-to-bottom-of-page/ */
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -30px;
}

#push {
	/* forces footer to bottom of page */
	/* http://ryanfait.com/resources/footer-stick-to-bottom-of-page/ */
	/* height would normally be set to 30px (size of footer) but 120px is added to give
	/* a minimum margin of 120px between content and footer */
     height: 150px;
}
#footer {
	height: 30px;
	background:#333;
}

#footer_contents{
	width:960px;
	margin:0 auto;
	padding:10px 0px;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
}
#footer_links{
	float:left;
	display:inline;
	width:790px;
	margin-left:10px;
}
#footer_copyright{
	float:left;
	display:inline;
	width:150px;
	text-align:right;
}
#footer #footer_links ul {
	list-style:none;
	margin:0;
	padding:0;
}
#footer #footer_links li {
	display:inline;
	margin:0 1.5em 0 0;
	padding:0;
	line-height:1;
}
#footer #footer_links a {
	font-size:10px;
	color:#fff;
	text-decoration:none;
}
#footer #footer_links a:hover {
	color:#aaa;
}


/* End Footer */


/* Start Content */
	
	.content_header {
		margin-bottom:18px;
	}
	
	h1{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:24px;
		font-weight:normal;
		color:#333;
		margin-bottom:10px;
	}
	h2{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		font-style:italic;
		font-weight:normal;
		color:#333;
		margin-top:10px;
		padding-bottom:5px;
	}
	p{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		color:#666;
		padding-top:3px;
		line-height:1.5;
		padding-bottom:10px;
	}

	
	.content ul, .content ol{
		margin:0.5em 2em;
		padding:0;
		color:#666;
		font-size:12px;
		line-height:1.3;
	}
	.content ol{
			list-style-type:decimal;
	}
	.content ul{
			list-style-type:disc;
	}
	
	.content li {
	
		margin-bottom:5px;
	}
	
/* End Content */


/* Start Left Hand Navigation */

.LH_nav ul {
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
	margin:11px 0;
	line-height:1;
	font-size:12px;
}
.LH_nav ul ul, .LH_nav ul ul ul, .LH_nav ul ul ul ul {
	margin:10px 0 20px 6px;
	font-size:11px;
}

.LH_nav li {
	margin:0 0 2px 0;
	line-height:1.3;
}
.LH_nav a {
	text-decoration:none;
	color:#666;
}
.LH_nav a.open {
	color:#00AF9E;
}
.LH_nav a:hover {
	color:#F8991D;
}
a[href^="mailto"]{
	color:#00AF9E;
}
.LH_nav span.active {
	color:#00AF9E;
}


/* End Left Hand Navigation */

/* Start RH Callout */


.callout_image {
	margin-top:87px;
	width:140px;
	height:105px;
}


#callout_border {
	margin-top:215px;
	height:152px;
	background:url(/images/general_layout/dash.gif) right repeat-y;
}
.callout{
	padding-top:0px;
}
.callout_with_no_header{
	padding-top:75px;
}
.callout_with_no_header .callout_image {
	margin-top:0px;
}


.callout_image {
	width:140px;
	height:105px;
}

.callout_border {
	margin-top:212px;
	height:152px;
	background:url(/images/general_layout/dash.gif) right repeat-y;
}
.callout_border_with_no_header {
	margin-top:205px;
	height:152px;
	background:url(/images/general_layout/dash.gif) right repeat-y;
}

.callout h2{
	font-style:normal;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
}
.callout_content {
	/* USED TO CALCULATE THE SIZE OF THE CALLOUT CONTENT AND THEREFORE 
	   THE MOOTOOLS-INSERTED BORDER IN #callout_border */
	margin-top:20px;
}

.callout_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#4D4D4D;
	font-weight:normal;
}

.callout_content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#808080;
	line-height:1.5;
}

.callout_content .callout_quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#808080;
	line-height:1.3;
	font-style:italic;
}
.callout_link {
	margin-top:20px;
}

.callout_link a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-decoration:none;
	color:#00AF9E;
	font-size:12px;
}

.callout_content  .callout_reference {
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#B3B3B3;
	font-size:10px;
	line-height:1.3;
}



/* End RH Callout */


/* Page content tables */
.content table { font-size:12px; }
.content table td {
	padding:2px 15px 2px 0;	
}

/* PNG fix */
 div#strap_line img, div.top_navigation_section{ behavior: url("/images/iepngfix.php") }
 
 

