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

html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color:#f3f2f2;
	font-family:"Lucida Grande", Lucida Sans, Arial;
	font-weight:normal;

} 

/* BASIC TYPOGRAPHY  */

p {
	font-size:12px;
	color:#636363;
	padding:0 20px;
	font-weight:normal;
}

.pOrange {
	color:#de773f;
}

p a:link,
p a:visited {
	color:#de773f;
	font-weight:normal;
        text-decoration:none;
}

p a:hover {
	color:#de773f;
	font-weight:normal;
        text-decoration:underline;
}

/* page title*/
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#de773f;
	font-weight:normal;
	padding:0 20px;
	margin:10px 0;
}

/* team member name*/
H2 {
	font-size:21px;
	color:#de773f;
	font-weight:bold;
	padding:0;
	margin:5px 0;
}

H3 {
	font-size:12px;
	color:#636363;
	font-weight:bold;
	margin:10px 0 0 0;
	padding:0 20px;
}

H4 {
	font-size:13px;
	font-family:Arial;
	color:#636363;
	font-weight:normal;
	padding:0;
	margin:5px 0 0 20px;
}

.h4Orange {
	color:#de773f;
}

ul, li{
	padding:0;
	margin:0;
	list-style:none;
}


/* PAGE WRAPPER */
 
#pagewidth{ 
	width:970px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
} 



/* HEADER  */

#header{
	background:url(images/interface/header_bar.gif) top no-repeat;
	position:relative;
	height:131px;
	width:100%;
}

#logo {
	position:relative;
	float:left;
	margin: 25px 0 0 30px;
	width:195px;
	height:90px;
}

#logo a, #logo a:hover {

	outline:none;
}


#tagline {
	position:relative;
	float:right;
	margin: 10px;
}



/* NAVIGATION  */
 
#navigation {
	background:url(images/interface/background_page.gif) repeat-y;
	position:relative;
	height:67px;
	width:100%;
} 

#mainNavigation {
	text-align:center;
	height:26px;
}
#mainNavigation a {
	outline:none;
}

#subNavigation {
	font-family: Arial;
	font-size:13px;
	padding: 15px 30px 0 30px;
	height:26px;
	font-weight:normal;
}

#subNavigation a:link,
#subNavigation a:visited {
	color:#636363;
	text-decoration:none;
	padding-right: 15px;
	padding-left: 15px;
	font-weight:normal;
	outline:none;
}

#subNavigation a:hover {
	color:#de773f;
	text-decoration:none;
	padding-right: 15px;
	padding-left: 15px;
	outline:none;
	font-weight:normal;
	outline:none;
}
#subNavigation .current {
	color:#de773f;
	padding-right: 15px;
	padding-left: 15px;
}

.buttonRequest {
	 margin:0 18px;
	 border:none;
}

#subNavigation a:link .current {
	color:#626363;
}



/* CONTENT AREA */

#maincol{
	background:url(images/interface/background_page.gif) repeat-y;
	 float: right; 
	 display:inline; 
	 position: relative; 
	 width:950px;
	 min-height:513px;
	 padding:0 10px;
 }
 
#maincol p {

	font-size:11px;
	color:#636363;
	padding:0 20px;
	margin:5px 0;
	display:compact;
	font-weight:normal;
}


/* BIOS central gray area for content*/
#centralContentArea {
	width:950px;
	height:260px;
	background-color:#f9f7f7;
	padding:0;
	color:#de773f;
	font-size:10px;
}

#centralContentImage {
	width:240px;
	height:195px;
	padding-top:35px;
	text-align:right;
	margin-right:30px;
	position:relative;
	float:left;
}

#centralContentImage img {
	border:3px solid #f3f2f2;
}


#centralContentCopy {
	width: 650px;
	height:230px;
	text-align:left;
	float: left;
	position:relative;
	font-weight:normal;
	color:#de773f;
}


#centralContentCopy p {

	font-size:11px;
	color:#636363;
	padding:0;
	margin:5px 0;
	display:compact;
	font-weight:normal;
}

#centralContentCopy h3 {
        margin:5px 0 0 0;
	padding:0;
}

#prev-next-strip {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#f4f3f3;
	height:20px;
	padding-top:5px;
	width:950px;
	top:5px;
	float:left;
	position:relative;
}

#buttonPrev {
	width: 150px;
	position:relative;
	float:left;
	margin-left:50px;
}

#buttonNext {
	width: 150px;
	position:relative;
	float:right;
	margin-right:50px;
	text-align:right;
}


#buttonPrev a:link,
#buttonPrev a:visited,
#buttonNext a:link,
#buttonNext a:visited {
	color:#de773f;
	text-decoration:none;
}


#buttonPrev a:hover,
#buttonNext a:hover {
	color:#de773f;
	text-decoration: underline;
}
	


/* FOOTER AREA */ 

#footer{
	background:url(images/interface/footer_bar.gif) top no-repeat;
	height:77px;
	clear:both;
 }
 
 
#logoEmail {
	height:41px;
	float:left;
	margin:15px 0 0 20px;

}

 
#footerEmail {
	font-family: Arial;
	font-size:12px;
	color:#636363;
	height:21px;
	width:250px;
	padding-top:20px;
	margin-left:10px;
	float:left;
}

#footerEmail a:link,
#footerEmail a:visited {
	color:#de773f;
	text-decoration:none;
}


