﻿/*
 * Template CSS styles for display
 * @author	PixelsHouse <abdou@pixelshouse.com>
 * @url		http://www.pixelshouse.com
 * @version	1.0
 */
/***************************** HTML elements *****************************/
body {
	background: url(../images/site_bg.png) repeat-x center top;
	text-align: center;
	font: 12px/17px tahoma, Arial, Helvetica, sans-serif;
	color: #3c5f6b;
}
a {
	color: #0098ca;
	text-decoration: none;
}
h1 {
	color: #e8aa00;
	font-size: 18px;
	padding: 40px 0px 10px 280px;
	margin-bottom: 8px;
}
h2 {
	color: #fff;
	font-size: 16px;
	font-family:"Times New Roman", Times, serif;
	
}
h3 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	color: #A0A0A0;
	font-size: 14px;
	font-weight: normal;
}
h5{
	color: #e8aa00;
	font-size: 18px;
	margin-bottom: 8px;
    font-variant:small-caps;
 }


h2, h3, h4, p, ul, ol, fieldset {
	margin-bottom: 17px;
}
small {
	font-size: 10px;
	text-transform: uppercase;
	color: #3c5f6b;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
small i {
	color: #999999;
	font-weight: normal;
	padding-right: 2px;
}
textarea, input {
	font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
}
hr {
	margin: 6px 0 6px 0;
	border: 0;
	border-top: 1px solid #bfbfbf;
	height: 8px;
	line-height: 8px;
	background: url(../images/corner_tl_black.png) no-repeat -2px 0;
}

ul.bullet1 li {
	background: url('../images/icons/blt1.png') no-repeat 0 2px;
	padding-left: 15px;
	margin-bottom: 7px;
	font-weight: bold;
}
/**************************** Sizing elements ****************************/
.wrapper {
	width: 984px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.nolines .wrapper {
	width: 994px;
}
.full-width .wrapper {
	width: 984px;
}
.smallCol {
	float: left;
	width: 204px;
	position: relative;
}
.reversed .smallCol {
	float: right;
}
.largeCol {
	float: right;
	width: 780px;
	position: relative;

}
.reversed .largeCol {
	float: left;
}
/******************************** Generic ********************************/
.clearer {
	clear: both;
}
.left, alignleft {
	float: left;
}
img.left, img.alignleft {
	margin-right: 20px;
}
.right, alignright {
	float: right;
}
img.right, img.alignright {
	margin-left: 20px;
}
/**********************************Header BG***************************/
#map {
	background: url(../images/header_map.png) no-repeat center top;
}
/***************************** Large header ******************************/
#header {
	height: 159px;
	background: url(../images/header_lines.png) repeat-y top right;
	z-index: 150;
}
#large-header {
	margin: auto;
	height: 350px;
	width: 984px;
	background: url("../images/header_lines.png") repeat-y scroll right top;
}
#large-header .smallCol {
	float: left;
	width: 204px;
	vertical-align: bottom;
}
/**************  header links **************/
#header-links {
	background: url(../images/header_menu_bg.png);
	height: 40px;
	float: right;
	margin-right: 1px;
	margin-bottom: 0;
	z-index: 1;
	width: 500px;
}
#header-links li {
	display: block;
	float: right;
	height: 40px;
	position: relative;
	z-index: 100;
	padding-top: 3px;
}
#header-links li a {
	display: block;
	padding: 15px 11px 5px 11px;
	color: white;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	border: 0 solid #0098ca;
	outline: 0;
}
#header-links li a:hover {
	border-bottom-width: 6px;
	padding-bottom: 0;
}
/**************  header nav **************/

	.nav2 {
		background: #bfbfbf;
		margin-top: 25px;
		border: 0 solid #bfbfbf;
		border-width: 1px 0;
		}
		.nolines .nav2 {
			border-right: 1px solid #bfbfbf;
		}
		.reversed.nolines .nav2 {
			border-right: 0;
			border-left: 1px solid #bfbfbf;
		}
		.ie7 .nav2 {
			margin-bottom: -9px;
		}
		.ie6 .nav2 {
			margin-bottom: -8px;
		}
		.nav2 li {
			background: #cceaf4 url(../images/corner_tr_black.png) no-repeat right top;
			border: 0 solid black;
			border-left-width: 5px;
			margin-bottom: 1px;
			overflow: hidden;
			display: block;
			position: relative;
			}
			.nav2 li:last-child {
				margin-bottom: 0;
			}
			.reversed .nav2 li {
				border-left-width: 0;
				border-right-width: 5px;
			}
			.nav2 li a {
				display: block;
				padding: 13px 17px 4px 7px;
				color: #3c5f6b;
				font-size: 12px;
				line-height: 14px;
				text-transform: uppercase;
				text-decoration: none;
				font-weight: bold;
			}
			.ie6 .nav2 li a {
				display: inline-block;
			}
			.nav2 li .nav-icon {
				position: absolute;
				top: 5px;
				right: 4px;
			}
		.nav2 li.pink { border-color: #ca0068; }
		.nav2 li.purple { border-color: #8000ca; }
		.nav2 li.blue { border-color: #0098ca; }
		.nav2 li.green { border-color: #a3d655; }
		.nav2 li.orange { border-color: #ff9900; }
		.nav2 li.red { border-color: #cc0000; }
		.nav2 li:hover,
		.nav2 li.hover {
			background-color: #b2e0ef;
			}
			.nav2 li:hover a,
			.nav2 li.hover a {
				color: #0098ca;
				padding-left: 17px;
				padding-right: 7px;
			}
		
		.nav2 li ul {
			padding: 0 0 0 17px;
			margin: 8px 0 0 0;
			}
			.nav2 li ul li,
			.nav2 li:hover ul li 
			.nav2 li.hover ul li {
				border: 0;
				border-top: 1px solid #85a8b3;
				background: none;
				margin-bottom: 0;
				}
				.ie7 .nav2 li ul li,
				.ie7 .nav2 li:hover ul li 
				.ie7 .nav2 li.hover ul li {
					margin-bottom: -2px;
				}
				.ie6 .nav2 li ul li,
				.ie6 .nav2 li:hover ul li 
				.ie6 .nav2 li.hover ul li {
					margin-bottom: 0;
				}
				.nav2 li ul li a,
				.nav2 li:hover ul li a,
				.nav2 li.hover ul li a {
					font-size: 11px;
					line-height: 13px;
					padding: 4px 15px 4px 0;
					color: #85a8b3;
					border-left: 0 solid #0098ca;
					background-image: none;
				}
				.nav2 li ul li.current a,
				.nav2 li.current ul li.current a {
					background: url(../images/arrow_blue.gif) no-repeat 0 8px;
					text-indent: 5px;
					color: #0098ca;
				}
				.nav2 li:hover ul li:hover a,
				.nav2 li.hover ul li.hover a {
					padding-left: 5px;
					padding-right: 5px;
					border-left-width: 5px;
					color: #0098ca;
					background-color: #d9f0f7;
				}
				.ie6 .nav2 li.hover ul li.hover a {
					background-color: transparent;
				}


.nav {
	border: 0 solid #bfbfbf;
	border-width: 0;
	width: 190px;
}
.nolines .nav {
	border-right: 1px solid #bfbfbf;
}
.reversed.nolines .nav {
	border-left: 0;
	border-right: 1px solid #bfbfbf;
}
.nav li {
	background: url(../images/header_menu_bg.png);
	border: 0 solid black;
	border-right-width: 5px;
	margin-bottom: 1px;
	overflow: hidden;
	display: block;
	position: relative;
	height: 23px;
	text-align: left;
}
.nav li:last-child {
	margin-bottom: 0;
}
.reversed .nav li {
	border-left-width: 0;
	border-right-width: 5px;
}
.nav li a {
	display: block;
	padding: 3px 10px 3px 10px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
.nav li.orange {
	border-color: #ffffff;
}
.nav li.red {
	border-color: #cc0000;
}
.nav li:hover, .nav li.hover {
	background-color: #1a567a;
}
.nav li:hover a, .nav li.hover a {
	color: #0098ca;
	padding-left: 14px;
	padding-right: 10px;
}
/******************************** Content ********************************/
#content {
	background: url(../images/content_lines.gif) repeat-y top right;
	height: 100%;
	z-index:1;
}
.full-width #content {
	background-image: url(../images/content_lines_large.gif);
}
.reversed #content {
	background-position: top left;
}
#content .smallCol {
}
#contentscol {
	width: 189px;
	float: left;
	padding: 20px 15px 60px 0px;
}
#content .largeCol {
	padding: 0 10px;
	width: 760px;
	float: right;

}
#content .full-content {
	padding: 20px 30px 20px 30px;
	min-height: 200px;
}
#content p {
	min-height: 17px;
}

