div.breadcrumb * {
	margin:0;
	padding:0;
	}
div.breadcrumb {
	width: 960px;
	float:left;
	padding-top: 5px;
	margin-bottom: 10px;
	font-size: 85%;
	font-weight: bold;
	background-color:#ffffff;
	}
div.breadcrumb ul {
	float:left;
	}
div.breadcrumb li {
	float:left;
	list-style-type:none;
	color:#4f549e;
	}	
div.breadcrumb a {
	color:#4f549e;
	}
div.breadcrumb a:hover {
	text-decoration:none;
	color:#069;
	}
#topTxt {
	padding-right: 490px;
	font-weight: normal;
	font-style: italic;
	color: #ac7722;
	}
#checkout {
	float: left;
	width:100%;
	margin-left: 0;
	list-style: none;
	background: #646d8c;
	}
#checkout ul {
	float:left;
	margin-left: 0px;
	}
#checkout li {
	display:inline;
	}
#checkout a {
	font-size: 95%;
	font-weight: normal;
	text-decoration:none;
	color:#b1c0dc;
	}
#checkout li b {
	color: #aa9543;
	}
#logo {
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 0;
	}
#profile {
	float: left;
	margin: 0;
	padding: 15px 5px 0 5px;
	margin-left: 0;
	}
#profile  img {
	border-style: none;
	}
#login {
	float: right;
	margin: 0;
	padding: 15px 5px 0 0;
	}
#login a:hover {
	color: #000000;
	font-weight: bold;
	}
#todayDate {
	float:right;
	width: 220px;
	margin-right: 260px;
	margin-top: 0;
	padding: 10px 15px;
	background-color: #ffffff;
	}
#todayDate ul {
	float:right;
	}
#todayDate li {
	display:inline;
	}
#todayDate a {
	font-size: 100%;
	font-weight: bold;
	text-decoration:none;
	color:#ffffff;
	}
#todayDate p {
	padding-top: 5px;
	font-size: 95%;
	}
.countDown {
	clear: both;
	width: 960px;
	height: 110px;
	border: 1px solid #cccccc;
	background: url(../images/headerText.gif) no-repeat bottom left;
	}
.countDown  h1 {
	font-size: 140%;
	color: #eb4239;
	margin-left: 350px;
	margin-top: 42px;
	margin-bottom: 5px;
	}
#masthead {
	width: 960;
	height:30px;
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	margin-bottom: 5px; 
	padding-top: 1px;
}
#navlinks {
	margin: 0; padding: 0.25em 0.5em;
	background: #ffffff; color: #000;
}
#navlinks a {
	color: #fafafa;
	text-decoration:none;
	padding:5px 10px;
}
#navlinks a:hover {
	color: #808ca6;
}

#navlinks li {
	display: inline;
	margin-right: 0; padding-right: 0;
}
#navlinks li.first {
	padding-right: 0;
}
#navlinks li.first a {
	color:#fafafa;
	font-size: 100%;
	font-weight: bold;
	background-color:#323345;
	border: 1px solid #c9c8c7;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#navlinks li.first a:hover {
	color:#fafafa;
	background-color:#aac5d9;
}
#navlinks li.main {
	width: 100%;
	padding:15px 0 5px 0;
	background-color: #5f5d58;
}
#navlinks li.main a {
	font-size: 100%;
	font-weight:bold;
	color:#fafafa;	
	text-decoration:none;
	background-color:#97b4c3;
	border: 1px solid #606d89;
	padding: 8px 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#navlinks li.main a:hover {
	background-color:#cdd5df;
}

#navlinks2 {
	float: right;
	margin-top: -1.2em; 
	padding: 0.5em 0.5em;
	background: #f0efe5; color: #FFF;
}

#navlinks2 li {
	display: inline;
	margin-right: 0.5em; 
	padding-right: 0.75em;
	border-right: 1px solid #99C;
	font-weight: bold;
}
#navlinks2 li.last {
	border-right: 0;
}
#navlinks2 a {
	color: #000000;
}
#navlinks_photo {
	margin: 0; padding: 0.25em 0.5em;
	background: #ffffff; color: #000;
}
#navlinks_photo a {
	color: #fafafa;
	text-decoration:none;
	padding:5px 5px;
}
#navlinks_photo a:hover {
	color: #808ca6;
}

#navlinks_photo li {
	display: inline;
	margin-right: 0; padding-right: 0;
}
#navlinks_photo li.first {
	padding-right: 0;
}
#navlinks_photo li.first a {
	color:#fafafa;
	font-size: 100%;
	font-weight: bold;
	background-color:#323345;
	border: 1px solid #c9c8c7;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#navlinks_photo li.first a:hover {
	color:#fafafa;
	background-color:#aac5d9;
}
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	width:100%; /* sets max layout width */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	padding: 5px 0 5px 0;
	text-align: left;
	border: 0 solid #7f8f9c;
	background-color:#292a2d;
	}
#footer p {
	font-size:85%;
	color:#b0b4b7;
	}
#footer a {
	color:#8590bf;
	font-style:normal;
	}
#footer h5 {
	float:right;
	font-size: 100%;
	font-weight:normal;
	color:#181612;
	}
