@charset "utf-8";
/* Master CSS Document */
/* Loosely structured as a cargo ship, with containers in its hold */
/* The Containers have pallets, with boxes which contain packages etc. */

#vessel {
	background: #000000 url(http://www.newmarkhotels.com//images/nm/bg.jpg) no-repeat center top;
	width: 101%;
	margin: 0px auto;
	text-align: center;
	height: 101%;
	font-family: Arial, Helvetica, sans-serif;
}

#hold {
	background: url(http://www.newmarkhotels.com//images/nm/bg_page.png) no-repeat center top;
	width: 990px;
	margin: 0px auto;
	text-align: center;
	height: 100%;
}



/* LOGO */
#logostamp {
	height: 75px;
	width: 296px;
	margin-top: 20px;
	position: relative;
	visibility: visible;
	z-index: 30;
	float: left;
	margin-left: 0px;
}

#container {
	background: #FFF;
	width: 960px;
	margin: 5px auto 0px;
	text-align: center;
	z-index: 10;
	height: auto;
}



/* TOPMENU */
#header {
	height: 30;
	width: 960px;
        z-index: 20;
}
#header h1 {
	margin: 8px 15px 5px 5px;
	float: right;
	width: 540px;
	text-align: right;
	font-size: 0.65em;
	color: #999999;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#header h1 a {
	color: #999999;
	padding-right: 5px;
	padding-left: 5px;
}



/* NAVBAR */
#nav {
	background: #CCC url(http://www.newmarkhotels.com//images/nm/bg_menu.png) repeat-x;
	height: 60px;
	width: 960px;
	text-align: left;
	position: relative;
	float: left;
	margin-top: -60px;
}
#nav ul {
	width: 100%;
	margin-top: 9px;
	margin-left: 280px;
}

#nav li {
	display: inline;
	position: relative;
	top: 10px;
	left: 0px;
	margin: 0px 0px 0px 15px;
}

#nav a:link {
	text-decoration: none;
	color: #333;
}

#nav a:hover {
	color: #000;
	text-decoration: underline;
}

#nav a:visited {
	text-decoration: none;
}

#nav a:active {
	color: #000;
}



/* MAIN IMAGE for MAIN PAGES */
#main-feature {
	width: 940px;
	margin-bottom: 15px;
}

#submast {
	background: #F2F2F0 url(http://www.newmarkhotels.com//images/nm/bg_breadcrumbs.jpg) repeat-x bottom;
	height: 260px;
	width: 960px;
}

#submast #breadcrumbs {
	margin: 12px 0 0 10px;
	float: left;
	font-size: 0.7em;
	color: #666666;
}
#submast #breadcrumbs img {
	vertical-align: text-bottom;
	margin-right: 10px;
}
#submast #breadcrumbs a {
	color: #666666;
	padding-right: 5px;
	padding-left: 5px;
}


#main-feature h2 {
	text-align: left;
	margin: 20px;
	font-size: 1.5em;
	font-weight: normal;
}



/* BODY CONTENT  */
#content {
	width: 960px;
	background: url(http://www.newmarkhotels.com//images/nm/bg_content.jpg) repeat-x top;
	padding-top: 20px;
	margin: -15px 0 0 0;
}



/* SUBMENU  */
#content  #submenu {
	width: 280px;
	float: left;
	border-right: 1px dashed #999999;
}
#content #submenu li {
	background: url(http://www.newmarkhotels.com//images/nm/bg_submnu-arrow.png) no-repeat left top;
	height: 32px;
	width: 240px;
	margin: 0px 5px 3px 20px;
	padding-top: 8px;
	text-align: left;
	text-indent: 40px;
	color: #000000;
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#content #submenu li a {
	color: #666666;
	text-decoration: none;
}

#content #submenu li.top3submenu {
	background: url(http://www.newmarkhotels.com//images/nm/bg_submnu.png) no-repeat;
	height: 32px;
	width: 239px;
}
#content #submenu .top3submenu a {
	color: #FFFFFF;
	text-decoration: none;
}



