@charset "UTF-8";
body  {
	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 */
	background-color: #ffffff;
}
.thrColFixHdr #container {
	position: relative;
	width: 1024px;  /* 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. */
	z-index: 5;
} 
.thrColFixHdr #header {
	background: #ffffff;
	color: #1e1f21;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding: 0;
	margin: 0;
	height: 62px;
	float: none;
	clear: none;	  /* 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. */
} 
.thrColFixHdr #header a:hover {
	color: #d75900;
}

.thrColFixHdr #header h1 {
	 /* 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 */
	 /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}
.thrColFixHdr #sidebar2 {
	position: absolute;
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	 /* the background color will be displayed for the length of the content in the column, but no further */
	margin: auto;
	
}
.thrColFixHdr #sidebar2 a
{
display: block;
margin: auto;
text-align: center;
z-index: 10;
}
.thrColFixHdr #sidebar2 a:hover
{
color: #1e1f21;
}
.thrColFixHdr #mainContent {
position: absolute;
	background-image: url(../images/home/student_with_pen.jpg);
	margin-right: 270px;
	
	margin-left: 0;
	width: 746px;
	height: 480px;
	z-index: 10;
} 
.thrColFixHdr .footer { 
	padding: 10px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ffffff; 
	width: 1024px;
	margin: auto;
} 
.thrColFixHdr .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 */
	text-align: center;
}

.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;
}


a.showLink, a.hideLink {
    text-decoration: none;
    color: #b50000;
    padding-left: 8px;
    background: transparent url('../down.gif') no-repeat left; 
}

a.hideLink {
    background: transparent url('../up.gif') no-repeat left; 
}
a.showLink:hover, a.hideLink:hover {
    border-bottom: 1px dotted #1e1f21;
	color: #1e1f21; 
}


.style_white_text {
	color: #1e1f21;
	line-height: normal;
	text-decoration: none;
	font-size: 16px;
}
.stylewhite a {
	color: #1e1f21;
	text-decoration: none;
}
.stylewhite {
	text-decoration: none;
}
.stylewhite a {
	text-decoration: none;
}
.stylewhite a:link {
	color: #1e1f21;
	text-decoration: none;
}
.stylewhite a:hover {
	color: #d75900;
	text-decoration: none;
}
.stylewhite a:visited {
	color: #1e1f21;
	text-decoration: none;
}


p {
	font-family: Helvetica, Arial, sans-serif;
	color: #363739;
	font-size: 15px;
	text-indent: 20px;
	text-align: justify;
}
.left { 
	float: left; 
	margin: 0 .5em .5em 0; 
	position: relative;
} 
.right {
	float: right;
	position: absolute;
	left: 850px;
	top: 37px;
}

.styleparagraph p {
	font-family: helvetica, arial;
	text-indent: 0;
}
	
.styleparagraph h3 {
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.styleparagraph h1 {
	text-align: center;
	color: #1e1f21;
}
.styleparagraph h6 {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}


	

.whitelink {
	font-family: Helvetica, Arial;
	color: #d75900;
	text-decoration: underline;
}
.whitelink a {
	color: #1e1f21;
	text-decoration: underline;
}

.whitelink a:link {
	color: #1e1f21;
	text-decoration: underline;
}
.whitelink a:hover {
	color: #d75900;
}
#whitelink {
	font-family: Helvetica, Arial;
	color: #fff;
	text-decoration: underline;
	display: inline;
}

.footer #whitelink a {
	font-family: Helvetica, Arial;
	color: #fff;
	text-decoration: underline;
	z-index: 5000;
}
.footer #whitelink a:link {
	color: #1e1f21;
	text-decoration: underline;
}
.footer #whitelink a:hover {
	color: #d75900;
}


.footer a:hover { 
	color: #d75900;
}
#footer a:hover { 
	color: #d75900;
}
#logo {
	position: relative;
	top: 15px;
	float: left;
	z-index: 10000;
}
#motto {
	display: inline; /* Prevents "stepdown" */
	width: 277px;
	background-color: #363739;
	color: #1e1f21;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	z-index: 11000;
	visibility: visible;
	position: absolute;
	top: 0px;
	right: -277px;
}
#background {
	background-color: #1e1f21;
	height: 480px;
}
.image_button {
	border: none;
	padding: 0;
}
.image_button a {
	border: none;
	padding: 0;
	
}
.image_button a:hover {
	background-color: #d75900;
}
img {
	border: none;
}
img a {
	border: none;
}
img a:hover {
	border: solid 2px;
	border-color: #d75900;

}
a.img:hover {
	padding: 2px;
	background-color: #d75900;
}


