@charset "UTF-8";

/* Global Content Formatting and Styles */

body {
	color: #575c7a;
	line-height: 1.5em;
	font-family: Arial;
	font-size: 14px;
	font-family: verbregular;
}

.page {
	max-width: 1024px;
	margin: 0px auto 0px auto;
	position: relative;
	background-color: #eef2f5;
}

.page_terms {
	max-width: 530px;
	margin-top: 0px;
	background-color: #fff;
}

h1 { font-size: 1.2em; font-weight: bold; color: #234769; margin: 0 0 .5em 0; }
h2 { font-family: verblight; font-size: 1.6em; font-weight: normal; color:#fff; line-height: 1.5em; text-align:center; margin: 0 0 0.4em 0; }
h3 { font-size: 1.6em; font-weight: normal; color:#234769; line-height: 1.2em; margin: 0 0 0.4em 0; }
h4 { font-size: 1.2em; font-weight: normal; color:#234769; line-height: 1.2em; margin: 0 0 0.4em 0; }
h5 { font-size: 1.2em; font-weight: normal; color:#234769; line-height: 1.2em; margin: 0 0 0.4em 0; }
h6 { font-size: 1.6em; font-weight: normal; color:#234769; line-height: 1.2em; margin: 0 0 0.4em 0; }
p { margin: 0 0 .75em 0; text-align: justify; }
a { color: #0083ff; text-decoration: none; }
a:hover { color: #3780cb; }

nav a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-size: .8em;
}
nav a:hover { color: #9af9bf; }

footer {
width: auto;
height: 200px;
background-color: #3c3f48; 
background-image: url(../images/logo_large.png) no-repeat center 30px;
padding: 20px 0px 20px 0px; 
text-align: center;
}

.clear-fix { clear: both; line-height: 1px; }

a.button_large {
    display:block;
    text-align:center;
    margin:3px auto;
    padding:8px 0 0 0;
    font-size: 1em;
    font-weight: normal;
    color:#9af9bf;
	text-decoration: none;
	text-transform: uppercase;
    background:url(../images/button_large.png) 0 0 no-repeat;
    width:300px;
    height:42px;
}

a.button_small {
    display:block;
    text-align:center;
    margin:3px auto;
    padding:8px 0 0 0;
    font-size: 1em;
    font-weight: normal;
    color:#9af9bf;
	text-decoration: none;
	text-transform: uppercase;
    background:url(../images/button_large.png) 0 0 no-repeat;
    width:226px;
    height:42px;
}