#scrlnews{
	background-image:url('../images/scrlnews_bg.png');
 width:197px;
 height:244px;
 margin-bottom:20px;
 
}


.grey-block {
background:none repeat scroll 0 0 #E6E6E6;
margin:10px 0;
overflow:hidden;
padding:12px;
}


img.left, img.alignleft {
margin-right:20px;
}
screen.css (line 2096)
.left, alignleft {
float:left;
}

.img-frame, .post-thumbnail img {
background:none repeat scroll 0 0 white;
border:1px solid #B4B4B4;
padding:4px;
}
.img-frame2, .post-thumbnail img {
background:none repeat scroll 0 0 white;
border:1px solid #B4B4B4;
padding:4px;
}
/******************************** Grid list ******************************/
.grid-list {
	margin: 0 0 0 -22px;
	}
	.ie7 .grid-list {
		margin-bottom: 34px;
	}
	.ie7 .grid-list {
		margin-left: -44px;
	}
	.grid-list li {
		border-top: 2px solid #0098ca;
		width: 130px;
		float: left;
		margin: 0 0 34px 22px;
		}
		.grid-list li a {
			display: block;
			margin: 0 5px;
			color: #333333;
			line-height: 0;
			}
			.grid-list li .grid-list-more {
				display: block;
				margin: 0 5px;
				color: #333333;
				border-left: 1px solid #b3b3b3;
				padding: 8px 0 0 8px;
				font-size: 11px;
				line-height: 13px;
			}

