/* #Reset# */
body, p, div, span, tr, td, table, ul, ol, li, th, blockquote, h1, h2, h3, h4, h5, h6
{
	padding: 0;
	margin: 0;
}

/* #Page Layout# */

body
{
	background: #d5d5d5 url('/App_Themes/NWMC/Images/page-bkg.gif') left top repeat-x;
}

#wrapper
{
	width: 1000px;
	margin: 0 auto;
}

#top
{
	position: relative;
}

#topContent
{
	height: 180px;
}

#mainMenu
{
	height: 24px;
}

#middle
{
	background: #fff;
	min-height: 450px;
	padding: 0 17px 17px 17px;
	clear: left;
	margin-bottom: 17px;
}

.IE6 #middle
{
	height: 450px;
}

#utilMenu
{
	background: url('/App_Themes/NWMC/Images/utilMenu-bkg.gif') top left no-repeat;
	line-height: 31px;
	height: 31px;
	margin-bottom: 15px;
}

#footerBar
{
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background: url('/App_Themes/NWMC/Images/footer-bkg.gif') top left no-repeat;
	color: #fff;
	margin: 15px 0;
}

#leftMenu
{
	float: left;
	margin-right: 23px;
	width: 193px;
	border: 1px solid #e6e3d0;
	background-color: #fbf6e2;
}

#pageContent
{
	margin-right: 0;
	float: left;
	width: 745px;
}

#pageLeftColumn
{
	float: left;
	margin-right: 23px;
	width: 530px;
}

#pageRightColumn
{
	float: left;
	width: 157px; /* original: 157px */
	border: 1px solid #d1d8eb;
	background-color: #e3e9ff;
	padding: 5px 15px;
}

#bottom
{
	clear: both;
}


/* #!Text# */
/* #!Text/Elements# */

body
{
	color: #303030;
	font-family: "Trebuchet MS" , Georgia, Serif;
	font-size: 12px;
}

p
{
	margin: 1em 0;
}

a
{
	color: #303030;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
	margin: 1.5em 0 1em 0;
	font-weight: normal;
	color: #586ec4;
}

h1
{
	font-size: 18px;
	margin-top: 0;
}
h2
{
	font-size: 16px;
}
h3
{
	font-size: 14px;
}
h4
{
	font-size: 13px;
	font-weight: bold;
}
h5
{
	font-size: 12px;
	font-weight: bold;
}
h6
{
	font-size: 11px;
	font-weight: bold;
}

ul
{
	margin: 1em 0 1em 1em;
	padding: 0 0 0 1em;
	list-style-image: url('/App_Themes/NWMC/Images/bullet.gif');
}

ol
{
	margin: 1em 0 1em 1em;
	padding: 0 0 0 1em;
}

li
{
	margin: 0.25em 0;
	padding: 0;
}

blockquote
{
	margin: 1em;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

/* #!Text/Special Cases# */

#topContent p
{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	line-height: 19px;
	margin: 0;
	padding: 0;
}

#utilMenu p
{
	margin: 0;
	padding: 0;
	line-height: 31px;
}

#footerBar a
{
	color: #fff;
	text-decoration: none;
}

/* #!Text/Classes# */

.first
{
	margin-top: 0;
}

.dark
{
	color: #303030;
}

.faded
{
	color: #717171;
}

.light
{
	color: #fff;
}

.tleft
{
	text-align: left;
}

.tright
{
	text-align: right;
}

.tcenter
{
	text-align: center;
}

ul.cityList
{
	list-style-type: none;
	list-style-image: none;
	margin: 1em 0;
	padding: 0;
	text-align: center;
}

ul.cityList li
{
	display: inline;
	padding: 0 8px;
	font-size: 11px;
	font-weight: bold;
	color: #5d6c93;
}

/* #Menus# */
/* #Menus/Main Menu# */

#mainMenu ul
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
}

#mainMenu li
{
	margin: 0;
	padding: 0;
	line-height: 21px;
	float: left;
}

#mainMenu a
{
	color: #fff;
	display: block;
	padding: 0 30px;
	text-decoration: none;
}

#mainMenu ul ul
{
	z-index: 500;
	width: 200px;
	position: absolute;
	background-color: #d5d4d4;
	font-size: 11px;
	border: 1px solid white;
	padding-left: 0;
}

#mainMenu ul ul a
{
	padding: 0 10px;
	color: Black;
	width: 180px;
}

#mainMenu ul ul li:hover
{
	background-color: #596c99;
}

#mainMenu ul ul li
{
	clear: left;
	display: block;
	position: relative;
}

#mainMenu ul ul ul
{
	left: 80%;
	top: 40%;
}

#mainMenu ul ul
{
	display: none;
}

#mainMenu ul li:hover ul ul
{
	display: none;
}

#mainMenu ul ul li:hover ul ul
{
	display: none;
}

#mainMenu ul li:hover ul
{
	display: block;
}

#mainMenu ul ul li:hover ul
{
	display: block;
}

#mainMenu ul ul ul li:hover ul
{
	display: block;
}


/* #Menus/Util Menu# */

#utilMenu ul
{
	font-size: 17px;
	margin: 0;
	padding: 0;
	width: 270px;
	float: right;
	line-height: 28px;
	list-style-type: none;
	list-style-image: none;
}

#utilMenu li
{
	font-size: 12px;
	font-weight: bold;
	float: left;
}

#utilMenu a
{
	color: #586ec4;
	padding: 0 15px;
	display: block;
	text-decoration: none;
}

#utilMenu input.searchBox,
#utilMenu input.searchButton
{
	font-size: 11px;
}

/* #Menus/Side Menu# */

#leftMenu ul
{
	width: 177px;
	margin: 13px 0 2em 11px;
	padding: 0;
	line-height: 39px;
	list-style-type: none;
	list-style-image: none;
}

#leftMenu li
{
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	height: 45px;
}

#leftMenu a
{
	font-size: 17px;
	color: #586ec4;
	text-decoration: none;
	padding-left: 17px;
	background: url('/App_Themes/NWMC/Images/sideMenu-item.gif') left top no-repeat;
	display: block;
	height: 45px;
}

/* #Panels# */
/* #Panels/Grey Panel# */

.greyPanel
{
	width: 173px;
	margin: 1em 0;
}

.greyPanel .top, .greyPanel .bottom
{
	background: url('/App_Themes/NWMC/Images/greyPanel-bkg.gif') left top no-repeat;
	height: 14px;
}

.greyPanel .top
{
	background-position: left top;
}

.greyPanel .bottom
{
	background-position: left bottom;
}

.greyPanel .content
{
	background: #d5d5d5;
	border: 1px solid #b9b9b9;
	border-top: none;
	border-bottom: none;
	padding: 0 14px;
	text-align: left;
}

.greyPanel .content p
{
	margin: 0;
}

/* #Misc# */

.clear
{
	clear: both;
}

.centered
{
	margin-left: auto;
	margin-right: auto;
}

.breadbox
{
	padding-bottom: 15px;
}