@charset "UTF-8";
*{
	margin: 0px;
	padding: 0px;
}
body  {
	background-color: rgb(204,204,204); /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: rgb(0,0,0);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}
p, ul, li {
	line-height: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}
#container {
	/*width: 870px; */ /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(links/images/background/shadow-sides.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 926px;
	padding: 0px;
	position: relative;
	border: 1px solid rgb(153,153,153);
	border-width: 0px 1px 1px;
} 


/*			Header styles			*/


#header {
	background-image:url(/files/E3XXXX0001/site/images/template-elements/E3-header-background.png);
	margin: 0px;
	padding-bottom: 45px;
	background-repeat: no-repeat;
	background-position: left top;
} 
#SOL-logo {
	position: absolute;
	left: 0px;
}
#header-nav {
	list-style-type: none;
	padding: 36px 0px 50px 426px;
	line-height: inherit;
}
#header-nav li {
	float: left;
	width: auto;
	padding-bottom: 0px;
}
#header a, #header a:link {
	color: rgb(255,255,255);
	text-decoration: underline;
	background-image: url(/files/e3xxxx0001/site/images/header-nav/header-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
} 
li#header-about a, li#header-about a:link, li#header-events a, li#header-events a:link, li#header-learning a, li#header-learning a:link {
	background-image:url(/files/e3xxxx0001/site/images/header-nav/events-off.png);
	padding-right: 0px;
	}
li#header-about a:hover {
	background-image:url(/files/e3xxxx0001/site/images/header-nav/about-SOL-on.png);
	}
li#header-events a:hover {
	background-image:url(/files/e3xxxx0001/site/images/header-nav/events-on.png);
	}
li#header-learning a:hover {
	background-image:url(/files/e3xxxx0001/site/images/header-nav/sol-online-learning-on.png);
	}

/*			Controls / search styles			*/

	

#controls-search {
	position: absolute;
	top: 0px;
	width: 310px;
	font-size: 12px;
	right: 13px;
}
#controls-search p span {
margin-left: -1px;
	}


#header a#logout-link, #header a#myE3-link {
	padding: 6px 50px 16px 11px;
	background-image: url(/files/E3XXXX0001/site/images/header/logout/E3-logout-off.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	float: right;
	text-decoration: none;
}
a#logout-link {

	}
#header a#myE3-link {
	background-image:url(/files/E3XXXX0001/site/images/header/myE3/E3-myE3-off.png);
	display: block;
	background-position: left bottom;
	padding-right: 44px;
	margin-right: -2px;
	}
#header a#logout-link:hover {
	background-image: url(/files/E3XXXX0001/site/images/header/logout/E3-logout-on.png);
	text-decoration: underline;
	}
#header a#myE3-link:hover {
	background-image:url(/files/E3XXXX0001/site/images/header/myE3/E3-myE3-on.png);
	text-decoration: underline;
	}
#search {
	position: absolute;
	top: 161px;
	text-align: right;
	right: 10px;
}
#search p {
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	}
#header input.textfield {
	color: rgb(88,89,91);
	background-color: white;
	border: 1px solid rgb(0,114,207);
	width: 174px;
	padding: 2px;
	}
#search-button {
	padding-left: 16px;
	}


/*			Breadcrumb navigation styles			*/

	
#breadcrumb {
	clear: left;
	margin: 8px 320px 0px 25px;
	color: rgb(102,102,102);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb .this-page {
	color: rgb(51,51,51);
	font-size: 12px;
} 
#breadcrumb a:hover {
	color: rgb(0,0,0);
	}
#sidebar1 {
	/*float: left*/; /* since this element is floated, a width must be given */
	width: 120px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	position: absolute;
	left: 20px;
	top: 211px;
}
.breadcrumb-spacer {
	display: block;
	}

/*			Vertical navigation styles			*/


#nav {
	list-style: none;
	width: 124px;
	margin: 3px 0px 0px;
	}
#nav li {
	border: 1px solid rgb(255,255,255);
	border-width: 0px 0px 1px;
	}
#nav li a {
	display: block;
	color: rgb(0,0,0);
	background-color: rgb(186,205,232);
	text-decoration: none;
	font-size: 12px;
	padding: 2px 7px;
	;
	font-family: Arial, Helvetica, sans-serif;
	}
#nav li a:hover {
	background-color: rgb(0,114,207);
	text-decoration: underline;
	color: rgb(255,255,255);
	}	
#nav ul {
	list-style: none;
	padding: 2px 0px 3px;
	}
