@charset "UTF-8";
body {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
#bg_sandiego {
	background-image: url(images/bg_sandiego.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 800px;
}
#bg_portland {
	background-image: url(images/bg_portland.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 800px;
}
#bg_tech {
	background-image: url(images/bg_tech.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#bg_health {
	background-image: url(images/bg_health.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#container {
	margin-left: auto;
	font-family: "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.15em;
	width: 1000px;
	text-align: left;
	margin-right: auto;
	background-color: #FFF;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
a:link {
	color: #1a75ce;
	text-decoration: none;
}
a:visited {
	color: #1a75ce;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #1a75ce;
}
ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
ul li{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 1.1em;
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-position: left 4px;
}
li ul {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
li li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
ol {
}
ol li {
	background-image: none;
	padding-bottom: 5px;
}
#header {
	background-image: url(images/bg_header.gif);
	background-repeat: no-repeat;
	height: 124px;
	position: relative;
}
#logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 124px;
	float: left;
	width: 324px;
}
#logo a {
	display: block;
	height: 120px;
	width: 300px;
}
#logo h1 {
	display: none;
}
#menu {
	float: left;
	font-size: 0.9em;
	position: absolute;
	top: 78px;
	left: 324px;
}

#menu ul {
	list-style: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	float: left;
	display: inline;
	margin-left: 0px;
	padding: 0;
	height: 45px;
	line-height: 45px;
	width: 600px;
}

#menu a {
	display: block;
	width: auto;
}
#menu h6 {
	display:none;
}
#menu  li  a {
	display: block;
	width: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	text-decoration: none;
}

#menu li {
	float: left;
	width: auto;
	background-image: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	color: #1A75CE;
}#menu li li {
	margin: 0px;
	border-right-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu li.no_line {
	border-right-style: none;
}
#menu  li  li a {
	float: left;
	background-color: #2678b7;
	color: #FFF;
	text-decoration: none;
	width: 15em;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
}
#menu li li a:visited {
	float: left;
	background-color: #2678b7;
}
#menu li li a:hover {
	float: left;
	background-color: #C3DBF2;
	color: #036;
	text-decoration: none;
}
#menu li li a:active {
	float: left;
	background-color: #CCC;
	color: #FFFFFF;
}
#menu li ul {
	position: absolute;
	width: 25em;
	left: -999em;
	margin: 0px;
	padding: 0px;
}

#menu li:hover ul {
	left: auto;
}
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}
#menu_left {
	width: 100%;
}
#menu_left ul {
	margin: 0px;
	padding: 0px;
}
#menu_left li {
	margin: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	list-style-type: none;
	background-image: none;
}
#menu_left a {
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C7DDF3;
	text-transform: uppercase;
	font-size: .85em;
}
#menu_left li.on {
	background-image: url(images/bg_btn.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#herob {
	background-image: url(images/bg_blue.jpg);
	background-repeat: no-repeat;
	height: 303px;
	padding-bottom: 0px;
	margin: 0px;
	font-size: 1.13em;
	line-height: 1.35em;
}
#hero {
	background-image: url(images/bg_words.jpg);
	background-repeat: no-repeat;
	height: 263px;
	font-size: 1.13em;
	line-height: 1.35em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#hero h1 {
	font-size: 2.5em;
	font-weight: normal;
	color: #1A75CE;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#hero h2 {
	font-weight: normal;
	color: #1a75ce;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1.13em;
}
#content {
	float: left;
	width: 1000px;
	color: #0A305C;
}
#content.pic1 {
	background-image: url(images/content_pic1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#content h2 {
	font-size: 1.15em;
	font-weight: bold;
	color: #00305c;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content h3 {
	font-size: 1.25em;
	font-weight: normal;
	color: #00305c;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#content h4 {
	font-size: 0.85em;
	text-transform: uppercase;
	color: #999;
	text-align: center;
	font-weight: normal;
}
#copy {
	width: 520px;
	min-height:500px;
	font-size: 0.8em;
	margin-left: 225px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#copy img {
	margin-right: 20px;
	margin-bottom: 10px;
	border: 2px solid #FFF;
}
#copy h1 {
	font-weight: normal;
	font-size: 1.5em;
	color: #1A75CE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C7DDF3;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#copy_right {
	width: 190px;
	font-size: 0.8em;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	float: right;
	margin: 0px;
}
#copy_right.pic1 {
	padding-top: 250px;
}
#copy_left {
	width: 180px;
	float: left;
	font-size: 0.8em;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#col1 {
	width: 285px;
	float: left;
	margin: 0px;
	font-size: 0.8em;
	padding-top: 13px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-image: url(images/box_news.gif);
	height: 250px;
	background-repeat: no-repeat;
	background-position: right top;
}
#col2 {
	width: 285px;
	float: left;
	margin: 0px;
	font-size: 0.8em;
	padding-top: 13px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-image: url(images/box_news.gif);
	background-repeat: no-repeat;
	height: 250px;
	background-position: right top;
}
#col3 {
	width: 285px;
	float: left;
	margin: 0px;
	font-size: 0.8em;
	padding-top: 13px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 25px;
	height: 250px;
	background-image: url(images/box_news.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#col12 {
	width: 480px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: .85em;
}
#col23 {
	width: 480px;
	float: left;
	padding-left: 20px;
	font-size: 0.85em;
	background-image: url(images/box_work.gif);
	background-repeat: no-repeat;
	height: 135px;
}
.box {
	background-image: url(images/box.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: right top;
}
.box2 {
	background-image: url(images/box_clients.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 135px;
	width: 500px;
}
#copyright {
	font-size: 0.65em;
	color: #999;
	padding-left: 20px;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 55px;
	clear: left;
	padding-top: 10px;
}
#clear {
	height: 20px;
	width: 1000px;
	clear: both;
	float: left;
}
.shadow {
	-moz-box-shadow: 3px 3px 4px #ccc;
	-webkit-box-shadow: 3px 3px 4px #ccc;
	box-shadow: 3px 3px 4px #ccc;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ccc')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ccc');
}
.date {
	text-transform: uppercase;
	color: #1A75CE;
	font-size: .85em;
}
.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
}
	.white_content {
	display: none;
	position: absolute;
	top: 15%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	z-index:1002;
	overflow: auto;
	text-align: center;
		}
.white_content2 {
	display: none;
	position: absolute;
	top: 15%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	z-index:1002;
	overflow: auto;
	text-align: center;
}
.white_content3 {
	display: none;
	position: absolute;
	top: 15%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	z-index:1002;
	overflow: auto;
	text-align: center;
}
#gallery {
}
#gallery img {
	margin: 0px;
	padding: 0px;
}
.white_content4 {
	display: none;
	position: absolute;
	top: 15%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	z-index:1002;
	overflow: auto;
	text-align: center;
}
.white_content5 {
	display: none;
	position: absolute;
	top: 15%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	z-index:1002;
	overflow: auto;
	text-align: center;
}