/******************************** Footer *********************************/
#footer-bg {
	background: #15547c url(../images/footer_bg.png) repeat-x;
	z-index: 1;
}
#footer {
	background: url(../images/footer_lines.png) no-repeat top right;
	min-height: 250px;
	z-index: 1;
}
.full-width #footer {
	background-image: url(../images/footer_lines_large.png);
}
.reversed #footer {
	background-position: top left;
}
.nolines #footer {
	background: none;
}
#page-top-link {
	position: absolute;
	z-index: 99;
	margin-top: -30px;
	left: 10px;
	background: url(../images/page_top.png) no-repeat 0 1px;
	padding-left: 16px;
	color: #808080;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
.reversed #page-top-link {
	left: auto;
	right: 10px;
}
#page-top-link:hover {
	color: #0098ca;
}
#footer .smallCol, #footer .largeCol {
	height: 232px;
	padding-top: 17px;
	margin: auto;
}
.full-width #footer .smallCol {
	margin-left: 20px;
}
.reversed.full-width #footer .smallCol {
	margin-left: 0;
	margin-right: 20px;
}
.full-width #footer .largeCol {
	width: 760px;
}
#footer .smallCol {
	background: url(../images/logo_small.png) no-repeat right 16px;
	padding-right: 15px;
	width: 146px;
}
.reversed #footer .smallCol {
	background-position: left 16px;
	padding-right: 0;
	padding-left: 15px;
}
#footer .smallCol, #footer .smallCol p, #footer .smallCol a {
	color: #7faab8;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}