/* - - - BODY CONTENT  - - - */

#content  #box {
	width: 650px;
	float: right;
	margin-right: 10px;
            height: auto;
}

#content #box h2 {
	background: url(http://www.newmarkhotels.com//images/nm/bg_pagetitle.png) no-repeat;
	height: 70px;
	width: 650px;
	padding: 25px 20px 0px 25px;
	text-align: left;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 1.5em;
	color: #666666;
}

#content #box h3 {
	text-align: left;
	font-size: 1.2em;
        margin-bottom: 5px; 
	font-weight: bolder;
	color: #456;
}

#content #box h4 {
	text-align: left;
	font-size: 1.2em;
/*        margin-bottom: 5px; */
/*        margin-top: 20px; */
	color: #333;
}

#content #box h5 {

        margin-bottom: -5px;  
	width: 320px;
        height: 24px;
	text-align: left;        
        background: #EEE;
	font-weight: bolder;
	color: #456;
        padding: 8px 0 0 10px;
}

#content #box span {
	text-align: left;
	font-size: 1.0em;
        color: #C00;
}

#content #box a:link,
#content #box a:visited {
	color: #222;
	text-decoration: underline;
}

#content #box a:hover,
#content #box a:active {
	color: #666;
	text-decoration: underline;
}

#content #box p {
	margin-top: 10px;
}

#content #box table {
	font-size: 0.9em;
                color: #456;
                width: 100%;
}

#content #box table tr {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content #box table td {
	margin: 10px;
}

#content #box table td img {
       margin: 10px;
        border: 10px solid #EEE;
}

#content #box img.left {
        float: left;
        margin-right: 20px;
        margin-bottom: 50px;
        border: 10px solid #EEE;
}

#content #box img.right {
        float: right;
        margin-left: 20px;
        margin-bottom: 40px;
        border: 10px solid #EEE;
}

#content #box img.brdr {
	float: right;
	border: 10px solid #EEE;
}

#content #box hr {
	background: #FEFEFE url(http://www.newmarkhotels.com//images/nm/bg_hr2.jpg) repeat-x scroll center;
        height: 20px;
        display: block;
        border: 0;
}

#content #text,
#content #text .wide {
	width: 325px;
	float: left;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.15em;
	color: #456;
	padding-left: 5px;
}

#content #text p,
#content #text .wide p {
        margin-top: 15px;
        margin-bottom: 20px;
}

#content #text.wide {
	width: 620px;
}

#content #box li {
	list-style: disc outside;
	text-indent: 10px;
	display: list-item;
	padding-left: 10px;
}

/* BUTTON FOR DOWNLOAD DOCS  */
#content #box span.btn {
	background: #999 center center;
                text-align: center;
	padding: 8px 10px 5px 10px;
	margin: 10px 10px 5px 0px;
/*	height: 24px; */
	width: 240px; 
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
                float: right;
}

#content #box span.btn a:link,
#content #box span.btn a:active,
#content #box span.btn a:visited {
	color: #FFF;
	text-decoration: none;
}

#content #box span.btn a:hover {
	text-decoration: underline;
}

#content #newsbox {
	font-size: 0.9em;
	margin-bottom: 20px;
	margin-top: 20px;
            margin-left: 0;

}
#content #newsbox h3 {
	background: url(http://www.newmarkhotels.com//images/nm/bg_subhdr-home.png) no-repeat;
	height: 32px;
	width: 320px;
	padding: 8px 5px 0px 10px;
	color: #666666;
	text-transform: uppercase;
	font-size: 1.1em;
}
#content #newsbox h4 {
	color: #666666;
	font-weight: bold;
	font-size: 1em;
	margin-top: 10px;
	padding-left: 0px;
}
#content #newsbox p {
	padding-left: 10px;
	margin: 0px;
	font-size: 0.8em;
	padding-bottom: 10px;
	color: #777;
}

