﻿/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
   margin:0;   
   padding:0;   
} 
able {  
   border-collapse:collapse;   
   border-spacing:0;   
} 
ieldset,img {    
    border:0;   
} 
address,caption,cite,code,dfn,em,strong,th,var {  
    font-style:normal;   
    font-weight:normal;   
} 
ol,ul {  
    list-style:none;   
} 
caption,th {  
    text-align:left;   
} 
h1,h2,h3,h4,h5,h6 {  
    font-size:100%;   
    font-weight:normal;   
} 
q:before,q:after {  
    content:'';   
} 
abbr,acronym { border:0;   
}  

/* Styles */

html, body {
	font-family: Gill Sans, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #777777;
	background-color: #FFFFFF;
	line-height : 150%;
	height:101%;	
	margin: 0px;
	overflow:hidden;
}
p 
{
	margin-bottom: 15px;
}

h1
{
	font-size: 120%;
	font-weight:bold;
	margin-bottom:10px;
	color:#707070;
}
h2
{
	color:#00577A;		
	font-size:120%;
	font-weight:bold;
	margin-bottom: 15px;
	text-transform:capitalize;
}
h4
{
	font-weight:bold;
    font-size:120%;	
}
a
{
	text-decoration:none;
	color:#0095D3;	
	border:none;
}
a:visited
{
	text-decoration:none;

}
a:hover
{
}
strong
{
	font-weight:bold;
}
em
{
	font-style:italic;
}
ul
{
	margin: 0px 0px 0px 20px;
	list-style-type:disc;
	list-style-position:outside;
}
li
{
    margin: 0px 0px 0px 15px;
	list-style-type:disc;
}

.show
{
}

.hide
{
    display:none;
}
.spacer
{
 	height: 25px;   
 	display:block;
 	position:relative;
}
.clearer
{
    display:block;
    clear:both;
    height:0px;
}

/* layout */
.left
{
    float:left;
    text-align:left;
}
.right
{
    float:right;
    text-align:right;
}

.intro_text
{
    font-size:18px;
    line-height:120%;
    margin:10px;
}


/* CONTROL PANEL */

#page_wrapper
{
	display:block;
	height:100%; 
	max-height:100%;
	overflow:hidden;
	position:relative;
	z-index:2;
}

.control_panel
{
	bottom:-1px;
	color:#000000;
	display:block;
	height:115px;
	width:100%;
	padding: 0px;
	position:absolute;
	text-align:center;
	z-index:5;
}

.control_nav 
{
	margin-left: auto;
	margin-right: auto;
	width:780px;
	height:100px;
	z-index:6;	
}

.control_nav_left
{
	float:left;
	width:378px;
	height:100px;
	margin: 0px;
	padding:0px;
	overflow:hidden;
	display:block;
}
.control_nav_left_bg
{
	background-image: url(../images/controller_map.png);	
	background-repeat: no-repeat;
}

.control_nav_map_locator
{
    width:10px;
    height:12px;
    display:block;
    float:left;
    margin: 11px 0px 0px 212px;
    z-index: 20;
}

.control_nav_middle
{
	width:388px;
	height:100px;
	padding:0px;
	float:left;
	overflow:hidden;
	display:block;
}
.control_nav_middle_bg
{
	background:url(../images/controller_bg.png) repeat-x top left;
}

.control_nav_right
{
	width:14px;
	height:100px;
	margin: 0px;
	padding:0px;
	float:right;
	overflow:hidden;
	display:block;
}
.control_nav_right_bg
{
	background:url(../images/controller_right.png);
	background-repeat:no-repeat;
}


.control_nav ul 
{
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;	
}

.control_nav li 
{
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;	
	text-align:center;
}



.control_nav a
{
	display:block;	
	border: none;
	background-position: 0 -100px; 
	width:52px;
	padding:0px;
	overflow:hidden;
	color:#fff;
	height:100px;
	text-align:center;
	text-decoration:none;
}

.control_nav a:hover
{
	background-position: 0	0px; 
}

.control_nav a.active
{
	background-position: 0	-200px; 
}

.control_nav_who a
{
	background:url(../images/who_button.png) no-repeat top left;
	background-position: 0 -100px; 	
}

.control_nav_services a
{
	background:url(../images/services_button.png) no-repeat top left;
	background-position: 0 -100px; 	
}

