@charset "UTF-8";
/* CSS Document */

#pageTitle {
	clear: both;
	margin: 15px 0 5px 80px;
}

	#pageTitle h1 {
		color: #004d8d;
		font-size: 20px;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

#content {
	width: 970px;
	clear: both;
	margin-bottom: 10px;
}

#content-full {
	width: 870px;
	padding: 15px;
	background-color: #e4f4f6;
	clear: both;
	margin-left: 70px;
}

	#content-full img.clipart {
		float: left;
		margin-left: -92px;
		margin-right: 20px;
		position: relative;
	}
	
#content-left {
	width: 615px;
	float: left;
	padding: 15px;
	background-color: #e4f4f6;
	margin-left: 70px;
		_margin-left: 35px;
		_overflow: visible;
}

	#content-left img.clipart {
		float: left;
		margin-left: -92px;
		margin-right: 11px;
		position: relative;
	}
	
	#content-left h3, #content-full h3 {
		color: #018dd5;
		font-size: 12px;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	
	#content-left h4, #content-full h4 {
		color: #4a4a4a;
		font-size: 11px;
		font-weight: bold;
		line-height: 1.5;
	}
	
	#content-left p, #content-full p {
		font-size: 11px;
		line-height: 1.8;
		color: #4a4a4a;
		margin-bottom: 1em;
	}
	
	#content-left ul, #content-full ul {
		font-size: 11px;
		line-height: 1.8;
		color: #4a4a4a;
		margin-bottom: 1em;
	}
	
	#content-left li, #content-full li {
		font-size: 11px;
		color: #4a4a4a;
		margin-bottom: 4px;
		margin-left: 35px;
	}
	
	#content-left ul.moveRight {
		font-size: 11px;
		line-height: 1.8;
		color: #4a4a4a;
		margin-bottom: 8px;
		margin-left: 165px;
	}
	
	#content-left a, #content-full a {
		color: #004D8C;
		text-decoration: none;
	
	}
	
	#content-left a:hover, #content-full a:hover {
		text-decoration: underline;
	}
	
	#subnav {
		clear: both;
	}
	
		#subnav .button {
			float: left;
			width: 152px;
			margin-right: 1px;
			padding-top: 3px;
			height: 17px;
			background-color: #00a4cc;
			text-align: center;
		}
		
			#subnav a {
				color: #FFF;
				text-decoration: none;
				font-size: 10px;
				text-align: center;
				text-transform: uppercase;
			}
			
			#subnav a:hover {
				text-decoration: none;
			}
		
		#subnav .button:hover {
			background-color: #014b8c;
		}
		
		.current {
			float: left;
			width: 152px;
			margin-right: 1px;
			padding-top: 3px;
			height: 17px;
			text-align: center;
			background-color: #014b8c;
			padding-bottom: 5px;
			background-image: url(../images/currentButton.gif);
			background-repeat: repeat-x;
			background-position: bottom;
		}
	
#content-right {
	width: 227px;
	float: right;
}

#content-right .sidebar-block {
    clear:both;
	margin-bottom: 2em;
	width: 227px;
}

#content-right #ourclients {
   position: relative;
   z-index: 10;
}

#content-right .sidebar-block p.last {
   margin-bottom: 0;
}

	#content-right h3.title {
		color: #004d8d;
		font-size: 11px;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: 1px;
		width: 225px;
		padding: 0 0 3px 2px;
		border-bottom: 1px solid #6394c6;
		margin-bottom: 5px;
		font-weight: bold;
	}
	
	#content-right p {
		font-size: 11px;
		line-height: 1.8;
		color: #4a4a4a;
		margin-bottom: 8px;
	}
	
	#content-right img.studio {
		margin-top: 5px;
	}
	
	#content-right a {
		color: #004D8C;
		text-decoration: none;
	
	}
	
	#content-right a:hover {
		text-decoration: underline;
	}
	
.underlined {
	text-decoration: underline;
}

#cols {
   margin: 25px 0 1em; 0;
   overflow: auto;
}

#col1,
#col2 {
   width: 275px;
   float: left;

}