#content #newsbox a:link,
#content #newsbox a:visited {
	color: #666666;
	text-decoration: none;
}

#content #newsbox a:hover,
#content #newsbox a:active {
	color: #333333;
	text-decoration: underline;
}

#content #contact_form {
	float: left;
                border: 1px solid #EEE;
                position: relative;
}




/* RIGHT HAND COLUMN */
#content #column {
	width: 300px;
	float: right;
}

#content .bnr-ad {
	border: 1px solid #CCC;
	padding: 10px;
        margin: 20px 0 0 0;
}

#content #banner {
	border: 1px solid #CCC;
	padding: 10px;
}

#content #banner img {
	float: none;
}



#content  .side {
	margin: 10px 0;
	padding: 10px;
	text-align: left;    
}

#content  .side h3 {
	color: #333;
	width: 270px;
	text-align: left;        
        background: #DDD;
        font-weight: bold;
	font-size: 0.95em;
	padding: 10px;
}



/* BRANDBAR  */
#brandbar {
	background: #FFFFFF url(http://www.newmarkhotels.com//images/nm/bg_brandbar.png) repeat-x top;
	width: 960px;
	height: 140px;
	clear: both;
}
#brandbar img {
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 15px;
	text-align: justify;
}






/* FOOTER  */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	height: 150px;
	background: #222;
	padding-bottom: 30px;
	width: 960px;
	margin-left: 15px;
	margin-top: 20px;
}

#footer #basemenu {
	width: 500px;
	text-align: left;
	float: left;
	color: #999999;
	margin: 20px;
	font-size: 0.9em;
}

#footer #basemenu ul.mnu-corporate {
	float: left;
	width: 150px;
	border-right: 1px dashed #666666;
	font-size: 0.95em;
	font-weight: bold;
	text-transform: uppercase;
	color: #888;
}

#footer #basemenu ul.mnu-portfolio {
	float: left;
	margin-left: 20px;
	width: 150px;
	border-right: 1px dashed #666666;
	font-size: 0.95em;
	font-weight: bold;
	text-transform: uppercase;
	color: #888;
}

#footer #basemenu ul.mnu-services {
	float: left;
	margin-left: 20px;
	width: 150px;
	font-size: 0.95em;
	font-weight: bold;
	text-transform: uppercase;
	color: #888;
}
#footer #basemenu  li {
	padding-left: 10px;
	font-size: 0.9em;

}

#footer #basemenu  a:link,
#footer #basemenu  a:visited,
#footer #basemenu  a:active  {
	text-decoration: none;
	color: #999999;
	font-weight: normal;
	text-transform: capitalize;
}

#footer #basemenu  a:hover {
	color: #000;
	text-decoration: underline;
}

#footer #legal {
	float: right;
	text-align: right;
	font-size: 0.8em;
	margin: 20px 20px 20px 0px;
	color: #777;
	width: 400px;
}
#footer #legal a:hover, 
#footer #legal a:link, 
#footer #legal a:visited, 
#footer #legal a:active {
	text-decoration: none;
	color: #999;
}
#footer #credits {
	text-align: right;
	font-size: 0.9em;
	color: #444;
	text-decoration: none;
	margin-top: 20px;
}

#footer .lolite {
	color: #666;
	font-size: 0.85em;
}

#footer #credits a.lolite:hover, 
#footer #credits a.lolite:link, 
#footer #credits a.lolite:visited, 
#footer #credits a.lolite:active {
	text-decoration: none;
	color: #555;
}

#footer #credits a:hover, 
#footer #credits a:link, 
#footer #credits a:visited, 
#footer #credits a:active {
	text-decoration: none;
	color: #555;
}

br.clearfloat {
	clear: both;
        background-color: none
        width: 960px;
        height: 1px;
}

/* GALLERY */

.thumbs {
 text-align:	center;
 margin:	15px;
 border: 10 px solid #EAEBEE;
}