#footer h5 em {
	font-weight:bold;
	color:#181612;
}
#footer_inner {
	width:960px;
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */	
	padding:0.5em 1em 0.5em 1em; 
	}
#menuMain {
	float: left;
	height:25px;
	width:100%;
	margin: 0 0 0 0;
	padding: 2px 0 0 0px;
	list-style: none;
	background: #505257;
	}
#menuMain li {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
	font-size: 100%;
	}
#menuMain a {
	float: left;
	display: block;
	margin: 0;
	padding: 4px 8px;
	font-size: 100%;
	font-weight: bold;
	text-decoration:none;
	color:#ebddc0;
	border: 1px solid #bfbeb8;
	border-bottom: none;
	background: #505257;
	}
#menuMain a:hover, body#search #m_search a, body#signIn #m_signIn a, body#signUp #m_signUp a, body#news #m_news a, body#city #m_city a, body#photo #m_photo a, body#about #m_about a, body#gallery #m_gallery a, body#services #m_services a, body#eventweek #m_eventweek a, body#eventmonth #m_eventmonth a, body#citygallery #m_citygallery a, body#comfaq #m_comfaq a {
	color:#a7a59d;
	padding-bottom: 5px;
	border-color: #727377;
	background: #ffffff;
	font-weight: bold;
}
.box {
	width: 960px;
	margin-bottom: 5px;
	background: #ffffff;
	}
.box h1 {
	margin: 0;
	padding: 6px 8px 4px 10px;
	font-size: 200%;
	color: #333333;
	}
.box h3 {
	padding: 10px;
	font-size: 100%;
	color: #686763;
	border-bottom: 1px solid #ebe7e5;
	}
.box h4 {
	margin: 0;
	padding: 6px 8px 4px 10px;
	font-size: 120%;
	color: #333333;
	border-bottom: 1px solid #ebe7e5;
	}
.box h5 {
	margin: 0;
	padding: 6px 8px 4px 2px;
	font-size: 95%;
	font-weight: normal;
	color: #333333;
	}
.box h6 {
	margin: 0;
	padding: 6px 8px 4px 2px;
	font-size: 85%;
	color: #adaba6;
	}
.box p {
	line-height: 1.5em;
	font-size: 95%;
	margin: 10px 10px 0 10px;
	}
.box p em {
	font-weight: bold;
	color:#993300;
	}
.box ul {
	margin: 0;
	padding: 5px 5px 5px 0;
	list-style-type:disc;
	}
.box ul li {
	margin: 0 0 0 6px;
	padding: 0;
	font-weight: normal;
	color: #3a3f46;
	list-style: none;
	}
.box ul li a {
	margin-left: 0;
	font-size: 90%;
	color: #3a3f46;
	padding: 0;
	text-decoration: none;
	}
.box ul li a:hover {
	color: #e10000;
	}
.box ul ul li {
	margin: 0;
	padding: 0 2px 0 25px;
	list-style: none;
	}
.box ul ul li a {
	color: #988100;
	}
.boxContent_1 {
	float: left;
	width: 140px;
	margin-left: 5px;
	margin-top: 5px;
	}
.boxContent_1 li.first {
	padding-right: 5px;
}
.boxContent_1 li.first a {
	color:#d49e40;
	font-size: 100%;
	font-weight: bold;
}
.boxContent_2 {
	float: left;
	width: 140px;
	margin-left: 5px;
	margin-top: 5px;
	}
.boxContent_2 li.first {
	padding-right: 5px;
}
.boxContent_2 li.first a {
	color:#d49e40;
	font-size: 100%;
	font-weight: bold;
}
.boxContent_3 {
	float: left;
	width: 140px;
	margin-left: 5px;
	margin-top: 5px;
	}
.boxContent_3 li.first {
	padding-right: 5px;
}
.boxContent_3 li.first a {
	color:#d49e40;
	font-size: 100%;
	font-weight: bold;
}
.boxContent_4 {
	float: left;
	width: 140px;
	margin-left: 5px;
	margin-top: 5px;
	}
.boxContent_4 li.first {
	padding-right: 5px;
}
.boxContent_4 li.first a {
	color:#d49e40;
	font-size: 100%;
	font-weight: bold;
}
.boxContent_5 {
	float: left;
	width: 140px;
	margin-left: 5px;
	margin-top: 5px;
	}
.boxContent_5 li.first {
	padding-right: 5px;
}
.boxContent_5 li.first a {
	color:#d49e40;
	font-size: 100%;
	font-weight: bold;
}
.boxContent_6 {
	float: left;
	width: 140px;
	margin-left: 5px;
	margin-top: 5px;
	}
.boxContent_6 li.first {
	padding-right: 5px;
}
.boxContent_6 li.first a {
	color:#d49e40;
	font-size: 100%;
	font-weight: bold;
}
#header {
	width:100%;
	height: 45px;
	margin-left: auto;
	margin-right:auto; /* centers layout in browser */
	margin-top: 0;
	background: #4a567d;
	}
#header_inner {
	width:960;
	margin-left: auto;
	margin-right:auto; /* centers layout in browser */
	margin-top: 0;
	background: #4a567d;
	}

