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

/* STRUCTURAL SYTLE DEFINITIONS  */
 
body  {
	font-size: 1em; 
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #bodywrapper selector */
	color: white;
	background-color: #FFFFFF;
}
/* --------------------------------------------------- */
a:link {
	color: #0266a3;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	border: 0px;
}
a:visited {
	font: normal 90%; Arial, Helvetica, sans-serif;
	color: #0266a3;
	text-decoration: none;
	border: 0px;
}
a:hover {
	font: normal 90%; Arial, Helvetica, sans-serif;
	color: #0266a3;
	text-decoration: underline;
	border: 0px;
}
a:active {
	font: normal 90%; Arial, Helvetica, sans-serif;
	color: #0266a3;
	text-decoration: none;
	border: 0px;
	
}
img {
	border: 0px;
}
#trany {
	border: #fff 0px solid;
	display: none;
}

 /* -----HEADER CONTENT, INCLUDES LOGO, and main navigaiton----- */
 #header {
	background-color: white;
	height: 150px;
	width: 920px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
 #header #logo {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 119px;
	width: 217px;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 #flash {
	padding: 0px;
	width: 920px;
	padding: 0px;
	height: 400px;
	background-color: #ffffff;
	text-align: center;
	margin-top: 14px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #000000;
}
 #bodywrapper {
	width: 920px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background-color: transparent;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
 #contentwrap {
	width: 920px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: transparent;
	padding-top: 10px;
}
/* --------------------------------------------------- */	
/* GLOBAL NAVIGATION MENU  */

#globalmenuwrap{
	float: right;
	width: 528px;
	height: 60px;
	margin-top: 38px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #fff;
}

#globalmenuwrap p{
width: 440px;
padding-left: 10px;

}
/* Start of global Navigation Menu  */
/* --------------------------------------------------- */
.ddcolortabs{
	padding: 0;
	margin: 0px;
	width: 528px;
	height: 22px;
	voice-family: "\"}\"";
	voice-family: inherit;
	overflow: visible;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #0266a3;
	background-color: #FFFFFF;
}

.ddcolortabs ul{
	font: normal 10px Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
	
}

.ddcolortabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:lowercase;
}
.ddcolortabs a{
	float:left;
	color: black;
	background: #ccc;
	margin:0;
	padding:0 0 0 0px;
	text-decoration:none;
	letter-spacing: 1px;
	border: 0;
}
.ddcolortabs a span{
	float:left;
	display:block;
	background: #fff;
	padding: 6px 15px 2px 14px;/* keep to 7px  */
	cursor: hand;
	
}
.ddcolortabs a:hover{
	background-color: #fff;
	text-decoration: none;
}

.ddcolortabs a:hover span{
	background: #fff url(ddtabmenufiles/media/color_tabs_left.gif) no-repeat left top;
}

.ddcolortabs a.current span{ /*currently selected tab*/
	background: #fff url(ddtabmenufiles/media/color_tabs_left.gif) no-repeat left top;
}

.tabcontainer{
	clear: left;
	width:518px; /*width of 2nd level sub menus*/
	height:40px;
	margin: 0px;
	background-color: white;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #000000;
}
.tabcontent{
	display:none;
	margin: 0px;
	padding: 0px;
}
.tabcontainer a:link{
	font: normal 10px Arial, Verdana, sans-serif;
	color: #000;
	text-decoration: none;	
}
.tabcontainer a:visited{
	font: normal 10px Arial, Verdana, sans-serif;
	color: #000;
	text-decoration: none;	
	}
.tabcontainer a:hover{
	font: normal 10px Arial, Verdana, sans-serif;
	color: #000;
	text-decoration: underline;	
}
.tabcontainer a:active{
	font: normal 10px Arial, Verdana, sans-serif;
	color: #000;	
}
.tabcontainer .current{
	font: normal 10px Arial, Verdana, sans-serif;
	color: #000;
	background: #cce0ed;	
}
/* End of global Navigation Menu  */
/* --------------------------------------------------- */


/* FLOATED AND CLEARED STYLES */	
.fltrt { /* right float class. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* left float class */
	float: left;
	margin: 8px 8px 14px 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}

/* -----
#container {
	min-height:500px
}
* html #container {
	height:500px
}---- */

/* RIGHT COLUMN STYLES */	

 #right {
	float: right;
	width: 515px;
	margin: 0px;
	padding: 0px;
}  
 #right p {
	margin: 0px;
	color: #000000;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 110%;
	font-weight: normal;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}  
#right  h1 {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	float: right;
	background-image: url(architects_images/trany.gif);
	background-repeat: no-repeat;
}
#right  h1 span {
	display: none;
	margin: 0px;
	padding: 0px;
}
 #right  img {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
/* START OF LIST STYLES */
  

/* --------------------------------------------------- */			
.pad {
	padding: 10px 0px 0px 10px;
}

/* ------------------- THUMBNAILS VERTICAL - PORTRAIT SHAPE--------------------------------*/
/* This CSS is used for the Show/Hide functionality. */
	.more {
		display: none;
		}
	a.showLink, a.hideLink {
		text-decoration: none;
		color: #7d2322;
		padding-left: 8px;
		background: transparent url(down.gif) no-repeat left;
		margin: 0px;
		padding: 0px; 
		}
	a.hideLink {
		background: transparent url(up.gif) no-repeat left; 
		}
	a.showLink:hover, a.hideLink:hover {
		border: 0px solid #000000; 
		}

