/*---------------------------------------------------------------------
 *  RESET
 *---------------------------------------------------------------------*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: none;
} 

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong, b {
	font-family: "proxima-nova-n6","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #3D3D3D;
}

em, i {
	font-style: italic;
}

p {
	padding: 0 0 15px 0;
}

a {
	color: #0045d9;
}


/*---------------------------------------------------------------------
 *  HTML ELEMENTS
 *---------------------------------------------------------------------*/
 
body {
	font-family: "proxima-nova-n4","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color: #565656;
} 



/*---------------------------------------------------------------------
 *  GLOBAL STYLES
 *---------------------------------------------------------------------*/
  
.clear {
	clear: both;
}

.left {
	position: relative;
	float: left;
}

.right {
	position: relative;
	float: right;
}

.dk_blue { color: #002269; }

.highlight {
	position: relative;
	width: 100%;
	height: 5px;
	background: #ffc729;
}

.wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#top {
	position: relative;
	width: 100%;
	height: 104px;
	background: url(../images/bg_top_nav.png) repeat-x;
	z-index: 10;
}

#logo {
	position: relative;
	float: left;
	margin: 26px 0 0 20px;
	width: 350px;
}

#logo img {
	width: 90%;
	height: auto;
}

#footer {
	position: relative;
	background: url(../images/black_50.png);
	width: 100%;
	padding: 40px 0;
	text-align: center;
	color: #808080;
	font-size: 13px;
	line-height: 1.2;
}

#footer span {
	padding: 0 5px;
}

#footer #social {
	padding: 0 0 10px 0;
}

#footer #social a {
	padding: 0 5px;
}

#footer_links {
	position: relative;
	margin: 0 0 10px 0;
}

#footer a {
	color: #808080;
	text-decoration: none;
}

#footer a:hover {
	color: #cccccc;
}



/*---------------------------------------------------------------------
 *  HOME - PUBLIC
 *---------------------------------------------------------------------*/

#home {
	position: relative;
	margin: 65px 0 80px 20px;
}

#home .left {
	width: 720px;
}

#home .right {
	width: 240px;
}

#about {
	position: relative;
	width: 460px;
	height: 220px;
	margin: 0 20px 20px 0;
	float: left;
}

#about img {
	width: 460px;
	height: 220px;
}

#dining, #inn {
	position: relative;
	width: 220px;
	height: 220px;
	margin: 0 20px 20px 0;
	float: left;
}

#dining img, #inn img {
	width: 220px;
	height: 220px;
}

#announcement {
	position: relative;
	margin: 0 20px 20px 0;
	float: left;
	width: 460px;
	height: 220px;
	background: #002269;
	color: #bfc8d9;
	text-align: center;
}

#announcement .title {
	position: relative;
	margin: 0 0 10px 0;
}

#announcement .title img {
	width: 100%;
	height: auto;
}

#announcement .pad {
	position: relative;
	padding: 30px;
}

#hero {
	position: relative;
	margin: 0 20px 20px 0;
	float: left;
	width: 220px;
	height: 460px;
}

#hero img {
	width: 220px;
	height: 460px;
}








/*---------------------------------------------------------------------
 *  INTERIOR PAGES
 *---------------------------------------------------------------------*/

#int {
	position: relative;
	width: 940px;
	margin: 0 0 70px 20px;
}

#int h2 {
	color: #3d3d3d;
	font-size: 28px;
	line-height: 1;
	font-family: "proxima-nova-n8","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
	padding: 0 0 15px 0;
}

#int h2 a {
	color: #3d3d3d !important; 
}

#int h2 a:hover {
	color: #002269 !important; 
}

#int h3 {
	color: #002269;
	font-size: 20px;
	font-family: "proxima-nova-n6","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	padding: 0;
	margin: 0 0 5px 0;
}

#int h4 {
	color: #3d3d3d;
	font-size: 16px;
	font-family: "proxima-nova-n6","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	padding: 0;
	margin: 0 0 5px 0;
}

#int .left {
	width: 695px;
	background: #ffffff;
}

#int .left .pad {
	padding: 30px;
}

#int .left ul {
	list-style: square;
	margin: 0 0 15px 30px;
}

#int .left ul li ul {
	list-style: circle;
	margin: 0 0 0 30px;
}

#int .left ol {
	list-style: decimal;
	margin: 0 0 15px 30px;
}

