#mainWrapper 
{ 
	width: 994px; 
	text-align: left;
	margin: 0 auto;
	margin-top:20px;
}

#header
{
	height:120px;
	width:994px;
}

#logo
{
	width:250px;
	float:left;
	height:31px;
	margin-left:50px;
}

/* Main Navigation Menu - Top */

.mainNavigationMenu {
position: absolute;
height: 29px;
width: 550px;
background-color: white;
padding: 15px;
margin: 10px 0;
overflow: hidden;
top:20px;
left:50%;
/*margin-left:-10px;*/
}
.mainNavigationMenu li {
float: left;
list-style: none;
}
.mainNavigationMenu li.back {
border-bottom: 3px solid #1f4478;
width: 9px;
height: 30px;
z-index: 8;
position: absolute;
}
.mainNavigationMenu li a {
font: bold 12px arial;
text-decoration: none;
color: #1f4478;
outline: none;
text-align: center;
top: 7px;
text-transform: uppercase;
letter-spacing: 0;
z-index: 10;
display: block;
float: left;
height: 30px;
position: relative;
overflow: hidden;
margin: auto 10px;

}

mainNavigationMenu ul
{
    margin-left:0px;
    list-style-image:none;
}
.mainNavigationMenu li a:hover, .mainNavigationMenu li a:active, .mainNavigationMenu li a:visited {
border: none;
} 

/** Newsletter Signup **/
/**Most of this stye has to be inline**/
#newsletterSignup
{
    	margin-left:15px;
}

	#newsletterSignup label{
		display:block;
		font-weight:bold;
		width:200px;
		color: #333333;
	}
	#newsletterSignup input{
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #666666;
		width:200px;
		margin:2px 0 10px 0px;
	}
	
	.error
	{
	    display:block;
	    color:#f00;
	    font-size:10px;
	    margin-bottom:5px;
	    margin-top:-4px;
	}
	
.registerButton 
{
	display: block; width: 92px !important; height: 25px;
	text-decoration: none; background: url(../Images/SubmitButtonSprite.png);
	border: none !important;
}
.registerButton:hover 
{
    border: none;
	background-position:0 -25px;
}

/** Profile **/

.profile .name
{
	color:black;
}

.profile .picture
{
	margin-right:10px;
	float:left;
}

.profile .description
{
	color:#5E5E5E;
}

/** Admin Page News Edit Panel **/
.newsEditPanel
{
    /**position:absolute;
    margin-top:-50px;
    background:RED;**/
}

.addPostButton
{
    position:absolute;
    height:16px;
    width:16px;
    background:url(../Images/icons/add.png);
}


	.newsEditPanel label{
		display:block;
		font-weight:bold;
		width:140px;
		color:#333333;
	}
	
	.newsEditPanel input, textarea{
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #c2c2c2;
		width:200px;
		margin:2px 0 10px 0px;
	}


#pageTitleWrap
{
	position:relative;
	background-image:url(../Images/ContentPageHeaderBackground.png);
	height:119px;
	width:994px;
}
#pageTitleWrap .title
{
	color:#FFFFFF;
	display:block;
	float:left;
	padding-left:60px;
	padding-top:30px;
	width:370px;
}

#pageTitleWrap .title h1
{
    margin-top:20px;
	color:#FFF;
}
#pageTitleWrap .description
{
	display:block;
	padding-top:25px;
	color:#FFF;
	float:left;
	width:400px;
	line-height:1.5em;
}

#mainContentWrapper
{
	background:url(../Images/MainContentBackground.png) repeat-y;
	background-color:#FFF;
	height:100%;
	width:960px;
	margin-left:17px;
}
#content
{
	padding:40px;
	position:relative;
	width:600px;
	background-color:#FFF;
	float:left;
}

#wideContent
{
	padding:40px;
	position:relative;
	width:780px;
	background-color:#FFF;
	float:left;
}

#sidebar
{
	position:relative;
	background-repeat:no-repeat;
	background-image:url(../Images/SidebarBackground.png);
	background-color:#FFF;
	width:280px;
	float:right;
	min-height:400px;
	height:100%;
}

#sidebar ul
{	list-style:none;
	list-style-position:outside;
	list-style-image:none;
	}

#sidebar h1
{
	border-bottom:double #e5e5e5;
	margin-left:15px;
	margin-right:15px;
	margin-top:30px;
	color:#5E5E5E;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:13px;
	font-weight:normal;
	letter-spacing:5px;
	margin-bottom:20px;
	padding-bottom:5px;
	text-transform:uppercase;
}

