@charset "utf-8";
body {
	font: 100% Tahoma, Geneva, sans-serif;
	margin: 0; /* 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: #000000;
	background-image: url(../images/page-backgnd.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #939393;
}
html, body {
	min-height:100%;margin-bottom: 1px;
}
.twoColFixLtHdr #wrapper {
	width: 647px;  /* 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 */
	border: 1px solid #000000;
	/*overflow: hidden;*/
	text-align: left;
}
.twoColFixLtHdr #topNav {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/menu-tile_u.jpg);
	height: 50px;
	overflow: hidden;
}
#topNav ul {
	text-transform: uppercase;
	color: #FFF;
	list-style-type: none;
	margin: 13px 0 0;
	padding: 0;
}
#topNav li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	float: left;
	padding: 0 6px;
}
#topNav li a {
	width: 110px;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 0.85em;
}
#topNav a:hover {
	color: #FFEB8B;
}
/*#topNav li#button4 a, #topNav li#button5 a {
	cursor:default;
	color:#333;
}*/
#topNav li#button5 {
	border-right:none;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#masthead {
	background-color: #00338E;
	min-height: 194px;
	background-repeat: no-repeat;
	background-image: url(../images/opencourt-masthead.jpg);
	width: 647px;
	padding-top: 188px;
	overflow: hidden;
	zoom: 1;
}
#mastheadInner {
	background-image: url(../images/masthead-tile.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}
#mastheadRight {
	margin-top: 25px;
	background-repeat: no-repeat;
	background-image: url(../images/thumbs.jpg);
	padding-top: 85px;
	color: #FFF;
	width: 363px;
	float: right;
	margin-right: 20px;
}
#mastheadRight h3 {
	font-size: 1em;
	font-weight: normal;
	padding-top: 0px;
	margin: 8px 0 8px 10px;
}
#mastheadRight h3 i {
	font-style: normal;
	color: #DC291E;
}
#mastheadRight p {
	font-size: 0.80em;
	margin: 8px auto 0 110px;
}
#burst {
	float: left;
	margin-left: 17px;
	background-image: url(../images/opencourt-burst.jpg);
	background-repeat: repeat-y;
	padding: 0 20px;
	width: 189px;
	font-size: 0.7em;
}
#burst h2 {
	margin-top: 0px;
	color: #00338E;
	font-weight: normal;
	font-size: 1.8em;
	margin-bottom: 6px;
}
#burst h2 i {
	color: #DC291E;
	font-style: normal;
}
#burst p {
	margin: 0px;
	padding: 0px;
}
#content {
	clear: left;
	background-repeat: no-repeat;
	background-image: url(../images/opencourt-burstbottom.jpg);
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 219px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 45px 10px 15px 20px;
}
#sidebar1 p i {
	font-style: normal;
	color: #00694E;
}
#sidebar1 h3 {
	font-weight: normal;
	color: #DC291E;
	font-size: 0.9em;
	margin-bottom: 0px;
	margin-top: 0px;
}
#sidebar1 p {
	margin: 0;
	font-size: 0.7em;
}
#sidebar1 p img {
	margin: 18px 0 0;
}
#sidebar1 #questions {
	border:2px inset green;
	padding:10px;
	background-color:#F1EEE9;
	margin-top:15px;
}
.twoColFixLtHdr #mainContent {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 353px;
}
#mainContent a {
	font-weight: bold;
	color: #00694E;
}
#mainContent a:hover {
	text-decoration: none;
}
#mainContent h1 {
	color: #00338E;
	font-size: 1.5em;
	font-weight: normal;
}
#mainContent h1 i {
	color: #00694E;
	font-style: normal;
}
#mainContent h1 b {
	font-weight: normal;
	color: #D7261E;
}
#mainContent p {
	font-size: .8em;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	text-align: center;
	font-size: .65em;
	color: #666;
}
.twoColFixLtHdr #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 */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.credit a {
	color: #333;
}
.credit a:hover {
	color: #00946B;
}
.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;
}
/*.outlink {
	background-image: url(/images/outofit.gif);
	padding-right: 15px;
	background-repeat:no-repeat;
	background-position:right top;
}*/
#sidebar1 .outlink {
	background-image: none;
	padding-right: 0;
	background-repeat:no-repeat;
	background-position:right top;
}
