/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	font-style: normal;
	text-transform: none;
	text-align: left;
	line-height: 18pt;
	font-size: 13pt;
	font-weight: normal;
	font-family: open sans;
	color: #737784;
}




h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: bold;
}
ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}




/* =Global
-------------------------------------------------------------- */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


input,
label,
textarea {
    font-size:13pt;
}


/* Headings */
h1,h2,h3,h4,h5,h6 {
	line-height:1;
}

a {
    color: #738c9e;
	outline: 0;
	text-decoration:none;
}

a:hover {
    color: #8fa3b1;
	text-decoration:none;
}



/* =Template
-------------------------------------------------------------- */
#wrapper {
    min-width:1024px;
    margin:0 auto;
}

#main {
    background-color:#fff;
}

h1 {
	font-family: open sans light;
	line-height: 46pt;
	font-style: normal;
	text-transform: none;
	text-align: center;
	font-size: 34pt;
	color: #fff;
	margin: auto;
	padding-top: 40px;
	position: relative;
	z-index: 1000;
}

h2 {
	font-family: open sans light;
    line-height: 40pt;
    font-style: normal;
    text-transform: none;
    text-align: left;
    font-size: 26pt;
    font-weight: normal;
    color: #D894B4;
    margin-bottom: 30px;
    padding-top: 50px;
    padding-bottom: 20px;
    border-top: 1px solid #e9e9e9;
    margin-top: 60px;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	line-height: 20pt;
	font-style: normal;
	text-transform: none;
	text-align: left;
	font-size: 17pt;
	font-weight: normal;
	color: #737784;
	margin-bottom: 10px;
	padding-bottom: 20px;
	padding-top: 50px;
	border-top: 1px solid #e9e9e9;
	margin-top: 60px;
}

h4 {
	font-family: open sans light;
    line-height: 30pt;
    /* font-style: normal; */
    font-weight: 100;
    text-transform: none;
    text-align: center;
    font-size: 15pt;
    color: #fff;
    margin: auto;
    padding-top: 6px;
    position: relative;
    z-index: 1000;
}

p {
	margin-bottom: 20px;
	margin-right: 20px;
	width:95%;
}


/* =Header
-------------------------------------------------------------- */
header {
    background-color:#fff;
}

#logo {
    width:60px;
    height:60px;
    float:left;
}

#title {
    width:900px;
    height:60px;
    float:right;
}

#title h1 {
    text-align:right;
    line-height:36px;
    font-weight:300;
    font-size:24px;
    margin:0;
}

#title span {
    display:block;
    text-align:right;
    line-height:24px;
}

#title span a {
    color:rgb(100,150,200);
}

#title span a:hover,
#title span a:active,
#title span a:focus {
    color:rgb(150,150,150);
}




/* =Footer
-------------------------------------------------------------- */
footer {

}




/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}