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

/* Dotted line around active button in Firefox */
:-moz-any-link:focus {
    outline-style: none !important;
    outline-width: 0px !important;
}
/* End Dotted line around active button in Firefox */

body {
	font-family: Verdana, Geneva, sans-serif
}


#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}
 
#inner {
  width: 740px;
  height: 400px;
  margin-left: -370px;  /***  width / 2   ***/
  position: absolute;
  top: -195px;          /***  height / 2   ***/
  left: 50%;
  background:url(images/building_since.gif) bottom right no-repeat;
}

#inner.home{
	background: none;

}


#address {

	clear: right;
	text-align: right;
	font-size: 11px;
	letter-spacing: 2px;
	
}

#footer {
	
}

#content {
	background: #f0f0f0;
	height: 255px;
	overflow: auto;
	padding: 0px 15px 0 15px;
	font-size: 12px;
	line-height: 15px;
	margin-top: 0px;
}

#content a{
	color: #384fdc;
	
}

#content a:hover{
	color: #200fc3;
	text-decoration:none;
}

#content strong {
	color:#343432;	
}

#content img {
	padding: 1px;
	border: 1px solid black;
}

#content li {
	list-style-image: url(images/bullet.gif);
}

h1 {
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;

	padding-left: 8px;
}

h2 {
	font-size: 13px;
	font-weight: bold;

	margin-top: 20px;
	border-left: 10px solid #BBBDCF;
	padding-left: 8px;
}

#homepage {
	background: url(images/homepage.jpg) bottom left no-repeat;	
	width: 100%;
	height: 300px;
}

a img {
	border: none;	
}

/* NAV */

#nav {
	margin: 5px 0 10px 0;

	padding-bottom: 3px;
	border-bottom: 2px solid #bbbdcf;
}

#nav a {
	color: black;	
	text-transform: uppercase;
	font-weight:bold;
	text-decoration:none;
	font-size: 12px;
	margin-left: 10px;
	padding: 0 3px;
	
}

#nav a:hover, #nav a.selected  {
	color: #3e2de3;
	
}

/* SUB-NAV */
#sub-nav, #sub-nav-projects {
	margin: -8px 0 10px 30px;
	padding: 0 0 3px 0px;
	width: 80%;
}

#sub-nav a {
	color: black;	
	text-decoration:none;
	font-size: 11px;
	padding: 0 0 0 14px;
	margin-left: 8px;	
}

#sub-nav-projects a {
	color: black;	
	text-decoration:none;
	font-size: 12px;
	padding: 0 0 0 14px;
	margin-left: 8px;
	font-weight:bold;
}

#sub-nav a:hover, #sub-nav a.selected, #sub-nav-projects a:hover, #sub-nav-projects a.selected {
	background: url(images/arrow.gif) left no-repeat;
	
}

/*.bottom-border {
height: 1px;	
	width: 100%;
	background-color: #bbc0e8;
	border-top: 5px solid white;
}*/

table.projects {
	font-size: 10px;
}