/* -------------------------------------------------------------- 
	
	layout.css	
	* Lays out the main page structure and design.
	
-------------------------------------------------------------- */

html, body, #form1
{
	height: 100%;
}
html
{
	overflow-y: scroll;
}

body
{
	margin: auto; 
	/* background-color: #000; */
	background: url(../../Images/background_gradient.gif) repeat-x;
	background-color:#0f212b;
}

body > form 
{
    min-height:100%;
    height:100%;
}

div.TopWrapper
{
	width: 960px;
	/*background: url(../../Images/background_topbackground.jpg) no-repeat;*/
	/*background-image: url(../../Images/background_topbackground.jpg);*/
	background-repeat: no-repeat;
	background-color:#0f212b;
	margin: 0px auto -640px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-top:28px;
	padding-bottom: 15px;
}

div.TopContent
{
	margin: 0 auto;
	width: 780px;
}

div#BottomClear
{
	clear: both;
	height: 640px;
}

div.BottomWrapper
{
	margin-top: 20px;
	height: 763px;
	padding-top: 19px;
	background-color: #FFF;
}

div.BottomAlign
{
	float: left;
	display: inline;
	width: 780px;
	margin-left: 90px;
	position: relative;
}

div.BottomContent
{
	margin: 0 auto;
	width: 960px;
	color: #474747;
}

div.MadLogo img
{
	float: left;
	width: 176px;
	height: 37px;
}

div.Top
{
	float: left;
	display: inline;
	height: 37px;
	width: 100%;
	overflow: hidden;
	padding-bottom: 38px;
}

div.Navigation
{
	float: right;
	width: 493px;
	display: inline;
	margin-top: 16px;
	margin-bottom: 51px;
}
/* see navigation.css for styling */

div.MissionStatement
{
	display: block;
	width: 780px;
	margin-bottom: 24px;
	text-align: justify;
}

div.MissionStatement a:hover
{
	text-decoration: none;
}

/* see content-design.css for styling */

/* Columns */

div.Columns
{
	float: left;
	width: 780px;
}

div.LeftColumn
{
	float: left;
	position: relative;
	display: inline;
	width: 225px;
	margin-right: 15px;
	margin-top: 3px;
}

div.RightColumn
{
	float: left;
	display: inline;
	width: 540px;
	_overflow:hidden;
}

div.MiddleColumn
{
	float:left;
	width:350px;
	margin-top:3px;
}

div.RightColumnBlog
{
	float: left;
	display: inline;
	width: 190px;
}

div.TeamMember img
{
	float: left;
	width: 220px;
	height: 220px;
	border: solid 1px #fff;
}

div.ThumbsContainer {
	float: left;
	display: inline;
    margin-bottom: 26px;
    overflow: hidden;
    width:225px;
}

div.Thumbs
{
	float: left;
	display: inline;
	height: 28px;
	margin-top: 4px;
/*	margin-bottom: 26px; */
    margin-right: 4px;
	overflow: hidden;
}

div.Thumbs a
{
	float: left;
	display: inline;
	width:auto;
/*	margin-right: 4px; */
	padding: 0px;
/*	background: url(../../Images/img_TeamThumb.jpg) no-repeat; */
}

div.Thumbs a:hover
{
/*	background-position: 0px -28px; */
}

div.Thumbs .Last
{
	float: left;
	width: 28px;
	display: inline;
	margin-right: -4px;
}

a.linkopacity img {
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -khtml-opacity: 0.5;
}

a.linkopacity:hover img {
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    -khtml-opacity: 1.0;
}

.readMore {
    float:left;
}

.bioPanel {
    /*display:inline;*/
}
.bioPanelExtended {
    
}

div.BlueBox
{
	float: left;
	display: inline;
	width: 200px;
	margin-top:4px;
	margin-bottom:16px;
	padding: 7px 10px 20px 10px;
	background-color: #1a3545;
}