.control_nav_how a
{
	background:url(../images/how_button.png) no-repeat top left;
	background-position: 0 -100px; 	
}

.control_nav_folio a
{
	background:url(../images/folio_button.png) no-repeat top left;
	background-position: 0 -100px; 	
}

.control_nav_why a
{
	background:url(../images/why_button.png) no-repeat top left;
	background-position: 0 -100px; 	
}

.control_nav_where a
{
	background:url(../images/where_button.png) no-repeat top left;
	background-position: 0 -100px; 	
}

.control_nav_tour a
{
	background:url(../images/tour_button.png) no-repeat top left;
	background-position: 0 -100px; 	
}

.control_nav_what a
{
	background:url(../images/what_buttonB.png) no-repeat top left;
	background-position: 0 -100px; 	
}

.control_nav_spacer
{
	width:11px;
}
.control_nav_separator
{
	width:17px;
	height:100px;	
	background:url(../images/controller_separator.png) no-repeat top left;
	z-index:8;
}

.image_holder
{
    position:absolute;    
	top:5000px;
	left:3000px;	
}
/* layout */
div.pane
{
	overflow:hidden;
	clear:left;
	margin: 0px;
	position:relative;
	width:100%;
	height:1200px;
}

.map_wrapper
{
	margin:0px;
	padding:0px;
	position:absolute;
	top:1000px;
	left:1000px;	
	width: 12000px;
	height:6000px;
}
.intro_wrapper
{
	margin:0px;
	padding:0px;
	position:absolute;
	top:950px;
	left:855px;	
	width:710px;
	height:700px;
}

.who_wrapper
{
	margin:0px;
	padding:0px;
	position:absolute;
	top:3013px;
	left:4410px;	
	width:540px;
	height:700px;
}

.where_wrapper
{
	margin:0px;
	padding:0px;
	position:absolute;
	top:2430px;
	left:1335px;	
	width:540px;
	height:700px;
}

.services_wrapper
{
	margin:0px;
	padding:0px;
	position:absolute;
	top:1580px;
	left:7915px;	
	width:540px;
	height:700px;
}

.how_wrapper
{
	margin:0px;
	padding:0px;
	position:absolute;
	top:3520px;
	left:7997px;	
	width:560px;
	height:700px;
}

.why_wrapper
{
	margin:0px;
	padding:0px;
	position:absolute;
	top:4560px;
	left:1583px;	
	width:540px;
	height:700px;
	line-height:100%;
}

.folio_wrapper
{
	margin:0px;
	padding:0px;
	position:absolute;
	top:4710px;
	left:7988px;	
	width:650px;
	height:700px;
}

.content_container
{
	margin-left:auto;
	margin-right:auto;
	margin-top:200px;
	width:670px;
}

.content_item
{
}
.folio_sub_nav
{
    width: 200px;
}
.sub_nav
{
    float: left;
    width: 120px;
    margin: 0px 0px 0px 0px;
    line-height: 100%;
}
.sub_nav a:hover
{
}

.sub_nav ul 
{
	list-style-type: none;
	list-style-position:inside;
	margin-left:0px;
}
.sub_nav li 
{
	margin-left:0px;
	margin-bottom: 10px;
	display: list-item;
	list-style-type:none;	
}
.sub_nav_item 
{
	margin-left:0px;
	margin-bottom: 10px;
	
	background:none;
}

.sub_nav_item a:active;
{
    background:url(../images/active.png) no-repeat top left;
    background-position: 0px 2px;	
}

.sub_nav a
{
    background:none;	
    padding-left:14px;
}

.sub_nav a.active 
{
    background:url(../images/active.png) no-repeat top left;
    background-position: 0px 2px;	
}

.sn_line_up
{
    width:12px;
}
.sub_heading
{
    padding-left:12px;
	color:#00577A;		
	font-weight : bold;	
	margin-bottom: 10px;
}
.content_column
{
    float: right;
    width:400px;
    height:500px;
    margin: 0px 0px  0px  10px;
    overflow:auto;
}

.content_column a:hover
{
	text-decoration:underline;

}

.folio_content_column
{
    float: right;
    width:510px;
    height:500px;
    margin: -15px 0px  0px  0px;
    overflow:auto;
}

.borderLeft
{
	border-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;		
}