.reversed #footer .smallCol, .reversed #footer .smallCol p, .reversed #footer .smallCol a {
	text-align: left;
}
#footer .smallCol strong, #footer .smallCol strong a {
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
}
#footer .smallCol a:hover, #footer .smallCol strong a:hover {
	color: #0098ca;
}
#footer-nav {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#footer-nav li {
	float: left;
	margin-right: 10px;
	font-size: 11px;
}
.ie6 #footer-nav li {
	width: 100px;
}
#footer-nav li, #footer-nav li a {
	color: white;
	text-decoration: none;
	font-size: 11px;
}
#footer-nav ul {
	margin-top: 10px;
}
#footer-nav ul li {
	float: none;
	margin-right: 0;
}
#footer-nav ul li, #footer-nav ul li a {
	font-weight: normal;
	font-size: 11px;
	color: #7faab8;
	line-height: 14px;
	padding-bottom: 5px;
}
#footer-nav ul li a:hover {
	color: white;
}
#footer-nav li a:hover {
	color: #0098ca;
}
#footer-highlights {
	float: left;
	padding-left: 20px;
}
#footer-highlights li {
	float: left;
	margin-right: 30px;
	max-width: 150px;
}
.ie6 #footer-highlights li {
	width: 120px;
}
#footer-highlights li a {
	color: #7faab8;
	line-height: 14px;
	text-decoration: none;
}
#footer-highlights li a:hover {
	color: #0098ca;
}
#footer-highlights li a strong {
	display: block;
	font-weight: bold;
	color: white;
	font-size: 14px;
	margin-bottom: 8px;
}
#accredoted {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	color: #e8aa00;
	margin-top:35px;
}
/****************************** Contact form *****************************/
#contact {
	background: url(../images/contact_bg.png) repeat-x;
	height: 348px;
	position: relative;
	}
	#contact.fixed {
		position: fixed;
		top: -365px;
		left: 0;
		z-index: 400;
		width: 100%;
		height: 365px;
	}
	#contact .smallCol,
	#contact .largeCol {
		padding-top: 30px;
	}
	#contact .smallCol {
		text-align: right;
		padding-right: 20px;
		width: 184px;
	}
	.reversed #contact .smallCol {
		text-align: left;
		padding-right: 0;
		width: 204px;
	}
	#contact .largeCol {
		padding-left: 20px;
		padding-right: 20px;
		width: 740px;
	}
	#contact h1 {
		border: 0;
		color: white;
		padding: 0;
		margin-top: -8px;
		margin-bottom: 20px;
	}
	#contact h3,
	#contact label {
		color: white;
	}
	#contact p {
		color: #cceaf4;
	}
	#contact #message {
		height: 200px;
	}
	#contact .contact-check {
		overflow: hidden;
		height: 0;
		margin: 0;
		padding: 0;
	}
	
	#contact-message {
		height: 350px;
		display: none;
		color: white;
		}
		#contact-message p {
			text-align: center;
			color: white;
			font-size: 18px;
			padding-top: 165px;
		}
		#contact-message p.loading {
			padding-top: 180px;
			background: url(../images/ajax-loader.gif) no-repeat 50% 145px;
		}
		#contact-message p.error {
			color: red;
		}
	
	#contact-close {
		position: absolute;
		bottom: 5px;
		left: 50%;
		width: 130px;
		margin-left: -65px;
		background: #333333 url(../images/icons/cancel.png) no-repeat 4px 3px;
		padding: 1px 0 4px 18px;
		color: white;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		cursor: pointer;
		display: none;
		}
		#contact.fixed #contact-close {
			display: block;
		}
