﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5;
	background: #172534 url(../images/master-bg.jpg) repeat-x top left;
	height: 100%;
	margin-top: 0px;
}
#container
{
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	background-color: #fff;
	margin: 0 auto;
	width: 960px;
}
#masthead
{
	text-align: left;
	background-color: #fff;
	/*background-image: url(../images/masthead_image.jpg);*/
	background-repeat: no-repeat;
	width: 100%;
}
#page_content
{
	z-index: 1;
}


#column_l
{
	width: 420px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
}
#column_r
{
	width: 193px;
	margin: 0;
	float: right;
	background-color: #eef;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer
{
	text-align: center;
	background-color: #89a;
	overflow: hidden;
	width: 100%;
}
/* Styles for Masthead */
#masthead img
{
	/*float: left;*/
	border: medium none;
}
#masthead p
{
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
div#masthead #column-left
{
	float: left;
}
div#masthead #column-right
{
	float: right;
	padding-right: 23px;
	padding-top: 9px;
}
div#masthead #column-right a
{
	text-decoration: none !important;
}



/* Styles for Navigation */
#navigation
{
	background-color: #282828;
	height: 30px;
	position: relative;
}


/*#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}*/

/* Styles for Content */
h1
{
	color: #965;
	font-size: 1.5em;
}
h2
{
	color: #965;
	font-size: 1.75em;
}
h3
{
	color: #965;
	font-size: 1.5em;
}
h4
{
	color: #965;
	font-size: 1.25em;
}
h5
{
	color: #965;
	font-size: 0.75em;
}
h6
{
	color: #965;
	font-size: 0.5em;
}
big
{
	color: #965;
	font-size: medium;
}
#column_r p
{
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4
{
	margin-bottom: 0;
}
#column_r ul
{
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li
{
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p
{
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a
{
	color: #fff;
	text-decoration: underline;
}
#footer a:hover
{
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a
{
	color: #456;
	text-decoration: underline;
}
a:hover
{
	color: #965;
	text-decoration: underline;
}
.style_bold
{
	font-weight: bold;
}
.style_italic
{
	font-style: italic;
}


/*  Styles of Content Pages */
div#content-container
{
	padding-left: 40px;
	padding-right: 40px;
}
div#content-container h3
{
	/*padding-bottom: 30px;*/
	padding-left: 23px;
	border-bottom: 1px solid #EDEEEE;
}

div#content-container p
{
	padding: 10px 5px;
}





/* Styles for Navigation */
#sidebar ul
{
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li
{
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a
{
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}


#sidebar
{
	float: left;
	width: 150px;
	background: transparent url(../images/leftside23-bg-full.png) repeat-y scroll 14% top;
	position: relative;
	clear: both; /*margin-left: 10px;*/
	display: inline;
}
#sidebar_inner
{
	background: transparent url(../images/rightside-bg-small.png) repeat-y scroll right top;
}
#sidebar_content
{
	width: 23%;
}


#content
{
	background-color: #fff;
	border-bottom: solid 1px #B3B3B3;
}

#content_inner_1
{
	background: transparent url(../images/leftside23-bg-full.png) repeat-y scroll 23% top;
}

#content_inner_2
{
	background: transparent url(../images/leftside23-bg-full.png) repeat-y scroll 23% top;
}
#content_left
{
	clear: left;
	float: left;
	width: 23%;
}

#content_right
{
	float:left;
	padding-left:20px;
	width:707px;
}

.clearbreak
{
	clear: both;
}


#inner-content
{
	padding: 0em;
}


#nsi-promo
{
	background: #595959 url(../images/promo-bg.jpg) repeat-x scroll left top;
	border-bottom: 5px solid #404040;
	color: #F2F2F2;
}






div.box-grey
{
	background: transparent url(../images/module-box-grey-bg-r.png) no-repeat top right;
	color: #f2f2f2;
}



div.box-grey > div
{
	background: transparent url(../images/module-box-grey-bg-l.png) no-repeat top left;
}



div.box-grey > div > div
{
	background: transparent url(../images/module-box-grey-bg-l.png) no-repeat bottom left;
}



div.box-grey > div > div > div
{
	background: transparent url(../images/module-box-grey-bg-r.png) no-repeat bottom right;
}



div.box-grey div div div div
{
	background: none;
}



div.box-grey h3
{
	color: #FFF;
}

div.module-box h3
{
	font-size: 1.1em;
	margin: 0 0 3px;
}
div.module-box
{
	padding: 0;
}



div.module-box > div
{
	padding: 16px 0 0 0;
}



div.module-box > div > div
{
	padding: 0 0 0 16px;
}



div.module-box > div > div > div
{
	padding: 0 16px 16px 0;
}


.left
{
	clear: left;
	float: left;
	width: 605px;
	margin-top: -12px;
}
.right
{
	float: left;
	width: 355px;
}

.right h1
{
	-x-system-font: none;
	color: #E5E5E5;
	font-family: Tahoma, "Times New Roman" ,Times,serif;
	font-size: 20px;

	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
}




ul.menu-bullettree, ul.menu-bullettree ul
{
	background: none;
	list-style: none;
	padding: 0;
	margin: 0;
}



ul.menu-bullettree li
{
	background: none;
	padding: 0;
	margin: 0;
}



ul.menu-bullettree
{
	border-top: 1px dotted #b3b3b3;
}



ul.menu-bullettree ul li
{
	margin-left: 1em;
}



ul.menu-bullettree a:link, ul.menu-bullettree a:visited
{
	display: block;
	background: transparent url(../images/bullettree-level0.png) no-repeat 5px 10px;
	border-bottom: 1px dotted #b3b3b3;
	padding: 3px 5px 3px 15px;
	color: #404040;
	text-decoration: none !important;
}



ul.menu-bullettree a:hover
{
	background-color: #d9d9d9;
	color: #000000;
}



div.box-grey ul.menu-bullettree a:link, div.box-grey ul.menu-bullettree a:visited
{
	color: #d9d9d9;
}



div.box-grey ul.menu-bullettree a:hover
{
	background-color: #404040;
	color: #d9d9d9;
}


#homeimage 
{ 
	background: transparent url(../images/1_home_74.gif) no-repeat;
	width:161px;
	height:151px;
}