
/**** Basic Settings ****/

* {
     padding: 0;
     margin: 0;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 130%;
    color: #333333;
    text-align: center;
}

img {
     border: 0;
}

ul, ol {
    margin: 5px 0 15px 30px;
}

a:link, a:visited {
    color:#0066CC;
	text-decoration:underline;
}

a:hover {
    text-decoration: none;
}

.float { 
     float: left; 
}
 
.clear { 
    clear: both; 
}
 
div.clr, 
p {
    padding: 5px 0;
}

h1 {
    margin-top: 10px;
}

h2, h3 {
    margin-top: 5px;
}

h3 {
	font-size: 1.2em;
}

.contentcolumn h3 {
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 14px;
	font-weight: normal;
	color: #3366CC;
}

th {
    padding-top: 5px;
}

/**** Banner and top nav elements ****/
#wrapper {
    width:760px;
    margin: 0 auto;
    text-align: left;
}

#title {
	width: 100%;
}

#title h1 {
	color:#336699;
	font-family:Verdana,Arial;
	font-size:11px;
	font-weight:normal;
    margin: 5px 0 5px 18px;
}

#header {
	width: 100%;
    height: 195px;
    background: url(../images/banner_760x195_v1.jpg) 0 0 no-repeat;
}

#logoLink1 { 
	float:left;
	margin: 10px 0 0 0;
    width: 110px;
    height: 170px;
	cursor: pointer;
}

#headerInner {
	float:left;
    width: 650px;
    height: 195px;
}

#topAdSpace {
	width: 480px;
    height: 60px;
    margin: 9px 17px 10px 22px;
    padding: 0;
}

#topLogIn {
	width: 100%;
    height: 40px;
    margin: 0;
	/* Note: module styles in custom template (en\modules\mod_signallogin\templates\boma-light\signal.css) */
}

#topNavContainer {
	width: 100%;
    height: 50px;
    padding: 0 0 0 60px;
    line-height: 20px;
}
 
/* Primary nav dropdown menu */
 
#mainlevelmainnav,
#mainlevelmainnav ul {
	background:transparent;
	margin: 0;
	padding:12px 0 0 0;
}
 
#mainlevelmainnav li {
	float:left;
	padding:0 1px 0 4px;
	margin: 0;
	list-style:none;
    background: url(../images/bg_nav_8x22_norm.jpg) 0 1px no-repeat;
}
 
#mainlevelmainnav li:hover,
#mainlevelmainnav li.sfhover {
    background: url(../images/bg_nav_8x22_over.jpg) 0 1px no-repeat;
}
 
#mainlevelmainnav a { 
	display:block;
	text-decoration:none;
	padding:2px 8px;
	color: #333333;
}
 
span.mainlevelmainnav { /* Top nav placeholders*/
	display:block;
	padding:2px 8px;
	color: #333333;
}
 
#mainlevelmainnav li ul  { /* First submenu list*/
	position:absolute;
	left:-999em;
	height:auto;
	width:150px;
	background-color:#D9DDE0;
	border: 1px solid #999999;
	border-bottom: none;
	margin: 0 0 0 -1px;
	padding-top: 0;
	z-index:5000;
}
 
#mainlevelmainnav li ul ul  { /* Second submenu list - most stuff is inherited from above */
	background:#D9DDE0;
	margin:-23px 0 0 100%;
}
 
#mainlevelmainnav li li { /* Submenu list items */
	width: 100%;
	margin:0;
	padding-left: 0;
	border: none;
	border-bottom: 1px solid #999999;
	background-image: none;
	z-index: 5000;
}
 
/*
#mainlevelmainnav li li { 
	width: 100%;
	margin:0;
	padding-left: 0;
	border: none;
	border-bottom: 1px solid #999999;
	background-image: none;
	z-index: 5000;
}
*/ 

#mainlevelmainnav li li:hover,
#mainlevelmainnav li li.sfhover {
	background-image: none;
	color: #FFFFFF;
	background-color:#E0526A;
}
 
#mainlevelmainnav li li a { /* Submenu links */
	width:auto;
	font-size:0.9em;
	font-weight: normal;
	border: none;
	padding:1px 5px;
}
 
#mainlevelmainnav li li a:hover { /* Submenu link hover effects */
	color: #FFFFFF;
}
 
