/* @override http://74.53.182.86/~nipomosm/styles/main-styles.css */

/* @override http://74.53.182.86/~nipomosm/styles/main-styles.css */

/* @override http://www.zamo.selfip.com/NSM/styles/main-styles.css */

/* @override http://www.zamo.selfip.com/NSM/styles/main-styles.css */

/* @override http://www.zamo.selfip.com/NSM/styles/main-styles.css */

/* @override http://www.zamo.selfip.com/NSM/styles/main-styles.css */

/* @override http://www.zamo.selfip.com/NSM/styles/main-styles.css */

@charset "UTF-8";
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #ebf7fc;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-image: url(../images/NSM-cloud-tile.jpg);
	background-repeat: repeat-x;
	background-position: 400px top;
}
/* Commonly used to style page titles. */
h1 {
  color: #dd0003;
	font: italic bold 26px/27px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 0;
	margin-bottom: 25px;
	/*border-bottom-style: solid;
	border-bottom-width: 1px;*/
	padding-bottom: 0;
}

#content img {
	float: left;
	margin: 5px 25px 24px 0;
}
#content img.no-right-margin {
	margin-right: 0px;
}
/* Commonly used to style section titles. */
h2 {
  color: #dd0003;
	font: bold 17px/20px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 16px;
	margin-bottom: 8px;
}

.page-events #content table tbody tr td h2 {
	margin-bottom: 3px;
	margin-top: 20px;
}
h2.extraSpace {
	margin-bottom: 24px;
}
h3 {
  color: #333;
	font: bold 14px/16px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 2px;
}

#content small a {
	float: right;
	margin-right: 5px;
	color: #000000 !important;
}
#content small a:hover {
	color: #dd0003 !important;
}

#content p {
	font: 12px/20px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-right: 10px;
}

#content table tbody tr td {
	font: 12px/20px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-right: 20px;
}
#content table  {
	margin-bottom: 20px;
}
.page-events #content table tbody tr td {
	margin-bottom: 20px;
	margin-top: 0px;
	padding-right: 15px;
	padding-top: 6px;
	border-bottom: 1px solid red;
	padding-bottom: 7px;
	vertical-align: top;
	line-height: 13px;
}
#content p.inlineTimeListing {
	margin-bottom: 5px;
	font-weight: bold;
}
#content li {
	font: 12px/24px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	list-style-type: none;
	list-style-image: url(../images/NSM_red_bullet.gif);
	list-style-position: inside;
	padding-left: 2px;
	margin-left: 15px;
}
#content #calloutBox li {
	list-style-position: outside;
}
#content ul {
	padding-left: 0px;
}
#content #calloutBox {
	/*background-color:#EBF7FC;*/
	padding: 15px 10px 15px 24px;
	margin-top: 30px;
	margin-bottom: 20px;
	border: 3px dotted #ffce0d;
}

#content #calloutBox ul {
	margin-bottom: 0;
}

#calloutBox table {
	margin-bottom: 0;
}

#calloutBox h2, #calloutBox p {
	display: inline;
	padding-right: 7px;
	padding-left: 0;
}
#calloutBox p {
	padding-right: 0px;
}
.page-storage #content #calloutBox {
	text-align: center;
	padding-left: 10px;
	padding-right: 5px;
}

.page-storage #content h3 {
	border-bottom: 1px solid #dd0003;
	padding-bottom: 8px;
	margin-bottom: 6px;
	margin-top: 3px;
}

.page-storage #content table {
	bottom: 5px;
	margin-bottom: 0;
	padding-bottom: 20px;
}

#calloutBox h2 {
	margin-top: 0;
	margin-bottom: 4px;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
}

#calloutBox p {
	margin-bottom: 5px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#content a, #content a:link {
  text-decoration: none;
	border-bottom: 1px dotted #000;
}
/* Sets the style for visited links. */
a:visited {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #B00001;
  text-decoration: none;
}
#content a:hover {
  color: #dd0003;
  text-decoration: none;
	border-bottom-style: none;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 799px;
  position: relative;
	padding: 0;
}
#outerWrapper #language-tabs {
	width: 921px;
	height: 71px;
	left: -11px;
	position: relative;
	float: left;
	top: -71px;
	background: url(../images/NSM-language-tabs-english.png) no-repeat;
	margin-right: -1000px;
}
#outerWrapper #language-tabs.spanish {
	background: url(../images/NSM-language-tabs-spanish.png) no-repeat;
}
#outerWrapper #shadow-tab-left {
	width: 11px;
	height: 645px;
	left: -11px;
	position: absolute;
	top: 0px;
	background-image: url(../images/NSM-side-shadow-left.png);
	background-repeat: no-repeat;
}
#outerWrapper #shadow-tab-right {
	width: 11px;
	height: 645px;
	left: 799px;
	position: absolute;
	top: 0px;
	background-image: url(../images/NSM-side-shadow-right.png);
	background-repeat: no-repeat;
}
#outerWrapper #header {
  border-bottom: none 1px #666; /* Sets the bottom border properties for an element using shorthand notation */
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  margin-top: 82px;
  padding: 0;
	background: url(../images/NSM-heading.jpg) no-repeat 16px 0;
	top: -15px;
	position: relative;
	height: 218px;
}
#outerWrapper #header #global-slideshow {
	left: 454px;
	position: absolute;
	width: 330px;
	height: 247px;
	background-image: url(../images/NSM_slideshow_default.jpg);
	top: 0;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #FFFFFF;
  border-right: none 1px #666; /* Sets the right border properties for an element using shorthand notation */
  float: left;
  padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 162px;
	margin-top: -33px;
	margin-left: 26px;
	position:relative;
}