#nav ul a, #nav ul a:link {
	color: rgb(88,89,91);
	font-size: 11px;
	text-decoration: underline;
	background-color: rgb(255,255,255);
	padding: 2px 3px 2px 10px;
	background-image: none;
	}	
#nav ul a:hover {
	color: rgb(0,0,0);
	}
#nav ul li {
	border-bottom-width: 0px;
	padding: 0px;
	height: 1%;
	line-height: 15px;
}

#nav #sticky a, #nav #sticky a:link, #nav li#sticky a:hover {
	background-color: rgb(0,114,207);
	background-image:url(/files/e3xxxx0001/site/images/nav/nav-down.png);
	color: rgb(255,255,255);
	}
#nav #sticky ul, #nav #sticky ul li a, #nav #sticky ul li a:link {
	background-color: rgb(255,255,255);
	color: rgb(102,102,102);
	}
#nav li#sticky ul li a:hover {
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	text-decoration: underline;
	}

#nav ul .this-page {
/*	padding: 3px 4px;*/
	}
#nav ul .this-page span {
	padding-left: 7px;
	display: block;
	}


/*			Main column styles			*/


#main-column {
	width: 512px;
	float: left;
	}

#mainContent {
	padding: 0px 20px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-bottom-color: 1px solid rgb(178,178,178);
	margin-top: 29px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 162px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.spacerDiv {
	width: 10px;
	border-top: 10px solid white;
	float: left;
	}
#main-image {
	}

/*						Main content managed text area styles						*/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

#cmText {
	width: 512px;
	padding-bottom: 6px;
	}
#cmText h1 {
	color: rgb(0,114,207);
	font-weight: normal;
	font-size: 30px;
	padding: 0px 0px 8px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 36px;
	}
#cmText h2, #cmText h3, #sidebar2 h3 {
	font-size: 14px;
	font-weight: bold;
	color: rgb(0,0,0);
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#cmText h2 {
	line-height: 20px;
	padding: 10px 0px 13px;
	}
#cmText h3 {
	font-size: 14px;
	padding: 10px 0px 13px;
	}
#cmText p {
	padding: 0px 0px 10px;
	}

#cmText p#intro {
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	}
#cmText ul {
	padding: 0px 0px 10px;
	margin-left: 18px;
	}
#cmText ul ul {
	padding-bottom: 0px;
	}
#cmText ol {
	padding: 0px 0px 10px;
	margin-left: 30px;
}
#mainContent a.more-link {
	background-image: url(/files/E3XXXX0001/site/images/link-elements/shared/E3-header-link-arrow-blue.png);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 10px;
	color: rgb(125,125,125);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	}


				/*			Front page link boxes				*/


#linkBoxes {
	width: 520px;
	margin-left: -8px;
	float: left;
	background-image: url(/files/E3XXXX0001/site/images/link-elements/shared/E3-link-box-top-border.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 13px;
	margin-top: 2px;
	}
.linkBox {
	display: inline;
	width: 252px;
	float: left;
	color: rgb(0,0,0);
	background-color: rgb(186,205,232);
	margin: 0px 0px 18px 8px;
	}
.linkBox h3 {
	font-size: 14px;
	font-weight: bold;
	background-color: rgb(0,114,207);
	background-image:url(/files/E3XXXX0001/site/images/link-elements/home-specific/E3-home-link-header.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
.linkBox h3 a, .linkBox h3 a:link {
	display: block;
	color: rgb(255,255,255);
	padding: 3px 0px 3px 20px;
	background-image: url(/files/E3XXXX0001/site/images/link-elements/shared/E3-header-link-arrow-white.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	}
.linkBox p {
	font-size: 11px;
	line-height: 17px;
	}
.linkBox p.more-link {
	background-color: rgb(255,255,255);
	}
.linkBox p.more-link a, .linkBox p.more-link a:link {
	display: block;
	color: rgb(125,125,125);
	background-image: url(/files/e3xxxx0001/site/images/linkBoxes/linkBox-link-corner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 3px 0px 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	clear: right;
	font-weight: bold;
	font-size: 12px;
	}		
	
.linkBoxInfo {
	padding: 7px;
	padding-bottom: 9px;
	}	
	
.linkBox-image {
	float: right;
	padding: 0px;
	margin-bottom: 2px;
}
span.clickMe {
	background-image: url(/files/E3XXXX0001/site/images/link-elements/shared/E3-header-link-arrow-blue.png);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 10px;
	}
span.clickMe2 {
	text-decoration: underline;
	}
	

/*			Highlight / poll column styles			*/
		
		
#sidebar2 {
	margin-left: 530px;
	margin-right: 0px;
	padding-top: 8px;
	clear: right;
	width: 211px;
}
#sidebar2 h2 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 12px;
	color: rgb(0,114,207);
	font-size: 22px;
}
#sidebar2 h3 {
	padding-bottom: 2px;
	font-size: 14px;
	line-height: 22px;
	}
#sidebar2 p {
	padding-bottom: 5px;
	}