#footerEmail a:hover {
	color:#636363;
	text-decoration:none;
}



/* IMAGES SLIDER */

#slider {
	width:910px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	margin-top:45px;
}

	#slider #button{
		border:0;
		margin-top:25px;
		padding-bottom:auto;
		display:inline;
		float:left;
	}
	
	#slider #button a{
		margin:0;
		color:#69C;
		outline:none;	
	}
	#slider .prev{
		float:left;
		padding-top: 30px;
	}
	#slider .next{
		float:right;
		padding-top: 30px;
	}



#sliderArrowLeft {
	position:relative;
	display:inline;
	float:left;
	margin-top:5px;
}


#sliderArrowRight {
	position:relative;
	display:inline;
	float: right;
	margin-top:5px;
}


#sliderImages {
	position:relative;
	float:left;
	width:810px;
	height:120px;
	margin-left:10px;
	overflow:hidden;
	display:inline;
}



#sliderImages ul{
	width:6000px;
	padding-left:225px;
}

#sliderImages li{
	float:left;
	margin:0 16px;
	list-style:none;
}


#slideshow{
	overflow:hidden;
	width:810px;
	height:140px;
	float:left;
	display:inline;
	padding-top:20px;
	margin-left:10px;

}

#slideshowHome {

	overflow:hidden;
	width:810px;
	height:140px;
	float:left;
	display:inline;
	padding:0 20px;
	margin-left: 30px;
}

#slideshow ul {
	width:6000px;
	padding-left:225px;
}

#slideshow li {
	float:left;
	width:100px;
	height:150px;
	margin:0 20px;
}

#slideshow li a {
	float:left;
	width:100px;
	min-height:150px;
	padding:10px 10px;
	text-decoration:none;
	outline:none;
}


#slideshowHome ul li {
	float:left;
	width:100px;
	height:150px;
	margin:0 25px;
}

#slideshowHome ul li a {
	float:left;
	width:129px;
	padding: 20px 10px 10px 10px;
	text-decoration:none;
	outline:none;

}




.sliderThumbHover {
	background:#f3f2f2;
	outline:none; 
}




.sliderThumbOn {
	background:#f3f2f2;
	outline:none; 
}

.sliderThumbActive {
background: url('js/jquery-galleryview-1.1/themes/custom/pointer.png') top center no-repeat;
padding-top: 20px;
}

.sliderThumbInactive {
padding-top: 20px
}

.sliderThumb {
	position:relative;
	float:left;
	margin-right: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#de773f;
        width:130px;
        max-width:130px;

}

.sliderThumb img {
	display:block;
	margin-bottom:5px;
outline:none;
        border: 3px solid #de773f;
}

.sliderThumb a {
	outline:none;
border:0;
}

#sliderNoImage {
margin-bottom:5px;
width:80px;
height:73px;
background-color:#f9f7f7;
border:3px solid #f3f2f2;
}
 
.sliderThumbTitle {
	font-family:"Lucida Grande", Lucida Sans, Arial;
	font-size:11px;
	color:#de773f;
	font-weight: normal;
	display:block;
       max-width:96px;

}
	
.sliderThumbSubtitle {
	font-family:"Lucida Grande", Lucida Sans, Arial;
	font-size:10px;
	color:#636363;
	font-weight: normal;
       max-width:96px;
}

/* GALLERY VIEW - NEW IMAGE SLIDER GALLERY */


.panel { 
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
.panel h2 {
	margin: 0;
	font-size: 2em;
}

.panel h3 {
	margin: .5em 0;
	font-size: 0.8em;

}

.panel p {
	margin: 1em 0;
	font-size: 1.1em;

}

.panel-overlay h2 {
  color:#fff;
  font-size: 1.4em;
  padding-left: 20px;
}


.panel-overlay h2,
.panel-overlay p{
	margin: .3em 0;
}
.panel-overlay p {
  color:#fff;
	line-height: 1.2em;
}




/* /GALLERY VIEW */
	

/* FLASH Video Player styles */	

#videoTitle {
	position:absolute; 
	top:-25px;
	left:30px;
	color:#de773f;
	font-size:14px;
}

#flvplayer {

height:340px;
	color:#de773f;
	font-size:10px;

}
 

/* END FLASH Video Player styles */	
 

/* CONTACT PAGE & FORM */

#contactLeft {
width:500px;
position:relative;
float:left;
}

#contactRight {
width:410px;
position:relative;
float:left;
margin:10px;
background-color:#f9f7f7;
padding:10px 0 10px 0;
}

#requestLeft {
width:300px;
position:relative;
float:left;
margin:10px 10px 10px 20px;
background-color:#f9f7f7;
padding:10px 0 10px 0;
}

#requestRight {
width:510px;
position:relative;
float:left;
margin:10px;
background-color:#f9f7f7;
padding:10px 0 10px 0;
}

.contactText {
color:#666;
font-family:Arial;
height:15px;
font-size:11px;
border:solid 1px #ddd;
}

.contactTextarea {
color:#666;
font-family:Arial;
width:350px;
height:70px;
font-size:11px;
border:solid 1px #ddd;
}


.buttonSubmit {
background-color:#de773f;
font-family:Arial;
width:100px;
height:20px;
font-size:12px;
border:solid 1px #fff;
color:#fff;
margin-left:20px;
}

/* END CONTACT FORM */

 /* *** Float containers fix *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-block;}

a {
text-decoration:none;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  