div.BlueBox p
{
	font-size:12px;
	line-height: 16px;
}

div.BlueBox, BlueBoxLast h6
{
	line-height: 16px;
}

div.BlueBox a, div.BlueBoxLast a
{
	font-weight:bold;
}

div.BlueBoxLast
{
	float: left;
	display: inline;
	letter-spacing: -.015em;
	width: 199px;
	padding: 7px 10px 12px 11px;
	background-color: #1a3545;
}
.PollAnswers .PollGraph { display:block; padding-bottom:5px; }
.PollAnswers .PollGraph div { background-color: #FFEC96;
    border: 1px solid #000000;
    height: 6px; 
} 
.PollAnswers ul li {
    margin:5px 0 5px 0;
    padding:0;
}
div.HomeLine
{
	float: left;
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #51595c;
	padding-top: 16px;
	margin-bottom: 8px;
	overflow: hidden;
}

div.Line
{
	float: left;
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #51595c;
	padding-top: 14px;
	margin-bottom: 12px;
	overflow: hidden;
}

div.SearchLine
{
	float: left;
	width:620px;
	height: 1px;
	border-bottom: solid 1px #51595c;
	padding-top: 14px;
	margin-bottom: 12px;
	overflow: hidden;
}

div.SmallLine
{
	float: left;
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #51595c;
	margin-top: 8px;
	margin-bottom: 8px;
	overflow: hidden;
}

div.PagerControl
{
	float:left;
	display:inline;
	width:620px;
	padding:2px 0px 16px 0px;
	margin-bottom:12px;
	border-bottom: solid 1px #51595c;
}

/* ---------- Results Details Page --------- */

div.ResultsFlash
{
	float: left;
	display: inline;
	width: 780px;
	height: 315px;
	background-color: #fff;
	margin-bottom: 13px;
	background: url(../../Images/FlashTemp_Results.jpg) no-repeat;
}



/* ---------- Press Page Layout --------- */
div.ContentRight {
	float: left;
	display: inline;
	width: 620px;
}

div.PressNav ul {
	float: left;
	width: 620px;
	height: 20px;
	border-bottom: solid 1px #c8c7c7;
	margin-bottom: 12px;
}

div.PressLeft {
	float: left;
	width: 140px;
	margin-right: 20px;
}

div.PressLeft img {
	float: left;
	width: 140px;
	margin-top:2px;
}

div.PressRight {
	float: left;
	width: 460px;
}

div.PressRightFull {
	float: left;
	width: 100%;
}