#mainlevelmainnav li:hover ul ul,
#mainlevelmainnav li:hover ul ul ul,
#mainlevelmainnav li.sfhover ul ul,
#mainlevelmainnav li.sfhover ul ul ul{ /* Hide submenus */
	left:-999em;
}
 
#mainlevelmainnav li:hover ul,
#mainlevelmainnav li li:hover ul,
#mainlevelmainnav li li li:hover ul,
#mainlevelmainnav li.sfhover ul,
#mainlevelmainnav li li.sfhover ul,
#mainlevelmainnav li li li.sfhover ul { /* Show submenus */
	left:auto;
	z-index:5;
}

#crumbSearchWrapper {
	width: 100%;
}

#breadcrumb {
	float:left;
	width: 410px;
    margin: 3px 0 0 50px;
	color:#0066CC;
	font-size:10px;
}

#searchContainer {
	float:right;
	width: 130px;
    margin: 1px 50px 0 0;
	text-align: right;
}

.search input {
    width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/**** Home page content ****/

.homeSectionTitle {
	padding: 4px 0 0 10px;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 1.3em;
}

#homeContentUpper .contentheading,
#homeContentLower .contentheading {
	padding: 0;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
}

#homeContentUpper table,
#homeContentLower table {
	border-collapse: collapse;
}

#homeContentUpper p,
#homeContentLower p {
	border-collapse: collapse;
	padding: 0;
}

#homeContentUpper .article_separator,
#homeContentLower .article_separator {
	height: 10px;
}

#homeContentUpper {
	float: left;
	width: 100%;
	margin-top: 11px;
}

#homeUpperLeftWrapper {
	float: left;
	width: 246px;
	height: 210px;
}

#homeUpperLeftTop {
    background: url(../images/bg_home_top_blue_246x28.gif) 0 0 no-repeat;
	width: 100%px;
	height: 28px;
}

#homeUpperLeftMiddle {
	width: 224px;
	height: 162px;
	overflow: hidden;
	padding: 5px 10px 0 10px;
	border-right: 1px solid #3271BB;
	border-left: 1px solid #3271BB;
}

#homeUpperLeftBottom {
    background: url(../images/bg_home_btm_blue_246x14.gif) 0 0 no-repeat;
	width: 100%px;
	height: 14px;
}

#homeUpperRight {
	float: left;
	width: 503px;
	height: 210px;
	margin: 0 0 0 11px;
}

#homeContentLower {
	float: left;
	width: 100%;
	margin-top: 11px;
}

#homeLowerLeftWrapper {
	float: left;
	width: 246px;
	/*height: 195px;*/
}

#homeLowerCenterWrapper,
#homeLowerRightWrapper {
	float: left;
	width: 246px;
	height: 195px;
	margin: 0 0 0 11px;
}

.homeLowerTop {
    background: url(../images/bg_home_top_green_246x28.gif) 0 0 no-repeat;
	width: 100%px;
	height: 28px;
}

.homeLowerMiddle {
	width: 224px;
	min-height: 148px;
	padding: 5px 10px 0 10px;
	border-right: 1px solid #669999;
	border-left: 1px solid #669999;
}

.homeLowerBottom {
    background: url(../images/bg_home_btm_green_246x14.gif) 0 0 no-repeat;
	width: 100%px;
	height: 14px;
}

#homeLowerRight1 {    
	width: 100%;
	height: 70px;
	margin-top: 2px;
	overflow: hidden;
}

#homeLowerRight2 {    
	width: 100%;
	height: 70px;
	margin-top: 8px;
	overflow: hidden;
}

#homeLowerRight1 img,
#homeLowerRight2 img {    
	display: block;
	margin: auto;
}

#homeUpperLeft a.readmore,
#homeLowerLeft a.readmore {
	display: block;
	margin-bottom: 7px;
}

/**** Inside page content ****/
#contentWrapper {
	float: left;
	width: 100%;
	margin-top: 5px;
    background-image: url(../images/bg_content_1x760.gif);
	background-repeat: repeat-y;
    padding: 0;
}

#left {
    background: url(../images/bg_left_nav_hdr_170x51.gif) 0 0 no-repeat;
    width: 170px;
	min-height: 51px;
}

* html #left{ /* Hack for IE6 cause it doesn't understand min-height */
	height: 51px
}

#left div.moduletable_menu,
#left div.moduletable {
    margin-bottom: 10px;
    padding: 0;
    border-bottom: 0;
}

