/* Start of CMSMS style sheet 'LumiBlue Default' */
body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, Garuda, sans-serif;
	outline: none;
	color: #505050;
	cursor: default;
	background: transparent url(uploads/images/siteimages/generic-masthead-lext.gif) top left repeat-x;
}

body#home {
	background: transparent url(uploads/images/siteimages/home-masthead-lext.gif) top left repeat-x;
}

a {
	color: #505050;
	outline: none;
	line-height: inherit;
}

a img {
	border: 0;
}

p {
	margin: 0 0 14px 0;
	line-height: inherit;
}

h1 {
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 14px 0;
	font-weight: normal;
	color: #0eaed6;
	background: transparent;
}

h2 {
	font-size: 16px;
	line-height: 16px;
	margin: 0 0 14px 0;
	font-weight: bold;
	color: #707070;
	background: transparent;
}

h3 {
	font-size: 14px;
	line-height: 14px;
	padding: 12px 0 0 0;
	margin: 0 0 12px 0;
	font-weight: normal;
	color: #0eaed6;
	background: transparent;
}

h4 {
	font-size: 14px;
	line-height: 14px;
	padding: 14px 0 4px 0;
	margin: 0 0 12px 0;
	font-weight: bold;
	border-bottom: 1px solid #d0d0d0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0 0 14px 0;
}

ul ul {
	padding: 0 0 0 20px;
	margin: 0;
}

li {
	padding: 0 0 0 12px;
	background: transparent url(uploads/images/siteimages/blue-bullet.gif) 0px 8px no-repeat;
	line-height: inherit;
}

td {
	font: 12px Arial, Helvetica, Garuda, sans-serif;
	color: #505050;
}

hr {
	margin: 0 0 18px 0;
	padding: 6px 0 0 0;
	height: 1px;
	color: #d5d5d5;
	border: 0;
	border-bottom: 1px solid #d5d5d5
}

blockquote {
	padding: 8px 12px;
	margin: 0;
	text-align: justify;
	border-top: 3px solid #cacaca;
	border-bottom: 3px solid #cacaca;
	font-size: 14px;
	color: #404040;
}

#container {
	position: relative;
	width: 980px;
	min-height: 170px;
	padding: 0 60px;
	margin: 0 auto;
	background: transparent url(uploads/images/siteimages/generic-masthead.jpg) top center no-repeat;
	z-index: 1;
	overflow: auto;
}


#home #container {
	min-height: 600px;
	background: transparent url(uploads/images/siteimages/luminosity-masthead.jpg) top center no-repeat;
}

#mainarea {
	position: relative;
	float: left;
	width: 980px;
	margin: 0;
	padding: 0;
}

#navarea {
	position: relative;
	width: 980px;
	height: 78px;
	padding: 0;
	margin: 0;
	z-index: 99;
}

#navarea ul {
	position: absolute;
	top: 51px;
	left: 350px;
	width: 630px;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
	z-index: 99;
}

#navarea ul ul {
	position: absolute;
	top: 27px;
	left: 0;
	width: auto;	/* this is needed to clear the fixed width of 630px set above */
	z-index: 99;
	border: 1px solid #dddddd;
	border-top: 0;
}

#navarea ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 99;
}

#navarea li {
	position: relative;
	float: left;
	padding: 0;
	height: 27px;
	line-height: 27px;
	background: none;
}

#navarea li li {
	clear: both;
	width: 120px;
	height: 27px;
}

#navarea li li li {
	clear: both;
	width: 150px;
	height: 27px;
}

#navarea li a, #navarea li span {
	display: block;
	position: relative;
	padding: 0 14px;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	font-weight: bold;
	color: #fafafa;
	background: transparent;
	text-transform: lowercase;
	text-decoration: none;
}

#navarea ul ul, /* no hovering over any levels */
#navarea ul li:hover ul ul	/* disable 3rd level when hovering over 1st level */
{
	display: none;
}

#navarea ul li:hover ul,	/* show 2nd level when hovering over 1st level */
#navarea ul ul li:hover ul	/* show 3rd level when hovering over 2nd level */
{
	display: block;
}

#navarea ul li:hover a, #navarea ul li:hover span,
#navarea ul li.sfhover a, #navarea ul li.sfhover span,
#navarea ul ul li:hover ul a, #navarea ul ul li:hover ul span
#navarea ul ul li.sfhover ul a, #navarea ul ul li.sfhover ul span
{
	color: #000000;
	background-color: #dddddd;
}

#navarea ul ul li:hover a, #navarea ul ul li:hover span,
#navarea ul ul ul li:hover a
{
	background-color: #c0c0c0;
}

#navarea li.active a, #navarea li.active span {
	color: #000000;
	background-color: #fefefe;
}

#navmenu .sphover {
	color: #000000;
	background-color: #fefefe;
}

#masthead {
	position: relative;
	width: 980px;
	height: 100px;
	overflow: hidden;
}

#home #masthead {
	height: 322px;
}

#masthead a {
	display: block;
	position: absolute;
	top: 24px;
	left: 104px;
	width: 167px;
	height: 30px;
}

