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

/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


@font-face { font-family: 'DejaVuSansBook';
    src: url('fonts/DejaVuSans-webfont.eot');
    src: url('fonts/DejaVuSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DejaVuSans-webfont.woff') format('woff'),
         url('fonts/DejaVuSans-webfont.ttf') format('truetype'),
         url('fonts/DejaVuSans-webfont.svg#DejaVuSansBook') format('svg');
    font-weight: normal; font-style: normal; }
@font-face { font-family: 'dejavu_sans_lightextralight';
    src: url('fonts/dejavusans-extralight-webfont.eot');
    src: url('fonts/dejavusans-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dejavusans-extralight-webfont.woff') format('woff'),
         url('fonts/dejavusans-extralight-webfont.ttf') format('truetype'),
         url('fonts/dejavusans-extralight-webfont.svg#dejavu_sans_lightextralight') format('svg');
    font-weight: normal; font-style: normal; }
 @font-face {
    font-family: 'DejaVuSansBold';
    src: url('fonts/DejaVuSans-Bold-webfont.eot');
    src: url('fonts/DejaVuSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DejaVuSans-Bold-webfont.woff') format('woff'),
         url('fonts/DejaVuSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/DejaVuSans-Bold-webfont.svg#DejaVuSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/***********************splash page*********************/
#background{
	background: url(/images/black_bg.gif);
	background: url(/images/george_splash_page.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	width: 100%;
	min-width: 1000px;
	min-height: 450px;
	height: 100%;
	
}
#img_wrapper{
	width:1000px;
	height: 450px;
	margin: 0 auto;
	position:relative;
}
#img_wrapper h1{
	position:absolute;
	right:10px;
	top: 232px;
	color: #e0dcd0;
	font-size: 30px;;
	 font-family: 'dejavu_sans_lightextralight';
	 font-weight:normal;
}
#img_wrapper h4{
	position:absolute;
	right:10px;
	top: 276px;
	color: #e0dcd0;
	font-size:20px;
	font-family: 'DejaVuSansBook';
	font-weight:normal;
}
#img_wrapper #moreinfo{
	position:absolute;
	right:10px;
	top: 450px;
	color: #e0dcd0;
	text-decoration: none;
	text-transform:uppercase;
	font-family: 'DejaVuSansBook';
	font-size: 10px;
	outline: 0;
	letter-spacing:0.15em;
}

/***********************END splash page*********************/

#wrapper{
	width: 1000px;
	margin: 0 auto;
	position:relative;
}
#nav{
	position:fixed;
	top:0;
	z-index: 10;
	list-style: none;
	height: 58px;
	width: 910px;
	margin: 0 0 0 145px;
	background: #fff;
	
}	
#nav li {
	float: left;
	margin: 18px 4px 0 0;
	color: #e0dcd0;
}
#nav li a{
	display: inline;
	margin: 0px 10px 0 0;
	padding: 7px 4px;
	color: #000;
	text-decoration: none;
	text-transform:uppercase;
	font-family: 'DejaVuSansBook';
	font-size: 10px;
	outline: 0;
	letter-spacing:0.1em;
}
/*#nav li {
	float: left;
	margin: 18px 10px 0 0;
	color: #e0dcd0;
}
/*#nav li:last-child{
	color: #fff;
}
#nav li a{
	display: inline;
	margin: 0px 10px 0 0;
	padding: 7px 8px;
	color: #000;
	text-decoration: none;
	text-transform:uppercase;
	font-family: 'DejaVuSansBook';
	font-size: 10px;
	outline: 0;
	letter-spacing:0.1em;
}*/
#nav li a:hover{
	background: #e0dcd0;
}		

#bar{
	width: 100%;
	min-width: 1000px;
	height: 186px;
	position:absolute;	
	top: 58px;
	z-index: -5;
	background: #000;
	
	
}
#bar_white_header{
	width: 100%;
	height: 58px;
	position:fixed;	
	top: 0;
	z-index: 10;
	background: #fff;
	border-bottom: 2px solid	#e0dcd0;
}
#bar_white_footer{
	width: 100%;
	height: 90px;
	border-top: 2px solid	#e0dcd0;
	position:fixed;	
	bottom: 0;
	z-index: 9;
	background: #fff;
}
#img{
	height: 178px;
	width: 1000px;
	position:absolute;
	top: -210px;
	z-index: 5;
	background: #000 url(/images/george_imgbar.png) left center no-repeat ;
}


