/* @override 
	http://192.168.1.20/visionscape/styles/visionscape.css
	http://localhost/~mani/visionscape/styles/visionscape.css
	http://localhost/~mani/visionscape/js/lib/validation/style.css
	http://192.168.1.90/~mani/visionscape/styles/visionscape.css
	http://static90.westonmason.com/visionscape/styles/visionscape.css
	http://192.168.1.90/visionscape/styles/visionscape.css
*/

/* 	
	the positioning here has to be pixel perfect, 
	so be careful when editing!
*/

/* @group Globals */

/* 
  for IE
*/
* {
  	margin: 0;
	padding: 0;
}

img {
  	border: 0;
}

h3, strong {
	font-size: 14px;
  	color: white;
}

a {
  	color: gray;  	
}

body {
  	color: gray;
	background: url(../images/main_background.png) no-repeat;
	background-color: black;
	font: 12px Arial, Helvetica, sans-serif;
}

strong {
  	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.5em;
	color: white;
	line-height: 20px;
}

p {
  	margin-bottom: 10px;
  	margin-right: 15px;
}

blockquote {
	margin: 20px 30px 5px;
	font-style: italic;
}

hr {
	border-color: #000;
	margin: 20px 0;
}

h2 {
	font-size: 14px;
}

div#side_caption #about_us_nav {
	width: 100px;
	margin: 20px 0 0 55px;

}
/* @end */

/* @group flash containers */

div#flash_container {
  	position: absolute;
	top: 60px;
	left: 138px;
}

div#flash_container2{
  	position: absolute;
	top: 610px;
	left: 30px;
	height: 16px;
	width: 320px;
}

div#flash_video_player_container {
  	position: absolute;
	left: 130px;
  	top: 135px;
  	border: 1px solid white;
}

/* @end */

/* @group Framed Content Area */

div#framed_content_area {
  	position: absolute;
	top: 110px;
	left: 120px;
	height: 545px;
	width: 800px;
	border: 0;
	padding: 0;
	padding: 27px 11px;
	float: none;
	clear: none;
}

div#ie-hack {
	position: absolute;
	width: 440px;
	height: 300px;
	overflow: auto;
}

.framed_background {
	background: url(../images/main_content_frame.png) no-repeat;
}

div#framed_content_area img {
  	border: 1px solid white;
}

#our_people_content .centered, #the_company_content .centered {
  	margin: 0px auto 10px;
	display: block;
}


div#footer {
	position: absolute;  
	top: 665px;
	/*width: 715px;*/
	width:722px;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: gray;
}

div#company_gallery_container {
	float: left;
	height: 290px;
	width: 400px;
	margin: 0 auto;
	margin-bottom: 20px;
}
div#company_gallery_container img.replaced {
  	display: block;
  	margin: 0px auto;
  	margin-bottom: 5px;
}

/*div#company_gallery_container ul {
	height: 45px;
	padding: 0;
	width: 360px;
  	margin: 0px auto;
  	overflow: hidden;
}*/

div#company_gallery_container ul li {
  	margin: 0;
  	margin-left: 2px
}

#our_people_content .left-block {
	float: left;
	margin: 0px 10px 10px 0px;
}

#our_people_content p {
	clear: both;
  	width: 90%;
  	display: block;
	text-align: justify;
	margin-bottom: 15px;
}

#our_people_content a.email_link {
  	font-size: 14px;
	color: #595959;
	display: block;
}

#our_people_content a.email_link:hover {
  	color: lightblue;
}

#our_people_content span.linkedin_button {
	display: block;
	float: left;
  	font-size: 14px;
  	background-color: black;
  	color: white;
  	padding: 4px;
  	margin-top: 3px;
}

#our_people_content span.linkedin_button a {
	color: lightblue;
  	font-size: 12px;	
}

#our_people_content span.linkedin_button a:hover {
  	color: gray;
} 

#our_people_content div.link_block {
  	margin-top: 50px;
  	float: left;
}

div#framed_content_area .image_gallery_thumbnails_container img {
  	border: 0px solid white;
}


.main_container > div:first-child{
	border: 0px solid pink;
  	width: 470px;
  	height: 340px;
	padding: 0;
	float: left;
	clear: none;
}

div#framed_content_area div#side_caption {
  	height: 150px;
	width: 270px;
	background-color: transparent;
	float: left;
	clear: none;
	margin-left: 30px;
	margin-top: -10px;
	overflow: hidden;

}

