/* NSN Core Styling */


body {
font-family:Arial, Helvetica, sans-serif;
font-size:62.5%;
background:#f2f2f2;
}

div#wrapper {
width:860px;
margin:0px auto 10px;
font-size:1em;
background:#fff url('../images/wrapper_base_bk.jpg') bottom no-repeat;
}

a, a:focus, a:hover { outline: none; }

input, select, textarea { font-family: arial, helvetica, sans-serif; font-size: 1.1em; }

/* content area */

h1 {}
h1 a { display: block; width: 180px; text-indent: -99999px; height: 37px; position: absolute; }

h2 {
color:#666;
margin-bottom:1.2em;
font-size:1.7em;
font-weight:normal;
}

h3 {
color:#666;
font-size:1.8em;
margin-bottom:9px;
}

h3 a,
h3 a:hover,
h4 a,
h4 a:hover {
color:#666;
text-decoration:none;
}

h4 {
color:#666;
font-size:1.6em;
margin-bottom:2px;
}


p {
color:#666;
font-size:1.2em;
line-height:1.4em;
}


/* Links */

.access {display:none;}

a {
color:#660066;
text-decoration:none;
}

a.purple {
display:inline-block;
padding:2px 0 2px 15px;
background:url('../images/purple_arrow.gif') 0 4px no-repeat;
}



a:hover {
text-decoration:underline;
}

img.left {
float:left;
margin-right:10px;
}

img.right {
float:right;
margin-left:10px;
}

/* clearfix */

.clearfix:after {
content: " ";
display: block;
height: 0;
clear: both;
visibility: hidden;
font-size: 0;
}