*{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
    font-size: 20px;
	/*list-style-type: none; 10/8/2012 Z */

}

/* Button Styling */

.link-btn {
	width: 250px;
	padding: 5px; 
	margin: 0px 5px 0px 5px;
	float: none;
	background-color: #A5C3EC;
	border: none;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	font-size: 20px;
}

.link-btn a {
	color: white;
	text-decoration: none;
}
.link-btn a:hover {
	color: white;
	text-decoration: none;
}
.link-btn:hover  {
	background-color:#939292;
}

img{
	border: 0px;
}
a{
	outline: 0;
}
p{
	line-height: 20px;
}
p.bold{
	font-weight: bold;
}
i{
	font-size: 24px;
}
p.bold a{
	color: #333333
}
p.bold a:hover{
	color: #777777
}
.clear{
	clear: both;
}
.bold{
	font-weight: bold;
}
.author_name{
	margin: 10px 0px 16px 0px;
}

body {
    background-image: url(../images/body_bg.gif);
    background-position: -19px 51px;
    background-position: center 6px;
    background-repeat: repeat-y;
    background-color: #fff;
	overflow-y: scroll;
    font-family: Lato-Light;
    src: url(Lato-Light.ttf);

}
.entirebody{
	margin: 0px auto 10px auto;
	width: 810px;
}
.header{
	width: 810px;
	height: 180px;
	float: left;
	display: inline;
}
.logo{
	float: left;
	display: inline;
	margin-left: 20px;
	margin-top: 1px;
}

.text_slides{
	width: 480px;
	height: 160px;
	float: right;
	display: inline;
	margin-top:25px;
}
p.typefase-js a {
 color:#A5C3EC;
}
p.typefase-js a:hover {
 text-decoration:none;
 color:#7198CD;
}
p.typefase-js a.goto_tweet {
 color:#666;
}
.text_slides .slide{
	width: 480px;
	height: 160px;
	float: right;
	display: inline;
}
.text_slides .slideholder{
	width: 480px; 
	height: 120px;
	float: right;
	display: inline;
	position: relative;
	margin: 28px 12px;
}
.text_slides .slideholder p{
	font-size: 20px;
	font-family: Lato-Light;
	font-weight: normal;
	text-align: right;
	line-height: 28px;
	float: right;
	display: inline;
	color: #58595b;
}
.text_slides .slideholder p span{
	display: block;
	font-size: 20px;
	font-family: Lato-Light;
	font-weight: normal;
	text-align: right;
	line-height: 28px;
	color: #9d9d9d
}
.text_slides .slideholder .pageri{
	position: absolute;
	bottom: 10px;
	right: 0px;
	width: 80px;
	z-index: 8;
}
.text_slides .slideholder .pageri ul{
	width: 100%;
	text-align: center;
}
.text_slides .slideholder .pageri ul li{
	display: inline;
	margin: 4px;
	width: 13px;
	height: 13px;
}
.text_slides .slideholder .pageri ul li a{
	width: 10px;
	height: 10px;
    background-image: url(../images/text_slide.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
	text-indent: -999999px;
	display: inline-block;
}
.text_slides .slideholder .pageri ul li a.activeSlide{
    background-image: url(../images/text_slide_active.png);
}
.text_slides .slideholder .pageri ul li a:hover{
    background-image: url(../images/text_slide_active.png);
}

.container{
	float: left;
	display: inline;
	width: 810px;
}

.footer{
	width: 810px;
	float: left;
	display: inline;
	margin: 15px 0px;
}
.footer p{
	font-family: Lato-light;
	color: #818285;
	float: left;
	display: inline;
	margin-top: 14px;
	margin-left: 14px;
	font-size: 14px;
}
.footer img{
	float: right;
	display: inline;
}

/*--- gallery ---*/
ul.gallery-albums {
  float: left;
  display: inline;
  width: 758px;
  padding: 20px 26px;
  background: #fff;
}
ul.gallery-albums li{
  width: 578px;
  float: left;
 /* display: inline;  10/8/2012 Z  */
  width: 100%;
  /* border-bottom: 2px dotted #A5C3EC; */
}
ul.gallery-albums li.gallery-album .top,
ul.gallery-albums li.gallery-album .bottom {
  width: 758px;
  float: left;
  display: inline;
}
ul.gallery-albums li.gallery-album .top{
  height: 56px;
}
.gallery-albums .gallery-album .top {
  /*background: url(../images/gallery_top.png) no-repeat top;*/
  position: relative;
  border-bottom: 2px dotted #A5C3EC;
}
.gallery-albums .gallery-album .top:hover {
  cursor: pointer;
}
.gallery-albums .gallery-album .top .marker {
  position: static;
  /*background: url(../images/cross.png) no-repeat bottom;*/
  width: 25px;
  height: 25px;
  float: right;
  margin-top: -35px;
}
.gallery-albums .gallery-album .top h2 {
  font-size: 16px;
  float: left;
  color: #939292;
  padding: 5px 10px 4px;
  font-family: Lato-Light;
  font-weight: normal;
  font-size: 38px;
  color: #818285;
  padding-right: 16px;
}
.gallery-albums .gallery-album-hover .top h2,
.gallery-albums .gallery-album-openned .top h2 {
  color: #A5C3EC;
}
.gallery-albums .gallery-album .top a {
	float: left;
	display: block;
	width: 100%;
	position: relative;
	z-index: 10;
}
.gallery-albums .gallery-album-hover .top,
.gallery-albums .gallery-album-openned .top {
  /* background: url(../images/gallery_top.png) no-repeat top;*/
}
.gallery-albums .gallery-album-hover .top .marker {
  /* background: url(../images/cross.png) no-repeat bottom; */
}



.gallery-albums .gallery-album-openned .top .marker {
  background: url(../images/xX.png) no-repeat center;
}
.gallery-albums .gallery-album-animstart .top .marker {
 background: url(../images/xX.gif) no-repeat center;
}
.gallery-albums .gallery-album-animstop .top .marker {
 background: url(../images/+X.gif) no-repeat center;
}

.gallery-albums .gallery-album .bottom {
  background: url(../images/gallery_bottom.png) no-repeat bottom;
  padding-bottom: 4px;
  height: 0px;
  margin-top: 0px
}
.gallery-albums .gallery-album .bottom .gallery-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 754px;
  padding: 0px 0px;
  /*border-top: 2px dotted #A5C3EC;*/
}
.gallery-albums .gallery-album .bottom .gallery-wrapper .accordion_holder{
	width: 754px;
	float: left;
	padding: 10px 0px;
	margin: 4px 0px;
	/* display: none; */
	border-bottom: 2px dotted #A5C3EC
color: #898A8D !important;
font-size: 16px !important;
}