.PressContent .Presentations h4 { margin-top:15px; }
.PressContent .Presentations p  { margin-bottom:10px; font-size:12px !important; }
.PressContent .Presentations p strong { color:#FFEC96; }
.PressContent .Presentations .LinkGroup { float:left; width:100%; }
.PressContent .Presentations .LinkGroup a {
	display:block;
	height:20px;
	background:url(../../Images/icon_PDF.gif) no-repeat left center;
	padding-left:22px;
	margin-bottom:8px;
	margin-top:5px;
}

div.PressRight .PressContent p {
    line-height:16px;
    font-size:14px;
    line-height: 21px !important;
    margin:0px;
}

div.PressRight .PressContent .summary {
    margin-top:15px;
    display:inline-block;
}

div.PressRight .PressContent .summary p{
    margin-bottom:15px;
    font-size:12px;
    line-height: 16px !important;
}

div.PressRight .PressContent h3{
    margin-bottom:10px;
}

div.PressRight.no-left {
	padding-left:160px;
}

div.PressRight span.PressPDF
{
	float: left;
	background: url(../../Images/icon_PDF.gif) right 0px no-repeat;
	font-size: 12px;
	padding-right:20px;
	margin-top: 5px;
}

.PressContent ul li
{
    list-style-type:disc;
    margin-left:15px;
}

.PressContent p
{
	width: 460px;
	margin-bottom: 20px;
	line-height:16px !important;
}

.PressContent h4
{
	color: #FFF;
	line-height: 17px;
	margin-bottom: 5px;
}

.PressContent h4 a
{
	float:left;
	color: #ffec96f;
	background-image:none;
	line-height: 17px;
	margin-bottom: 5px;
	width:100%;
	font-size:17px;
}

.PressContent h4 a:hover
{
	color:#99ccff;
}

.PressContent a.PodcastLink { font-weight:bold; }

.PressContent span.Presenters { color:#FFEC96; }

.PressContent .Presentations h4 
{ 
	float:left;
	width:100%;
	font-weight:normal;
	margin-bottom:10px;
}
.
.PressContent .Presentations .LinkGroup a.PresentationLink { background:url(../../Images/icon_Slides.gif) no-repeat left center; }


/* ---------- Article Page Lyaout ------ */

.ArticleContent ul li
{
    list-style-type:disc;
    margin-left:15px;
}

.ArticleContent p
{
	width: 460px;
	margin-bottom: 12px;
	line-height:16px !important;
}

.ArticleContent h4
{
	color: #FFF;
	line-height: 17px;
	margin-bottom: 18px;
}

.ArticleContent h4 a
{
	float:left;
	color: #ffec96;
	background-image:none;
	line-height: 17px;
	margin-bottom: 5px;
	width:100%;
	font-size:17px;
}

.ArticleContent h4 a:hover
{
	color:#99ccff;
}

/* ---------- Blog Page Layout --------- */

div.BlogTitle
{
	float:left;
	margin-bottom:56px;
	margin-top:30px;
}

div.BlogEntry
{
	float:left;
	width:540px;
}

div.BlogDivider
{
	float:left;
	width:540px;
	height:25px;
	margin-top:5px;
	background: url(../../Images/blog_divider.gif) repeat-x;
}

div.ListColumn
{
	float:left;
	width:130px;
}

div.LinkList
{
	float:right;
	display:block;
	width:120px;
	margin-bottom:25px;
	padding-right:10px;
}

div.LinkList a
{
	display:block;
	width:120px;
	font-size:12px;
}

div.LinkList a:hover
{
    color: #99CCFF !important;
}

div.LinkList h3
{
	float:left;
	margin-bottom:5px;
	padding-right: 10px;
}

div.MadPowInfo
{
	float:right;
	width:134px;	
}

div.MadPowInfo p
{
	float:left;
	display:inline;
	width:156px;
	margin-bottom:25px;
}

/* ---------- Results Page Layout --------- */


/*** set the width and height to match your images **/

.HomeFlash {
    position:relative;
    height:315px;
    width:780px;
}

.HomeFlash a {
    display:none;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

.HomeFlash a:first-child
{
    display:block !important;
}

.HomeFlash a.active {
    display:block;
    z-index:10;
    opacity:1.0;
}

.HomeFlash a.last-active {
    z-index:9;
}

div.HomeFlash img
{
	width: 780px;
	height: 315px;
	padding:0px;
	margin:0px;
}

/* ---------- Results Page Layout --------- */

div.CompanyFlash
{
	float: left;
	display: inline;
	width: 780px;
	height: 315px;
	background-color: #fff;
	margin-bottom: 15px;
}

/* ---------- Careers Page Layout --------- */

div.JobPost
{
	float: left;
	width:620px;
}

div.JobPost a
{
/* 	float: right;
	width: 185px;
	background: url(../../Images/icon_PDF.gif) right 0px no-repeat;
	font-size: 12px; */
}

div.JobContent ul
{
	margin-bottom:20px;
}

div.JobContent ul li
{
	font-size:12px;
	width:620px;
	list-style-type:disc;
	list-style-position:inside;
}

.JobContent p
{
	float: left;
	width:620px;
	margin-bottom: 20px;
}

.JobContent h4
{
	color: #FFF;
	line-height: 17px;
	margin-bottom: 5px;
}

/* ---------- Charity Page Layout --------- */

div.CharityLeft
{
	float: left;
	width: 140px;
	margin-right: 20px;
}

div.CharityLeft img
{
	float: left;
	width: 140px;
	margin-top:2px;
}

div.CharityRight
{
	float: left;
	width: 460px;
}

div.CharityRight div.CharityLink a
{
	float: left;
	width: 460px;
	padding:10px 0px 0px 0px;
/*	background: url(../../Images/icon_PDF.gif) right 0px no-repeat; */
	font-size: 12px;
}

ul.CharityContent p
{
	float: left;
	width: 460px;
	margin-bottom: 20px;
}

ul.CharityContent h4
{
	color: #FFF;
	line-height: 17px;
	margin-bottom: 5px;
}

div.NewsLetterModal
{
	margin-top:0px;
	width:361px;
}

div.NewsLetterModal input
{
	border:none;
}

div.Subscribe
{
	float:left;
	width:132px;
	background: url(../../Images/btn_subscribe.gif) no-repeat;
}

.EmailLi
{
	float:left;
	color:#000;
	width:200px;
}

.CommentLi
{
	float:left;
	color:#000;
	width:200px;
}

li.CommentLi span
{
	/*margin:0px !important;*/
	margin-top: 15px;
}

input.error
{
	float:left;
	height:22px;
	padding:2px 0px 0px 2px;
	background: url(../../Images/input_error_background.gif) no-repeat !important; 
}

div.NewsLetterModal input.submit
{
	float:left;
	display:inline;
	width:132px;
	height:22px;
	padding:0px;
}

div.error
{
	width:85px;
	display:block;
	float:left;
	padding-left:23px;
	margin-left:8px;
	background: url(../../Images/arrow_yellow_left.gif) 0px 3px no-repeat; 
}

div.error p
{
	width:85px;
	display:block;
	margin-top:-3px;
	padding:0px !important;
	float:left;
	color:#ffec96 !important;
}

/***** Search Results *****/

div.TotalResults
{
	float:left;
	width:620px;
	height:16px;
}

div.TotalResults span
{
	color:#ffec96;
}

div.Results
{
	float:left;
	width:620px;
	min-height:300px;
	height:auto !important;
	height:300px;
}

div.Result.first
{
	float:left;
	width:620px;
	padding-bottom:27px;
	padding-top:12px !important;
	border-bottom:solid 1px #51595C;
}

div.Result
{
	float:left;
	width:620px;
	padding-bottom:23px;
	padding-top:20px;
	margin-bottom:14px;
	border-bottom:solid 1px #51595C;
}

div.Result p
{
	padding:5px 0px 5px 0px;
}

div.PagerResults
{
	float:left;
	width:500px;
}

div.PagerNumberArea
{
	float:left;
	width:620px;
	text-align:center;
}


/*  Back button */

.backLink a
{
	float:left !important;	
	width:100%;
	margin-top:10px;
	background:none !important;
}

/* Skip Navigation Support, taken from webaim's best practices */

#skip a, #skip a:hover, #skip a:visited
{
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

#skip a:active, #skip a:focus
{
	position:static;
	width:auto;
	height:auto;
} 


/* Sitemap layout */

div.SiteMap {
    float:left;
    width:100%;
    margin:20px 0;
}
    div.SiteMap ul {
    }
    div.SiteMap ul li {
        width:19%; 
        float:left;
        height:100%;
    }
    div.SiteMap ul li a {
        font-weight:bold;
        display:block;
        padding-bottom:8px;
    }
    div.SiteMap ul ul {
        padding-right:24px;
    }
    div.SiteMap ul li li {
        padding-bottom:4px;
        float:none;
        width:auto;
        height:auto;
    }
    div.SiteMap ul li li a {
        font-size:0.8em;
        font-weight:normal;
        padding:0;
    }