#int .left ol.double li {
	padding: 0 0 15px 0;
}

#int .left ol li ol {
	list-style: lower-alpha;
	margin: 0 0 0 30px;
}

#int .right {
	width: 245px;
	background: #f6f6f6;
}

#int .right img {
	display: block;
	width: 100%;
	height: auto;
}

#int .right h3 {
	color: #ffffff;
	background: #ffc729;
	font-size: 17px;
	line-height: 1;
	font-family: "proxima-nova-n8","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
	border-top: 1px solid #ffffff;
	padding: 20px 25px;
}

#int .right h3.alt {
	background: #cccccc;
}

#page_header {
	position: relative;
	margin: 30px 0 20px 0;
	background: #002269;
}

#page_header h1 {
	color: #ffffff;
	font-size: 36px;
	line-height: 1;
	font-family: "proxima-nova-n8","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
	padding: 20px 100px 20px 30px;
}

.img_left {
	position: relative;
	float: right;
	margin: 0 15px 15px 0;
	padding: 2px;
	border: 2px solid #cecece;
}

.img_right {
	position: relative;
	float: right;
	margin: 0 0 15px 15px;
	padding: 2px;
	border: 2px solid #cecece;
}

#pinterest_btn {
	position: absolute;
	right: 98px;
	top: 24px;
	width: 102px;
	height: 29px;
	background: url(../images/pinterest_button.png) no-repeat;
	cursor:pointer;
}

#hide_btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 76px;
	height: 76px;
	background: url(../images/hide_btn.png) no-repeat;
}

#hide_btn.on {
	background-position: bottom;
}



/*---------------------------------------------------------------------
 *  INTERIOR PAGES
 *---------------------------------------------------------------------*/

#event {
	position: relative;
	width: 940px;
	margin: 0 0 70px 20px;
}

#event .left {
	width: 720px;
}

#event .right {
	width: 220px;
}

#event_main {
	position: relative;
	width: 700px;
	height: 460px;
	background: #ffffff;
	margin: 0 0 20px 0;
}

#event_btns {
	position: relative;
	margin: 0 0 20px 0;
}

#event_btns a {
	float: left;
	display: block;
	width: 340px;
	height: 80px;
	text-indent: -9999em;
	margin: 0 20px 0 0;
}

#event_btns a:hover {
	background-position: bottom center;
}

.btn_floor { background: url(../images/btn_floor.png) top center no-repeat; }
.btn_options { background: url(../images/btn_options.png) top center no-repeat; }

#event_video, #event_blog {
	position: relative;
	width: 220px;
	height: 220px;
	margin: 0 20px 20px 0;
}

#event_video img, #event_blog img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 5;
}

#event_video a, #event_blog a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 20;
}

.vid_link {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	display: block;
	background-image: url(../images/icon_video.png);
	background-color: #e5b325;
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 10;
}

.blog_link {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	display: block;
	background-image: url(../images/icon_photo.png);
	background-color: #e5b325;
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 10;
}

.vid_link p, .blog_link p {
	line-height: 40px;
	padding: 0 0 0 10px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "proxima-nova-n6","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
}

a.btn_info {
	position: relative;
	text-indent: -9999em;
	display: block;
	margin: 0 20px 20px 0;
	width: 220px;
	height: 80px;
	background: url(../images/btn_info.png) top center no-repeat;
}

a.btn_info:hover {
	background-position: bottom center;
}
 


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

#top_nav {
	position: relative;
	margin: 35px 10px 0 0;
	float: right;
	font-family: "proxima-nova-n6","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
}

#top_nav li {
	display: inline-block;
	margin: 0 10px 0 0;
}

#top_nav li a {
	display: block;
	padding: 5px 5px;
	color: #ffffff;
	text-decoration: none;
}

#top_nav li a:hover {
	color: #cccccc;
}

#top_nav li.active a {
	background: #6c6c6c;
}

#side_nav, #side_nav2 {
	position: relative;
	margin: 20px 25px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
}

#side_nav li {
	margin: 0 0 3px 0;
}

#side_nav2 li {
	margin: 0 0 13px 0;
}

#side_nav a, #side_nav2 a {
	color: #838383;
	text-decoration: none;
}

#side_nav li.active a, #side_nav2 li.active a {
	color: #002269;
}

#side_nav a:hover, #side_nav2 a:hover {
	color: #002269;
}



/*---------------------------------------------------------------------
 *  LOGIN FORM
 *---------------------------------------------------------------------*/

