
#leftColumn {
width:960px !important;
margin: 0 auto !important;
float:none !important;
font-size:inherit !important;
clear:both;
}

.hidden {
display:none;
}

.topAnchorClass {
font-size:.5em !important;
}


#pageTitlePlaceholderControl h1{
font-family:Georgia;
color:#6C4C74 !important;
}


/* -------------------- */
/* Authoring Bar */
#authoringNavBar {
	background-color: #cacbcc;
	height: 20px;
}
#authoringNavBar ul {
	margin : 0;
	padding: 0;
	list-style-type: none;
	float : right;
}
#authoringNavBar ul li {
	display: inline;
	float: left;
}

/* -------------------- */
/* Enterprise Styles */
.RSS {
	background: url("/g2p/images/portal/rss.png") no-repeat left top;
	padding: 0 0 0px 25px;
}
a.external {
	background: transparent url("/g2p/images/portal/external_trans.gif") no-repeat left top;
	padding-left : 16px;
}
/* -------------------- */
#pageContainer {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 2em;
}
/* -------------------- */
/* Breadcrumbs */
.breadcrumbAboveNav {
	width: 180px;
}
.breadCrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 14px 2px 10px 2px;
	color: #999;
	font-size: .8em;
	background:#fff;
	width:958px !important;
	margin: 0 auto !important;
}
#pageContainer .breadCrumbs a {
	color: #999;
}
.breadCrumbs a:link {
	text-decoration: none;
}
.breadCrumbs a:visited {
	text-decoration: none;
}
.breadCrumbs a:hover {
	text-decoration: underline;
}
.breadCrumbs a:active {
	text-decoration: none;
}
#currentCrumb {
	text-decoration: none;
	font-weight: bold;
}



/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen {
/* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
.ui-tabs-hide {
	display: none;
}
}
/* Hide useless elements in print layouts... */
@media print {
.ui-tabs-nav {
	display: none;
}
}
/* -------------------- */
/* Page Title */
#contentArea h2.pageTitle {
	font-size: 2em;
}
h3 a {
	display: block;
}
#contentArea h4 {
	font-size: 1.3em;
	color: #779F4F;
}
.homeHowDoI h4 {
	color: #87AF57;
	margin: 0 0 .5em 0;
}
#relativeContentArea h3 {
	
	border-bottom: 1px solid #B5C3CF;
	padding: 2px;
	font-size: 1.1em;
	margin-bottom: .5em;
}
#relativeContentArea h3 a {
	color: #80AF4C;
}
/* -------------------- */
/* Homepage & Secondary Page */
#mainContentArea .categoryHowDoI li {
	width: 48%;
	float: left;
}
#mainContentArea {
	padding:5px;
	vertical-align: top;
}
#relativeContentArea {
	width: 280px !important;
	float: none;
	vertical-align: top;
	padding:5px;
}
#mainContentArea h2 {
	background: none;
}
#mainContentArea p {
	line-height: 1.4em;
}
#relativeContentArea p, #relativeContentArea dl {
	padding: 0 1em;
}
#mainContentArea h3 {
	background: transparent;
	border-bottom: 1px dotted #B5C3CF;
}
#mainContentArea a {
	text-decoration: underline;
}
#mainContentArea a:hover {
	text-decoration: none;
}
/* ------------------------ */
/* Secondary Page 2 Columns */
#secondaryPageLeftColumnTwoColumn {
	padding: 10px 5px;
	float: left;
	margin: 0 20px;
	width: 720px;
}
/* ------------------------ */
/* Content Area */
#contentArea {
	background: #fff;
	padding: 10px;
}
#contentArea a {
	text-decoration: none;
	color: #036;
}
#contentArea a:hover {
	text-decoration: underline;
}
/* hidding conrers */
.contentSectionHead {
	color:#003366;
	
	font-size:1.6em;
	margin-bottom:0.5em;
	font-weight:bold;
}
.relativeContent {
	padding: 5px;
}
.relativeContentHeader {
	
	border-bottom:1px solid #B5C3CF;
	font-family:Georgia;
	font-size:1.1em;
	margin-bottom:0.5em;
	padding:2px;
	font-weight:bold;
	
}
.alignLeftTop, .alignRightTop, .rcbBorderLeft, .rcbBorderRight {
	display:none;
}
.contentSurround {
	background: #fcfcfc;
	border:#cccccc 1px solid;
	padding:10px 5px 10px 5px;
}

/*----------------------------*/
/* Authoring Bar Styles  */
/*----------------------------*/

#cmsWebAuthorConsoleWrapper {
	background-color:#036;
	color:#FFF;
	font-weight:bold;
	padding:.25em;
	font-size:.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#cmsWebAuthorConsole {
	background-color:#FFF;
	margin-top:.25em;
	color:#036;
	font-weight:normal;
	zoom:1;
	overflow:auto;
}
#cmsWebAuthorConsole ul {
	padding:0;
	margin:0;
	list-style-type:none;
	list-style-image:none;
	background-color:#FFF;
}
#cmsWebAuthorConsole li {
	border-bottom:1px solid #CCC;
}
#cmsWebAuthorConsole a {
	text-decoration:none;
	color:#036 !important;
	padding:.1em .5em;
	display:block;
}
#cmsWebAuthorConsole a:hover {
	background-color:#E5ECF9 !important;
}
#cmsWebAuthorConsoleWrapper .cmsWebAuthorConsolePageStatus {
	background-color:#B5FBBA;
	padding:.1em .5em;
	border-bottom:2px solid #036;
}
#cmsWebAuthorConsoleWrapper .cmsWebAuthorConsolePageStatus li {
	border:none;
	padding:0;
	margin:.2em 0;
}
#cmsWebAuthorConsoleError {
	color:#FF0000;
	background-color:#FFF;
	padding:2px;
	margin:0;
	line-height:1.3em;
}
.cmsWebAuthorConsoleErrorName {
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
.cmsWebAuthorConsoleColumn {
	float:left;
	border-right:2px solid #036;
	height:11em;
	width:auto;
}
.cmsWebAuthorConsoleErrorColumn {
	margin-left:8em;
}





/*--------------------------------*/
/* Agency Services Forms */
/*--------------------------------*/
#agencyServicesForms {
	height: auto;
	width: auto;
	position: relative;
	font-size: 10px;
}
#agencyServicesForms ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #999;
	float: right;
}
#agencyServicesForms li {
	margin: 0 1em 0 0;
	padding: 0;
	display: inline;
}
#agencyServicesForms a {
	color: #999;
	text-decoration: none;
}
#agencyServicesForms a:hover {
	text-decoration: underline;
}
.resizeTextSmaller {
	font-weight: bold;
	padding: 0 2px;
	font-size: .9em;
}
.resizeTextLarger {
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 2px;
}
#pageContainer a.resizeTextSmaller:hover, #pageContainer a.resizeTextLarger:hover {
	cursor: pointer;
	text-decoration: none;
}



#footerContainer {
position:relative;
}




