* {
	margin: 0;
	padding: 0;
}

body {
	background: #707070;
	font-family: Helvetica, "Arial", sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 14px;
}

p, h1, h2, h3, h4, h5 {
	margin: 15px 0 10px 0;
}

h2 {
	font-family: Helvetica, "Arial", sans-serif;
	font-size: 26px;
	margin-top: 30px;
	font-variant: small-caps;
	color: #E31837;

}

h2.sans{
	font-family: Helvetica, "Arial", sans-serif;
}

#side h2 {
	font-family: Helvetica, "Arial", sans-serif;
	font-variant: normal;
	font-size: 14px;
	margin: 10px 0 3px 0;
	color: #231F20;
	}

ul, ol {
	margin-left: 40px;
	list-style-type: none;
}


.list ul {
	margin: 15px -10px;
}

ul.side_list {
	list-style-type: none;
	margin-left: 0;
}

ul.side_list li {
	display: inline;
	padding: 0 2px 0 7px;
	background: url(../_img/bullet_02.gif) no-repeat 0 2px;
}

ul.side_list li.first {
	padding: 0 2px 0 0;
	background: none;
}

a:link, a:visited {
	color: #7F7F7F;
	font-weight: bold;
	text-decoration: none;
}

a:active, a:hover {
	color: #BE1E2D;
	text-decoration: underline;
}

img {
	border: none;
}

#container {
	background: #fff;
	margin: auto;
	width: 943px;
	border: 20px solid #fff;
	border-top: none;
}

#header {
	height: 230px;
}

#logo {
	position: relative;
	top: 20px;
	float: left;
}

h1#home1 {	
	background: url(../_img/tagline.png) no-repeat 0 0;
	position: relative;
	left: 275px;
	top: -40px;
	width: 412px;
	height: 50px;
	margin: 0 0 -50px 0;
	text-indent: -99999px;
}

#locations {
	position: relative;
	top: 20px;
	left: 0px;
	height: 40px;
}

#header-right{
	background: url(../_img/header-right.jpg);
	width: 714px;
	height: 185px;
	float: left;
}

#body {
	background: url(../_img/bg_body.gif) repeat-y top right;
	}

#content {
	float: left;
	width: 600px;
	line-height: 16px;
}

#content p {
	margin: 17px 0 10px 0;
}

#side {
	width: 320px;
	float: right;
}

#side_it {
	padding: 20px 20px;
}

#footer {
	height: 86px;
}

/* FORM */
input.error{
	background-color: #ff6666;
}
label.error{
	color: #ff0000;
}
p#form_invite_error{
	color: #ff0000;
	font-weight: bold;
}

/* MISC. */

.list {
	width: 270px;
	display: inline;
	float: left;
	clear: none;
	margin: 0 0 10px 10px;
	}

.clear {
	clear: both;
	}

a.arrow {
	background: url(../_img/bullet_01.gif) right 5px no-repeat;
	padding: 0 10px 0 0 ;
}

.smalls {
	font-size: 10px;
}

ul.no_margin {
	margin-left: 10px;
}

ul.no_margin a {
	color: #002f5d;
	font-weight: normal;
}

#ticker {
	height: 35px;
	background: #002f5d;
	margin: 13px 0 0 0;
	line-height:1;
    color:#fff;
}

#ticker div {
  height:35px;
  padding:5px;
  background-color:#002f5d;
  width:285px;
}

#ticker a {
  color:#fff;
  font-weight:normal;
  text-decoration:underline;
}

/* CLEARFIX */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

