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, font, /*img,*/ ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

img {
	margin: 0;
	padding: 0;
	border: 0;	
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

sup {
	font-size:smaller;
	line-height:normal;
	vertical-align:super;	
}/*
	This stylesheet is used to customize appearance of forms created with Form Builder.
	Please make sure this file is referenced in the page code.
*/
.fb-form {}
.fb-form .field { padding: 5px; margin-bottom: 3px; }
.fb-form .field .title { font-weight: bold; }
.fb-form .field .title label { }
.fb-form .field .description { font-size: 90%; color: gray; }
.fb-form .field .fixedDescription { font-size: 90%; color: #444; }

.fb-form .personName .firstName,
.fb-form .personName .middleName { float: left; padding-right: 10px; }
.fb-form .personName .lastName { }

.fb-form .date .month,
.fb-form .date .day,
.fb-form .phone .area,
.fb-form .phone .digit0,
.fb-form .address .city,
.fb-form .state { float: left; padding-right: 10px; }

.fb-form .street1,
.fb-form .street2 { margin-bottom: 5px; }

.fb-form .separator { padding: 10px 3px;}
.fb-form .separator .title label { font-size: 130%; }
.fb-form .separator .description { font-size: 100%; }

.fb-form .active { }
.fb-form .over { }
.fb-form .req { color: red; }
/* 
	This file Contains basic styles for the page. 
	FCKeditorArea.css (styles in FCKeditor in NSM UI) will refer to this file so we will match styles.
*/

blockquote { padding : 0 50px 0 50px; }

a:link {
	color: #0000cc;
	text-decoration: underline;
}

a:visited {
	color: #6d6dec;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

em.left, em.right { display : none; }
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	padding: 0;
	margin: 0;
	color: #000;
	background: #FFF;
}

img {
	border: 0;
}

img.icon {
	vertical-align: middle;
	width: 16px;
	height: 16px;	
}

form {
	margin: 0;
	padding: 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

h1 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
}

h2 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
}

h3 {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0 ;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
}

table {
	width: 100%;
	border: 1px solid gray;
}

table td,
table th {
	vertical-align: top;	
}

table td {
	border: 1px solid gray;	
}

table.noborders,
table.noborders>tr>td,
table.noborders>tbody>tr>td {
	border: 0;	
}

.clear {
	clear: both;
}

#content ul, #content ol {
	margin-bottom: 15px;
	padding-left: 20px;
}

#content ol {
	list-style-type: decimal;
	list-style-position: outside;
}

#content ul {
	list-style-type: square;
	list-style-position: outside;
}

body#header * { line-height: 1 !important; }

#header p, 
#header h1, 
#header h2, 
#header h3 {
	padding: 0;
	margin: 0;
}

#header table {
	border: 0;
	table-layout: fixed;	
}

#header table td,
#header table th {
	border: 0 !important;	
}

body#header table td {
	outline: 1px dashed white !important;	
	outline: 1px dashed invert !important;	
	outline-color: invert !important;
}

#footer-inside { padding: 10px; }
body#footer { padding: 10px; }

body#content { padding: 10px !important; }/* Some layout
-----------------------------------------------------------------------------*/

html, 
body,
#background-0,
#background-1,
#background-2 {
	height: 100%;
}

body {
	background-color: #FFF;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#account-menu {
	text-align: right;
	border-bottom: 1px solid gray;
	margin-bottom: 5px;
	padding: 5px;
}

#searchform {
	position: absolute;
	top: 10px;
	right: 10px;
}

#header {
	clear: both;
	line-height: 1;
	position: relative;
	overflow: hidden;
	z-index : 1;
}

#navigation { position: relative; z-index : 2; }

#header-inside {
}

#content {
	background: #ffffff;
	padding: 15px;
	min-height: 200px;
	_height: 200px;
}

#content-2
{
	min-height: 300px;
	_height: 300px;
}

#sidecolumn {
	width: 180px;
	padding-right: 20px;
}

#sidecolumn .group {
	margin-bottom: 30px;
}

#content-inside {
	padding-left: 10px;
}

#content-inside.nocolumn {
	padding-left: 0;
}

#navigation.side {
	margin-bottom: 10px;
}

#sidecolumn #navigation { float: left; margin-bottom : 30px; }
	

#navigation.tab {
	padding-top: 15px;
}

#navigation ul {
	line-height: 1;
	padding: 0;
	margin: 0;
	list-style: none;
}

#navigation ul li {
	line-height: 1;
	padding: 0;
	margin: 0;
}

#footer {
	line-height: 1;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer-inside {
	padding: 10px;
}