/********************************** Forms ********************************/
.form fieldset {
	border: 1px solid #bfbfbf;
	background: url(../images/corner_tr_black.png) no-repeat top right;
	padding: 10px 20px 20px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	}
	.ie .form fieldset {
		padding-top: 0;
		background-position: right 13px;
	}
	.ie7 .form fieldset {
		background-position: right 14px;
	}
	.ie6 .form fieldset {
		background-position: right 15px;
	}
	.form fieldset legend {
		padding: 0 5px;
		color: #333333;
		font-size: 15px;
		font-weight: bold;
		line-height: 12px;
		margin-left: -5px;
	}
	.ie .form fieldset legend {
		padding-top: 6px;
		padding-bottom: 10px;
	}
	.form p {
		margin-bottom: 13px;
		line-height: 19px;
	}
	.form fieldset > :last-child {
		margin-bottom: 0;
	}
	.form label,
	.form .label {
		color: #404040;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: bold;
	}
	.form input[type=text],
	.form input.form-text,
	.form textarea {
		border: 1px solid #99d6ea;
		background: #e5f4fa;
		color: #3c5f6b;
		padding: 2px 4px 4px 4px;
		font-size: 12px;
	}
	.form input[type=text],
	.form input.form-text {
		padding: 4px 4px 5px 4px;
	}
	.ie .form input[type=text],
	.ie .form input.form-text {
		padding: 3px 4px 6px 4px;
		line-height: 15px;
	}
	.form input.input-tip,
	.form textarea.input-tip {
		color: #999999 !important;
	}
	.form input[type=text]:focus,
	.form input.form-text-focus,
	.form textarea:focus {
		border-color: #0098ca;
	}
	.form input[type=checkbox],
	.form input[type=radio],
	.form input.form-radio {
		vertical-align: -15%;
		margin-left: 0;
	}
	.form input[type=checkbox] + label,
	.form input[type=radio] + label,
	.form input.form-radio-label {
		text-transform: none;
		font-size: 12px;
		line-height: 17px;
		color: #666666;
		font-weight: normal;
	}
	
	.form small {
		color: #999999;
		background: url(../images/up_blue.gif) no-repeat 0 5px;
		padding-left: 12px;
		font-size: 9px;
		line-height: 11px;
		padding-top: 4px;
	}
	
	.form .required label:after,
	.form .required .label:after,
	.form .required .form-label-after {
		content: ' *';
		color: #FF0000;
	}
	.form .required input[type=text],
	.form .required input.form-text,
	.form .required textarea {
		background-image: url(../images/corner_tr_red.png);
		background-repeat: no-repeat;
		background-position: top right;
	}
	
	.form .error label:before,
	.form .error .label:before,
	.form .error .form-label-before {
		content: url(../images/icons/stop_round.png);
		padding-right: 3px;
		vertical-align: -20%;
	}
	.form .error label,
	.form .error .label {
		color: #FF0000;
	}
	.form .error input[type=text],
	.form .error input.form-text,
	.form .error textarea {
		border-color: #ff9999;
	}
	.form .error input[type=text]:focus,
	.form .error input.form-text-focus,
	.form .error textarea:focus {
		border-color: #FF0000;
	}
	.form small.error-desc {
		color: #FF0000;
		background-image: url(../images/up_red.gif);
	}
	
	.input-large { width: 95%; }
	textarea.input-large { width: 98%; }
	.input-medium { width: 60%; }
	.input-small { width: 30%; }
	
	#content .form hr {
		margin-bottom: 9px;
	}
	
	.form .form-buttons {
		padding-top: 8px;
		margin-left: -1px;
	}

/******************************** Columns ********************************/
.columns {
	margin-bottom: 17px;
	}
	.colx2-left {
		float: left;
		width: 48%;
	}
	.colx2-right {
		margin-left: 52%;
	}
	.colx3-left {
		float: left;
		width: 31%;
	}
	.colx3-left-double {
		float: left;
		width: 66%;
	}
	.colx3-center {
		float: left;
		width: 32%;
		margin-left: 3%;
	}
	.colx3-right {
		margin-left: 69%;
	}
	.colx3-right-double {
		margin-left: 34%;
	}
	.ie6 .colx3-right {
		margin-left: 68%;
	}
	.colx4-col {
		float: left;
		width: 22.75%;
		margin-left: 3%;
	}
	.ie6 .colx4-col {
		width: 22%;
	}
	.colx4-col:first-child {
		margin-left: 0;
	}
	.colx4-col-double {
		float: left;
		width: 48.5%;
		margin-left: 3%;
	}
	.colx4-col-triple {
		float: left;
		width: 74.25%;
		margin-left: 3%;
	}