#login {
	position: relative;
	float: right;
	width: 330px;
	height: 41px;
	background: #6c6c6c;
	margin: -9px 20px 0 0;
}

#login input, #login input[placeholder] {
	color: #6a6a6a;
	font-size: 11px;
}

#user {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 100px;
	height: 21px;
	border: none;
	outline: none;
	background: #bcbcbc;
	padding: 0 5px;
}

#pass {
	position: absolute;
	left: 130px;
	top: 10px;
	width: 100px;
	height: 21px;
	border: none;
	outline: none;
	background: #bcbcbc;
	padding: 0 5px;
}

::-webkit-input-placeholder {
   color: #6A6A6A;
}

:-moz-placeholder { /* Firefox 18- */
   color: #6A6A6A; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #6A6A6A;  
}

:-ms-input-placeholder {  
   color: #6A6A6A; 
}

#login_btn {
	position: absolute;
	left: 250px;
	top: 10px;
	width: 70px;
	height: 21px;
	border: none;
	background: url(../images/btn_login.png) no-repeat;
	text-indent: -9999em;
	text-transform: capitalize;
}

#login_btn:hover {
	background-position: bottom;
}



/*---------------------------------------------------------------------
 *  EVENT PLANNING SLIDESHOW
 *---------------------------------------------------------------------*/
 
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.eventslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.eventslides li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.eventslides img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}

.eventslides .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 14;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
}

.eventslides_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url(../images/slides_nav.gif) no-repeat left top;
  margin-top: -45px;
}

.eventslides_nav:active {
  opacity: 1.0;
}

.eventslides_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}




.sg_spacer {
	position: relative;
	width: 100%;
	height: 2px;
	border-top: 1px solid #efefef;
	margin: 20px 0;
}

#int ul.staff {
	position: relative;
	margin: 5px 0 20px 0;
	list-style: none;
	line-height: 1.3;
	padding: 0 0 15px 0;
	border-bottom: 1px dashed #cccccc;
}

#int ul.staff li {
	float: left;
	width: 50%;
	padding: 0 0 13px 0;
}

#int ul.options {
	position: relative;
	margin: 10px 0 20px 0;
	list-style: none;
	line-height: 1.3;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #cccccc;
}

#int ul.options li {
	float: left;
	width: 50%;
	padding: 0 0 20px 0;
}

#int ul.options i {
	font-size: 12px;
	color: #999999;
}

.map {
	position: relative;
	width: 100%;
	height: 250px;
	margin: 0 0 15px 0;
}

#int ul#rates {
	position: relative;
}

#rates span {
	position: relative;
	width: 270px;
	display: inline-block;
}

.styled {
	margin: 0 0 15px 0;
	padding: 15px;
	color: #988576;
	font-size: 17px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	text-align: center;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

ul#facilities {
	position: relative;
	margin: 0 0 0 25px;
	font-family: "proxima-nova-n4","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #999999;
	list-style: circle;
}

#side_nav li.active ul#facilities li a {
	color: #999999;
}

#side_nav li.active ul#facilities li a:hover {
	color: #002269;
}

#side_nav li.active ul#facilities li.active a {
	color: #002269;
}

ul.location {
	line-height: 1.3;
}

ul.location li {
	padding: 0 0 10px 0;
}

.location span {
	position: relative;
	width: 270px;
	display: inline-block;
}

.location em {
	display: block;
	margin: 8px 0 0 0;
	font-size: 12px;
	color: #999999;
}

span.sized {
	position: relative;
	width: 170px;
	display: inline-block;
}

#floor_plans {
	position: relative;
	background: url(../images/map.jpg) top right no-repeat;
}

.room_img {
	position: relative;
	float: right;
	width: 360px;
	margin: 0 0 0 20px;
}

.room_img img {
	display: block;
	width: 100%;
	height: auto;
}



/*---------------------------------------------------------------------
 *  FORMS
 *---------------------------------------------------------------------*/

form li {
	list-style:none;
	padding-bottom:10px;
}

label {
	float: left;
	width: 280px;
	font-weight: bold;
}

label.login {
	float: left;
	width: 90px;
	font-weight: bold;
}

.captchdesc {
	padding:5px 0 0 280px;
}

span.formresults {
	position: relative;
	padding-right: 10px;
	display: inline-block;
	font-weight:bold;
}