div#framed_content_area div#caption_nav {
  	border: 0;
	height: 20px;
	width: 220px;
	float: left;
	clear: both;
	margin-top: 45px;
	overflow: visible;
	position: absolute;
	top: 145px;
	left: 527px;
}

div#framed_content_area div#caption_nav div {
	float: left;
	clear: none;
	width: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
  	background-color: gray;
  	width: 100px;
  	text-align: center;
	font-weight: bold;
	height: 14px;
	line-height: 14px;	
	font-size: 11px;	
}

div#framed_content_area div#caption_nav #residential {
  	/*background-image: url(../images/nav/residential.png);*/
}

div#framed_content_area div#caption_nav #commercial {
	float: left;
	clear: none;
  	/*background-image: url(../images/nav/commercial.png);*/
}

/* for the landing page, probably won't need it, since the ladning page is supposed to be in flash */

#home_main_img {
  	position: absolute;
	top: 60px;
	left: 137px;
	border: 0;
	padding: 0;
}

/* @end */

/* @group Navigation links */

div#main_nav_container {
  	position: absolute;
	left: 520px;
	top: 25px;
}

#main_nav, #secondary_nav {
  	list-style-type: none;
	color: #fff;
	font: bold "ITC Avant Garde Gothic LT", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* 	hide the raw text in the navigation menu
	the background image will display the text in a spiffy font
*/

#main_nav li a, #secondary_nav li a {
  	display: none;
}

/* 
	define the backgroun image URL for each nav item
	use relative positioning to achieve a step effect
 */

#main_nav li#architectural_illustration {
  	background-image: url(../images/nav/architectural_illustration.png);
}

#main_nav li#visual_simulation {
  	background-image: url(../images/nav/visual_simulation.png);
	left: 25px;
}

#main_nav li#terrain_modeling {
  	background-image: url(../images/nav/terrain_modeling.png);
	left: 50px;
}

#main_nav li#video_animation {
  	background-image: url(../images/nav/video_animation.png);
	left: 75px;
}

#main_nav li#vsi_interactive {
  	background-image: url(../images/nav/vsi_interactive.png);
	left: 100px;
}

/* size and rollover is the same for all nav items */

/* 
	IMPORTANT NOTE:
	  Combo IE gotcha:
	  1. For the list to have consistent top and bottom margins in IE,
	     we need float:left;display:none
	     Otherwise, IE will always add a few pixels to the top ann bottom
	  2. When you set float:left on a list item in IE, 
	     the list bullet disappears:
	     http://www.venutip.com/content/disappearing-bullets-ie
	     
	 So then we need to add an image list bullet and set padding-right 
	 to allow the image to be seen
*/

#main_nav li, #secondary_nav li {
  	line-height: 6px;
	width: 200px;
	margin-top: 7px;
	margin-left: 10px;
	float: left;
	clear: both;
	position: relative;
}

/* @group Navigation Rollover Class */

/* 
	handles the rollover effects for nav elements 
	to add a rollover effect, do the following:
	1. Add class="hoverable_nav" to the element
	2. Add a css entry with a bacground-image url set to the rollover image
	3. Create a rollover image with the correct height
*/

.static_nav, .dynamic_nav {
  	height: 9px;
	background-position: 0 0;
	background-repeat: no-repeat;
	opacity: 0.8;
  	/* for opacity in IE */
	filter: alpha(opacity = 80);
}

.static_nav:hover, .dynamic_nav:hover, .highlighted_nav {
  	background-position: 0 -10px;
	cursor: pointer;
	opacity: 1.0;
  	/* for opacity in IE */
	filter: alpha(opacity = 100);
}

/* @end */

/* @group Secondary Nav elements */

#secondary_nav {
  	position: relative;
	top: -65px;
	left: 250px;
}

#secondary_nav #contact_us {
  	background-image: url(../images/nav/contact_us.png);
}

#secondary_nav #recent_work {
  	background-image: url(../images/nav/recent_work.png);
}

#secondary_nav #about_us {
  	background-image: url(../images/nav/about_us.png);
}

/* @end */

/* @end Navigation links*/

/* @group Contact Form */
/* more form styles in js/lib/validation/style.css */
#contact_form {
	color: white;
  	background-color: #767676;
  	height: 100%;
  	border: 1px solid white;
  	opacity: 0.8;
  	
  	/* for opacity in IE */
	filter: alpha(opacity = 80);
}
#contact_form label {
  	vertical-align: bottom;
}

#contact_form input, #contact_form textarea {
  	width: 400px;
  	float: right;
  	clear: none;
  	background-color: #535353;
  	color: #d7d7d7;
	font-weight: bold;
	border: 0;
}


