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


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

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

}

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

}
@font-face {
    font-family: 'FuturaBook';
    src: url('futura_book_bt-webfont.eot');
    src: url('futura_book_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('futura_book_bt-webfont.woff') format('woff'),
         url('futura_book_bt-webfont.ttf') format('truetype'),
         url('futura_book_bt-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "MyriadProRegular";
	src: url('MyriadPro-Regular.otf');
}

@font-face {

    font-family: "MyriadProRegularIE";

	src: url('MyriadPro-Regular.eot');
}

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


body {
	color: #666666;
	background-color: #EEEEEE;
	margin-top: 0px;
	font-family: MyriadProRegular, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	text-align: justify;
}
a:link {
	color: #666666;
}
a:hover {
	color: #2C3C78;
}
a:active {
	color: #666666;
}
a:visited {
	color: #666666;
}

p {
	
	margin:0px;
	padding: 0px;

}

.headerWrapper {
	width: 100%;
	height: 116px;
	background-color: #333333;
	background-image: url(../images/nav_bg.jpg);
}
.header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 116px;
}
.social {
	width: 250px;
	text-align: right;
	margin-top: 12px;
	float: right;
}
.Logo {
	width: 310px;
	float: left;
}
.Navigation {
	width: 650px;
	float: right;
	text-align: right;
	line-height: 14px;
}
.whiteSpacer {
	width: 100%;
	height: 7px;
	background-color: #FFFFFF;
}
.slideWrapper {
	width: 100%;
	height: 531px;
	background-color: #353535;
}
.slide {
	width: 980px;
	height: 531px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.slideText {
	position: absolute;
	top: 25px;
	left: 520px;
	z-index: 999;
	width: 418px;
	height: 247px;
	color: #FFFFFF;
}
.slide .slideText h1 {
	font-size: 30pt;
	Font-family: 'bank_gothicmedium';
	letter-spacing: 5pt;
	text-shadow: 2px 2px 5px #000000;
	text-align: center;
}
.slide .slideText h2 {
letter-spacing: 5pt;
	font-size: 12pt;
	text-align: center;
}

.slide .slideText h3 {
	letter-spacing: 5pt;
	font-size: 12pt;
	text-align: center;
}
.greySpacer {
	height: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid none;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-bottom: 0px;
}

.greySpacerBottom {
	height: 10px;
	margin-top: 15px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid none;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	background-color: #EEEEEE;
}
.Footer {
	height: 85px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10pt;
}
.Footer .design {
	margin-top: 0px;
	clear: both;
	text-align: left;
}
.Footer .copyrights {
	float: left;
	width: 35%;
}
.footerNav  {
	width: 55%;
	float: right;
	list-style-type: none;
	list-style-position: inside;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.footerNav li {
	display: inline;
	padding-left: 25px;
	padding-right: 25px;
	border-left: 1px dotted #999999;
}
.contentWrapper {
	width: 100%;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
 .content .homeColleft {
	float: left;
	width: 55%;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 25px;
	border-right: 1pt dotted #666666;
}
.homeColleft h1{
	color: #666666;
	font-size: 16pt;
	padding-top: 0px;
	margin-top: 0px;
	text-shadow: 2px 2px 5x #333333;
	font-style: italic;
}
.homeColRight  {
	width: 398px;
	float: right;
	margin-top: 15px;
	margin-bottom: 5px;
}

.subColleft {
	float: left;
	width: 63%;
	margin-top: 35px;
	margin-bottom: 15px;
	padding-right: 25px;
	border-right: 1pt dotted #666666;
}
.subColRight  {
	width: 325px;
	float: right;
	margin-top: 35px;
	margin-bottom: 5px;
	text-align: right;
}


.clr {
	clear: both;
}



.readMore {
	-moz-box-shadow: inset -1px 9px 0px -9px #ffffff;
	-webkit-box-shadow: inset -1px 9px 0px -9px #ffffff;
	box-shadow: inset -1px 9px 0px -9px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color: #f9f9f9;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	text-indent: 3px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #918e91;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	height: 22px;
	line-height: 22px;
	width: 100px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 6px #ffffff;
	float: right;
	margin-right: 5px;
}
.readMore:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}.readMore:active {
	position:relative;
	top:1px;
}
.content h1  {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
	font-size: 18pt;
	border-bottom: 1px dotted #666666;
}
.subColRight  img {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #999999;
}
.content .booksContent  {
	width: 980px;
	margin-top: 0px;
	margin-bottom: 35px;
	padding-bottom: 35px;
}
.booksContent img {
	margin-right: 25px;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #999999;
}
.booksContent .book {
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
	bottom: 25px;
	top: 25px;
	padding-top: 25px;
}
.booksContent .book  h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
}
input {
	background-color: #f2f2f2;
	border: 1px solid #999999;
}
textarea {
	background-color: #f2f2f2;
	border: 1px solid #999999;
}