.highlight_text
{
    color:#0095D3;    
}


.gallery_wrapper
{
	width:500px
}
.gallery_image
{
	width:500px;
	height:300px;
	float:right;
}
.gallery_header
{
    
}
.gallery_footer
{
    
}
.gallery_caption
{
    margin-top:7px;
	text-align:right;
	float:right;
}

.gallery_nav
{
    margin-bottom:5px;  
    height:15px;  
}

.gallery_nav p
{
}


.gallery_nav a
{
	display:block;	
	padding:0px;
	overflow:hidden;
	color:#fff;
	text-decoration:none;
}

.gallery_nav_controls
{
    width:191px;
	float:right;
	position:relative;
	margin-top:4px;
}
.gallery_nav_left a
{
	float:left;
    width:100px;
    height:10px;
	background:url(../images/previous_next.gif) no-repeat 0px 0px;
}
.gallery_nav_left a:hover
{
	background:url(../images/previous_next.gif) no-repeat 0px -10px; 
}

.gallery_nav_right a
{
	float:right;
    width:90px;
    height:10px;
	background:url(../images/previous_next.gif) no-repeat -100px 0px; 
}
.gallery_nav_right a:hover
{
	background:url(../images/previous_next.gif) no-repeat -100px -10px;
	text-decoration:none;
}


.project_list_wrapper
{
    margin-top:7px;
	float:left;
	position:relative;
}
.project_list
{
	
}
.gallery_item
{
    float:left;
	display:block;	
	padding:0px;
	overflow:hidden;
    text-decoration:none;	
    border:none;
	height:16px;
	width:16px;
	background:url(../images/temp_image_numbers.gif) no-repeat top left;
    background-position: 0	0px; 	
}
.gallery_item a, .gallery_item a:hover
{
    border:none;
    text-decoration:none;
}

.gallery_item0
{
	background-position: 0	0px; 
}
.gallery_item0 a:hover, .gallery_item0.highlight
{
	background-position: 0	-16px; 
    text-decoration:none;
}

.gallery_item1
{
	background-position: -16px	0px; 
}
.gallery_item1 a:hover, .gallery_item1.highlight
{
	background-position: -16px	-16px; 
    text-decoration:none;
}

.gallery_item2
{
	background-position: -32px	0px; 
}
.gallery_item2 a:hover, .gallery_item2.highlight
{
	background-position: -32px	-16px; 
}
 
.gallery_item3
{
	background-position: -48px	0px; 
}
.gallery_item3 a:hover, .gallery_item3.highlight
{
	background-position: -48px	-16px; 
}

.gallery_item4
{
	background-position: -64px	0px; 
}
.gallery_item4 a:hover, .gallery_item4.highlight
{
	background-position: -64px	-16px; 
}

.gallery_item5
{
	background-position: -80px	0px; 
}
.gallery_item5 a:hover, .gallery_item5.highlight
{
	background-position: -80px	-16px; 
}

.gallery_item6
{
	background-position: -96px	0px; 
}
.gallery_item6 a:hover, .gallery_item6.highlight
{
	background-position: -96px	-16px; 
}

.gallery_item7
{
	background-position: -112px	0px; 
}
.gallery_item7 a:hover, .gallery_item7.highlight
{
	background-position: -112px	-16px; 
}

.gallery_item8
{
	background-position: -128px	0px; 
}
.gallery_item8 a:hover, .gallery_item8.highlight
{
	background-position: -128px	-16px; 
}

.gallery_item9
{
	background-position: -144px	0px; 
}
.gallery_item9 a:hover, .gallery_item9.highlight
{
	background-position: -144px	-16px; 
}

.who_image  a 
{
    background-repeat: no-repeat;
    background-position: 0	-45px; 
    display:block;
    height:44px;
    overflow:hidden;
    width:40px;
}


.who_image a:hover
{
	background-position: 0	0px; 
}

.who_items
{
    position:relative;	
    display:block;
    float:left;
}

.who_images_wrapper
{
    position:relative;	
    display:block;
    float:left;
    width:auto;
    overflow:auto;
}

.who_images_wrapper ul 
{
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;	
}

.who_images_wrapper li 
{
	float:left;
	list-style-type:none;
	margin: 5px 5px 5px 0px;
	padding:0;
	position:relative;	
	text-align:center;
}