#left div.moduletable_menu h3,
#left div.moduletable h3 {
    margin: 0;
    padding: 28px 0 9px 15px;
	color: #FFFFFF;
	font-size: 12px;
	border-bottom: 1px solid #FFFFFF;
}

#left div.moduletable_menu ul,
#left div.moduletable ul.menu {
    list-style: none;
    margin: 0;
}

#left ul.menu li a, 
#left ul.menu li a:link, 
#left ul.menu li a:visited,
#left #mainlevel li a, 
#left #mainlevel li a:link, 
#left #mainlevel li a:visited {
    display: block;
    /*line-height: 22px;*/
    padding: 4px 2px 4px 15px;
    text-decoration: none;
	color: #003399;
    border-bottom: 1px solid #FFFFFF;
	background-color: #99CAE8;
}

#left ul.menu li.active a, 
#left ul.menu li.active a:link, 
#left ul.menu li.active a:visited,
#left #mainlevel li.active a, 
#left #mainlevel li.active a:link, 
#left #mainlevel li.active a:visited {
    background: #FFFFFF url(../images/bg_left_nav_active_10x1.gif) 0 0 repeat-y;
    color: #E0526A;
}

#left ul.menu li a:hover, 
#left #mainlevel li a:hover {
    background: #D5EAF4;
}

#left ul.menu li.active a:hover, 
#left #mainlevel li.active a:hover {
}

#content0 { /* this appears to be "no sidebars" but actually the left sidebar is hard coded so we need to leave space for it */
    width: 590px;
}

#content1 { /* left sidebar only */
    width: 590px;
}

#content2 {  /* this appears to be "right sidebar only" but actually the left sidebar is hard coded so we need to leave space for it */
    width: 440px;
}

#content3 { /* left and right sidebars */
    width: 440px;
}

.contentcolumn {
	min-height: 380px;
}

.contentcolumn div.moduletable {
    margin-bottom: 10px;
}

.contentcolumn div.moduletable h3 {
    display: block;
    line-height: 25px;
    text-align: center;
    margin: -5px -5px 5px -5px;
}

.contentcolumn div.moduletable ul, 
.contentcolumn div.moduletable ol {
    margin: 5px 0 5px 15px;
}

.contentcolumn div.moduletable li {
    margin: 0 0 5px 0;
}

.contentcolumn #component {
    padding: 0 10px 0 10px;
} 

.contentcolumn div.componentheading {
    color: #E0526A;
    font-weight: bold;
    font-size: 15px;
    padding: 0 0 5px 0;
}

.contentcolumn .contentheading {
    color: #E0526A;
    font-weight: bold;
    font-size: 15px;
    padding: 0 0 5px 0;
}

.contentcolumn .buttonheading {
	text-align: right;
}

#right { 
    width: 150px;
}

#contentBottom {
    background: url(../images/bg_left_nav_ftr_170x38.gif) 0 0 no-repeat;
	width: 100%;
	height: 38px;
}


/**** Footer ****/
#footer {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}

#footerLeft {
	float: left;
	width: 50%;
	height: 40px;
	text-align: left;
	font-size: 10px;
    background: #D5EAF4 url(../images/bg_ftr_left_15x40.gif) left top no-repeat;
}

#footerRight {
	float: left;
	width: 50%;
	height: 40px;
	text-align: right;
	font-size: 10px;
    background: #D5EAF4 url(../images/bg_ftr_right_15x40.gif) right top no-repeat ;
}

#footerLeft div {
	padding: 13px 0 0 15px;
}

#footerRight div {
	padding: 13px 15px 0 0;
}

#bottomSpacer {
	float: left;
	width: 100%;
	height: 25px;
}

/**** Misc ****/

/* User info forms */

form.form-validate table {
	margin-top: 15px;
}

form.form-validate table.paramlist { /* Hide the Language/TimeZone inputs */
	display: none;
}

form.form-validate input {
	width: 270px;
	color: #333333;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

form.form-validate button {
	margin-top: 10px;
}

form.form-validate td {
	padding-top: 5px;
	padding-bottom: 5px;
}

form#com-form-login table {
	margin-top: 15px;
}

form#com-form-login input.button {
	margin-top: 10px;
}

form#com-form-login ul {
	margin-top: 10px;
	margin-left: 15px;
}

form#com-form-login img { /* Get rid of the hokey image */
	display: none;
}

#form-login ul li {
    font-size: 0.8em;
}