.left-border {
	border-left: 1px solid #bfbfbf;
	background: url(../images/corner_tl_black.png) no-repeat 0 -2px;
	padding-left: 21px;
}
.right-border {
	border-right: 1px solid #bfbfbf;
	background: url(../images/corner_tr_black.png) no-repeat right -2px;
	padding-right: 21px;
}

/********************************* Tables ********************************/
.table {
	background: #cceaf4;
	border: 10px solid #cceaf4;
	border-collapse: separate;
	border-bottom-width: 5px;
	margin-bottom: 34px;
	}
	.table caption {
		background: #cceaf4;
		border: 10px solid #cceaf4;
		border-top-width: 8px;
		border-bottom-width: 2px;
		text-align: left;
		color: #3c5f6b;
		font-size: 10px;
		line-height: 12px;
		text-transform: uppercase;
		width: 100%;
		}
		.ie .table caption {
			width: auto;
		}
	.table thead th {
		color: #0098ca;
		text-transform: uppercase;
		padding: 0 0 2px 0;
		font-weight: bold;
		text-align: left;
		}
		.table thead th.grey {
			color: #989898;
			text-transform: none;
			font-style: italic;
			font-weight: normal;
			padding-left: 0;
		}
		.table thead th.yallow {
	color: #FF9900;
	text-transform: none;
	font-style: italic;
	font-weight: normal;
	padding-left: 0;
}

	.table tbody tr th,
	.table tbody tr td {
		border-top: 1px solid #99afb7;
		padding: 3px 0 3px 0;
	}
	.table tbody tr th {
		color: #0098ca;
		font-weight: bold;
		text-align: left;
	}
	.table tbody tr td {
		color: #333333;
	}
	.table tbody tr:first-child th,
	.table tbody tr:first-child td {
		border-top-color: #114764;
	}
	.table tbody tr:nth-child(odd) th,
	.table tbody tr:nth-child(odd) td {
		background: #dbf0f7;
	}
	.table tfoot th,
	.table tfoot td {
		border-top: 1px solid #ff9900;
		padding: 3px 0 5px 5px;
	}
	.table tfoot th {
		color: #989898;
		font-style: italic;
		padding-left: 0;
		font-weight: normal;
		text-align: left;
	}
	.table tfoot td {
		color: #ff9900;
	}

/********************************* Message *******************************/
.messages {
	margin-bottom:5px;
	}
	.messages .error-msg,
	.messages .warning-msg,
	.messages .information-msg,
	.messages .confirmation-msg {
		border: 1px solid;
		padding: 7px 10px 9px 27px;
		background-repeat: no-repeat;
		background-position: 6px 6px;
		margin-bottom: 6px;
		text-transform: uppercase;
		font-size: 11px;
		line-height: 12px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		}
		.ie .messages .error-msg,
		.ie .messages .warning-msg,
		.ie .messages .information-msg,
		.ie .messages .confirmation-msg {
			padding-top: 8px;
			padding-bottom: 8px;
		}
		.messages .error-msg {
			border-color: #ff0000;
			background-color: #ffbfbf;
			color: #ff0000;
			background-image: url(../images/icons/exclamation.png);
		}
		.messages .warning-msg {
			border-color: #ffaa00;
			background-color: #fffbbf;
			color: #996600;
			background-image: url(../images/icons/error.png);
		}
		.messages .information-msg {
			border-color: #0098ca;
			background-color: #bfe5f2;
			color: #3c5f6b;
			background-image: url(../images/icons/information.png);
			font-weight:bold;
	
		}
		.messages .confirmation-msg {
			border-color: #669900;
			background-color: #d9e5bf;
			color: #336600;
			background-image: url(../images/icons/accept.png);
		}


