body {
	background:#dbdada url(/designs/noggin09/bg.png) repeat-x;
	margin:0px;
}

body,td,th {
	font-size:11px;
	line-height:115%;
	font-family:Verdana,Helvetica,Sans;
	color:#333333;
}

form {
	margin:0px;
}

a, a:active, a:visited {
	color:blue;
}

#workspace {
	width:969px;
	text-align:left;
}

#head {
	width:100%;
	height:315px;
	background:transparent url(/designs/noggin09/head-bg.png) repeat-x 0px 0px;
	position:relative;
}

#head-logo {
	background:transparent url(/designs/noggin09/logo.png) no-repeat;
	width:518px;
	height:107px;
	position:absolute;
	top:0px;
	left:0px;
}

#head-left {
	background:transparent url(/designs/noggin09/head-left.png) no-repeat;
	width:46px;
	height:197px;
	position:absolute;
	top:117px;
	left:0px;
}

#head-right {
	background:transparent url(/designs/noggin09/head-right.png) no-repeat;
	width:38px;
	height:314px;
	position:absolute;
	top:0px;
	right:0px;
}

#welc {
	position:absolute;
	top:133px;
	left:16px;
	width:364px;
	height:100px;
	padding-left:35px;
	padding-right:14px;
	padding-top:14px;
	padding-bottom:14px;
	background:#3b3f48 url(/designs/noggin09/welc-right.png) repeat-x 5px;
	overflow:hidden;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity:0.9;
	color:white;
}

.welc-content {
	color:white;
}

.welc-content h1 {
	color:white;
	margin:0px;
	font-weight:normal;
	line-height:115%;
	font-size:20px;
}

.welc-content p {
	margin:0px;
	margin-top:0.25em;
	margin-bottom:0.25em;
}

#search {
	position:absolute;
	right:38px;
	top:39px;
}

#search input {
	vertical-align:middle;
}

#search input.q {
	width:189px;
	border:1px solid #e0e0e0;
	height:22px;
	line-height:20px;
}

#head-banner {
	position:absolute;
	top:117px;
	right:13px;
}

#head-banner img {
	border:0px;
}

#foot {
	background-color:#676767;
	margin-top:29px;
}

#foot div {
	width:923px;
	text-align:left;
	color:white;
	height:26px;
	line-height:26px;
	white-space:nowrap;
}

#foot a {
	color:white;
	text-decoration:underline;
}


/** Top menu - top level **/

#topmenu {
	margin:0px;
	padding:0px;
	position:absolute;
	top:88px;
	right:23px;
	list-style:none;
	z-index:50;
}

#topmenu li {
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	position:relative;
}

#topmenu li.sel, #topmenu li.ngcms-menupath {
	background:#4e4d4d url(/designs/noggin09/topmenu-right.png) top right no-repeat;
}

#topmenu li a {
	display:block;
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding-left:16px;
	padding-right:16px;
	height:26px;
	line-height:26px;
	white-space:nowrap;
}

#topmenu li.sel a, #topmenu li.ngcms-menupath a {
	background:transparent url(/designs/noggin09/topmenu-left.png) top left no-repeat;
}

/** Top menu - sub level **/

#topmenu ul {
	display:none;
	margin:0px;
}

#topmenu li.sel ul {
	display:block;
	background-color:#7f7e7f;
	padding-top:5px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:1px;
	position:absolute;
	top:44px;
	right:0px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	opacity:0.9;
}

#topmenu li.sel ul li {
	background:#68686a none;
	margin-bottom:1px;
	float:none;
	min-width:150px;
}

#topmenu li.sel ul li.sel {
	background-color:#5a5959;
}

#topmenu li.sel ul li a {
	background:transparent none !important;
	font-weight:normal;
	text-transform:none;
	padding-left:5px;
	padding-right:5px;
	position:relative;
	white-space:normal;
	line-height:100% !important;
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
}

#topmenu li.sel ul li a {
	white-space:normal;
	line-height:100% !important;
	height:auto;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
}

#topmenu li.sel ul li.first, #topmenu li.sel ul li.last {
	padding:0px;
	height:0px;
	line-height:0px;
}

#topmenu li.sel ul li.first div.left {
	background:transparent url(/designs/noggin09/topmenu-sub-nw.png) no-repeat left 15px;
	height:26px;
	width:100%;
	position:absolute;
	top:-26px;
	left:-3px;
}