#sidebar h1 img
{
	position:absolute;
	left:210px;
}

#sidebar li{
	list-style:none;
	display:block;
	margin:0;
	padding:0;
}
#sidebar li a{
	padding:5px 0;
	margin-right:20px;
	border-bottom:1px dotted #c6c6c6;
	display:block;
}
* html #sidebar li a{
	padding:5px 0;
	height:20px;
	border-bottom:1px dotted #c6c6c6;
	display:block;
}
#sidebar li a:hover
{
	color:#5E5E5E;
}
#sidebar li a.current{
	color:#1f4478;
}

/** Sidebar Contact Form **/

#contactForm
{
    	margin-left:15px;
}

	#contactForm label{
		display:block;
		font-weight:bold;
		width:140px;
		color:#7CACBD;
	}
	#contactForm .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		margin-bottom:8px;
		width:200px;
		line-height:5px;
	}
	#contactForm input, textarea{
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #666666;
		width:200px;
		margin:2px 0 10px 0px;
	}
	
	#contactForm textarea
	{
	    height:100px;
	    overflow:hidden;  
	}
	

/** Sidebar News Post **/

.newsList
{
	padding:0px;
	margin-right:15px;
	margin-left:15px;
	margin-top:20px;
	list-style:none;
	list-style-position:outside;
	list-style-image:none;
}

.newsList .title
{
	color:#1f4478;
	margin-bottom:0px;
	font-weight:bold;
	font-size:12px;
	display:block;
	
}

.newsList .summary
{
	/*display:block;*/
}

.newsList .date
{
	color:#7CACBD;
	/*display:block;*/
	margin-top:0px;
	margin-bottom:0px;
	padding-left:10px;
}

.newsList li 
{
    margin-bottom:20px !important;
}

.newsList li a{
	padding:0 !important;
	margin:0 !important;
	border-bottom:none !important;
}

/** Address **/
#addressWrapper
{
    position:absolute;
    width:640px;
    margin-left:10px;
}

.address
{
    	display:block;
    	float:left;
    	width:275px;
    	padding-left:30px;
    	padding-top:30px;
    	height:246px;
    	background-image:url(../Images/ContactBackground.png);
}
.address p 
{
        line-height:5px;
}

#footer
{
	clear:both;
}


/* Tweets */

.twitter
{
	position:relative;
	background-image:url(../Images/TwitterBackground.png);
	height:46px;
	width:994px;
}

.tweet
{
    position:absolute;
    display:block;
    margin-top:-12px;
	font-style:italic;
	font-size:11px;
	margin-left:160px;
	display:block;
	line-height:16px;
	max-width:700px;
}

.tweet p
{
    line-height:1.2em;
}

.tweet .tweetTime
{
	margin-left:10px;
	color:#7CACBD;
}

.tweet blockquote 
{
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

.tweet blockquote p {
	margin: 10px;
	padding: 0px;
}

.tweet .tip 
{
    position:absolute;
    height:11px;
    left:-6px;
    top:20px;
    width:7px;
	margin: 0px;
	background: no-repeat url(../Images/SpeechBubbleTip.gif);
	font-style: normal;
	
}


.copyright
{
	position:relative;
    background:no-repeat url(../Images/FooterNoTwitter.png);
    height:57px;
    width:994px;
    color:#FFFFFF;
    text-align:center;
    padding-top:8px;
    font-size:10px;
    line-height:15px;
}

.copyrightWithTwitter
{
	position:relative;
    background:no-repeat url(../Images/Footer.png);
    height:57px;
    width:994px;
    color:#FFFFFF;
    text-align:center;
    padding-top:8px;
    font-size:10px;
    line-height:15px;
}

#legal
{
	position:relative;
    height:57px;
    width:994px;
    margin-top:10px;
    text-align:center;
    font-size:10px;
}



/* Easy Slider */

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	width:960px;
	height:250px;
	background-image:url(../Images/peoplebanner.png);
	background-position:center;
	margin-left:17px;
}

	#slider .page{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	    width:960px;
		height:250px;
		overflow:hidden;
		background-image:url(../Images/peoplebanner.png);
		}
		
		#slider div .text {
		color:#1f4478;
		width: 480px;
		height:230px;
		margin-top:20px;
		margin-left:40px;
		float:left;
		margin-right:20px;
		}
		
		#slider div h2
		{
			font-size:24px;
			font-weight:normal;
			letter-spacing:2px;
			display:block;
			color:#1f4478;
		}
		#slider div .body
		{
			font-size:16px;
			letter-spacing:2px;
			/*font-style:italic;*/
			display:block;
		}
		
