* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, pre,
table, fieldset,
div.block {
	margin-bottom: 1em;
}
html, body {
	background: #ffffff;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #013989;
}
body {
	overflow-y: scroll;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-family: inherit;
	font-size: inherit;
}
	caption, th {
		text-align: left;
	}
fieldset {
	padding: 5px;
	border: 1px solid #999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul, ol, dd {
	padding-left: 1.5em;
}
	ul.menu {
		padding-left: 0;
		list-style: none;
	}
img {
	border: 0;
}
	img.align-left, img[align=left] {
		float: left;
		margin-right: 1em;
	}
	img.align-right, img[align=right] {
		float: right;
		margin-left: 1em;
	}
	div.align-center {
		text-align: center;
	}
h1 {
	line-height: normal;
	font-size: 150%;
	font-weight: bold;
}
h2 {
	line-height: normal;
	font-size: 133%;
	font-weight: bold;
}
h3, h4, h5, h6 {
	line-height: normal;
	font-size: 116%;
	font-weight: bold;
}
abbr, acronym {
	border: 0 none;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
object {
	outline: none;
}
a, a:visited {
	text-decoration: none;
	color: #003f8b;
}
a.active, a.active:visited,
a:hover, a:active {
	text-decoration: underline;
}
input, textarea, select {
	padding: 2px;
	border: 1px solid #000000;
	line-height: normal;
	font-size: 100%;
	font-family: inherit;
}
input[type=radio], input[type=checkbox] {
	border-width: 0;
}
select {
	padding-top: 1px;
	padding-bottom: 1px;
}
input:hover, input:focus,
textarea:hover, textarea:focus,
select:hover, select:focus {
	background-color: #f0f0f0;
}
option {
	background-color: #ffffff;
}
input.btn, a.btn, a.btn:visited {
	display: inline-block;
	padding: 0 2px;
	border: 1px solid #000000;
	background: #dddddd;
	color: #000000;
}
a.btn, a.btn:visited {
	padding: 1px 4px;
	line-height: normal;
}
input.btn:hover, input.btn:active,
a.btn:hover, a.btn:active {
	background: #c0c0c0;
	text-decoration: none;
	cursor: pointer;
}
label {

}
label.label {
	display: block;
	float: left;
	width: 150px;
}
label.overTxtDiv, label.overTxtLabel, label.inline {
	display: inline;
	float: none;
	width: auto;
	color: #999999;
}
div.banner {
	text-align: center;
}
div.validation-advice {
	clear: left;
	padding-left: 150px;
	color: #ff0000;
}
.clear {
	clear: both;
}
	.clear-left {
		clear: left;
	}
	.clear-right {
		clear: right;
	}
.hidden {
	display: none;
}
.noborder {
	border: 0;
}

.spinner {
	background: #ffffff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	z-index: 50;
	position: absolute;
}
	.spinner-msg {
		text-align: center;
		font-weight: bold;
	}
	.spinner-img {
		width: 24px;
		height: 24px;
		margin: 0 auto;
		background: transparent url('/skin/spinner.gif') no-repeat left top;
	}

div#container, div.container {
	width: 960px;
	margin: 0 auto;
	zoom: 1;
	position: relative;
	margin-top: 30px;
	-moz-box-shadow: 0px 0px 8px #b2c3db;
	-webkit-box-shadow: 0px 0px 8px #b2c3db;
	-o-box-shadow: 0px 0px 8px #b2c3db;
	box-shadow: 0px 0px 8px #b2c3db;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
	div#header {
		z-index: 2;
		position: relative;
		height: 108px;
		background: #b2c3db url('/skin/menu.jpg') repeat-x left 80px ;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
		div#header a#logo {
			display: block;
			height: 103px;
			width: 150px;
			background: transparent url('/skin/logo.png') no-repeat top left;
			text-indent: -20000px;
			outline: none;
			overflow: hidden;
			position: absolute;
			z-index: 2;
			bottom: 0px;
			left: 0;
		}
		div#header #address {
			position: absolute;
			bottom: 45px;
			left: 160px;
			line-height: 12px;
			font-size: 11px;
			font-weight: bold;
		}
		div#header #topshadow {
			position: absolute;
			bottom: -13px;
			left: 0;
			right: 0;
			height: 13px;
			background: url('/skin/shadow.png') repeat-x left top;
			z-index: 1;
		}
		div#header #topmenu {
			position: absolute;
			right: 20px;
			top: 30px;
		}
			div#header #topmenu form {
				float: left;
			}
				div#header #topmenu form .textfield {
					border: 0;
					width: 140px;
				}
			div#header #topmenu .menu {
				list-style: none;
				padding: 0;
				margin: 0;
				float: left;
			}
				div#header #topmenu .menu li {
					float: left;
					margin-left: 20px;
				}
					div#header #topmenu .menu li a {
						color: #fff;
					}
		div#header #mainmenu {
			position: absolute;
			bottom: 0;
			left: 250px;
			right: 0;
			z-index: 3;
		}
			div#header #mainmenu .menu {
				list-style: none;
				padding: 0;
				margin: 0;
			}
				div#header #mainmenu .menu li {
					float: left;
					margin-right: 20px;
					position: relative;
				}
					div#header #mainmenu .menu li a {
						display: block;
						background: #e43238;
						width: 142px;
						line-height: 23px;
						text-align: center;
						text-transform: uppercase;
						font-weight: bold;
						color: #fff;
						font-size: 11px;
						-moz-box-shadow: 3px 3px 8px #000;
						-webkit-box-shadow: 3px 3px 8px #000;
						-o-box-shadow: 3px 3px 8px #000;
						box-shadow: 3px 3px 8px #000;
					}
				div#header #mainmenu .menu .submenu {
					display: none;
					z-index: 1;
					position: absolute;
					opacity: 0.9;
					filter:alpha(opacity=90); 
					background: #fff;
					left: 0;
					list-style: none;
					padding: 0;
					margin: 0;
					min-width: 142px;
					border-right: 1px solid #ccc \9;
					border-bottom: 1px solid #ccc \9;
					border-left: 1px solid #eee \9;
					-moz-box-shadow: 3px 3px 8px #000;
					-webkit-box-shadow: 3px 3px 8px #000;
					-o-box-shadow: 3px 3px 8px #000;
					box-shadow: 3px 3px 8px #000;
				}
					div#header #mainmenu .menu .submenu li {
						float: none;
						white-space: nowrap;
						margin: 0;	
					}
						div#header #mainmenu .menu .submenu li a {
							width: auto;
							height: auto;
							text-transform: none;
							font-weight: normal;
							color: #31425b;
							background: 0;
							padding: 0 10px;
							-moz-box-shadow: none;
							-webkit-box-shadow: none;
							-o-box-shadow: none;
							box-shadow: none;
							text-align: left;
						}
						div#header #mainmenu .menu .subsubmenu {
							margin-bottom: 0;
							list-style: none;
							position: relative;
							top: -5px;
						}
	div#footer {
		position: relative;
		height: 52px;
		border-top: 1px solid #999;
		background: #5b7fb2 url('/skin/footer.jpg') repeat-x left top;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}
		div#footer #ticker {
			height: 20px;
			width: 100%;
			position: relative;
			font-size: 16px;
			color: #fff;
			overflow: hidden;
			white-space: nowrap;
			padding-top: 5px;
			font-weight: bold;
		}
			div#footer #ticker span {
				display: inline-block;
				position: relative;
			}
			div#footer #ticker a {
				color: #fff;
			}
	div#content {
		z-index: 1;
		position: relative;
		border-right: 1px solid #eee \9;
		zoom: 1;
	}
		div#content .layout {
			zoom: 1;
		}
			div#content .mid a, div#content .mid a:visited {
				font-weight: bold;
				text-decoration: underline;
			}
			div#content .layout .left {
				float: left;
				min-height: 1px;
				position: relative;
			}
			div#content .layout .right {
				float: right;
				min-height: 1px;
			}
			div#content .layout .mid {
				float: left;
				position: relative;
				min-height: 1px;
			}
			div#content #sidebar-left {
				margin-top: 18px;
				background: url('/skin/sidebar.png') repeat-y left top;
			}
				div#content #sidebar-left .mid {
					width: 695px;
					padding-bottom: 10px;
				}
				div#content #sidebar-left .left {
					width: 221px;
					margin-right: 28px;
				}
					div#content #sidebar-left .left .corner {
						position: absolute;
						background: url('/skin/sidebar-shadow-rounding.jpg') no-repeat left top;
						width: 5px;
						height: 5px;
						top: 0;
						right: -15px;
					}
				div#content #sidebar-left .right {
					display: none;
				}
			div#content #sidebar-left-right {
				margin-top: 18px;
				background: url('/skin/sidebar.png') repeat-y left top;
			}
				div#content #sidebar-left-right .mid {
					width: 452px;
					padding-bottom: 10px;
				}
				div#content #sidebar-left-right .left {
					width: 221px;
					margin-right: 28px;
				}
					div#content #sidebar-left-right .left .corner {
						position: absolute;
						background: url('/skin/sidebar-shadow-rounding.jpg') no-repeat left top;
						width: 5px;
						height: 5px;
						top: 0;
						right: -15px;
					}
				div#content #sidebar-left-right .right {
					width: 221px;
					overflow: hidden;
				}
			div#content #single {
			}
				div#content #single .mid {
					width: 100%;
				}
				div#content #single .left {
					display: none;
				}
				div#content #single .right {
					display: none;
				}
		div#content .left h1 {
			font-size: 116%;
			margin-top: 20px;
			text-align: right;
			text-transform: uppercase;
		}
		div#content .left ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
			div#content .left ul li {
				line-height: 16px;
				margin-bottom: 8px;
			}
				div#content .left ul li a {
					display: block;
					text-align: right;
				}
			div#content .projects {
			
			}
				div#content .projects .btn {
					margin: 0;
					width: 201px;
					float: right;
					margin-right: -10px;
    					font-size: 116%;
					font-weight: normal;
					text-align: right;
					padding-right: 7px;
				}
					div#content .projects .btn:focus,
					div#content .projects .btn:hover {
						background: #b71218;
					}
				div#content .projects #filters {
					margin-right: -10px;
					margin-left: 30px;
				}
				div#content .projects #filters h1 {
					margin-top: 0;
					margin-bottom: -3px;
					font-weight: normal;
					zoom: 1;
				}
					div#content .projects #filters h1 a {
						display: block;
						padding: 5px 10px;
					}
					div#content .projects #filters h1:hover {
						background: #3f69a5;
					}
					div#content .projects #filters h1.active {
						background: #3f69a5;
						color: #fff;
						font-weight: bold;
						margin-bottom: 10px;
					}
						div#content .projects #filters h1:hover a,
						div#content .projects #filters h1.active a { 
							color: #fff; 
							text-decoration: none;
						}
					div#content .projects #filters .types {
						margin-top: 20px;
					}
					div#content .projects #filters li {
						line-height: 10px;
					}
				div#content .projects #resultscount {
					background: #e43238;
					padding: 10px;
					font-size: 16px;
					font-weight: bold;
					color: #fff;
					margin-bottom: 1em;
				}
				div#content .projects ul#project_results {
					list-style: none;
					padding: 0;
					margin: 0;
				}
					div#content .projects #project_results li {
						border-bottom: 1px solid #e43238;
						padding-bottom: 20px;
						margin-bottom: 20px;
					}
						div#content .projects #project_results li .col {
							width: 300px;
							float: left;
							margin-right: 20px;
						}
							div#content .projects #project_results li .col h1,
							div#content .projects #project_results li .col h3 {
								margin-bottom: 0;
							} 
							div#content .projects #project_results li .col.col1 {
								width: 375px;
							}
							div#content .projects #project_results li .col.col2 {
								margin: 0;
							}
							div#content .projects #project_results li .col .bigimage {
								width: 300px;
							}
							div#content .projects #project_results li .col ul.photos {
								list-style: none;
								padding: 0;
								margin: 0;
								height: 73px;
								width: 300px;
								overflow: hidden;
								background: #eee;
							}
								div#content .projects #project_results li .col ul.photos li {
									border: 0;
									margin: 0;
									padding: 0;
									width: 100px;
									height: 73px;
									overflow: hidden;
									float: left;
								}
									div#content .projects #project_results li .col ul.photos li a {
										display: block;
										width: 100px;
										height: 73px;
										text-align: center;
									}
									div#content .projects #project_results li .col ul.photos li a img {
										max-width: 98px;
										max-height: 73px;
										
									}

		div#content #brandbox {
			width: 960px;
			height: 369px;
			overflow: hidden;
			position: relative;
		}
			div#content #brandbox #slogan {
				display: block;
				overflow: hidden;
				width: 182px;
				height: 130px;
				position: absolute;
				bottom: 76px;
				right: 165px;
				background: url('/skin/slogan.png') no-repeat left top;
				z-index: 2;
			}
			div#content #brandbox #balloon {
				width: 383px;
				height: 168px;
				position: absolute;
				bottom: 116px;
				right: 326px;
				background: url('/skin/balloon.png') no-repeat left top;
				z-index: 3;
				padding: 15px;
				padding-right: 80px;
				line-height: 17px;
			}
			div#content #brandbox ul {
				z-index: 1;
				position: relative;
				list-style: none;
				padding: 0;
				margin: 0;
			}
				div#content #brandbox ul li {
				}
					div#content #brandbox ul li .image {
						position: relative;
						z-index: 1;
						top: 0;
					}
		.form .row {
			margin-bottom: 5px;
		}
		.form .btn {
			margin-top: 5px;
			margin-left: 150px;
			background: #e43238;
			color: #fff;
			text-transform: uppercase;
			border: 0;
			font-weight: bold;
    			line-height: 23px;
			font-size: 12px;
			height: 23px;
			width: 142px;
		}
		.form textarea {
			width: 296px;
			height: 120px;
			border: 1px solid #ccc;
		}
		.form .textfield {
			border: 1px solid #ccc;
			width: 200px;
		}
		.form .validation-failed {
			background: #fff6f6;
			border-bottom: 1px solid #c33737;
			color: #c33737;
		}
		.form .validation-passed {
			background: #f7ffe7;
			border-bottom: 1px solid #93c337;
			color: #4b6d0b;
		}
	#content .searchresults {
		margin-top: 20px;
	}
		#content .searchresults .match {
			margin-bottom: 20px;
		}
			#content .searchresults .match h2,
			#content .searchresults .match p { margin: 0; }