#topmenu li.sel ul li.first div.right {
	background:transparent url(/designs/noggin09/topmenu-sub-ne.png) no-repeat bottom right;
	height:26px;
	width:39px;
	position:absolute;
	top:-26px;
	right:-3px;
}

#topmenu li.sel ul li.last div.left {
	background:transparent url(/designs/noggin09/topmenu-sub-sw.png) no-repeat bottom left;
	height:12px;
	width:100%;
	position:absolute;
	bottom:-12px;
	left:-3px;
}

#topmenu li.sel ul li.last div.right {
	background:transparent url(/designs/noggin09/topmenu-sub-se.png) no-repeat bottom right;
	height:12px;
	width:9px;
	position:absolute;
	bottom:-12px;
	right:-3px;
}

/** Top menu - sub sub level **/

#topmenu ul ul {
	display:none !important;
}

#topmenu li.sel li.sel ul {
	display:block !important;
	background-color:#7f7e7f;
	padding-top:5px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:1px;
	margin-left:9px;
	position:absolute;
	top:-4px;
	left:100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity:1;
	width:150px;
}

#topmenu li.sel li.sel ul li.first div.left {
	background:transparent url(/designs/noggin09/topmenu-sub-sub-nw.png) no-repeat top left;
	height:31px;
	width:24px;
	position:absolute;
	top:-11px;
	left:-18px;
}

#topmenu li.sel li.sel ul li.first div.right {
	background:transparent url(/designs/noggin09/topmenu-sub-sub-ne.png) no-repeat bottom right;
	height:11px;
	width:100%;
	position:absolute;
	top:-11px;
	right:-3px;
}

#body {
	background-color:white;
	position:relative;
}

#body, #body th, #body td, .main-content {
	color:#767879;
}

.body-top {
	background:transparent url(/designs/noggin09/body-n.png) repeat-x top left;
	height:20px;
	position:relative;
}

.body-bottom {
	background:transparent url(/designs/noggin09/body-s.png) repeat-x top left;
	height:30px;
	position:relative;
}

.body-left {
	background:transparent url(/designs/noggin09/body-left.png) repeat-y top left;
	padding-left:24px;
	position:relative;
}

.body-right {
	background:transparent url(/designs/noggin09/body-right.png) repeat-y top right;
	padding-right:24px;
	position:relative;
}

.body-nw {
	background:transparent url(/designs/noggin09/body-nw.png) no-repeat top left;
	position:absolute;
	top:0px;
	left:0px;
	width:24px;
	height:28px;
}

.body-ne {
	background:transparent url(/designs/noggin09/body-ne.png) no-repeat top right;
	position:absolute;
	top:0px;
	right:0px;
	width:58px;
	height:54px;
}

.body-sw {
	background:transparent url(/designs/noggin09/body-sw.png) no-repeat bottom left;
	position:absolute;
	bottom:1px;
	left:0px;
	width:59px;
	height:64px;
}

.body-se {
	background:transparent url(/designs/noggin09/body-se.png) no-repeat bottom right;
	position:absolute;
	bottom:0px;
	right:0px;
	width:24px;
	height:30px;
}

.body-div-horiz {
	background:transparent url(/designs/noggin09/body-inv-h.png) repeat-x top left;
	height:17px;
	position:relative;
}

.body-div-horiz div {
	background:transparent url(/designs/noggin09/body-t-left.png) no-repeat top left;
	position:absolute;
	top:-35px;
	left:-17px;
	width:52px;
	height:52px;
}

.body-div-horiz span {
	display:block;
	background:transparent url(/designs/noggin09/body-t-right.png) no-repeat top right;
	position:absolute;
	top:0px;
	right:-17px;
	width:51px;
	height:51px;
}

.body-div-vert {
	background:transparent url(/designs/noggin09/body-inv-v.png) repeat-y top left;
	width:17px;
}

.body-div-vert-top {
	background:transparent url(/designs/noggin09/body-t-top.png) no-repeat top left;
	position:absolute;
	top:0px;
	right:324px;
	width:60px;
	height:54px;
	z-index:10;
}

.body-div-vert-bottom {
	display:block;
	background:transparent url(/designs/noggin09/body-t-bottom.png) no-repeat bottom left;
	position:absolute;
	bottom:20px;
	right:296px;
	width:61px;
	height:45px;
	z-index:10;
}