/*=Paginator, used for search and other stuff 
-----------------------------------------------------------------------------*/

.paginator {
	margin-top: 10px;
	height: 2em;
	font-weight: bold;
}

.paginator ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	display: inline;
}

.paginator ul li {
	display: inline;
	padding: 0;
}

.paginator ul li span a {
	padding: 0 5px;
}

.paginator ul li.active span {
	padding: 0 5px;
}


/*=Search Results
-----------------------------------------------------------------------------*/

#search-results {
}

#search-results ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#search-results ul li {
	padding-bottom: 10px;
	font-weight: bold;
}

#search-results ul li a {
	text-decoration: underline;
}

/*= Calendar of Events 
-----------------------------------------------------------------------------*/

.calendar {
	width: 180px;
	margin-bottom: 20px;
}

.calendar .header {
	text-align: center;
	padding-bottom: 5px;
	font-weight: bold;
}

.calendar .previous {
	float: left;
}

.calendar .next {
	float: right;
}

.calendar table.body {
	font-size: 12px;
	border-collapse: collapse;
	width: 100%;
}

.calendar table.body tr.week {
}

.calendar table.body tr.week-first {
}

.calendar table.body tr.week-last {
}

.calendar table.body td {
	vertical-align: middle !important;
}

.calendar table.body td.day {
	text-align: center;
	border: 1px solid #efefef;
	height: 24px;
	padding: 0;
	margin: 0;
}

.calendar table.body td.day-first {
}

.calendar table.body td.day-last {
	border-right: 1px solid #efefef;
}

.calendar table.body td.day a {
	display: block;
	padding: 5px 0;
	font-weight: bold;
}

/*=Gallery 
-----------------------------------------------------------------------------*/
ul#thumbnails {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}

ul#thumbnails li {
	display: inline;
	height: 120px;
	width: 120px;
	float: left;
}

#galleryimage {
	
}

#galleryimage-links
{
	height:3em;
	line-height:20px;
}

#galleryimage-links #image-prev {
	float: right;
}

#galleryimage-links #image-next {
	float: right;	
	padding-left: 1em;
}

#galleryimage-links #image-all {
	
}


/*=Forms 
-----------------------------------------------------------------------------*/

.hint {
	color: Gray;
	font-size: 85%;
	font-weight: normal;
}

/* Applied to containers with */
.validator {
	color: Red;
}

/* Applied to containers with required fields inside */
.validator-req {
}

/* 
 Applied to validator summary div, that contains ul
 By default it has style color: red; so you need to overwrite it somewhere in ul
	
	".errors" here is for validator summary from the form builder forms.
 */
.validator-summary, .errors {
	background: #fffed6;
	padding: 2px 8px;
	margin-bottom: 10px;
	border: 1px solid #efac89;
}

.validator-summary ul, .errors ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.validator-summary li, .errors li {
	font-weight: bold;
	padding: 3px 0 !important;
	color: #cc0000;
}


fieldset {
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
}


legend {
	display: none;
}

fieldset legend {
}

.field-row .field-control {
	margin-bottom: 10px;
}

.required .field-control {
}

.field-row .field-label {
	font-weight: bold;
}

.field-row .field-control {
}

/* Simultaneously added to div.field-row */
.submit {
}

.input-name {
	width: 400px;
}

/* = Subscription form 
--------------------------------------------------------------------------------*/
#subscribeForm {
}

#subscribeForm .email {
	margin-bottom: 5px;
}

#subscribeForm .button {
}

#subscribeForm .email input {
	width: 180px;
}

#navigation.side {
	margin-bottom: 30px;
}

/* =Blog styles
---------------------------------------------------------------------------------*/
.postheader {
	height: 30px;
	margin-bottom: 10px;
}

.postheader .avatar {
	float: left;	
}

.postheader .posted {
	font-style: italic;
	font-size: 85%;
}

.withAvatar .posted {
	margin-left: 40px;
	line-height: 1.2;
}

.blogpost {
	margin-bottom: 20px;
}


.servicelinks {
	padding: 0;
	margin: 0;
	text-align: right;
}

.servicelinks ul {
	padding: 0;
	margin: 0;
	list-style: none;	
}

.servicelinks li {
	padding: 0 0 0 10px;
	margin: 0;
	list-style: none;
	display: inline;
}

#blogpost {
	margin-bottom: 40px;
}

#blogpost .comment {
	margin-bottom: 20px;
}

#blogpost .comment .comment-posted {
	font-weight: bold;
	padding: 0;
}

ul.blogcategories span.active a, ul.popular-recent span.active a {
	text-decoration: none;
	font-weight: bold;
}