/****************************** Projects list ****************************/
.projects-list {
	overflow: hidden;
	margin-bottom: 0;
	}
	.projects-list li {
		padding-right: 572px;
		margin-bottom: 34px;
		text-align: left;
		min-height: 200px;
		position: relative;
		}
		.ie6 .projects-list li {
			height: 200px;
		}
		.projects-list h3 {
			padding-top: 17px;
			border-top: 3px solid #0098ca;
		}
		.project-images {
			position: absolute;
			top: 0;
			right: 0;
			width: 550px;
			height: 200px;
			overflow: auto;
			background: url(../images/projects_img_bg.png) no-repeat;
			}
			.project-images img {
				display: block;
				float: left;
			}
			.project-images .projects-img-shadow {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background: url(../images/projects_img_shadow.png) no-repeat;
			}
			.ie6 .project-images .projects-img-shadow {
				width: 550px;
			}
			.project-images .project-thumbnails {
				background: url(../images/project_thumbnails_bg.png) repeat-x;
				position: absolute;
				left: 0;
				right: 0;
				bottom: 0;
				padding: 9px 9px 5px 9px;
				line-height: 30px;
				text-align: center;
				}
				.ie7 .project-images .project-thumbnails {
					padding-bottom: 15px;
				}
				.ie6 .project-images .project-thumbnails {
					background: transparent;
					filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/project_thumbnails_bg.png, sizingMethod='scale');
					width: 532px;
				}
				.project-images .project-thumbnails img {
					height: 30px;
					width: auto;
					display: inline-block;
					float: none;
					margin-left: 8px;
					border: 3px solid white;
					cursor: pointer;
					box-shadow: 0 0 5px #333333;
					-moz-box-shadow: 0 0 5px #333333;
					-webkit-box-shadow: 0 0 5px #333333;
				}

/****************************** Custom styles ****************************/
h2.pink { color: #ca0068; }
h2.purple { color: #8000ca; }
h2.blue { color: #0098ca; }
h2.green { color: #a3d655; }
h2.orange { color: #ff9900; }
h2.grey { color: #B0B5B9; }
h2.red { color: #cc0000; }

ul.bullet li {
	background: url(../images/arrow_blue.gif) no-repeat 0 7px;
	padding-left: 11px;
	color: #999999;
	margin-bottom: 7px;
}

.news-element {
	color: #808080;
}

.grey-block {
	background: #e6e6e6;
	padding: 20px;
	margin-bottom: 34px;
	overflow: hidden;
	}
	.ie6 .grey-block {
		padding: 10px 20px;
	}
	.grey-block > :last-child {
		margin-bottom: 0;
	}
.grey-text {
	color: #808080;
}

.img-frame,
.post-thumbnail img {
	border: 1px solid #b4b4b4;
	background: white;
	padding: 4px;
}

.button-link,
.button-link b {
	display: block;
	float: left;
	color: white;
	background: url(../images/link_bg.gif) no-repeat;
	font: normal 8px/16px Arial, Helvetica, sans-serif;
	white-space: nowrap;
	text-transform: uppercase;
}
.button-link {
	padding: 0 0 0 5px;
}
.button-link b {
	background-position: top right;
	padding: 0 25px 0 0;
	height: 16px;
}
.button-link:hover {
	background-position: bottom left;
}
.button-link:hover b {
	background-position: bottom right;
}

.footer-notes {
	font-size: 10px;
	color: #808080;
	line-height: normal;
	}
	.footer-notes strong {
		font-weight: bold;
		color: #0098ca;
	}


/*  -------------------- */


#yearlycal{
width:160px;
text-align:center;
}
#yearlycal td{
	color: #0066CC; 
	font-weight: bold;
}
#yearlycal td.weekend{
background-color:#ededed;
}
#yearlycal td.holiday{
	background-color: #9e0b0f; color: #FFFFFF; 
}
#yearlycal td.parentday{
	background-color: #669900; color: #FFFFFF;
}
#yearlycal td.publicholiday
{
	background-color: #f7941d; color: #FFFFFF;
}
#yearlycal td.events
{
	background-color: #0098CA;
	color: #FFFFFF;
}
