/**** Basic Elements ****/
body {
	font-family:Lucida, Georgia, "Times New Roman", Times, serif;
	color:#4a4a4a;
	font-size:12px;
}

body#body {
	background:#d3d3ce url(../images/footer.jpg) no-repeat center bottom;
}

p {
	margin:1px 0px;
	padding:1px 0px;
}

img {
	vertical-align:middle;
}

/******** Links ********/
a:link, a:visited {
	text-decoration:none;
	border:0px;
	/*color:#161616;*/
	color:#ed1d24;
}

a:hover {
	text-decoration:none;
	border:0px;
	/*color:#ed1d24;*/
	color:#161616;
}

/****** Page Layout ******/
#background {
}

#container {
}

#header_container {
	height:400px;
	background:url(../images/header.jpg) no-repeat top center;
}

#header {
	position:relative;
	width:900px;
	margin:0px auto;
}

#logo {
	position:absolute;
	top:0px;
	left:0px;
	width:900px;
	height:330px;
}
#badge-register {
	width:95px;
	height:95px;
	background:url(../images/badge-register.png);
	position:absolute;
	top:222px;
	right:43px;
}

#content {
	width:900px;
	padding:40px 0px 320px;
	margin:0px auto;
	min-height:60px;
}
.page_home #content {
	min-height:250px;
	padding-bottom:50px;
}

#footer {
	width:900px;
	margin:0px auto;
	position:relative;
	height:55px;
	color:#3e3e3e;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#footer a {
	color:#3e3e3e;
}
#footer a:hover {
	color:#ed1d24;
}

/********* Menus *********/
/* Header Menu - Basic CSS */
/* Feel free to replace '#header .menu' with the css selector of your parent element.
/* Or you can replace '#header .menu > ul' if you apply a css selector to the top (and only the top) ul tag */
#header .menu > ul,#header .menu > ul li,#header .menu > ul ul {list-style: none;margin: 0;padding: 0;}
#header .menu > ul {position: relative;z-index: 597;float: left;}
#header .menu > ul li {float: left;line-height: 1.3em;vertical-align: middle;zoom: 1;}
#header .menu > ul li.hover,#header .menu > ul li:hover {position: relative;z-index: 599;cursor: default;}
#header .menu > ul ul {visibility: hidden;position: absolute;top: 100%;left: 0;z-index: 598;width: 100%;}
#header .menu > ul ul li {float: none;}
#header .menu > ul ul ul {top: 1px;left: 99%;}
#header .menu > ul li:hover > ul {visibility: visible;display:block;}

/* Header Menu - Styling *******/
#header .menu {
	position:absolute;
	top:330px;
	left:0px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#header .menu > ul > li {
	margin:0px;
}
#header .menu li a {
	display:block;
	padding:27px 27px;
	line-height:12px;
	text-align:center;
	color:#ffffff;
}
#header .menu li a:hover, #header .menu li.menu_selected a {
	color:#ed1d24;
	text-decoration:none;
}
#header .menu li.menu_selected li a {
	color:#ffffff;
}
#header .menu li.menu_selected li a:hover {
	color:#ed1d24;
}
#header .menu ul li ul {
	background:#161616;
	width:200px;
}
#header .menu ul li ul a {
	text-align:left;
	padding:4px 20px;
}

/* Top Right Menu */
#header #top-right-menu {
	left:690px;
	top:10px;
	text-transform:none;
	font-size:11px;
	color:#3e3e3e;
	font-weight:bold;
}
#header #top-right-menu a {
	padding:2px 8px;
	color:#3e3e3e;
}
#header #top-right-menu a:hover {
	color:#ed1d24;
}

/* Footer Menu */
#footer .menu {
	position:absolute;
	right:0px;
	top:0px;
	width:650px;
}
#footer .menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer .menu ul li { 
	float:left;
	margin-left:8px;
}

#footer .menu ul li a {
	padding:0px 3px;
	text-transform:lowercase;
}

.menu_arrow {
	display:none;
}

/********* Forms *********/
input[type=text], input[type=password], input[type=email], input[type=url], input[type=number], input[type=date], input[type=datetime], textarea {
	font-family: Trebuchet MS, Verdana;
}

a.button, input.button, div.button {
}

a.button, a.button:link, a.button:active, a.button:hover, a.button:visited {
}

/******** Headings ********/
h1, .h1 {
	font-size:21px;
	padding:0px;
	margin:0px 0px 5px;
	color:#45719a;
	font-weight:bold;
}
h1 a, h1 a:link, h1 a:hover, h1 a:visited, .h1 a, .h1 a:link, .h1 a:hover, .h1 a:visited {
	color:#45719a;
	text-decoration:none;
}

h2, .h2 {
	font-size:17px;
	padding:0px;
	margin:1px 0px 8px;
	color:#45719a;
	font-weight:bold;
}
h2 a, h2 a:link, h2 a:hover, h2 a:visited, .h2 a, .h2 a:link, .h2 a:hover, .h2 a:visited {
	color:#45719a;
	text-decoration:none;
}

h3, .h3 {
	color:#45719a;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:2px 0px 6px;
}

h4, .h4 {
	display:inline;
	font-size:10px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	color:#777777;
}

h5, .h5 {
	font-size:13px;
	font-weight:bold;
	padding:0px;
	margin:2px 0px 5px;
}


/****** Tabs ******/
ul.tabs {
	list-style:none;
	padding:0px 3px;
	margin:0px 0px 8px;
	height:24px;
	border-bottom:1px solid #cfcfcf;
}

ul.tabs li {
	float:left;
	margin:0px 1px 0px 2px;
	border:1px solid #cfcfcf;
	background:#f5f5f5;
}

ul.tabs li.selected, ul.tabs li:hover {
	border-bottom:none;
	background:#ffffff;
	height:24px;
}

ul.tabs li a {
	float:left;
	padding:4px 8px;
	height:15px;
	text-align:center;
	color:#666666;
	text-decoration:none;
}

ul.tabs li.selected a, ul.tabs li.selected a:link, ul.tabs li.selected a:active, ul.tabs li.selected a:hover, ul.tabs li.selected a:visited {
	color:#666666;
	text-decoration:none;
}

div.h1_tabs {
	position:relative;
}

div.h1_tabs ul, div.h1_tabs span {
	font-size:12px;
	color:#222222;
	text-align:right;
	margin-left:auto;
	list-style:none;
	position:absolute;
	margin-top:-28px;
	right:3px;
}

div.h1_tabs span {
	right:5px;
	margin-top:-25px;
}

div.h1_tabs ul li {
	list-style:none;
	float:left;
	margin:0px 2px;
	font-size:12px;
}

div.h1_tabs ul li a, div.h1_tabs ul li a:link, div.h1_tabs ul li a:visited {
	float:left;
	padding:3px 8px;
	height:13px;
	line-height:13px;
	color:#222222;
	text-decoration:none;
	background:#efefef;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

div.h1_tabs ul li.selected a {
	background:#cccccc;
}

div.h1_tabs ul li:hover a {
	background:#aaaaaa;
}

/***** Photos/Videos/Buttons *****/
/* Thumbs */
ul.thumbs li.t {
	width:100px;
	height:100px;
}

ul.thumbs li.s {
	width:200px;
	height:140px;
}

ul.thumbs li.m {
	width:300px;
	height:300px;
}

/* Videos */
.s .vbox, .s .vbox .video {
	width:100px;
	height:75px;
}

.t .vbox, .t .vbox .video {
	width:50px;
	height:38px;
}

/* Buttons */
div.t .buttons {
	margin-left:68px;
}

div.s .buttons {
	margin-left:110px;
}

li div.t .buttons {
	margin-left:68px;
}

li div.s .buttons {
	margin-left:129px;
}

/***** Tables *****/
thead {
}

th {
	background:#dddddd;
}

/***** Divs ******/
.border {border:1px solid #E6E6E6;}
.border-top {border-top:1px solid #E6E6E6;}
.border-right {border-right:1px solid #E6E6E6;}
.border-bottom {border-bottom:1px solid #E6E6E6;}
.border-left {border-left:1px solid #E6E6E6;}
#body .noborder {border:none;}

/**** Templates ****/
.template_two_right {
	width:320px;
}

/**** Boxes ****/
#box-dates, #box-mailing {
	width:258px;
	height:253px;
	padding:55px 33px 40px 29px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:13px;
	margin-bottom:10px;
	background:url(../images/box-dates.png) no-repeat top left;
}
#box-dates h3 {
	margin-bottom:1px;
}
#box-dates p {
	padding:0px;
}
#box-mailing {
	padding-top:51px;
	height:169px;
	background:url(../images/box-mailing.png) no-repeat top left;
}

/**** Mailing List *****/
#box-mailing .e2ma_signup_message, #box-mailing .e2ma_signup_form_required_footnote {
	display:none;
}
#box-mailing .e2ma_signup_form_row {
	border:none;
	padding:1px 0px;
}
#box-mailing .e2ma_signup_form input[type="text"], #box-mailing .e2ma_signup_form textarea, #box-mailing .e2ma_signup_form select {
	width:250px;
	font-family:Helvetica, Arial, sans-serif;
}
#box-mailing .e2ma_signup_form_label {
	font-family:Helvetica, Arial, sans-serif;
	text-transform:capitalize;
	margin-bottom:0px;
}

/*##end##*/
