/* 
Global Resets */

* {margin: 0; padding: 0;}
body {font: 100% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif; line-height: 1; color: #333; }
a {text-decoration: none;}
a img {border: none;}
a:link, a:visited {color: #019cdf; }
html body a:hover {color: #019cdf; border-bottom: 1px solid #019cdf;}
ul {margin-left: 1.5em; }
ul li {
	font-size: 13px;
	line-height: 140%;
	padding: 2px;
}

b, strong, em, i, h1, h2, h3, h4 {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

html {

}

body {

}

h1 {
	font-size: 18px;
	line-height: 150%;
	color: #333;
	margin-bottom: 25px;
}

img.soon {
	float: right; margin-left: 50px;
}

h1 em {
	font-style: normal;
	color: #019cdf;
}

h2 {
	font-size: 16px;
	line-height: 150%;
	color: #019cdf;
	margin-bottom: 25px;
	font-weight: normal;
}

#main h2 {
	margin-bottom: 10px;
}

p {
	font-size: 13px;
	line-height: 140%;
	margin-bottom: 10px;
}

dt {
	font-size: 13px;
	color: #019cdf;
	margin-top: 20px;
	line-height: 140%;
	padding-left: 30px;
	background: url('images/bullet.png') no-repeat left center;
}

dd {
	font-size: 13px;
	color: #333;
	line-height: 140%;
	padding-left: 30px;
}


#content {
	margin-top: 25px;
}
#sidebar {
	width: 300px;
	float: left;
}

#main {
	width: 630px;
	margin-left: 330px;
}

#map {
	margin-bottom: 25px;
	padding: 20px 20px 13px 20px;
	border: 1px #cecbcb solid;
	box-shadow: 2px 3px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 2px 3px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 2px 3px 5px rgba(0,0,0,0.4);
}

#footer {
	font-size: 12px;
	text-align: center;
}

::selection {
	background: #019cdf;
	color: #fff;
	}

::-moz-selection {
	background: #019cdf;
	color: #fff;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

#careers {
	width: 202px;
	height: 75px;
	background: url('images/careers.png') no-repeat left top;
	position: absolute;
	right: 0px;
	top: 80px;
	padding: 10px 20px;
}

#careers h3 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;

}

#careers p {
	color: #fff;
	line-height: 120%;
	font-size: 12px;
}

#careers a {
	color: #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

#careers a:hover {
	border-bottom: 1px dashed #fff;
}



.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */