body {
	background-image: url(/images/bg.jpg);
	background-position:center top;
	background-repeat:repeat;
	background-color: #f3f2f2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.about-details a:link{
	text-decoration:none;
	font-weight:bold;
	color:#273c5d;}
	
.about-details a:hover{
	color:#717171;}

@media screen and (min-width: 1440px) {
	.image_width {
    width: 850px; 
	height: 478px;}
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .image_width {
    width: 690px; 
	height: 388px;}
}

@media screen and (max-width: 1279px) {
  .image_width {
    width: 403px; 
	height: 218px;}
}

.white_transparent{
	background: rgb(255, 255, 255) transparent; 
	background: rgba(255, 255, 255, 0.7); 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#992e2e2e, endColorstr=#992e2e2e); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#992e2e2e, endColorstr=#992e2e2e)";	
}

#header-area.transparent{
	background: rgba(0,0,0,.8);
	zoom: 1;
	filter: alpha(opacity=80);
	position:absolute;
}

#header-area{
	position:absolute;
	width: 100%;
	height:105px;
	z-index:100;
	background-color: #ffffff;
}

#header-area img{
	position:absolute;
	bottom: -125px;
	left:60px;
	z-index:1;
}

.home-page-img{
	float:left;
}

#page{
	position:relative;}

#page_list{
	/*position:absolute;*/
	top:0;
	bottom:0;
	overflow:hidden;
}

.home-page{
	position:relative;
}

footer{
	width: 100%;
	background-color: #e0e1e2;
	display:block;
	position:absolute;
	bottom:0;
	text-align:center;
	padding: 5px 0 15px 0;
	background: -moz-linear-gradient(top, #273c5d 0, #131d2c 100%);
	background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#404040), to(#151515));
	background: -webkit-linear-gradient(top, #404040 0, #151515 100%);
	background: -o-linear-gradient(top, #404040 0, #151515 100%);
	background: -ms-linear-gradient(top, #404040 0, #151515 100%);
	background: linear-gradient(top, #404040 0, #151515 100%); 
	/*height: 30px;*/
}

header{
	float:right;
	font-size:12px;
	margin:20px 0 0 0;
	width:573px;
}

#main-nav{
	float:right;
	margin-right:10px;
	width:700px;
}
#main-nav li{
	float:left;
	position:relative;
	height:31px;
	list-style:none;
	text-decoration:none;
	text-transform:uppercase;
	/*margin: 0 3px;
	margin-top:10px;*/
}

#main-nav li a:hover{
color:#5a92e9;
  border-top:2px solid #fff;
}

#header-area.button header a{
	color: #ffffff;
}

a.main{
	padding: 3px 0px 7px;
	margin: 0 15px;
	display:inline-block;
	cursor: pointer;
	padding-top:5px;
	color:#e0e1e2;
	position:relative;
	font-family:PTSansBold, sans-serif;
	font-size:14px;
	text-decoration:none;
}

footer #copyright{
	float:left;
	padding-left:0px;
	color: #e0e1e2;
	font-size: 11px;
	padding-top:10px;
	font-family: PTSansBold, sans-serif;
}
footer #copyright{
	padding-left:40px;
}

#cRam{
	font-family: PTSansBoldItalic, sans-serif;
	font-style: italic;
	color: #e0e1e2;
	float:right;
	margin-top: 3px;
	margin-right: 40px;
}

#cRam a{
	text-decoration:none;
	color:#e0e1e2;
	}
	
.content-details{
	margin: 170px 50px 100px 600px;
	font-family:Georgia;
}

#stage{
	min-height: 870px;
	min-width: 1000px;
}

#main {
	position:absolute;
	min-height:100%;
	width:100%;
	min-width:1000px;
}

