
/* Changes to this file should also be copied to 'global_branded_css.php' */

html, body {
	margin: 0;
	padding: 0;

}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 990px;
}

a {
	text-decoration: none;
}

a, img {
	border: none;
}

#banner ul, #left-nav ul, #right-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

h1 {
	font-size: 160%;
	font-weight: normal;
	margin-top: 0;
}

h2 {
	font-size: 125%;
	font-weight: bold;
	margin: 0;
}

ol.roman-numbering {
	list-style-type: lower-roman;
}

#content {
	font-size: 75%;
	margin-top: 15px;
	word-wrap: break-word;
}

.spacer {
	clear: both;
}

br.clear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}

img.body-img {
	font-size: 80%;
	margin-top: 5px;
}

div.body-img span {
	display: block;
	margin-top: 5px;
}

.fl-left {
	float: left;
	padding: 15px 15px 15px 0px;
}

.fl-right {
	float: right;
	padding: 15px 0px 15px 15px;
}

/* Submit button cursor hover */
.submit input {
	cursor: hand;
}

#location a, #location a:visited {
	color: black
}

#location .here {
	font-weight: bold
}

#login-strip {
	/*width: 100%;*/
	background-color: #cccc99;
	height: 20px;
}

#login-strip #location {
	font-size: 60%;
	float: left;
	color: black;
	margin-left: 6px;
	margin-top: 3px;
}

#login-strip a.user-button {
	float: right;
	height: 20px; /* 100% don't work Moz */
	font-size: 60%;
	background-color: #666666;
	color: white;
	/*padding-left: 16px;
	padding-right: 16px;*/
	width: 135px;
	text-align: center;
	border-left: solid white 1px;
}

#login-strip a span.link {
	display: block;
	margin-top: 3px;
}

#login-strip a.selected, #login-strip a.user-button:hover, #login-strip a.user-button:hover span.link {
	background-color: #003366;
}

#middle-banner {
	/*width: 100%;*/
	padding-top: 1px;
}

#middle-banner img {
	float: left;
}

#middle-banner #sc-logo {
	padding-right: 2px;
}

#middle-banner #banner-image {
	padding-right: 1px;
}

#middle-banner-search {
	position: relative;
	margin-left: 296px;
	background-color: #66ccff;
	height: 62px;
}

#middle-banner-search form {
	position: absolute;
	right: 14px;
	top: 11px;
}

#middle-banner-search p {
	margin: 0;
}

#middle-banner-search p input {
	padding: 0;
	border: none;
	height: 17px;
}

#middle-banner-search #search-button {
	font-family: verdana;
	font-size: 55%;
	font-weight: bold;
	color: white;
	background-color: #003366;
	padding-left: 5px;
	padding-right: 5px;
}

#middle-banner-search #search-button:hover {
	background-color: #666666;
}

#middle-banner-links {
	position: absolute;
	bottom: 0;
	background-color: #003366;
	border-top: solid white 1px;
	width: 100%;
	height: 20px;
}

#middle-banner-links li {
	position: relative;
	top: 3px;
	float: left;
	font-size: 55%;
	font-weight: bold;
	border-left: solid #66ccff 1px;
	padding-left: 16px; /* ok */
	padding-right: 14px; /*ok */
}

#middle-banner-links li {
	color: white;
}

#middle-banner-links li.selected {
	color: white;
}

#middle-banner-links li.first {
	border-left: none;
}

#middle-banner-links li a, #middle-banner-links li a:visited {
	color: #66ccff;
}

#middle-banner-links li.selected a, #middle-banner-links li.selected a:visited {
	color: white;
}

#middle-banner-links li a:hover {
	color: white;
}

#site-sections {
	clear: both;
	margin-top: 1px;
	background-color: #666633;
	height: 20px;
}

#site-sections li {
	float: left;
	height: 20px;
	background-color: #666633;
	border-right: solid white 1px;
}

