/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'new design css' */
html, body {
	height: 100%;         /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	color: #000000;
}
div#distance { 
	margin-bottom: -363px; /* half of content height */
	background:black;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#container {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 725px;         /* required - desired height */
	width: 900px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
       background-image:url(uploads/images/bg.gif);
       color:#fff;
       font-family:'Times New Roman', Times, Palatino, 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
}


.twoColFixRtHdr #header {margin:0px; padding-top:19px; padding-left:97px;}

.twoColFixRtHdr #header h1 {
        margin:0px;
        width:707px;
        background-image:url(uploads/images/h1.png);
        background-repeat:no-repeat;
        text-indent:-1000em;
        height:33px;
}

#header h2 {text-align:center; color:#fff; font-family:"Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;font-size:27px; margin:0px; padding-top:16px; padding-bottom:0px; }

#header h1 a {margin:0px;}

h3 {color:#fff; font-family:"Courier New", Courier, monospace; font-size:34.5px; margin:0px; line-height:0px; padding-top:104px; padding-bottom:25px;}


.twoColFixRtHdr #sidebar1 {
       margin:0px;
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* 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 */
       	padding-right:31px;
        color:#fff;

}

#sidebar1 img {float:right; margin-top:40px; }

.twoColFixRtHdr #mainContent { 
	padding-left:36px;
        margin-right:296px;
        position:relative;
       color:#fff;
} 

.twoColFixRtHdr #mainContent p{ 
       color:#fff;
       font-family:'Times New Roman', Times, Palatino, 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
       font-size:16px;
       line-height:19px;
} 

.twoColFixRtHdr #footer img { 
position:absolute;
top:628px;
margin-left:36px;
} 

.twoColFixRtHdr #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-left:245px;
        color:#fff;
        font-family:Copperplate, "Copperplate Gothic Bold", "Biondi Light", "Copperplate (URW)", "Plate Gothic", serif;
        font-size:14.8px; line-height:19px;
       position:absolute;
       top:669px;
       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;
}

ul {list-style-type:none; font-family:"Courier New", Courier, monospace; font-size:17px; }

a {color:#fff;}

a:hover {background-color:#999; text-decoration:none;}

#sidebar1 li {color:#fff; text-align:right; text-decoration:none; line-height:24px;}

#sidebar1 li {color:#fff; text-align:right; text-decoration:none; line-height:24px;}
#sidebar1 li a { text-align:right; text-decoration:none;}
.currentpage {font-weight:bold; }
#sidebar1 {color:#fff;
       font-family:'Times New Roman', Times, Palatino, 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
       font-size:16px;
       line-height:19px;}

blockquote p {        
       color:#fff;
       font-family:'Times New Roman', Times, Palatino, 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
       font-size:15px;
       line-height:16px;
       margin-right:0px;
}

input {margin-left:0; }

object, embed {margin-top:40px; }

.next {position:absolute; top:430px; left:540px; }
.previous {position:absolute; top:430px; left:40px; }

#homeQuote { text-align: justify; margin-right: 0px; padding-top: 25px; width: 285px; margin-left: -41px; font-style:normal; }
#homeCitation {text-align: right; width: 285px; margin-left: -41px; font-style:normal; }

#summary {width: 475px; text-align: justify; font-family: Courier,'Courier New',monospace !important; font-size: 16px !important; font-weight: normal; line-height:18px; }
#awardImg {position: relative; left: -35px; top: -10px; }

input[type="submit"] {cursor:pointer; }
/* End of 'new design css' */

