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


/*------------ GLOBAL ------------*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
}

body {
	background: #a1d8fe url(../img/body_bkg.png) repeat-x center top;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	color: #225691;
}

p {
	line-height: 1.8em;
	margin-bottom: 12px;
}

h2 {
	font-family: "Century Gothic", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-transform: lowercase;
	line-height: .75em;
	margin-top: 20px;
	margin-bottom: 40px;
}

h3 {
	font-family: "Century Gothic", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: .75em;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #000;
	padding-top: 10px;
	border-top: dotted 1px #225691; 
}

h3.first {
	padding-top: 0px;
	border-top: 0;
}

h4 {
	font-family: "Century Gothic", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8em;
	text-align: center;
	margin-top: -20px;
	color: #000;
}

.intro {
	font-size: 14px;
	color: #999;
}

.small {
	font-size: .67em;
	font-weight: normal;
	color:#999;
}

.title {
	font-size: .8em;
	font-weight: normal;
	line-height: 2em;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -140px;
	position: relative;
	width: 960px;
}



/*------------ LINKS ------------*/

a:link {
	text-decoration:none;
	font-weight: bold;
	color: #225691;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #3399ff;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #ff9933;
}



/*------------ NAVIGATION ------------*/

#nav {
	font-family: "Century Gothic", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	text-transform: lowercase;
	float:right;
	margin-top: -43px;
	color: #225691;
}

#nav ul {
	padding-top: 29px;
}

#nav li {
	display:inline;
	margin-left: .5em;
}

#nav a:link {
	text-decoration:none;
	font-weight: normal;
	color: #999;
}

#nav a:visited {
	text-decoration: none;
	font-weight: normal;
}

#nav a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #3399ff;
}

#nav a:active {
	text-decoration: none;
	font-weight: normal;
	color: #ff9933;
}

#logo {
	height: 56px;
	width: 325px;
}
#logo h1 {
	font-size: 100%;
}

#logo h1 a {
	font-size: 1px;
	display: block;
	height: 56px;
	background: url(../img/solera-logo.png) 0 0 no-repeat;
	text-indent: -5000px;
	text-decoration: none;
	border: 0;
}
#header {
height: 40px; padding: 43px 0px 0px;
}

/*------------ CONTENT ------------*/

#content {
	width: 850px;
	float: right;
	margin-top: 80px;
}

#col_left {
	width: 380px;
	float: left;
	}

#col_right {
	width: 450;
	margin-left: 400px;
}

#content ul {
	line-height: 1.8em;
	list-style-position: inside;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

#logos {
	float: right;
	margin-top: 10px;
}

#logos img {
	margin-left: 20px;
	vertical-align: middle;
}

.home {
	list-style-type: circle;
	list-style-position: inside;
	font-family: "Century Gothic", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	text-align:right;
	color: #fff;
}



/*------------ FOOTER ------------*/

.push {
	height: 140px;
	clear: both;
}

#footer {
	font-family: "Century Gothic", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/footer_bkg.png);
	height: 140px;
	clear: both;
}

#footer li {
	display:inline;
	padding-left: 5px;
	padding-right: 7px;
	border-right: 1px solid #666;
}

#footer li.last {
	border-right: 0;
}


#footer a:link {
	text-decoration:none;
	font-weight: normal;
	color: #333399;
}

#footer a:visited {
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #ff9933;
}

#footer a:active {
	text-decoration: none;
	font-weight: normal;
	color: #333399;
}

#footer p {
	margin-top: 1em;
	color:#000;
}



	