#sidebar2 a, #sidebar2 a:link {
	}
#sidebar2 p.more-link {
	margin-bottom: 13px;
	}
#sidebar2 p.more-link a, #sidebar2 p.more-link a:link {
	background-image: url(/files/E3XXXX0001/site/images/link-elements/shared/E3-header-link-arrow-blue.png);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 10px;
	color: rgb(125,125,125);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}		
#highlightsBox {
	background-image:url(/files/e3xxxx0001/site/images/highlights-column/dashes.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 12px;
	margin: 37px 0px 0px;
	}
#highlightsBox h2, #pollBox h2 {

	}

#highlightsBox h3 a, #forumLinkBox h3 a {
	text-decoration:none;
	color: #000;
	}
#highlightsBox h3 a:hover, #forumLinkBox h3 a:hover {
	text-decoration: underline;

	}

#pollBox p.more-link a, #pollBox p.more-link a:link, #forumLinkBox p.more-link a, #forumLinkBox p.more-link a:link {

	}
#pollBox p.more-link a:after {
	background-image: url(/files/e3xxxx0001/site/images/highlights-column/poll-arrow.png);
	}
	
	
					/*Footer*/


#footer {
	padding-top: 1px;
	margin: 0px 20px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
#footerNav {
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: rgb(0,114,207);
	}
#footerNav ul {
	/*background-color: #666666;*/
	font-size: 11px;
	color: rgb(255,255,255);
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	}
#footerNav li {
	display: inline;
	padding: 0px;
	margin: 0px;
	line-height: 23px;
	}
#footerNav span.copyright-text {
	padding-right: 7px;
	}
#footerNav a {
	padding: 7px 7px 7px 11px;
	color: rgb(255,255,255);
	text-decoration: none;
	background-image: url(/files/e3xxxx0001/site/images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid rgb(255,255,255);
	border-width: 0px 0px 0px 1px;
	}
#footerNav a:hover {
	text-decoration: underline;
	}
.footer-spacer {
	clear: both;
	display: block;
	}
#supported {
	background-image: url(/files/e3xxxx0001/site/images/logos/oab-logo.png);
	background-repeat: no-repeat;
	background-position: right 10px;
	padding: 23px 0px 27px;
	}
#supported p {
	padding: 0px 14px 0px 2px;
	width: 305px;
	color: rgb(102,102,102);
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 14px;
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}
#oab-logo {
	float: right;
	}
.hide {
	display: none;
	}
	
	/*		Temporary rule as poll is not required at launch			
	
#pollBox {
	display: none;
	}*/
	/*		Shared form styles											*/
	
input.button {
	background-color: rgb(0,114,207);
	border-width: 0px;
	color: rgb(255,255,255);
	padding: 1px;
	text-decoration: underline;
	}
#wrapper {
	background-image: url(/files/e3xxxx0001/site/images/background/shadow-footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	/*	padding-bottom: 48px;*/
	padding-bottom: 40px;
	width: 990px;
	margin: 0px auto;
}

#quicklinks {
	z-index: 1;
	width:30px;
	--display: none;
}
#cmText a {
 color: rgb(51,49,50);
 }
#mainContent a.more-link:hover, #mainContent p.more-link a:hover, #sidebar2 p.more-link a:hover {
	color: rgb(0,0,0);
}
#nav #sticky ul li.this-page a {
	text-decoration: underline;
	background-image: url(/files/E3XXXX0001/site/images/nav/E3-subNav-marker.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 3px;
	padding-top: 1px;
}
/*#nav #sticky li.this-page span {
	text-decoration: underline;
}
*/

	/*			Agenta table styles				*/

#cmText table {
	width: 512px;
	background-color: rgb(186,205,232);
	margin-bottom: 1em;
	margin-left: 0px;
}

#cmText table td {
border: 1px solid rgb(255,255,255);
padding: 0px;
border-width: 0px 0px 1px 1px;
}

#cmText table td h3 {
	color: rgb(255,255,255);
	background-color: rgb(0,114,207);
	margin: 0px;
	padding: 6px 7px;
}

#cmText table td h4 {
color: black;
margin: 0px;
padding: 6px 7px;
}

#cmText table td p {
margin: 0px;
padding: 4px 7px;
}
#cmText .legal {
	font-size: 11px;
	line-height: 17px;
}

