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

/*  
	CSS Reset by Eric Meyer - Released under Public Domain
    http://meyerweb.com/eric/tools/css/reset/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol,/* ul, li,*/
fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td 
                  {margin: 0;padding: 0;border: 0;outline: 0;
                  font-size: 100%;vertical-align: baseline;
                  background: transparent;}
body              {line-height: 1;}
/*ol, ul            {list-style: none;}*/
blockquote, q     {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';	content: none;}
:focus            {outline: 0;}
ins               {text-decoration: none;}
del               {text-decoration: line-through;}
table             {border-collapse: collapse;border-spacing: 0;}


/*Main styles*/


body,td,th {
	font-family: "Helvetica Neue", Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 13px;
	color: #000000;
}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}



.clear_both { clear: both; }

.clear_right { clear: right; }

.clear_left { clear: left; }

.spacer5h { height:5px; }

.spacer10h { height:10px; }

.spacer15h { height:15px; }

.spacer20h { height:20px; }

.spacer25h { height:25px; }

.spacer30h { height:30px; }

.spacer35h { height:35px; }

.spacer40h { height:40px; }


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

}

h1, h2, h3, h4, h5, h6,
#nav_bar,
.header_right,
#primary-nav,
.font-special {
font-family: 'josefin_slabsemibold', "Helvetica Neue", Helvetica, Arial, "Trebuchet MS", sans-serif;
	color: #000000;
	font-weight: 100;
	margin: 0em 0;
	line-height: 1.3em;
	letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {

	margin: 0.1em 0;
	
}


h1{
	font-size: 44px;
	font-style: normal;
	margin-bottom: 18px;
	font-weight:100;
}

h2{
	font-size: 28px;
	/*margin-bottom: 0.5em;*/
}


h3 {
	font-size: 18px;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 14px;
	margin-bottom: 0.5em;
}

.cms-repeat {
}
.cms-editable {
}
.cms-navigation {
}


p{
	margin:10px 0 ;
	line-height:150%; 
	font-size: 13px;
	}


#content div {
	line-height: 150%;
}

/* links */
a:link, 
a:visited {
	color: #024981;
	text-decoration:underline;
}

a:hover, 
a:active {
	color:#024981;
	text-decoration:underline;
}


/** {
margin: 0;
}
html, body {
height: 100%;
}*/


/***********
STRUCTURE

************/

#page_holder {
	text-align: left;
	z-index:100;
	position:absolute;
	width:100%;
	height:100%;
	min-width: 500px;
	
}

#page {
	width: 950px;
	margin: 0 auto;
	padding: 0 10px;
	overflow:hidden;
}
#bg {
    height:100%;    
    position:fixed;
	top:0;
	left:0;
    width:100%;
	z-index:1;
	overflow:hidden;
}
#bg img {

    min-height:100%;
    min-width:100%;
}

#header {
	
}

#footer {
	padding-top: 10px;
	text-align: center;
	padding-right: 6px;
}

#content {
	
		
}

#content_holder {
	background:#fefefe;
	border: 1px solid #84924b;
	padding: 10px;
	margin-top: 20px;
	
}

.left_thin {
	width: 390px;
	float:left;
}
.left_thin_txt {
	width: 383px;
	padding: 0px 0px 0px 10px;
	float:left;
}
.left_wide {
	width:558px;
	float:left;
}
.left_wide_txt {
	width: 380px;
	padding:0px 10px 0px 10px;
	float:left;
}


.right_thin {
	width: 550px;
	float: right;
}
.right_thin_txt {
	width: 355px;
	padding: 0px 0px 0px 10px;
	float: right;
}
.right_wide {
	width:480px;
	float: right;
}
.right_wide_txt {
	width: 520px;
	padding:0px 0px 0px 10px;
	float: right;
}





/****header and footer***/
#header {
	background:#000;
	height: 90px;
	overflow:hidden;
	width: 100%;
}
#header_inside {
	width: 950px;
margin: 0 auto;
}
#header h1 {
	text-transform:uppercase;
	font-size:60px;
	text-align:center;
	line-height: 80px;
	margin: 0 !important;
	padding: 6px 0 0 0px !important;
}