#img h1{
	color: #e0dcd0;
	font-size: 30px;
	margin: 50px 0 0 470px;
	 font-family: 'dejavu_sans_lightextralight';
	 font-weight:normal;
}
#img h4{
	color: #e0dcd0;
	font-size: 17px;
	/*margin: 8px 0 0 590px;*/
	margin: 11px 0 0 590px;
	font-family: 'DejaVuSansBook';
	font-weight:normal;
	/*background: url(/images/dates.png) no-repeat center center;
	width: 110px;
	height: 20px;
	color: #000;
	line-height: 60px;*/
}
h2{
	font-size: 30px;
	color: #000;
		
}
#page_content{
	margin: 270px 0 110px 77px;
	position:relative;
	min-height: 340px;
}
#page_content h1{
	font-size: 30px;
	font-weight:normal;
	margin: 0 0 22px 0;
	font-family: "Myriad Pro", Arial, sans-serif;

}
#page_content h2{
	font-size: 22px;
	font-weight:normal;
	margin: 0 0 15px 0;
	font-family: "Myriad Pro", Arial, sans-serif;

}
#page_content h3{
	font-size: 18px;
	font-weight:normal;
	margin: 0 0 10px 0;
	font-family: "Myriad Pro", Arial, sans-serif;

}
#page_content h4{
	font-size: 15px;
	font-weight:normal;
	margin: 0 0 10px 0;
	font-family: "Myriad Pro", Arial, sans-serif;

}
#page_content p{
	font-family: 'DejaVuSansBook';
	color: #696969;
	font-size: 12px;
	width: 500px;
	line-height: 2.1em;
	letter-spacing:0.02em;
}
#page_content a{
	font-family: 'DejaVuSansBook';
	color: #696969;
}
#page_content a:hover{
	text-decoration:none
}
#timeline{
	margin-left: -70px;	
}
#sidebar{
	position:absolute;
 	right: 70px ;
 	top: 70px;
	width: 320px;
	max-width: 320px;
	overflow:hidden;
	padding-left: 20px;
	
}
#sidebar img{
	margin: 0 auto 20px auto;
	border: #fff solid 12px;
	-ms-box-shadow: 0px 0px 13px #c5c1ad;
	-moz-box-shadow: 0px 0px 13px #c5c1ad;
	-o-box-shadow: 0px 0px 13px #c5c1ad;
	-webkit-box-shadow: 0px 0px 13px #c5c1ad;
	box-shadow: 0px 0px 13px #c5c1ad;
}
#sidebar a{
	display: block;
	margin: 0px 0px 0 88px;
	padding: 2px 3px;
	color: #000;
	text-decoration: none;
	text-transform:uppercase;
	font-family: 'DejaVuSansBook';
	font-size: 10px;
	outline: 0;
	width: 100px;
	text-align:center;
	letter-spacing:0.1em;
}	
#sidebar a:hover{
	background: #e0dcd0;
}
#footer{
	position:fixed;
	bottom: 0;
	z-index:10;
	width: 850px;
	margin: 20px auto 0 auto;
	
}

#footer ul{
	list-style: none;
	height: 58px;
	width: 900px;
	margin: 0 0 0 30px;
	display: inline-block;
}

#footer li {
	display: inline-block;
	margin: 18px 10px 0 0;
	color: #e0dcd0;
	text-align: center;
	
}
#footer li a{
	display: inline;
	margin: 0px 10px 0 0;
	padding: 7px 7px;
	color: #000;
	text-decoration: none;
	text-transform:uppercase;
	font-family: 'DejaVuSansBook';
	font-size: 10px;
	outline: 0;
	letter-spacing:0.1em;
}
#footer li a:hover{
	background: #e0dcd0;
}		
#footer #center{
	width: 500px;
	margin: -25px 0 0px 200px;	
}


/*==============================================Portrait tablet and smaller*/
@media all and (max-width: 999px) {
	#nav{
		position:relative !important;	
	}
 	#bar_white_header{
		display: none;
			
	}
	#img{
		top: 58px;	
	}
	#page_content{
		margin-top: 212px;	
	}
	#footer{
		position:relative;	
		border-top: 2px solid	#e0dcd0;
	}
	#footer ul{
		margin-left: 0px;
		width: 850px;
	}	
	#bar_white_footer{
		position:relative;
		display:none;		
	}
 
}