#slider div .sliderDetailButtons
{
    margin-top:20px;
    display:block;
    z-index:9;
    float:right;
}		
		
#slider div .image {
	width: 391px;
	height:312px;
	margin-top:2px;
	float:left;
}

#nav {position:relative; top:-40px; left:38px; z-index:20;}
#nav a {display:inline-block; background:url(../images/PinDisabled.png); text-decoration: none; width:21px; height:22px;}
#nav a.activeSlide, #nav a.activeSlide:hover {background:url(../images/PinEnabled.png);}
#nav a:hover { background:url(../images/PinHover.png); }
				
.slider-wrap #nav
{
    top:-25px;
}

/**NEWS POST**/

.post{
	clear:both;
	padding-top:20px;
	background:url(../images/2lines_bg.gif) repeat-x bottom;
	float:left;
	width:600px;
}
.post .date-post{
	float:left;
	width:80px;
	border-right:1px solid #efefef;
	margin-right:20px
}
.post .date-post .d{
	display:block;
	font-size:60px;
	padding:16px 0;
	font-weight:bold;
}
.date-post .m, .date-post .y{
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#bdbdbd;
}
.date-post .m{
	letter-spacing:14px;
	padding-left:6px;
}
.date-post .y{
	letter-spacing:10px;
}
.post-content{
	float:right;
	width:496px;
}
.post-content h3{
	font-size:36px;
	line-height:36px;
	margin:0;
	padding:0 0 20px 0;
	color:#000;
}
.post-content .excerpt{
	font-size:14px;
	line-height:24px;
}

/** WebCast **/

.smallDate{
	clear:both;
	padding-top:20px;
	background:url(../images/2lines_bg.gif) repeat-x bottom;
	float:left;
	width:600px;
}
.smallDate .date{
	float:left;
	width:60px;
	border-right:1px solid #efefef;
	margin-right:20px;
		text-align:center;
}
.smallDate .date .d{
	display:block;
	font-size:30px;
	padding:5px 0;
	font-weight:bold;
	letter-spacing:3px;
}
.smallDate .date .m, .smallDate .date .y{
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#bdbdbd;
	font-size:10px;
	font-weight:bold;
}
.smallDate .date .m{
	letter-spacing:8px;
	padding-left:6px;
}
.smallDate .date .y{
	letter-spacing:6px;
}


/** Pager **/
#pager
{
    margin-left:200px;
}
	#pager a{
		border-right:solid 1px #DEDEDE;
		margin-right:2px;
		text-decoration:none;
	}
	#pager a[disabled]{
		color:#888888;
		display:block;
		float:left;
		font-weight:bold;
		padding:3px 4px;
	}	
	
	#pager .next,
	#pager .previous {
		border:none;
		font-weight:bold;
		border:0px;
	}	
	#pager .previous
	{
	    border-right:solid 1px #DEDEDE;
	}
	#pager .curPage{
		color:#000000;
		border-right:solid 1px #DEDEDE;
		font-weight:bold;
		display:block;
		float:left;
		padding:4px 6px;
	}
	#pager a:link, 
	#pager a:visited{
		color:#0e509e;
		display:block;
		float:left;
		padding:3px 6px;
	}
	#pager a:hover{
		text-decoration:none;
	}


/** GLOSSARY **/

.glossary
{
	list-style:none;
	margin-left:0px;
	padding-left:0px;
}

.glossary li
{
	float:left;
	margin-right:5px;
	margin-top:5px;
}

.glossary a 
{
	text-align:center;
	font-weight:bold;
	color:#5E5E5E;
	line-height:25px;
	vertical-align:middle;
	display: block; width: 27px; height: 25px;
	text-decoration: none; background: url(../Images/GlossaryButtonSprite.png);
}
.glossary a:hover {
	background-position:0 -25px;
	color:#7CACBD;
}


/** Newsletter Slideout **/
    
#subscribeButton
{
    display:block;
    position:absolute;
    height:52px;
    width:239px;
    text-decoration: none; 
    background: url(../Images/NewsletterRibbon.png);
    background-repeat:no-repeat;
    margin-left:724px;
    margin-top:-47px;
    z-index:25;
    cursor:pointer;
}

#essentials
{
    margin-top:30px;
    margin-left:10px;
    color:#FFFFFF;
    height:260px;
    background: url(../Images/essentialbox.png);
    background-repeat:no-repeat;
    padding:20px;
    
    
}
#essentials H1
{
    color:#ffffff;
    margin: 0px 0px 20px 0px;
    font-weight:bold;
}