#masthead a img {
	width: 167px;
	height: 30px;
	border: 0;
}

#lext {
	position: absolute;
	top: 0;
	left: 0;
	width: 45%;
	height: 170px;
	background: transparent url(uploads/images/siteimages/generic-masthead-lext.gif) top left repeat-x;
	z-index: 0;
}

#home #lext {
	height: 400px;
	background: transparent url(uploads/images/siteimages/home-masthead-lext.gif) top left repeat-x;
}

#rext {
	position: absolute;
	top: 0;
	left: 55%;
	width: 45%;
	height: 170px;
	background: transparent url(uploads/images/siteimages/generic-masthead-rext.gif) top left repeat-x;
	z-index: 0;
}

#home #rext {
	height: 400px;
	background: transparent url(uploads/images/siteimages/home-masthead-rext.gif) top left repeat-x;
}

#flash {
	position: absolute;
	top: 1px;
	left: 2px;
	width: 977px;
	height: 321px;
}

#col1 {
	position: relative;
	float:left;
	width: 224px;		/* column width = 304px */
	padding: 46px 36px 0 44px;
	text-align: right;
	line-height: 22px;
}

#col1 p {
	font-size: 14px;
}

#col2 {
	position: relative;
	float:left;
	width: 676px;
	text-align: left;
	line-height: 18px;
	padding: 46px 0 20px 0;
	overflow: hidden;
}

#navbtts {
	width: 612px; /* width + padding = 676px */
	height: 82px;
	padding: 0 26px 0 38px;
	margin: 0;
}

#navbtts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navbtts li {
	float: left;
	width: 149px;
	height: 55px;
	padding: 0 4px 0 0;
	font-size: 16px;
	line-height: 18px;
	background: none;
}

#navbtts li a {
	position: absolute;
	display: block;
	width: 125px;		/* button size = 149 x 55 */
	height: 40px;
	padding: 15px 14px 0 10px;
	font-size: 16px;
	line-height: 18px;
	color: #0eaed6;
	text-decoration: none;
	background: transparent url(uploads/images/siteimages/nav-button.jpg) 0 0 no-repeat;
}

#navbtts li a:hover {
	color: #ffffff;
	background: transparent url(uploads/images/siteimages/nav-button.jpg) 0 -55px no-repeat;
}

#mainbody {
	position: relative;
	width: 576px;
	padding: 0 60px 0 40px;
	margin: 0;
	line-height: 18px;
}

#coltitle {
	position: relative;
	width: 576px;
	padding: 0 60px 0 40px;
}

#col-wrapper {
	position: relative;
	width: 890px;
	padding: 30px 50px 0 40px;
	line-height: 18px;
}

#col2a {
	position: relative;
	float: left;
	width: 268px;
	padding: 0 30px 0 40px;
	font-size: 14px;
	line-height: 22px;
}

#col3 {
	position: relative;
	float: left;
	width: 278px;
	padding: 0 30px 0 30px;
	line-height: 18px;
}


#footer {
	clear: both;
	display: block;
	position: relative;
	height: 24px;
	padding: 100px 60px 30px 40px;
	background: #efefef url(uploads/images/siteimages/rounded-top-corner.gif) top left no-repeat;
}

#copyright {
	clear: both;
	position: absolute;
	bottom: 26px;
	left: 0;
	width: 266px;
	padding: 0 38px 30px 0;
	font-size: 10px;
	text-align: right;
}

a.btt {
	display: block;
	float: right;
	padding: 0 15px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	color: #0eaed6;
	text-decoration: none;
	border: 1px solid #0eaed6;
	background: transparent url(uploads/images/siteimages/blue-arrow.gif) bottom right no-repeat;
}

.blue-font {
	color: #0eaed6;
}

a.blue-link, p.blue-link a {
	color: #0eaed6;
}

.list-header {
	margin: 0;
}

.topgoback {
	display: block;
	position: absolute;
	top: 0;
	right: 60px;
	float: right;
	text-align: right;
	z-index: 2;
}

.goback {
	display: block;
	float: right;
}

.topgoback a, .goback a {
	display: block;
	width: 31px;
	font-size: 11px;
	line-height: 15px;
	color: #0eaed6;
	text-align: left;
	background: transparent url(uploads/images/siteimages/blue-arrow.gif) 29px 7px no-repeat;
	border: 1px solid #0eaed6;
	padding: 1px 4px;
	text-decoration: none;
}

.small-font {
	font-size: 12px;
	line-height: 18px;
}

.hiddenImg {
	display: none;
}

.notice {
	margin: 0 0 18px 0;
	font-size: 12px;
	color: #ff8000;
	line-height: 18px;
	background: none;
}

.notice a {
	color: #ff8000;
}
.definition-title {
	color: #0eaed6;
	margin: 0;
}
.tagline {
	display: block;
	padding: 12px 10px;
	margin: 0 0 30px 0;
	border-top: 2px solid #dadada;
	border-bottom: 2px solid #dadada;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #808080;
}
/* End of 'LumiBlue Default' */

