/*
@ fonts
*/

@font-face {
    font-family: 'Proxima Nova';
    src: url('/work/propertyinvestmentusa/fonts/ProximaNova-Reg-webfont.eot');
    src: url('/work/propertyinvestmentusa/fonts/ProximaNova-Reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/work/propertyinvestmentusa/fonts/ProximaNova-Reg-webfont.woff') format('woff'),
         url('/work/propertyinvestmentusa/fonts/ProximaNova-Reg-webfont.ttf') format('truetype'),
         url('/work/propertyinvestmentusa/fonts/ProximaNova-Reg-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/work/propertyinvestmentusa/fonts/ProximaNova-SemiBold-webfont.eot');
    src: url('/work/propertyinvestmentusa/fonts/ProximaNova-SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/work/propertyinvestmentusa/fonts/ProximaNova-SemiBold-webfont.woff') format('woff'),
         url('/work/propertyinvestmentusa/fonts/ProximaNova-SemiBold-webfont.ttf') format('truetype'),
         url('/work/propertyinvestmentusa/fonts/ProximaNova-SemiBold-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/work/propertyinvestmentusa/fonts/ProximaNova-light-webfont.eot');
    src: url('/work/propertyinvestmentusa/fonts/ProximaNova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/work/propertyinvestmentusa/fonts/ProximaNova-light-webfont.woff') format('woff'),
         url('/work/propertyinvestmentusa/fonts/ProximaNova-light-webfont.ttf') format('truetype'),
         url('/work/propertyinvestmentusa/fonts/ProximaNova-light-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: 300;
    font-style: normal;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);

/*
@ 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td { padding:10px; }

/* html */

html			{ height:100%; }

body			{ font-family: 'Open Sans', sans-serif; color: #333333; height:100%; background:#fff; font-size:16px!important; line-height:29px!important; position:relative;}

h1,h2,h3		{ /*font-family: 'Sanchez', serif;*/  font-family: 'Open Sans', sans-serif; }

h1 				{ font-size: 40px; padding-bottom:10px; font-weight:400; line-height:35px; color:#363636; }
h2 				{ font-size: 30px; padding-bottom:20px; line-height:32px; font-weight:400; }
h3 				{ font-size: 28px; line-height:35px; padding-bottom:10px!important; }
h4 				{ font-size: 18px; line-height:23px; padding-bottom:10px!important; font-weight:600;    font-family: 'Proxima Nova', sans-serif; }

p				{ line-height:25px; padding-bottom:20px; }

em { font-style:italic; }

a:link,a:visited { color:#fff; }
a:hover { text-decoration:none; }

a { outline:0!important; }

.uppercase { text-transform:uppercase; }
.centre { text-align:center; }
.strong { font-weight:600; }
.light { font-weight:300; color:#666666; }
.trim { padding:0px 50px 0px 50px; }
.sub { color:#3ba5c9; }
.white { color:#fff; }

.contrast {
	color:#000;
}

/*
@ navigation
*/

.nav { 
padding:15px 0px 15px 0px; 
}

.telephone {
	font-family: 'Proxima Nova', sans-serif;
	font-size:20px;
	font-weight:600;
	padding:20px;
}

/*
@ header
*/

.header {
	background:url(/images/headerbg.jpg) top left no-repeat;
	position:relative;
	color:#fff;
	background-attachment:fixed;
	background-size:cover;
	height:700px;
}



.header h1 {
	color:#fff;
	padding-bottom:30px;
	letter-spacing:-1px;
}

.header .title {
	margin-top:100px;
	display:none;
}

.header h3 {
	font-size:28px;
}

.greeting {
	padding:120px 50px 0px 50px;
	text-align:center;
	position:relative;
}

.text-shadow { text-shadow:2px 2px 2px rgba(0,0,0, 0.5); }
.sml-txt-shadow { text-shadow:1px 1px 1px rgba(0,0,0, 0.5); }