#about-stage{
	min-height: 870px;
	min-width: 1000px;
}
#about-list{
	/*position:absolute;*/
	top:0;
	bottom:0;
	overflow:hidden;
}
.about-page{
	position:relative;
}
.about-page-img{
	float:left;
}
.about-details{
	margin: 120px 10px 100px 530px;
	font-family:sans-serif;
	font-size:14px;
  background:#fff;
   min-height:675px;
  padding:10px;
  border-top:4px solid #273c5d;
}
.about-details h1, .career-details h1{
	font-size: 30px;
	color: #626262;
	line-height:normal;
	text-transform: uppercase;
	padding: 25px 0;
}
.about-details h2{
	font-size: 18px;
	line-height:normal;
	padding-bottom: 5px;
}
.about-details quote{
	font-size: 30px;
	line-height: 44px;
	padding-bottom: 25px;
	display:inline-block;
}
.about-details quote span{
	font-size:15px;
	font-weight: bold;
	color: #2b2b2b
}
.about-details section{
	padding: 10px 0;
	font-size: 20px;
}
.about-details section span.red{
	color: #d80100;
	position:relative;
	bottom:1px;
}
.about-details a{
	text-decoration: underline;
}
.about-details a:hover{
	color: #000000;
}

.second_word{
	font-family:PTSansNarrowBold, sans-serif;
	color:#273c5d;
	float:
	}
	
.controlPanel{
	font-family:sans-serif;}

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }

@font-face {
    font-family: 'FanwoodRegular';
    src: url('Fanwood-webfont.eot');
    src: url('Fanwood-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fanwood-webfont.woff') format('woff'),
         url('Fanwood-webfont.ttf') format('truetype'),
         url('Fanwood-webfont.svg#FanwoodRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FanwoodItalic';
    src: url('Fanwood-Italic-webfont.eot');
    src: url('Fanwood-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fanwood-Italic-webfont.woff') format('woff'),
         url('Fanwood-Italic-webfont.ttf') format('truetype'),
         url('Fanwood-Italic-webfont.svg#FanwoodItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('PTN57F-webfont.eot');
    src: url('PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
         url('PTN57F-webfont.woff') format('woff'),
         url('PTN57F-webfont.ttf') format('truetype'),
         url('PTN57F-webfont.svg#PTSansNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansCaptionBold';
    src: url('PTC75F-webfont.eot');
    src: url('PTC75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('PTC75F-webfont.woff') format('woff'),
         url('PTC75F-webfont.ttf') format('truetype'),
         url('PTC75F-webfont.svg#PTSansCaptionBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansCaptionRegular';
    src: url('PTC55F-webfont.eot');
    src: url('PTC55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('PTC55F-webfont.woff') format('woff'),
         url('PTC55F-webfont.ttf') format('truetype'),
         url('PTC55F-webfont.svg#PTSansCaptionRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansBoldItalic';
    src: url('PTS76F-webfont.eot');
    src: url('PTS76F-webfont.eot?#iefix') format('embedded-opentype'),
         url('PTS76F-webfont.woff') format('woff'),
         url('PTS76F-webfont.ttf') format('truetype'),
         url('PTS76F-webfont.svg#PTSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansBold';
    src: url('PTS75F-webfont.eot');
    src: url('PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('PTS75F-webfont.woff') format('woff'),
         url('PTS75F-webfont.ttf') format('truetype'),
         url('PTS75F-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansItalic';
    src: url('PTS56F-webfont.eot');
    src: url('PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('PTS56F-webfont.woff') format('woff'),
         url('PTS56F-webfont.ttf') format('truetype'),
         url('PTS56F-webfont.svg#PTSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansRegular';
    src: url('PTS55F-webfont.eot');
    src: url('PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('PTS55F-webfont.woff') format('woff'),
         url('PTS55F-webfont.ttf') format('truetype'),
         url('PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('PTN77F-webfont.eot');
    src: url('PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
         url('PTN77F-webfont.woff') format('woff'),
         url('PTN77F-webfont.ttf') format('truetype'),
         url('PTN77F-webfont.svg#PTSansNarrowBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

	/*---------------------
     Photo Page
----------------------*/

#photo_album_wrap {
  width:700px;
	margin:auto;
  text-align:center;
}
.photo_album{
	width:200px;
	padding:10px;
	float:left;
  text-align:center;
}
.photo_album_image{
	margin:0px;
	height:135px;
	padding:2px;
	background-color:#333333;
	display:block;
}
.photo_album_info{
	padding:5px;
}
.photo_album_title{
	font-weight:bold;
}
.photo_album_image_count{
	font-size:small;
}