﻿#header
{
	height: 150px;
	border-bottom: 1px black solid;	
	padding-left: 100px;
	padding-top: 10px;
	background-color: #EFEAE4;
	padding-bottom: 10px;
}
		
#headerShadow
{
	background-image: url('/images/connectedsystems/shadow_low.png');
	background-repeat:repeat-x;
	width: 100%;
	margin-bottom: 30px;
}

#pageFooter
{
	padding-top: 50px;
	position: relative;
	clear: both;
	text-align: center;
	padding-bottom: 20px;
}


#blurb
{
	border: 1px black dashed;
	padding: 10px;
	background-color: #EEEEEE;
}

#servicesPanel
{
	background-image: url('/images/connectedsystems/background_cog.gif');
	background-repeat:no-repeat;
	background-position: center;
}


#servicesPanel a:hover
{
	text-decoration: underline;
}
	
#servicesPanel li
{
	padding: 4px;
}

#summaryImage
{
	float: left;
	width: 110px;
}
		
#summary
{
	width: 100%;
	padding-bottom: 20px;
}

#mainContentArea
{
	padding-left: 100px;
}
		
.contentSection
{
	margin-bottom: 0px;
}
		
.contentElement
{
	padding-bottom: 10px;
}

#menuItem
{
	padding-left: 8px;	
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	cursor: pointer;
	cursor: hand;	
}

		
#topNavigation a
{
	font-size: 110%;
	font-weight: bold;
	color: #EDEDED;
}
		
#blogHeading
{
	width: 100%;
	padding-right: 2px;
}
		
#eventsHeading
{
	width: 100%;
	padding-right: 2px;
}
		
/* Two Column Welcome Page Styles */

#leftColumn
{
	width: 700px;
	float: left;
	padding: 20px;
}
		
#rightColumn
{
	width: 200px;
	float: left;
	padding: 20px;
}

.summaryList 
{
	color: #4D7CC4;
	margin-top: 0px;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #464C51;
	font-size: 100%;
	margin: 0px;
}

.minorHeading
{
	font-weight: bold;
}

.intermediateHeading
{
	font-weight: bold;
	font-size: 130%;
	padding-bottom: 10px;
	color: #AAA;
	font-variant: small-caps;
}
		
.column
{
	float: left;
	width: 301px;
	padding-left: 20px;
	padding-right: 20px;
}

.columnright
{
	float: right;
	width: 301px;
	padding-left: 20px;
	padding-right: 20px;
}
		
.layoutColumn
{
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	width: 400px;
}
	
#topNavigation
{
/*
	padding-top: 8px;
	padding-bottom: 8px;
*/
	background-color:	#454A52;
	padding-left: 100px;
}
#topNavigationWidgets
{
	padding-top: 8px;
	padding-bottom: 8px;
	background-color:	#454A52;
	padding-left: 100px;
	float:right;
}
.csgtopnavhover
{
	background-image: url('/_layouts/images/csgtopnavhover.gif') !important;
	background-repeat:repeat-x;

}
#authoringControls
{
	padding-bottom : 0px;
	background-color : #efeae4;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 0px;
}
.authoringControl
{
/*
	background-repeat : repeat-x;
	background-image : url(/_layouts/images/selectednav.gif);
*/
	border-bottom : #d2b47a 1px solid;
	border-left : #d2b47a 1px solid;
	border-top : #d2b47a 1px solid;
	border-right : #d2b47a 1px solid;
	font-weight : normal;
	background-color : #ffe6a0;
	color: #003399;
}