.main-content h1 {
	background:#b7d3df url(/designs/noggin09/h1-bg.png) repeat-x top left;
	height:34px;
	color:#3a5966;
	text-transform:uppercase;
	font-size:18px;
	line-height:30px;
	font-weight:normal;
	position:relative;
	margin-top:16px;
	margin-right:20px;
}

.main-content h1 span {
	background:transparent url(/designs/noggin09/h1-left.png) no-repeat top left;
	position:absolute;
	width:15px;
	height:34px;
	top:0px;
	left:-15px;
}

.main-content h1 big {
	background:transparent url(/designs/noggin09/h1-right.png) no-repeat top right;
	position:absolute;
	width:35px;
	height:34px;
	top:0px;
	right:-35px;
}

.main-content h2 {
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dotted #333333;
	padding-bottom:3px;
	margin-top:16px;
	margin-bottom:6px;
}

.main-content p {
	margin-top:12px;
	margin-bottom:12px;
}

.main-content hr {
	border:0px none;
	border-bottom:2px dotted #73909d;
}

.main-content a img {
	border:0px none !important;
}

.main-content table.data {
	border-collapse:collapse;
}

.main-content table.data th {
	background-color:#cac6c6;
	text-align:center;
	text-transform:uppercase;
	padding:4px 8px 4px 8px;
	border:1px solid #a6a5a5;
}

.main-content table.data td {
	padding:4px 8px 4px 8px;
	border:1px solid #a6a5a5;
}

.main-content table.data tr.alt td {
	background-color:#e6e6e6;
}

.main-content li {
	margin-top:0.6em;
	margin-bottom:0.6em;
}

.body-2col-left {
	vertical-align:top;
	padding:4px 26px 20px 26px;
}

.body-2col-right {
	vertical-align:top;
	padding:12px 11px 11px 12px;
	width:280px;
	color:#5d6b70;
}

.body-2col-right a {
	color:#5d6b70;
}

.body-capsule-contact {
	background:transparent url(/designs/noggin09/capsule-contact-top.png) no-repeat;
	position:relative;
	padding:32px;
	padding-top:55px;
	width:214px;
	color:white;
	margin-bottom:35px;
}

.body-capsule-contact-bottom {
	background:transparent url(/designs/noggin09/capsule-contact-bottom.png) no-repeat;
	position:absolute;
	width:278px;
	height:35px;
	bottom:-35px;
	left:0px;
}

.featuremap {
	position:relative;
	margin-left:30px;
	background-repeat:no-repeat;
}

.featuremap div {
	position:absolute !important;
	padding:6px !important;
	overflow:hidden !important;
}

.featuremap h2 {
	font-size:12px;
	font-weight:bold;
	color:#666666;
	margin:0px;
	padding:0px;
	padding-left:35px;
	padding-bottom:2px;
	height:30px;
	line-height:110%;
	border:0px none;
	text-transform:none;
	margin-bottom:0px;
}

.featuremap ul {
	margin-top:0px;
	margin-bottom:0px;
	padding-left:22px;
}

.featuremap li {
	font-size:9px;
	line-height:110%;
	margin:2px 0px;
}

.userform label {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}

.userform label input {
	display: block;
}

.userform label input, .userform textarea, .captcha input {
	border: 1px solid #E0E0E0;
}

.userform hr {
	border: none;
	border-bottom: 1px solud #E0E0E0;
}

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

.captcha span {
	clear: both;
	float: left;
	padding-top: 6px;
}

.captcha input {
	margin-left:5px;
	float: left;
	width: 150px;
}

.captcha {
	margin-bottom: 10px;
}

.home-footer {
	width:537px;
	height:55px;
	position:absolute;
	background:url(/designs/noggin09/contactus-home.png) no-repeat;
	top:16px;
	right:30px;
	padding-left:42px;
	padding-top:50px;
	overflow:hidden;
}

.body-capsule-contact, .body-capsule-contact td, .body-capsule-contact th,
.home-footer, .home-footer td, .home-footer th {
	color:white !important;
}

.body-capsule-contact a, .body-capsule-contact a:active, .body-capsule-contact a:visited,
.home-footer a, .home-footer a:active, .home-footer a:visited {
	color:white;
}

.home-footer table {
	margin-top:0px;
}

ul.formerrors {
	color: #EC1E2F;
}