.br{
	width: 100%;
	display: block;
	clear: both;
}
.gallery-albums .gallery-album .bottom .gallery-wrapper img{

}
.gallery-albums .gallery-album .bottom .gallery-wrapper p{
	font-family: Lato-Light;
	font-size: 24px;
	color: #898a8d;
	line-height: 32px;
	padding: 10px 0px;
	text-align: left;
}
.gallery-albums .gallery-album .bottom .gallery-wrapper p strong{
	font-family: Lato-Bold;
	font-size: 24px;
	color: #898a8d;
	line-height: 32px;
	padding:  0px;
	text-align: left;
	display: block;
}
.gallery-albums .gallery-album .bottom .gallery-wrapper p b{
	font-family: Lato-Bold;
	font-size: 24px;
	color: #898a8d;
	line-height: 32px;
	padding:  0px;
	text-align: left;
	display: inline;
}
.gallery-albums .gallery-album .bottom .gallery-wrapper p a{
	font-family: Lato-Light;
	font-size: 24px;
	color: #A5C3EC;
	padding:  0px;
	text-align: left;
}
.gallery-albums .gallery-album .bottom .gallery-wrapper p a:hover{
	color: #7198CD;
}
.gallery-albums .gallery-album .bottom .gallery-wrapper ol.nw li p span{
	font-family: Lato-Bold;
	font-size: 24px;
	color: #898a8d;
	line-height: 32px;
	padding:  0px;
	text-align: left;
	float: left;
	margin-bottom: 10px;
	margin-right: 8px;
}
.gallery-albums .gallery-album .bottom .gallery-wrapper ol.nw li p span.inline{
	font-family: Lato-Light;
	font-size: 24px;
	color: #898a8d;
	line-height: 32px;
	padding:  0px;
	text-align: left;
	float: left;
	margin-bottom: 10px;
	margin-right: 8px;
	width: 640px;
}

.jpg{
	width: 530px;
	float: left;
	display: inline;
}
	