.sidebar_white {
	text-align: center;
}
.sidebar_white a {
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

.sidebar_white a:link {
	text-decoration: none;
	color: #ffffff;
}

.sidebar_white a:hover {
	background-color: #ffffff;
	color: #1e1f21;
	text-decoration: none;
	width: 166px;
}
.sidebar_white a:visited {
	text-decoration: none;
	color: #ffffff;
}
.sidebar_white a:active {
	text-decoration: none;
	color: #ffffff;
	
	
}

#links ul {
	list-style-type: none;
	width: 250px;
	position: relative;
	z-index: 12000;
	top: 25px;
	left: 715px;
} 

#links li {
	border: none;
	
}

#links li a { 
        color: #ffffff;
        display: block; /* Prevents "stepdown" */

        font: 120% Arial, Helvetica, sans-serif;
        text-decoration: none;
		padding-top: 5px;
		line-height: 150%;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 250px;
}

#links li a:hover {
        background: #ffffcc;
}

#links a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#links a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}
#opening_blurb {
	position: absolute;
	top: 216px;
	left: 35px;
	width: 400px;
	background-color: #1e1f21;
}
#opening_blurb p {
	
	font-family: "Helvetica CY", Helvetica, Arial;
	font-size: 18px;
	background-color: #1e1f21;
	color: #ffffff;
	text-indent: 0;
}
.photo-meta-data {
	height: 98px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background: #fff;
	z-index: 11000;
	color: #363739;
	width: 713px;
	font-family: Helvetica, Arial;
	font-size: 14px;
	position: absolute;
	top: 370px;
	overflow: hidden;
	vertical-align: middle;
	font-weight: 100;
	margin-left: 15px;
	margin-right: 15px;
	left: 4px;
}
.photo-meta-data h5 {
	padding-right: 10px;
	padding-left: 10px;
	font-family: Helvetica, Arial;
	font-size: 28px;
	font-weight: 100;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 0px;
}
.photo-meta-data p {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 100%;
	font-weight: 100;
	text-indent: 0;
	margin-top: 5px;
}
.in_the_box {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	z-index: 12000;
	text-indent: none;
	color: #363739;
	width: 726px;
	font-family: Helvetica, Arial;
	font-size: 28px;
	line-height: 120%;
	position: relative;
	top: 370px;
	overflow: hidden;
	vertical-align: middle;
	font-weight: 100;
}
.in_the_box span 	{
	font-size: 14px;
	line-height: 110%;
	font-weight: 100;
}
.photo-meta-data span {
	font-size: 14px;
	line-height: 110%;
	font-weight: 100;
}
.panel			{ float: left; height: 100%; position: relative; width: 419px; }
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }

img, div { behavior: url(iepngfix.htc) }
img { -ms-interpolation-mode: bicubic; }
.copyright {
	font-size: 12px;
	text-align: center;
}
.address_bar2 {
	font-size: 14px;
	font-weight: bold;
	color: #d75900;
	text-align: center;
}
.headline {
	color: #fff;
	font-size: 20px;
	font-weight: lighter;
	font-family: arial, helvetica;
	float: left;
	text-align: center;
}
h1 {
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-family: helvetica, arial;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 20px;
	border: 0;
	margin: 0;	
}
h1 a {
	color: #fff;
}
h1 a:link {
	color: #fff;
}
h1 a:hover {
	color: #d75900;
}
#cse-search-box { 
	float: right;
	clear: none;
}

#cse-search-box input, #cse-search-box textarea {
	float: left;
	margin-left: 0px;
	margin-right: 12px;
	margin-top: 4px;
	border: 2px solid #ccc;
	font-family: helvetica, arial;
}

#cse-search-box textarea:focus, #cse-search-box input:focus {
	border: 2px solid #d75900;
}

#cse-search-box input.submit-button {
	width: auto;
}
#cse-search-box .search-box {
	font-size: 14px;
}