#header h1 a:link,
#header h1 a:visited {
	color:#024981 !important;
	text-decoration:none;
}

#header h1 a:active,
#header h1 a:hover {
	color:#024981 !important;
	text-decoration: underline;
}

#header a span {
	color:#024981 !important;
}

#header span a:active,
#header span a:hover {
	color:#024981 !important;
	text-decoration: underline;
}

#nav_bar {
	
}
#nav_main {
	width: 950px;
	margin: 0 auto;
	padding: 0 10px;
	overflow:hidden;
}

.header_left {
	width: 50%;
	float: left;
}
#header_icons {
	text-align: right;
	padding-top: 20px;
	/*padding-top: 20px;
	padding-bottom: 10px;
	width: 100%;*/
	float: right;
	width: 48%;
}
#header_icons img {
	
	
	margin: 0px 3px;
	
}

.header_right {
	width: 100%;
	height: 32px;
	background-color:#024981;
	border-bottom: 1px solid #024981;
}


#header_icons img:hover {
	opacity: 0.8;
}


#footer p {
	color: #fefefe;
	font-size: 11px;
}

#footer a:link,
#footer a:visited {
	color: #fefefe;
	text-decoration:underline;
}

#footer a:hover,
#footer a:active {
	color: #461151;
	text-decoration:underline;
}

.youtubepopup {
	
}

.vimeopopup {
	
}


/*****RESUMES*****/
.resume_tablesection{
	
}

.resume_tablesection table{
	width: 100%;
	
}
#page_title {
	text-transform: uppercase;
}
.resume_tablesection h4{
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 22px !important;
	margin-top: 15px;
	text-transform:uppercase;
	border-bottom: 1px solid #Ab9BC4;
}

.resume_tablesection td{
	padding: 3px 5px;
	font-size:12px;
}

.resume_header_right {
	padding-top: 0px;
	text-align:left;
	margin-top: -5px;
	
}

.resume_header_left {
	
	text-align:left;
	float: left;
	
	padding-left: 5px;
}

/**fancybox photos**/
.prettyframe {
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:10px;
	border:1px solid #84924b;
	width: 75px;
	height: 80px;
}

.photo-section {
	padding-bottom: 15px;
}

#fancybox-title {
	background-color: #84924b !important;
}
#fancybox-title span{
	background-color: #84924b !important;
}

#fancybox-title-over {
padding: 10px;
background-image: none !important;
display: block;
background-color: #461151 !important;
}

/****MEDIA***/
.video_holder {
	padding-bottom: 15px;
}

.video_holder iframe {
	max-width: 100%;
}

/*FORMS*/

.form_holder a:link,
.formholder a:visited {
	text-decoration:none;
}

.form_holder a:hover,
.formholder a:active {
	text-decoration:underline;
}
.form-label {
	line-height: 35px;
	text-align: left;
	padding-right: 10px;
}

.form-label-textbox {
	line-height: 135px;
	text-align: left;
	padding-right: 10px;
}

.form-label-checkbox {
	color: #33394B;
	line-height: 40px;
	padding-left: 158px;
	padding-right: 10px;
	text-transform:lowercase;
}

.btn_submit {
margin: 20px 0px 10px 0px;
background: #B5BBCF;
border: 3px solid #33394B;
color: #33394B;
cursor: pointer;
font-weight: 700;
line-height: 40px;
padding: 10px 35px;
text-decoration: none !important;

font-size: 24px;
}

.btn_submit:hover
{
	background:#33394B;
	color: #fefefe;
}



fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td 
                  {vertical-align: middle !important;
                  }
				  


/******SCROLLFIX********/

.scrollfix {
	
	
}

.scrollfix::-webkit-scrollbar {
width: 10px;
height: 10px;
background-color:#CCC;
}
.scrollfix::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10),inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
.scrollfix::-webkit-scrollbar-button {
width: 0;
height: 0;
display: none;
}
.scrollfix::-webkit-scrollbar-corner {
background-color: transparent;
}

/*scrollbar colors for specific site*/

.scrollfix::-webkit-scrollbar {
background-color:#84924b;
}
.scrollfix::-webkit-scrollbar-thumb {
background-color: #84924b;
}