.small{
	font-size: 18px;
	color: #898A8D;
    font-family: Lato-Light;
    font-size: 16px;
    line-height: 20px;
	float: left;
	padding-top: 18px;
}
.gallery-albums .gallery-album .bottom .gallery-wrapper .contact{
	font-family: Lato-Bold;
	font-size: 22px;
	color: #898a8d;
	line-height: 32px;
	padding: 6px 0px;
	text-align: left;
	width: 152px;
	text-align: center;
	display: inline-block;
    background-image: url(../images/contact_bgr.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.gallery-albums .gallery-album .bottom .gallery-wrapper p span{
	font-family: Lato-Light;
	font-size: 20px;
	color: #898a8d;
	line-height: 36px;
}
.gallery-albums .gallery-album .bottom .gallery-wrapper p img{

}
.bold{
	font-weight: bold;
	font-family: Lato-Bold !important;
	font-size: 24px;
}
.gallery-albums .gallery-album .bottom .gallery-wrapper h1{
	font-family: Lato-Light;
	font-size: 32px;
	color: #898a8d;
	line-height: 40px;
	padding-top: 16px;
}
.gallery-albums .gallery-album .bottom .gallery {
  padding-bottom: 34px;
  position: relative;
}

.gallery-albums .gallery-album-openned .bottom {
  background: url(../images/gallery_bottom_hover.png) no-repeat top;
}
.gallery-albums .gallery-album-hover .bottom{
  background: url(../images/gallery_bottom_hover.png) no-repeat top;
}
ul.gallery-albums li.gallery-album {
  background: none;
  padding-left: 0;
  margin-bottom: 10px;
  float: left;
  display: block;
}

ul.gallery-albums li.gallery-album .scrollable {
  position:relative;
  overflow:hidden;
  height: 84px;
  margin: 13px 14px 0;
}
ul.gallery-albums li.gallery-album .scrollable .items div,
ul.gallery-albums li.gallery-album .scrollable {
  width: 548px;
}
ul.gallery-albums li.gallery-album .scrollable .items div img {

}
ul.gallery-albums li.gallery-album .scrollable .items div img:hover {
  cursor: pointer;
}
ul.gallery-albums li.gallery-album .scrollable .items div img.first {
  margin-left: 0px;
}
ul.gallery-albums li.gallery-album .scrollable .items div img.active {
  background: #fff;
}
ul.gallery-albums li.gallery-album .scrollable {
  float: left;
}
ul.gallery-albums li.gallery-album .prev,
ul.gallery-albums li.gallery-album .next {
  width: 20px;
  height: 16px;
  position: absolute;
  bottom: 0px;
}
ul.gallery-albums li.gallery-album .prev,
ul.gallery-albums li.gallery-album .next {
  cursor: pointer;
}
ul.gallery-albums li.gallery-album .prev {
  background: url(../images/scrollable_left_arrow.png);
  left: 10px;
}
ul.gallery-albums li.gallery-album .next {
  background: url(../images/scrollable_right_arrow.png);
  right: 10px;
}
ul.gallery-albums li.gallery-album .large-image {
  margin: 0 9px;
  padding-top: 14px;
  height: 360px;
  overflow: hidden;
}
ul.gallery-albums li.gallery-album .large-image img {
  border: 2px solid #fff;
}

.accordion_holder ol{
	float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.accordion_holder ol li{
	background: none;
	border: 0px;
	font-family: Lato-Light;
	font-size: 24px;
	color: #898a8d;
	line-height: 32px;
	padding: 10px 0px;
	text-align: left;
	list-style-type: decimal;
}
.contact_page_holder{
	
	float: left;
	display: inline;
	position: relative;
}
p.contact_area{
	width: 320px;
	float: left;
	display: inline;
}
ul.social_networks{
	position: absolute;
	float: left;
	display: inline;
	right: 0px;
	bottom: 20px;
}

ul.social_networks li{
	float: left;
	display: inline;
	width: auto !important;
}




.top .marker{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 8;
}
.over .marker{right: 352px;}
.prof .marker{right: 482px;}
.org .marker{right: 492px;}
.vac .marker{right: 538px;}
.contact .marker{right: 566px;}

.accordion_holder ol li {
 line-height:140%;

}
.accordion_holder ul li {
 line-height:100%;

}

.accordion_holder ol{
	float: left;
    margin: 0 0 20px 40px;
    padding: 0px;
    width: 720px;
}
.accordion_holder ol li{
	background: none;
	border: 0px;
	font-family: Lato-Light;
	font-size: 23px;
	color: #898a8d;
	padding: 10px 0px;
	text-align: left;
	list-style-type: decimal;
}

.accordion_holder ul{
	float: left;
    margin: 0 0 20px 40px;
    padding: 0px;
    width: 800px;
}
.accordion_holder ul li{
	background: none;
	border: 0px;
	font-family: Lato-Light;
	font-size: 23px;
	color: #898a8d;
	padding: 10px 0px;
	text-align: left;
	list-style-type: disc;


}

.accordion_holder ul li b, .accordion_holder ol li b {
 font-size:23px;


}

img.left {
 float:left;
 border:none;
 padding:0 20px 50px 0;

}
img.right {
 float:right;
 border:none;
 padding:3px;
 margin:10px 0 10px 20px;

}


#spacer {
 display:block;
 width:100%;
 height:50px;
}
#social_media {
 display:block;
 width:100%;
 text-align:right;
}
#facebook, #twitter, #linkedin {
 display:block;
 float:right;
}



#lookbook {
 width:167px;
 background:#fff;
 height:115px;
 display:block;
 padding:0;
 margin:0;
 float:left;
}
	#lookbook img {
	 margin:0 0 0 37px;
	}

#rotating_logos {

}
#cycler{
 position:relative;
 width:643px;
 background:#fff;
 float:left;
 height:115px;
 padding:0;
 margin:0;
 background:#fff;

}
#cycler img{position:absolute;background-color:white;display:none;z-index:1;margin-left:20px;}
#cycler img.active{z-index:5; background:#fff;}