#footer #footer-right {
	background: url(../images/NSM-footer-right.gif) no-repeat 0 0;
	width: 11px;
	height: 34px;
	position: absolute;
	top: 0;
	right: 0;
}
/*Language tabs-------------------------------*/

#language-tabs a {
	display: block;
	width: 90px;
	height: 24px;
	position: absolute;
	top: 9px;
	text-align: left;
	padding: 8px 0 0 68px;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#language-tabs a:hover {
	text-decoration: none;
	color: #ca0000;
}

#language-tabs a#nav-language-eng {
	margin: 0 0 0 475px;
	background: url(../images/NSM-flag-english-up.gif) no-repeat 36px 8px;
	padding-left: 72px;
}
#language-tabs a#nav-language-eng:hover {
	background: url(../images/NSM-flag-english-over.gif) no-repeat 36px 8px;
}
#language-tabs a#nav-language-spn {
	margin: 0 0 0 625px;
	background: url(../images/NSM-flag-spanish-up.gif) no-repeat 33px 8px;
}
#language-tabs a#nav-language-spn:hover {
	background: url(../images/NSM-flag-spanish-over.gif) no-repeat 33px 8px;
}

#tagline {
	color: #ffe100;
	position: absolute;
	width: 430px;
	height: 20px;
	margin: 188px 0 0 25px;
	padding: 0;
	letter-spacing: 2px;
	text-align: center;
	font: italic bold 15px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#header a#link-home {
	position: absolute;
	top: 13px;
	left: 27px;
	width: 425px;
	height: 162px;
}

#tagline em {
	color: #fff;
	font-weight: normal;
	font-style: normal;
}

/*END Language tabs-------------------------------*/

/*Main Nav-------------------------------*/
#nav-shoppers, #nav-sellers, #nav-storage, #nav-cars, #nav-directions, #nav-events {
	position: relative !important;
}
#leftColumn1 a {
	margin: 0;
	padding: 8px 40px 0 0;
	text-align: right;
	color: #ca0000;
	font: bold 13px/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	height: 33px;
	width: 121px;
	background-image: url(../images/NSM-main-nav-button-sprites.gif);
	background-repeat: no-repeat; 
	background-position-x:  0;
	background-position-y:  0;
}
#leftColumn1 a:hover {
	text-decoration: none;
}
#leftColumn1 a#nav-shoppers {
	/*height: 41px;
	width: 141px;*/
	/*background-position:  0 0;*/
}
#leftColumn1 a#nav-shoppers:hover {
	background-position: -162px 0;
}
.page-shoppers #leftColumn1 a#nav-shoppers {
	background-position: -324px 0;
	color: #fff;
}
#leftColumn1 a#nav-sellers {
	height: 46px;
	background-position: 0px -41px;
}
#leftColumn1 a#nav-sellers:hover {
	background-position:  -162px -41px;
}
.page-sellers #leftColumn1 a#nav-sellers {
	background-position: -324px -41px;
	color: #fff;
}
#leftColumn1 a#nav-storage {
	background-position:  0 -95px;
}
#leftColumn1 a#nav-storage:hover {
	background-position:  -162px -95px;
}
.page-storage #leftColumn1 a#nav-storage {
	background-position: -324px -95px;
	color: #fff;
}
#leftColumn1 a#nav-cars {
	height: 46px;
	background-position:  0 -136px;
}
#leftColumn1 a#nav-cars:hover {
	background-position:  -162px -136px;
}
.page-cars #leftColumn1 a#nav-cars {
	background-position: -324px -136px;
	color: #fff;
}
#leftColumn1 a#nav-directions {
	background-position:  0 -190px;
}
#leftColumn1 a#nav-directions:hover {
	background-position:  -162px -190px;
}
.page-directions #leftColumn1 a#nav-directions {
	background-position: -324px -190px;
	color: #fff;
}
#leftColumn1 a#nav-events {
	background-position:  0 -231px;
}
#leftColumn1 a#nav-events:hover {
	background-position:  -162px -231px;
}
.page-events #leftColumn1 a#nav-events {
	background-position: -324px -231px;
	color: #fff;
}

/*END Main Nav-------------------------------*/

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 50px 40px 0 224px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper #content iframe {
width: 530px;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  border-top: none 1px #666; /* Sets the top border properties for an element using shorthand notation */
  padding: 10px 10px 10px 10px;
	margin: 40px 40px 10px 224px;
	background: #ffeba0 url(../images/NSM-footer-left.gif) no-repeat;
	position: relative;
	color: #383838;
	letter-spacing: 2px;
	text-align: center;
	font: 10px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 14px;
}
#wrapper-bottom-corners.clearFloat {
	display: block;
	width: 799px;
	height: 32px;
	margin-bottom: 20px;
	background: url(../images/NSM-wrapper-corner-bl.gif) no-repeat;
}
#wrapper-bottom-corners #wrapper-bottom-corner-right {
	background-image: url(../images/NSM-wrapper-corner-br.gif);
	width: 32px;
	height: 32px;
	float: right;
}

#outerWrapper div#contentWrapper {
	min-height: 320px;
}

h2#global-phone {
	text-align: center;
	color: #DD0003;
	position: absolute;
	left: 8px;
	top: 272px;
}

