@charset "UTF-8";
* {
	margin:0px;
	padding:0px;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background:#E9EFF2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:12px;
}
a {
	outline:none;
	text-decoration:none;
	cursor:pointer;
	color:#066;
}
a:hover {
	outline:none;
	text-decoration:none;
	cursor:pointer;
	color:#036;
}
a.selected {
	background-color: #D9DEE6;
}
img {
	outline:none;
	border:none;
}
h1 {
	font-size:36px;
	color:#C9C9C9;
	font-weight:100;
}
h2 {
	color:#43647F;
	font-size:20px;
  font:italic 22px Georgia, "Times New Roman", Times, serif;

}

h3 {
	color:#43647F;
	font-size:16px;
	font-style:italic;
}
h4 {
	font-size:12px;
}
h5 {
	font-size:44px;
	color:#dae2e6;
	text-transform:uppercase;
	font-weight:bolder;
	font-family:"Arial Black", Gadget, sans-serif;
}
.text.news {
	width:720px;
}
.news a {
	
}
#portfolio_content h2 {
	font-size:14px;
	line-height:20px;
}
.text h2 {
	color:#000000;
}
.text {
	width:600px;
}
.text a {
	color:#6C0;
}
.text a:hover {
	color:#693;
}
.blog li {
	
}
strong {
	font-style:normal;
	font-weight:normal;
}
#container {
	width:920px;
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
	border-left:#666 thin solid;
	border-right:#666 thin solid;
}
#top_content {
}
#header {
	height:75px;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#sub_header {
	padding-left:20px;
	border-bottom:#999 thin solid;
}
#top_nav {
	height:28px;
	background-color:#6E8AA1;
	text-align:left;
	z-index:1;
}

#content {
	text-align:left;
	font-size:14px;
	color:#033;
	line-height:22px;
	background-image:url(img/bg2.png);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-top:20px;
	border-bottom:#999 thin solid;
}
#portfolio_content {
	padding-left:50px;
	color:#333;
	font-size:12px;
}
#portfolio_content img{
	margin:5px;
}
#portfolio_2 {
	padding:20px 25px;
	background-image:url(img/bg3.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:250px;
}
.page_header {
	padding:20px 40px;
	text-align:left;
	width:100%;
}
#footer {
	height:105px;
	background-image:url(img/atlasMetal.png);
	background-position:center center;
	padding-top:5px;
	border-bottom:#999 thin solid;
	border-left:thin solid #666666;
	border-right:thin solid #666666;
	text-align:left;
	font-size:10px;
	color:#FFFFF9;
	line-height:18px;
	width:860px;
	margin:0 auto;
	padding:20px 30px;
}
.right_footer {
	float:right;
	width:310px;
	margin-right:10px;	
	
}
.left_fter {
	float:left;
	width:100px;
	border-right:#CCC thin solid;
}
.left_fter h2 {
	font-size:13px;
	color:#333;
}
#footer a {
	color:#CCC;
}
#footer a:hover {
	color:#DAF4FA;
}
.right_fter {
	float:right;
	width:200px;
}
.text {
	padding:30px 15px 10px 40px;
	color:#333;
	font-size:12px;
	
}
#content_holder {
	margin:auto;
	
}
#slideshow {
	margin:0 auto;
	width:640px;
	height:263px;
	background:transparent url(img/slideshow-bg.png) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(img/control_left.png) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(img/control_right.png) no-repeat 0 0;
}
.slide h2 {
  margin:10px 15px 0px; 
}
.slide p {
  margin:10px 15px 10px;
}
.slide a {
	font-style:italic;
	color:#000;
	font-size:11px;
	line-height:20px;
}
.slide a:hover {
	font-style:italic;
	color:#fff;
}
.slide p {
	font-size:11px;
	line-height:14px;
  
}
.slide h2 {
  font:italic 19px Georgia, "Times New Roman", Times, serif;

}

.slide img {
	margin-left:0px;
}
.expanded {
	height:250px;
	overflow:visible;
}
.left {
	float:left;
	width:300px;
}
span.details * {
	display:inline;
}
.profile {
	line-height:19px;
	margin: 6px 0px;
}
.profile h2{
	font-size:14px;
	display:inline;
}

.profile a:hover{
	display:inline;
	color:#C90;
}
.profile strong{
	font-size:11px;
	text-transform:uppercase;
	display:inline;
}
.left.profile {
	float:left;
	padding:5px;
	width:100px;
	height:100px;
	border:#999 thin solid;
}
.right {
	float:right;
	width:310px;
}
.right_profile {
	position:relative;
	left:20px;
	width:610px;
}
.right.profile.expanded {
	height:250px;
	overflow:visible;
}
.hidden a{
	font-style:italic;
	visibility:visible;
}
.hidden {
	visibility:hidden;
}
.slide .right {
	float:right;
	width:290px;
	padding-right:10px;
}
/* portfolio */
#mycarousel li {
	 -moz-border-radius: 10px;
   background-image:url(img/bg3.gif);
   background-position:203px 50%;
    border: 1px solid #E6EEF6;
}
#mycarousel li span {
	vertical-align:bottom;
}
#portfolio_cos {
	padding-top:15px;
	height:150px;
	background-image:url(img/bg1.png);
	background-position:bottom;
	border-bottom:#999 thin solid;
}
#dock2 {
	width: 100%;
	bottom: 0px;
	position: relative;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
#left_content {
	width:200px;
	height:500px;
	position:absolute;
	cursor:pointer;
	
}
#left_content li:hover {
	background-color: #D9DEE6;
	
}
#left_content li {
	
}
#right_content {
	left:200px;
	position:relative;
	width:700px;
	min-height:350px;
	background-position:20px 15px;
	background-repeat:no-repeat;
	border-left:#999 thin solid;
}
#right_content ul{
	list-style:disc;
	list-style-position:inside;
	font-weight:normal;
	padding-left:30px;
	
}
#right_content ul span{
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}
#right_content span {
	
}
ul.left_nav li a                    { display: block; padding: 4px 18px;
	 								  color: #222;  }












/* dropdown */
ul									{ list-style: none; z-index:2; }
p                                   { margin: 15px 0; }

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; }
ul.dropdown li                      { font-size:12px; float: left; zoom: 1; }
ul.dropdown a:hover		            { color: #fff; }
ul.dropdown a:active                { color: #fff; }
ul.dropdown li a                    { display: block; padding: 4px 8px;
	 								  color: #222; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #D9DEE6; color: white; position: relative; }
ul.dropdown li.hover a              { color:black; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background-color:#6E8AA1; color: #333; 
									  border-bottom: 1px solid #333; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }
