body {
	font-size: 11pt;
	font-family: "nimbus-sans-extended", Verdana, Arial, sans-serif;
	line-height: 1.5;
	color: #777;
	min-width: 980px;
	-webkit-font-smoothing:subpixel-antialiased;
	font-weight: 300;
}

html, body {
	height: 100%;
}

html {
	overflow-y: scroll;
}

a:link { color: #777; text-decoration: none;}
a:visited {color: #777; text-decoration: none;}
a:active {color: #777; text-decoration: none;}
a:hover { color: #1C63B3; text-decoration: underline;}

p {
	margin-bottom: 10px;
}

p span.highlight {
	color: #222;
}

strong, .bold {
	font-weight: bold;
}

.semibold {
	font-weight: 500 !important;
}

.light {
	font-weight: 300 !important;
}

h2 {
	font-size: 22px;
	font-weight: 500;
	color: #888;
	margin-bottom: 5px;
	letter-spacing: -1px;
	line-height: 1.4 !important;
}


h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 5px;
	font-weight: 300;
}

h3 .highlight {
	color:#1C63B3;
}

h4 {
	font-size: 16px;
	color: #333;
	margin-bottom: 5px;
	font-weight: 500;
}

h2 span.highlight {
	color: #333333;
}

hr {
	border-top: 1px dotted #aaa !important;
	margin: 15px 0;
	background: none;
	height: 1px;
	border: 0;
}

.pipe { color: #eee;}

input[type="text"], select, textarea {
	border: 1px solid #d7d7d7;
	padding: 3px;
	width: 400px;
	color: #444;
	background: url(/img/input-bg.png) repeat-x left -30px;
	font-family: Arial;
	font-size: 13px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input[type="text"] {
	height: 21px;
}

input[type="submit"] {
	height: 27px;
	width: 105px;
	background: #444444;
	border: 0;
	color: #fff;
	font-family: "nimbus-sans-extended";
	font-size: 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#subscribe input#email {
	color: #999;
}

#container {
	width: 100%;
	position: relative;
	background: url(/img/greybg.png) repeat-y right bottom;
}

#header {
	height: 115px;
	width: 100%;
	position: relative;
	background: #fff;
	z-index: 100;
	clear: both;
}

#header-wrap {
	margin: 0 auto;
	width: 980px;
	position: relative;
}

#header h1 {
	text-indent: -999px;
	height: 0px;
}

#footer {
	position: relative;
	width: 100%;
	text-align: center;
	background-color: #fff;
/* 	padding-bottom: 15px; */
}

#footer #locations {
	margin: 25px 0;
	display: block;
	text-shadow: 0px 0px 1px #ddd;
	font-weight: 500;
	font-size: 9pt;
}

#footer-980 {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#content {
	width: 980px;
	margin: 0 auto;
	position: relative;
	clear: both;
}

#logo {
	position: absolute;
	left: 0;
	top: 47px;
}

#getstarted {
	position: absolute;
	right: 25px;
	top: 10px;
	text-align: right;
}

#getstarted h3 {
	font-weight: normal;
	font-size: 14px;
}

#getstarted a {
	color: #1C63B3;
}

#getstarted img {
	float: right;
	margin-top: 2px;
	margin-left: 6px;
}

#menu {
	letter-spacing: 0.5px;
	position: absolute;
	right: 0;
	top: 67px;
	height: 25px;
}

#fblike {
	position: absolute;
	right: 0;
	top: 10px;
}

#social-buttons {
	margin: 0 auto;
	clear: both;
}

#social-buttons img {
	margin-left: 3px;
	margin-right: 3px;
}

#ita {
	position: absolute;
	left: 65px;
	top: 15px;
	width: 90px;
	height: 45px;
}

#coltable td {
	vertical-align: top;
}

#coltable #col1 {
	width: 0px;
}

#coltable td#col2 {
	width: 530px;
	background-color: #fff;
	text-align: right;
	padding-right: 20px;
}

#coltable td#col2-noalign {
	width: 530px;
	background-color: #fff;
	padding-right: 20px;
}

#coltable #col2-extra {
	display: none;
	clear: both;
}

#coltable #col3 {
	width: 430px;
}

#text {
	padding: 10px;
	text-shadow: 1px 1px 0px #fff;
	z-index: -10;
}

#hp_txt { display: none; margin-bottom: 30px;}

#home-coltable {
/*	border-collapse: separate;
	border-spacing: 10px;*/
}

.rounded {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
 	text-shadow: none;
/*	-moz-box-shadow: 0 0 20px 1px #EAEAF4;
	-webkit-box-shadow: 0 0 20px 1px #EAEAF4;
	box-shadow: 0 0 20px 1px #EAEAF4;*/
	font-size: 14px;
	border: 1px solid #e2e2e2;
	height: 150px;
	text-shadow: none;
	position: relative;
	background: #fff;
}

.rounded a:link, .rounded a:visited, .rounded a:hover, .rounded a:active {
	text-decoration: underline !important;
	font-weight: 500;
	color: #000;
}


