﻿a:link {
	color: #009999;
}

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

a:visited {
	color: #996666;
}
a:active {
	color: #006666;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 850px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFcc; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #009999;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*margin-top: -30px; makes swf go higher*/
	margin: -8px 20% 0px 20%;  /*the auto margins (in conjunction with a width) center the page: top, right,bottom, left
	*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right-color: #009999;
	border-bottom-color: #009999;
	border-left-color: #009999;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-weight: bold;
}
.oneColElsCtrHdr #container {
	width: 800px;  /* was 46em -this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFcc;
	
}
.oneColElsCtrHdr #container noscript {
	top: -25px; /*was -50* - doesn't seem to matter*/
	margin-top: 0px;		/*clip: rect(0px,auto,auto,auto);*/
}
.oneColElsCtrHdr #header {
	height: 200px;  /* 300 was working of 4 on d4 but then --- was 10 but graphic for IE was going over and cutting off with menu over/the content went over the header with the menu in the mist of the content - going to change the menu*/
	background: #ffffcc;
	/* 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. */
	vertical-align: -1em;
	 /* margin-top: 30px;for default.html was -25px now with default4 at library, cut off top so changed*/
	
} 
.oneColElsCtrHdr #headertable {
	height: 10px;  /* the content went over the header with the menu in the mist of the content - going to change the menu*/
	background: #ffffcc;
	/* 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. */
	vertical-align: -1em;
	 /* margin-top: 30px;for default.html was -25px now with default4 at library, cut off top so changed off the library - showed both*/
	background-image: url(images/header3.jpg);
	background-repeat: no-repeat;
} 
.oneColElsCtrHdr #menu
{
	width: 750px;  /*750 was 670 before 3/14 for reseravations addition
	height: 10px; /* was 100 and didn't make a difference */
	padding-left: 15px;
	padding-top: 10px; /* was 140 and didn't make a difference */
	margin-top: -15px; /*was -25 added for default4.html at library, too much space between the flash movie and the menu*/
}
.oneColElsCtrHdr #tagline
{
	width: 590px;
	height: 19px;
	padding-left: 15px;
	/*padding-top: 140px;*/
	float: right;
    display: block;
	/*text-align: left;*/
	text-decoration: none;
	color: #009999;
	font-weight: bold;
	font-size: 14px;
}

.oneColElsCtrHdr #menu ul {
	list-style: none;	
}

.oneColElsCtrHdr #menu li {
	
	display: inline; 
	
}

.oneColElsCtrHdr #menu a {
	float: right;
	width: 100px;
	height: 19px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #009999;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 2px;
}
.oneColElsCtrHdr #menu a:hover {
	width: 100px;
    height: 19px;
	color: #595959;
	text-decoration: underline;
}
.oneColElsCtrHdr #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 */
}
.oneColElsCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFCC;
}
.oneColElsCtrHdr #mainContent img {
	border-color: #009999;
	padding: 40;
	border-width: 5;
	border-style: solid;
	margin: 40;
}
.oneColElsCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffcc;
	border-top-color: #009999;
	border-top-style: groove;
	border-top: 1em;
} 
.oneColElsCtrHdr #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 */
	
}

