html {
	overflow-y: scroll;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b5c75;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 15px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

#pdf_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #990000;
	outline: 0;
}

#wrapper {
	height: 100%;
	width: 100%;
	float: left;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}

#home_site {
	width: 1003px;
	height: 693px;
	margin: auto;
	background-image: url(../images/home_bg.png);
	background-repeat: no-repeat;
}

#contact_site {
	width: 1003px;
	height: 693px;
	margin: auto;
	background-image: url(../images/contact_bg.png);
	background-repeat: no-repeat;
}

#back_site {
	width: 1003px;
	height: 693px;
	margin: auto;
	background-image: url(../images/back_bg.png);
	background-repeat: no-repeat;
}

#header {
	height: 61px;
	width: 1003px;
	float: left;
}

#logo {
	height: 61px;
	width: 383px;
	float: left;
}

#contact_header {
	height: 60px;
	width: 979px;
	float: left;
}

#home_col1 {
	height: 530px;
	width: 56px;
	float: left;
	padding-top: 73px;
}

#home_col2 {
	height: 568px;
	width: 550px;
	float: left;
	padding-top: 35px;
}

#home_col3 {
	height: 571px;
	width: 357px;
	float: left;
	padding-top: 32px;
	padding-left: 40px;
}

#contact_col1 {
	height: 583px;
	width: 240px;
	float: left;
	padding-top: 20px;	
	padding-left: 30px;
	padding-right: 25px;	
}

#contact_col2 {
	height: 583px;
	width: 233px;
	float: left;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;	
}

#contact_col3 {
	height: 583px;
	width: 377px;
	float: left;
	padding-top: 20px;	
	padding-right: 0px;
	padding-right: 15px;		
}

#back_col1 {
	height: 568px;
	width: 550px;
	float: left;
	padding-top: 35px;
	padding-left: 56px;	
}

#back_col2 {
	height: 603px;
	width: 397px;
	float: left;
}

#back_col2_top {
	height: 95px;
	width: 323px;
	float: left;
	padding-top: 35px;
	padding-left: 37px;
	padding-right: 37px;
	font-weight: bold;
}

#back_col2_bottom {
	height: 473px;
	width: 360px;
	float: left;
	padding-left: 37px;	
}

.grid_table_pad {
	padding-right: 14px;
	padding-bottom: 14px;
}

.thumbs:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}


.form_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2b5c75;
}

#directions {
	overflow-x:hidden;
	overflow-y:auto;
	background-image: url(../images/compass.png);
	background-repeat: no-repeat;
}

#map_canvas {
	border: 1px solid #a5acb2;
}

.error {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.contact_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2b5c75;
}


#content {
	height: 488px;
	width: 524px;
	padding-top: 6px;
	padding-bottom: 10px;
	padding-left: 16px;
	padding-right: 10px;
}


/* ######### JS TABS CSS (ajaxtabs.js) ######### START (This is the slide show navigation on the left of the page.)*/ 
.shadetabs{
	list-style-type: none; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	z-index: 1;
	margin-left: -20px;
}

.shadetabs li {
	display:inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.shadetabs li a {
	width: 24px;
	height: 23px;
	background-image: url(../images/button_off.gif);
	background-repeat: no-repeat;
	color: #2b5c75;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
	float:left;	
}

.shadetabs li a:hover{
	background-image: url(../images/button_off.gif);
	background-repeat: no-repeat;
	color: #990000;		
}

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(../images/button_on.gif);
	background-repeat: no-repeat;	
	color: #FFFFFF;	
}
/* ######### JS TABS CSS (ajaxtabs.js) ######### END*/ 

#mini_menu {
	height: 24px;
	width: 175px;
	float: left;
	background-image: url(../images/mini_bg.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2b5c75;
	padding-left: 445px;
	padding-top: 1px;
}

#mini_menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#mini_menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2b5c75;
	text-decoration: none;
}

#contact #mini_menu .contact {
	color: #2b5c75;
}

#who #mini_menu .who {
	color: #2b5c75;
}		

#character {
	color: #FFFFFF;
}

/* Nav Tabs CSS START (These are the 4 tabs at the top of the page.)*/
#top_tabs {
height: 36px;
width: 470px;
float: left;
padding-left: 150px;
}


#interior_btn a {
	height: 36px;
	width: 143px;
	background-image: url(../images/interior_btn.png);
	background-repeat: no-repeat;
	text-decoration: none;
	float: left;	
}

#interior_btn a:hover {
	background-position: 0 -36px;
}

#interior #interior_btn a {
	background-position: 0 -72px;
}

#architecture_btn a {
	height: 36px;
	width: 143px;
	background-image: url(../images/architecture_btn.png);
	background-repeat: no-repeat;
	text-decoration: none;
	float: left;	
}

#architecture_btn a:hover {
	background-position: 0 -36px;
}

#architecture #architecture_btn a {
	background-position: 0 -72px;
}

#industrial_btn a {
	height: 36px;
	width: 143px;
	background-image: url(../images/industrial_btn.png);
	background-repeat: no-repeat;
	text-decoration: none;
	float: left;	
}

#industrial_btn a:hover {
	background-position: 0 -36px;
}

#industrial #industrial_btn a {
	background-position: 0 -72px;
}

#digital_btn a {
	height: 36px;
	width: 143px;
	background-image: url(../images/digital_btn.png);
	background-repeat: no-repeat;
	text-decoration: none;
	float: left;	
}

#digital_btn a:hover {
	background-position: 0 -36px;
}

#digital #digital_btn a {
	background-position: 0 -72px;
}

/* Nav Tabs CSS END*/

/* Boxes along the Right of the home page. START*/
#minicontent1 {
	height: 244px;
	width: 309px;
	background-image: url(../images/minicontent_bg.png);
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 16px;
}

#minicontent2 {
	height: 255px;
	width: 309px;
	background-image: url(../images/minicontent_bg.png);
	background-repeat: no-repeat;
	float: left;	
}

#mini1 {
	height: 175px;
	width: 266px;
	padding-top: 20px;
	padding-left: 23px;
}

#mini2 {
	height: 175px;
	width: 266px;
	padding-top: 20px;
	padding-left: 23px;
}

.mini_feat_title {
}

.mini_img{
	padding-bottom: 10px;
}

.title_mini {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #2b5c75;
}
.descript_mini {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
}

.read_more_btn {
	position: relative;
	left: 259px;
	width: 27px;
	height: 27px;
	top: -9px;
}

/* Boxes along the Right of the home page. END*/

#footer {
	height: 30px;
	width: 1003px;
	float: left;	
}

#copyright {
	height: 24px;
	width: 428px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding-top: 6px;
	padding-left: 72px;
}

#legacy_link {
	height: 24px;
	width: 90px;
	float: left;
	padding-top: 6px;
	text-align: right;
	padding-right: 63px;
}

#d3logo {
	height: 29px;
	width: 173px;
	float: left;
	padding-right: 0px;
}



#legacy_link a{
	color: #999999;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#legacy_link a:hover{
	color: #ffffff;
}

#fb_btn {
	height: 27px;
	width: 25px;
	float: left;
	padding-top: 3px;
	padding-left: 0px;
}

#like_btn {
	height: 25px;
	width: 76px;
	float: left;
	padding-top: 5px;
	padding-left: 53px;
}