#site-sections li a, #site-sections li a:visited {
	display: block;
	height: 100%;
	width: 1%;
/*	padding-left: 10px;
	padding-right: 11px; */
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#site-sections li a span.link {
	font-size: 60%;
	font-weight: bold;
	color: white;
	vertical-align: middle;
	white-space: nowrap;
}

#site-sections li.home {
	background-color: #66ccff;
	color: #666633;
}

#site-sections li a span.home {
	color: #666633;
	white-space: nowrap;
	font-size: 60%;
	font-weight: bold;
	color: white;
	vertical-align: middle;
}

#site-sections li.home-link {
  	padding: 0px 67px 0px 67px;
	background-color: #66ccff;
	color: #666633;
	white-space: nowrap;
}

#site-sections li.home-link a:hover {
	background-color: #66ccff;
	color: #003366;
}

#site-sections li.selected {
	padding-left: 10px;
	padding-right: 11px;
	background-color: #cccc99;
	color: #666633;
	white-space: nowrap;
}

#site-sections li.selected-link {
	background-color: #cccc99;
	color: #666633;
	white-space: nowrap;
}


#site-sections li.selected span.selected, #site-sections li.selected-link span.selected {
	font-size: 60%;
	font-weight: bold;
	vertical-align: middle;
}

#site-sections li a:hover, #site-sections li a:hover span.link {
	background-color: #cccc99;
	color: #666633;
}

#page-wrapper {
	position: relative;
	margin: 3px;
	padding-bottom: 30px;
}

#banner {
/*	width: 100%;*/
}

#bottom-wrapper {
	margin-top: 1px;
	margin-right: 3px;
}

#bottom-bar {
	height: 17px;
	width: 100%;
	margin-top: 1px;
 background-color: #666666;
}

#left-nav {
	position: absolute;
	float: left;
	top: 106px;
	margin-left: 0;
	font-size: 55%;
	background-color: #003366;
}

#left-nav li {
	width: 183px;
	height: 1.7em;
	margin-top: 1px;
}

#left-nav li span.heading, #left-nav li span.selected {
	padding-left: 4px;
}

#left-nav li a, #left-nav li a:visited {
	margin-top: 0;
	padding-left: 4px;
	display: block;
/*	width: 100%;*/
	height: 100%;
}

#right-nav {
	position: absolute;
	right: 3px;
	top: 143px;
}

#content {
	margin-left: 206px;
	margin-right: 157px;
	margin-top: 15px;
}

#content li {
	margin-top: 1em;
}

#content a, #content a:visited{
	color: #003163;
	font-weight: normal;
    text-decoration: underline;
}


#right-nav a:hover, #content a:hover {
	text-decoration: underline;
}

/* General small spaced RH nav list */

#right-nav ul.general-list {
	border: solid #003366 1px;
	margin-bottom: 1px;
	padding-bottom: 16px;
	font-size: 55%;
}

#right-nav ul.general-list li {
	padding-left: 9px;
	padding-right: 5px;
	padding-bottom: 0;
	background: none;
	margin: 0;
	padding-top: 1px;
	line-height: 1.5em;
}

#right-nav ul.general-list li a {
	color: #003366;
}

#right-nav ul.general-list li.heading {
	line-height: 1.6em;
	font-weight: bold;
	color: white;
	background-color: #003366;
	padding-top: 2px;
	margin-top: 0;
	margin-bottom: 4px;
}

#footer {
	clear: both;
	margin-top: 3.5em;
	padding-bottom: 4em;
}

#content #footer a.nm-backlink {
	font-weight: normal;
}

/* Our Clients page */

#content div.clientlistpubliccontainer, #content div.clientlistprivatecontainer {
  	width: 370px;
  	float: left;
}

#content div.clientietm {
  	width: 165px;
    margin: 0 20px 20px 0;    
  	float: left;
	
}

#content div.clientietm a {
  	display: block;
  	width: 165px;
}

#content div.clientietm img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}