fieldset {
	border: none;
}

#form-login-username input, 
#form-login-password input {
    width: 139px;
}

.small,
.createdate,
.modifydate {
	font-size: 0.8em;
}

table.poll thead td {
	padding: 0 0 3px 0;
}

table.poll td.sectiontableentry1,
table.poll td.sectiontableentry2 {
	padding: 3px 0 3px 2px;
	text-align: left;
}

table.poll input.button {
	margin-top: 8px;
}

span.article_separator {
    display: block;
    height: 20px;
}

.article_column {
    padding-right: 5px;
}

.column_separator {
    border-left: 1px solid #CCC;
    padding-left: 5px;
    padding-right: 0;
}

#briask-iss41, 
#briask-iss41 li {
    margin: 0;
}

/* BreezingForm forms */

.bfQuickMode h2.contentheading {
	margin-top: 15px;
}

.bfQuickMode hr {
    color: #666666;
	background-color: #CCCCCC;
	height: 1px;
	border: 0 none;
	margin-top: 5px;
	margin-bottom: 10px;
}

.bfQuickMode p.bfElemWrap {
	padding: 3px 5px 3px 5px;
}

.bfQuickMode .bfLabelLeft label {
	width: 40%;
}

.bfQuickMode p input[type="text"], 
.bfQuickMode p textarea, 
.bfQuickMode p select {
	width: 50%;
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	padding: 1px 2px;
}

#Section2 .bfSectionDescription {
	display: none;
}

#ff_elem318,
#ff_elem342 { /* Initial */
	width: 35px;
}

#ff_elem319,
#ff_elem343 { /* Designations */
	width: 140px;
}

#ff_elem322,
#ff_elem346 { /* Year */
	width: 50px;
}

#ff_elem327,
#ff_elem351 { /* Postal code */
	width: 75px;
}

#ff_elem328,
#ff_elem329,
#ff_elem352,
#ff_elem353 { /* Phone numbers */
	width: 110px;
}

#ff_elem316,
#ff_elem339 { /* Checkbox */
	float: left;
	width: 5%;
}

#bfElemWrap316 .bfElementGroupNoWrap,
#bfElemWrap339 .bfElementGroupNoWrap { /* Checkbox wrapper */
	width: 90%;
}

#bfElemWrap316 label,
#bfElemWrap339 label { /* Checkbox label */
	float: left;
	width: 90%;
	margin-right: 0;
}

#bfElemWrap316 .bfRequired,
#bfElemWrap339 .bfRequired { /* Checkbox asterix */
	padding-top:10px;
	float: left;
}

#Section3,
#Section4 { /* Sponsor sections */
	margin-bottom: 0;
}

#Section3a,
#Section4a { /* Sponsor label-under sections */
	margin-top: 0;
}

#Section3a p,
#Section4a p { /* Sponsor label-under section p */
	padding: 0 0 0 5px;
}

#Section3 .bfElemWrap,
#Section4 .bfElemWrap { /* Sponsor input wrappers */
	padding: 5px 0 2px 5px;
	margin-right: 0;
}

#Section3 label,
#Section4 label { /* Labels for sponsor inputs */
	display: none;
}

#Section3 .bfRequired,
#Section4 .bfRequired { /* Sponsor input asterix */
	display: none;
}

#Section3 input[type="text"],
#Section4 input[type="text"] { /* Sponsor inputs */
	width: 185px;
}

.labelUnder2 { /*Sponsor label-unders */
	margin-left: 15px;
}


/* File and media links */

.jce_size {
	font-size: 9px;
}


/* Jobs component */

body.jobs #left,
body.jobs #right,
body.jobs #contentBottom {
	display: none;
}

body.jobs #contentWrapper {
	background-image: none;
}

body.jobs #content3 {
	width: 760px;
}

#lknjobscontent,
.jsBodyBlueGrad {
	min-height: 0;
}

/* Styles available in editor */

.imageLeft {
	float: left;
	margin: 10px 10px 10px 0;
}

.imageRight {
	float: right;
	margin: 10px 0 10px 10px;
}

.imageCenter {
	margin: 10px auto 10px auto;
	display: block;	
}

.warning {
	color: #E0526A;
}

a.moreDetailsLink {
    background: url(../images/arrow-green.gif) top right no-repeat;
	padding: 0 18px 3px 0;
}

.smallGrey {
	font-size: 10px;
	color: #666666;
}