#home-coltable h3 {
	font-weight: 500;
	color: #333;
}

.logoscroller ul li img {
	margin-left: 10px;
}

.logoscroller ul li {
	height: 38px !important;
	width: 110px !important;
	text-align: center;
}

#text a:link, #col2 a:link { color: #1C63B3; text-decoration: none;}
#text a:visited, #col2 a:visited {color: #1C63B3; text-decoration: none;}
#text a:active, #col2 a:active {color: #1C63B3; text-decoration: none;}
#text a:hover, #col2 a:hover { color: #1C63B3; text-decoration: underline;}


#contact-form-wrap {
	width: 440px;
	text-align: left;
	float: right;
}

#contactform label {
	margin-top: 10px;
	display: block;
	font-weight: 500;
}

label {
	font-weight: 500;
}

#contactform select {
	width:408px;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#bullets li {
	background-image: url(/img/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
	padding-bottom:3px;
}


#modalform {
	padding: 20px;
	width: 300px;
}

#modalform input[type="text"], #modalform select { width: 300px; margin-bottom: 10px; }

#modalform select {
	width:308px;
}

.size13 {
	font-size: 13px;
}

#arrowicon {
	float:left;
	margin-top:2px;
	margin-right: 5px;
}

#arrowicon-left {
	float: left;
	margin-right: 5px;
}

/** NEWS ARTICLE CSS **/

#news-content {
	width: 610px;
	margin-left: 10px;
	color: #555;
}

#news-content h1 {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
	font-family: Arial;
	font-weight: bold;
}

#news-content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #555;
	margin-bottom: 10px;
}

#news-content ul {
	list-style: disc;
	padding-left: 30px;
	margin-bottom: 15px;
}

#news-content a {
	color: #1C63B3 !important;
}

#news-header {
	height: 104px;
	width: 610px;
	margin-left: 10px;
	margin-top: 10px;
}

blockquote {
	font-style: italic;
	color: #666;
	padding: 8px;
}

table.home_logos td {
	vertical-align: middle !important;
	height: 45px;
	text-align: center;
}

/** MENU CSS **/

#sddm
{	margin: 0;
	padding: 0;
	z-index: 300;
	font-weight: 500;
	font-size: 10pt;
	margin-right: -50px;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 50px 4px 0px;
	text-align: right;
	text-decoration: none;
	text-shadow: 0px 0px 1px #ddd;
}

#sddm li a#rightarrow {
/* 	background: url(/img/arrow_down.png) no-repeat right center; */
/* 	padding: 4px 20px; */
}

#sddm li a:hover
{	text-decoration: underline;
	color: #222; }

#sddm div {
/* 	position: absolute; */
	display: none;
	margin: 0;
	padding: 0px;
	background: #444;
	z-index: 100;
	box-shadow: 1px 1px 3px #888;
	-moz-box-shadow: 1px 1px 3px #888;
	-webkit-box-shadow: 1px 1px 3px #888;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #fff;
	letter-spacing: 0;
	text-shadow: -1px -1px 1px #333;
}

#sddm div a:hover {
	color: #fff
}


.bolditem {
	color: #1C63B3 !important;
	text-decoration: underline !important;
}

/** MENU END **/

.past-events h3 {
	margin: 0;
}

.past-events p {
	margin: 0;
}

#scroller {
	position: relative;
	overflow: hidden;
	width: 600px;
	height: 20px;
	margin-left: 20px;
}

.scrollertext {
	position: absolute;
	white-space: nowrap;
}

/** cookie box ***/

#cookie_alert {
	position:relative;
	display: none;
	background:#eee;
	color:#333;
	padding: 10px 40px 10px 10px;
	line-height: 1.5;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 0 auto 10px 0;
}

#cookie_alert_close {
	position: absolute;
	right: 10px;
	top: 19px;
}

#cookie_alert_close a {
	text-decoration: none;
	outline: none;
	width: 20px;
	display: block;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background:#fff;
	font-weight: bold;
	font-size: 14px;
}

/*** COUNTDOWN ***/

#countdown_dashboard {
	height: 47px;
	width: 160px;
	margin: 0 auto;
}

.dash {
	width: 33px;
	height: 44px;
	background: transparent url('/img/dash_small.png') 0 0 no-repeat;
	float: left;
	position: relative;
}

.colon {
	font-size: 20px;
	font-weight: bold;
	float: left;
	text-align: center;
	font-family: Arial, sans-serif;
	color: #555;
	position: relative;
}

.dash .digit {
	font-size: 20px;
	font-weight: bold;
	float: left;
	width: 16px;
	text-align: center;
	font-family: Arial, sans-serif;
	color: #fff;
	position: relative;
	text-shadow: #111 0px 0px 2px;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0px;
	font-size: 7pt;
	color: #888;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	width: 100%;
	text-align: center;
}

.window-message-large {
	width: auto !important;
	font-size: 16px;
	font-weight: bold;
	color: #1b63b2;
	font-family: Arial, sans-serif;
	height: 30px !important;
	margin-top: 15px !important;
	text-align: center;
}