body {
	display: block;
	background: #818284 url(../img/main_bg.jpg) repeat-x;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	color: #777;
	font-size: 12px;
	cursor: default;
	}

#container {
	display: block;
	width: 660px;
	background: url(../img/container_bg.gif);
	margin: 0px auto;
	overflow: hidden;
	}

#wrapper {
	display: block;
	width: 660px;
	background: url(../img/container_ft.jpg) no-repeat bottom left;
	padding-bottom: 20px;
	}

#header {
	display: block;
	height: 98px;
	background: url(../img/header.jpg);
	margin-bottom: 10px;
	}

/* Headers */
	h1 {
		display: block;
		float: left;
		width: 489px;
		background: url(../img/logo.gif) no-repeat 22px 0px;
		overflow: hidden;
		text-indent: -10000px;
		height: 12px;
		margin: 0px 0px 5px 0px;
		padding: 0px;
		}
	
	h2 {
		font-size: 14px;
		margin: 10px 0px 0px 0px;
		border-bottom: 1px solid #d3e7f6;
		color: #555;
		clear: left;
		}
	
	h3 {
		display: block;
		margin: 20px 0px -5px 0px;
		font-size: 14px;
		}
/* // Headers */

/* Small Menu */
	ul#sm {
		display: block;
		float: left;
		width: 150px;
		list-style-type: none;
		margin: 0px;
		padding: 1px 0px 0px 0px;
		}

	ul#sm li {
		display: inline;
		}

	ul#sm li a {
		display: inline;
		color: #555;
		padding: 0px 4px;
		text-decoration: none;
		}

	ul#sm li a:hover {
		color: #000;
		text-decoration: underline;
		}
/* // Small Menu */

/* Main Menu */
	ul#mm {
		display: block;
		width: 620px;
		margin: 5px 20px 0px 20px;
		padding: 3px 0px 5px 0px;
		border-top: 1px solid #007cc2;
		clear: left;
		height: 23px;
		}

	ul#mm li {
		display: block;
		float: left;
		padding-right: 2px;
		background-image: url(../img/mm_sep.gif);
		background-repeat: no-repeat;
		background-position: 100% 45%;
		height: 23px;
		}
	
	ul#mm li.last {
		background: none;
		}

	ul#mm li a {
		padding: 0px 7px;
		display: block;
		float: left;
		height: 20px;
		line-height: 20px;
		text-decoration: none;
		color: #007cc2;
		font-weight: bold;
		border-bottom: 3px solid #fff;
		}

/*\*//*/
	ul#mm li, ul#mm li a {
		display: inline;
		float: none;
		background-image: none;
		}
/**/

	ul#mm li a:hover {
		background-color: #d3e7f6;
		}
	
	ul#mm li a.current {
		border-bottom: 3px solid #007cc2;
		background-color: transparent;
		}
/* // Main Menu */

/* Sub Navigation */

	ul#subnav {
		display: block;
		background-color: #f0f8fe;
		list-style-type: none;
		margin: -5px 20px 0px 20px;
		padding: 3px 5px 5px 5px;
		clear: left;
		border: 1px solid #ddd;
		}
	
	ul#subnav li {
		display: inline;
		}
	
	ul#subnav li a {
		color: #007cc2;
		padding: 0px 3px;
		font-size: 11px;
		}
	
	ul#subnav li a:hover {
		color: #02507c;
		}

/* // Sub Navigation */

/* Content */
	#content {
		display: block;
		background: url(../img/content_bg.gif) repeat-y 441px 0px;
		margin: 20px 0px 15px 0px;
		padding: 0px 0px 0px 25px;
		font-family: "Trebuchet MS", Arial, Tahoma, Verdana, Sans-Serif;
		font-size: 13px;
		height: 400px;
		}
	
	#content[id] {
		height: auto;
		min-height: 400px;
		}
	
	.fullwidth {
		background: none !important;
		}
	
	.fullwidth #col1 {
		width: 614px;
		}

	#col1 {
		float: left;
		width: 399px;
		margin-right: 35px;
		}
	
	#col2 {
		float: left;
		width: 180px;
		font-size: 11px;
		}
	
	#col2 img {
		margin-bottom: 5px;
		}

	#content a {
		color: #007CC2;
		}

	#content a:hover {
		color: #000;
		}

	#content address {
		font-style: normal;
		padding-left: 20px;
		padding-top: 10px;
		}
	
	#content .map {
		float: right;
		padding: 20px 15px;
		}
	
	/* Clients Page */
		.client {
			display: block;
			float: left;
			font-size: 11px;
			width: 284px;
			border: 1px solid #ddd;
			padding: 5px;
			margin: 5px;
			background-color: #fff;
			_margin-left: 2px;
			text-decoration: none;
			color: #666 !important;
			background-image: url(../img/external.gif);
			background-repeat: no-repeat;
			background-position: 98% 90%;
			}

		.client span {
			display: block;
			width: 75px;
			float: left;
			font-weight: bold;
			}

		a.client span {
			cursor: pointer;
			}

		.client:hover {
			background-color: #f5f5f5;
			color: #007CC2 !important;
			border: 1px solid #808080;
			}
	/* // Clients Page */

	/* Site Map */
		ul#sitemap {
			font-weight: bold;
			}
		
		ul#sitemap ul {
			font-weight: normal;
			padding-bottom: 10px;
			}

		ul#sitemap a {
			border-bottom: none;
			text-decoration: underline;
			}
		
		ul#sitemap a:hover {
			color: #000;
			border-bottom: none;
			}

	/* // Site Map */
/* // Content */

/* Footer */
	#footer {
		display: block;
		width: 649px;
		margin: 2px auto;
		text-align: left;
		}
	
	#footer a {
		color: #ddd;
		}

	#footer a:hover {
		color: #fff;
		}

	#footer ul {
		display: inline;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		}
	
	#footer ul li {
		display: inline;
		}
	
	#footer ul li a {
		padding: 0px 5px;
		text-transform: uppercase;
		font-size: 10px;
		}
	
	#footer p {
		float: right;
		margin: 0px;
		padding: 0px 5px 0px 0px;
		color: #bbb;
		}
	
	#footer p b {
		color: #ddd;
		}
/* // Footer */

/* Forms */
	form {
		display: block;
		margin: 0px;
		padding: 10px;
		}
	
	form fieldset {
		border: 0px;
		}

	form label {
		display: block;
		float: left;
		width: 100px;
		text-align: right;
		padding-right: 5px;
		line-height: 20px;
		}
	
	form input, form select {
		margin-bottom: 2px;
		}
	
	form legend {
		display: none;
		}
/* // Forms */

.featured {
	line-height: 11px;
	text-align: center;
	}