#submit_button {
	font-size: 12px;
	height: 21px;
	line-height: 21px;
	padding: 0 10px;
	background: #3D3D3D;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid transparent;
	text-transform: uppercase;
	position:absolute;
}

#submit_button:hover {
	background: #001E6A;
}

.forminput {
	width: 100px;
	height: 21px;
	border: none;
	outline: none;
	background: #eeeeee;
	padding: 0 5px;
	margin: 0 5px;
	border: 1px solid #6A6A6A
}


#about:hover, #dining:hover, #inn:hover {
	cursor: pointer;
}



/*---------------------------------------------------------------------
 *  MOBILE STUFF
 *---------------------------------------------------------------------*/

.mobile, #mobile_top {
	display: none;
}

a.btn_info.mobile {
	display: none;
}


/*---------------------------------------------------------------------
 *  CUSTOM PAGE UPDATE - 5-28-2014
 *---------------------------------------------------------------------*/

#custom_page {
	position: relative;
}

.block {
	position: relative;
	float: left;
	width: 50%;
	margin: 10px 0 15px 0;
	text-align: center;
}

.block img {
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 auto 10px auto;
}

.b_title {
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	padding: 0 10px 3px 10px;
}

.b_description {
	font-style: italic;
	font-size: 12px;
	line-height: 14px;
	padding: 0 10px;
}


/*---------------------------------------------------------------------
 *  VETERANS INITIATIVE
 *---------------------------------------------------------------------*/

.full .left {
	width: 940px !important;
	background: #ffffff;
}
 
#veterans_slider {
	position: relative;
	width: 940px;
	height: 375px;
}
 
#veterans_nav {
	width: 940px;
	height: 57px;
	line-height:57px;
	background-color:#F6F6F6;
	text-align:center;
	font-family:"proxima-nova",sans-serif;
	font-size:16px;
	color:#838383;
}

#veterans_nav span {
	padding: 0 10px;
}
 
#veterans_nav a {
	color:#838383;
	font-weight:600;
	text-decoration:none;
}
 
#veterans_nav a:hover  {
	color:#002269;
	font-weight:600;
	text-decoration:none;
}
 
#veterans_nav a.current  {
	color:#002269;
	font-weight:600;
	text-decoration:none;
}



/*---------------------------------------------------------------------
 *  CALENDAR PAGE
 *---------------------------------------------------------------------*/

#cal_left {
	position: relative;
	float: left;
	width: 310px;
	background: #f6f6f6;
}

#cal_right {
	position: relative;
	float: right;
	width: 570px;
	margin: 0 30px 0 0;
}

#cal_right h1 {
	margin: 30px 0;
}

.date {
	position: relative;
	padding: 10px 15px;
	background: #adadad;
	color: #ffffff;
	font-family: "proxima-nova-n6","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

.event {
	position: relative;
	margin: 0 0 20px 0;
	color: #767676;
	font-size: 16px;
	line-height: 19px;
}

.e_left {
	position: relative;
	float: left;
	width: 150px;
}

.e_left img {
	display: block;
	padding: 2px;
	border: 2px solid #cecece;
	width: 150px;
	height: 150px;
}

.e_right {
	position: relative;
	padding-left:185px;
}

.e_right h3 {
	font-family: "proxima-nova-n6","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	margin: 3px 0 15px 0;
}

.e_right h3 a {
	color: #002269;
}

.e_right h3 a:hover {
	color: #0045d9;
	text-decoration: none;
}

.time {
	position: relative;
	color: #565656;
	font-family: "proxima-nova-n6","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
}

.e_links {
	position: relative;
	font-size: 15px;
	line-height: 1;
	margin: 15px 0 0 0;
}

.e_links span {
	padding: 0 5px;
}

.cal_block {
	position: relative;
	margin: 30px 0;
	padding: 30px 30px 0 30px;
	border-top: 2px solid #ffffff;
}

.eventtitle {
	padding-bottom:10px !important;
}

span.eventhead {
	position: relative;
	padding-right: 10px;
	display: inline-block;
	font-weight:bold;
}

.insphoto img {
	display: block;
	padding: 2px;
	border: 2px solid #cecece;
	width: 150px;
	height: 150px;
	margin: 0 10px 10px 0;
}

.boardimg {
	display: block;
	padding: 2px;
	border: 2px solid #cecece;
	width: auto;
	height: auto;
	margin: 0 10px 10px 0;
}









