﻿/* No JavaScript Message
---------------------------------------------------------------------*/
#DivNoScript
 {   
    background-color:#F2F9FF;
    border: 1px solid #ff3333;
    width:100%;
    position:relative;
}

/*CSS for Images tooltip preview */
#preview
{
    position:absolute;	border:1px solid #ccc; 
    background:#969696;	padding:3px; display:none;
    z-index: 13000;
}


/* =Containers
--------------------------------------------------------------------------------*/
#MainBodyContainer
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	margin-bottom: 10px;
    height: 439px;
}

/* =Columns >> Global
--------------------------------------------------------------------------------*/
.LayoutFourColumns,
.LayoutThreeColumns,
.LayoutTwoColumns,
.LayoutOneColumn
{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#MainBodyContainer .LayoutFourColumns
{
	width: 220px;
}
#MainBodyContainer .LayoutThreeColumns
{
	width: 300px;
}

#MainBodyContainer .LayoutTwoColumns
{
	width: 460px;
}

#MainBodyContainer .LayoutOneColumn
{
	width: 940px;
}


/* =Clear Floated Elements
--------------------------------------------------------------------------------*/
html body * span.LayoutClear,
html body * div.LayoutClear,
html body * li.LayoutClear,
html body * dd.LayoutClear,
html body * p.LayoutClear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* CSS For Footer on the page
=============================================================*/

#divFooterBody
{
    width:940px; margin-left:10px; margin-right:10px;
    min-height:74px; max-height:74px; height:auto; 
    display:inline-block; padding-bottom:10px; 
    border-top: 2px solid #BE97CC; margin-top: 5px;
}
#divFooterBody p{font-size: 12px; line-height: 13px;}


/* =Basic HTML
--------------------------------------------------------------------------------*/
body
{
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px; line-height: 18px;
	color:#333333;
}


#hrbar{
width: 940px;
height: 14px;
display: inline;
float: left;
margin-left: 10px;
margin-right: 10px;
}

/*page and section titles*/
h1, h2 {
margin-bottom:12px;
padding-top:6px;
padding-bottom:5px;
color:#610183;
width: 100%;
height: 24px;
font-size:24px;
border-bottom:#CCCCCC solid 1px;
font-weight: normal;
}

h3 
{
    font-weight:bold; font-size: 16px; 
    line-height:18px; margin-bottom:10px;
    color: #610183;
}

hr
{
border-color: #BE97CC;
border-style: solid;
border-width: 1px 0 0;
clear: both;
height: 0;
}

.picbar{
background-image:url(../images/LB_homebanner.jpg);
width: 940px;
height: 199px;
display: inline;
float: left;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 8px;
}

.picbar p{
margin-left:240px;
margin-top:25px;
width:500px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
color: #610183;
text-decoration: none;
word-spacing: normal;
text-align: left;
line-height: 1.1em;
font-size: 1.6em;
}

/*The homeboxes on the subFooters and homepages*/
#homebox1, #homebox2, #homebox3{
background-image:url(../images/homboxbg_mainLB.jpg);
width: 300px;
height: 188px;
display: inline;
float: left;
margin-left: 10px;
margin-right: 10px;
overflow:hidden;
cursor: pointer;
z-index: 1;
}

#homebox1 img, #homebox2 img, #homebox3 img{z-index:1;}
#homebox1 h2, #homebox2 h2, #homebox3 h2
{
color:#610183;
font-family:Arial,Helvetica,sans-serif;
font-size:1.3em;
font-weight:bold;
letter-spacing:-1px;
line-height:1.0em;
text-align:left;
float:none;
border:none;
width: auto;
z-index: 2;
}
#homebox1 p, #homebox2 p, #homebox3 p
{	margin-right: 8px; 
	margin-top:6px; 
	font-size: 13px; 
	line-height:14px;
	z-index: 30;
}

#homebox4, #homebox5 {
width: 460px;
height: 108px;
display: inline;
float: left;
margin-top: 8px;
margin-left: 10px;
margin-right: 10px;
overflow:hidden;
position:relative;
cursor: pointer;
}

#homebox4 {
background-image:url(../images/homebox4_bg1.jpg);
}

#homebox5{
background-image:url(../images/homebox5_bg1a.jpg);
}

#homebox4 h2, #homebox5 h2
{
margin-left: 10px;
font-weight:bold;
text-decoration: none;
text-align: left;
line-height: 1.2em;
font-size: 1.4em;
color:black;
float:none;
border:none;
}

#homebox4 p, #homebox5 p{padding-left: 12px;width: 310px; font-size: 12px; line-height:12px;}


a:link, a:visited, a:active
{
    color:#610183;	
    text-decoration: none;
}

a:hover 
{
	color: #20A6D2;
}

/* =text
--------------------------------------------------------------------------------*/
.maintextbold{font-weight:bold;}
.maintextboldFooter{font-weight:bold;}
.maintextboldcolor{font-weight:bold;color:#610183;}

/* =Spacing
--------------------------------------------------------------------------------*/

ol{	list-style: decimal;}
ul{	list-style: square;}
p,dl,hr,h4,h5,h6,ol,ul,pre,table,address,fieldset
{
	margin-bottom: 20px;
}

/*Classes intended to be used in Contribute*/

p.emailWithIcon 
{	
	padding:4px 0px 4px 44px;
	border:1px solid #ffffff;
	background-image:url(../images/emailicon.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.imageLeft
{
clear:both;
float: left;
margin: 0px 14px 0px 0px;
font-size:10px;
line-height:11px;
}
.imageLeft_LargeFont
{
clear:both;
float: left;
margin: 0px 14px 0px 0px;
font-size:13px;
line-height:15px;
}

img.Imageblock
{
float: left;
}

.imageRight
{
float: right;
margin-left: 14px;
margin-bottom: 4px;
font-size:10px;
line-height:11px;
}
.imageRight_LargeFont
{
float: right;
margin-left: 14px;
margin-bottom: 4px;
font-size:13px;
line-height:15px;
}
img.ImageGo{float: right;}
.quoteStyle1{color:#6a676b;}
.quoteStyle2{color:#610183;}

.collapsible h3 {color:#610183;	cursor:pointer;}	
	
.collapsible h3 img
{
	margin-left:15px;
}

#tableForLinks td
{
	vertical-align:top;
	line-height: 20px;
	padding: 14px;
}

ul{
	list-style-type:disc;
	margin-left:40px;
	font-size:16px;
	line-height:24px;
}

.clickable 
{
	cursor:pointer;
	z-index:1010;
}

hr.subFooter { width:940px; margin-bottom:6px; z-index:100;}


.smalltext {font-size:10px;}

.btn {width:auto; cursor:pointer;}

#authorTable {}
#authorTable td {padding:0px 14px 4px 0px;}

.errMsg{color:Red; font-weight:bold; font-size:28px; vertical-align:bottom; margin-left:5px;}
.designedbyLink{margin-left:10px; font-family:Arial; font-size:11px; color:#5A5A5A;}
.designedbyLink:hover{color:#ED6E00;}

/* =our-newsletter
--------------------------------------------------------------------------------*/
.newsLetterRight
{
	float: left;	
	margin-top: -38px;
	margin-left: 538px;
}
.newsLetterLeft
{

}

.copyrightRight
{
	clear:both;
	float: right;
	margin-left: 14px;
	margin-bottom: 4px;
	font-size:10px;
	line-height:11px;
}