#contact_form textarea {
  	background-color: #535353 !important;
}

#contact_form.validation-failed {
  	background-color: #535353 !important;  	
}

#contact_form input {
	height: 15px;
}

#contact_form textarea {
	overflow: auto;
}

#contact_form input#submit_button {
  	width:  50px;
	height: 20px;
  	border: 0;
  	color: #535353;
  	background-color: white;
	font-weight: bold;
	margin: 1px 200px;
	
}
#contact_form input#submit_button:hover {
  	cursor: pointer;
}

#contact_form fieldset {
	border: 0;
	height: 100%;
}
/* @end */

/* @group Scrollbar for IE */

/*#framed_content_area {
	scrollbar-3dlight-color:#767676; 
	scrollbar-arrow-color:#767676; 
	scrollbar-base-color: #767676; 
	scrollbar-track-color:#535353; 
	scrollbar-darkshadow-color:#535353; 
	scrollbar-face-color:#767676; 
	scrollbar-highlight-color:#767676; 
	scrollbar-shadow-color:#535353;   	
}*/

/* @end */

.about_us strong {
  	color: black;
  	font-weight: normal;
}

.dynamic_nav {
  	color: white;
}

.about_us ul li.dynamic_nav {
	list-style-type: none;
	margin-bottom: 10px;
  	background-color: gray;
  	width: 100px;
  	text-align: center;
	font-weight: bold;
	height: 14px;
	line-height: 14px;	
	font-size: 10px;
}

div#main_content.about_us {
  	border: 10px solid #505050;
  	padding: 10px;
	background-color: #c2c2c2;
	color: #353535;
	width: 430px;
	height: 300px;
	overflow: auto;
}

#whats_new_content div, #careers_content div{
	background-color: #c2c2c2 !important;  	
	color: #353535 !important;
	font: 12px Arial, Helvetica, sans-serif !important;
}

div.image_gallery_thumbnails_container {
  	position: absolute;
  	top: 475px;
  	left: 250px;
  	height: 80px;
  	width: 500px;
  	border: 0px solid pink;
  	overflow: visible;
}

div#logo_container {
 position: absolute; 	
 top: 25px;
 left: 15px;
}

#landing_page_text {
	position: absolute;
	left: 10px;
	top: 470px;
	width: 360px;
	font-size: 11px;
	line-height: 14px;
}

#photo_description_container {
	position: absolute;
	top: 490px;
	left: 40px;
  	height: 70px;
  	width: 300px;
  	text-align: right;
}

#w3_valid_icon {
  	position: absolute;
  	bottom: 0px;
  	right: 0px;
}

/* @group Contact Form */

.validation {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required, textarea {
	border: 0px dotted black;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	color : black;
	background-color: #5a9ce6;
	float: left;
	clear: both;
	margin-left: 53px;
	padding: 2px;
	width: 390px;
	font-style: italic;
}

.custom-advice {
	margin: 3px 0;
	padding: 3px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 5px;
	margin-bottom: 2px;
}

label {

}
.form-row {
	float: none;
	overflow: hidden;
	clear: both;
	padding: 3px;	
	border-collapse: collapse;
	
}

.field-label {
	float: left;
	clear: none;
	text-align: right;
	width: 45px;
}

.field-widget {

}


/* @end */



.mooquee
{
	border: 0;
	padding: 5px;	
	
	/* don't change */
    position: absolute;
	overflow: hidden;
	white-space: nowrap;
	color: white;
	
}
.mooquee-text
{
	/* don't change */
	position: absolute;
}


.white-border {
	border: 1px solid white;	
}


.main_container.thumbs_only {
	width: 0;
	height: 0;
	overflow: visible;
  	position: absolute;
  	top: 0;
  	left: 0;
  	  	color: gray;
}

.thumbs_only .slideshow-thumbnails {
	/*position: fixed;
	top: 578px;*/
	margin-top: 25px;
	margin-left: 10px;

}

#footer a, #footer a:visited {
	color: #5ea2ef;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.thumbs_only .slideshow-images {
	display: none !important;
}

#footer img {
  	margin-top: 10px;
}

div#slideshow_container.slideshow.thumbs_only {
	height: 0;
	width: 0;
}

div.thumbnail_nav a img {
	border: 0 !important;
	height: 70px; 		
}

div#thumbnail_nav_left, div#thumbnail_nav_right {
	position: absolute; 	
	top: 475px; 
}

div#thumbnail_nav_right {
	left: 775px;
}

div#thumbnail_nav_left {
	left: 250px;  	
}
