/***************STRUCTURE***************************/
/*Reset*/
* 

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

#tabs {
	float:left;
	width:100%;
	font-size:100%;
	border-bottom:1px solid #FFFFFF;
	line-height:normal;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}


#bgmain {
    background-image:  url(septbg.png);
    background-repeat: no-repeat;
    position: center;
    height: 540px;
    width: 960px;
    
}

#bgmain #text {
    position: relative;
    height: auto;
    color: #fff;
    font-size: 16px;
    width: 360px;
    left: 310px;  /* was 350px for daisey */
    top: 320px;
}

#bgmain #cal {
	position: relative;
	height: auto;
	color: #fff;
	font-size: 14px;
	width: 275px;
	left: 695px;
	bottom: 100px;
}

#bgmain #visit {
    position: relative;
    height: auto;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    width: 170px;
    left: 30px;
    top: 160px;
}

#bgmain #book {
    position: relative;
    height: auto;
    color: #fff;
    border: 0;
    font-weight: normal;
    font-size: 18px;
    width: 200px;
    left: 678px;
    top: -112px;
}

#bgmain #registration {
    position: relative;
    height: auto;
    color: #fff;
    border: 0;
    font-weight: normal;
    font-size: 18px;
    width: 275px;
    left: 330px;
    top: -173px;
}


#bgsupport {
    background-color:  #1F6FB9;
    position: center;
    padding: 20px;
    min-height: 500px;
    width: 920px;
    border-top-right-radius: 20px 20px;
    border-top-left-radius: 20px 20px;
    border-bottom-right-radius: 20px 20px;
    border-bottom-left-radius: 20px 20px;    
}


















#container
{
	margin: 0 auto;
	width: 960px;
	background: #fff;
}


#container #content-container
{
	float: left;
	width: 960px;
	background: #1F6FB9;
	position: center;
	min-height: 540px;
	border-top-right-radius: 20px 20px;
	border-top-left-radius: 20px 20px;
	border-bottom-right-radius: 20px 20px;
	border-bottom-left-radius: 20px 20px; 
}

#container #content-container #content
{
	clear: left;
	float: left;
	width: 590px;
	padding: 20px 20px;
	margin: 0 0 0 10px;
	display: inline;
	border-right: 1px solid white;
}


#container #content-container #aside
{
	float: right;
	width: 270px;
	padding: 20px 0px 0px 20px;
	margin: 0 20px 0 0;
	display: inline;
	border-left: 1px solid white;
}











#lcontainer
{
	margin: 0 auto;
	width: 960px;
	background: #fff;
}


#lcontainer #lcontent-container
{
	float: left;
	width: 960px;
	background: #1F6FB9;
	position: center;
	min-height: 540px;
	border-top-right-radius: 20px 20px;
	border-top-left-radius: 20px 20px;
	border-bottom-right-radius: 20px 20px;
	border-bottom-left-radius: 20px 20px; 
}

#lcontainer #lcontent-container #lcontent
{
	clear: left;
	float: left;
	width: 270px;
	padding: 20px 20px;
	margin: 0 0 0 10px;
	display: inline;
	border-right: 1px solid white;
}


#lcontainer #lcontent-container #laside
{
	float: right;
	width: 590px;
	padding: 20px 0px 0px 20px;
	margin: 0 20px 0 0;
	display: inline;
	border-left: 1px solid white;
}












/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #fff;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}

#divider {
    background: url(divider.gif) repeat-x;
    height: 5px;
}

/* Commonly used to style page titles. */
h1 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}
/* Commonly used to style section titles. */
h2 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
}

h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

/* Sets the style for unvisited links. */
a, a:link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #fff;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #fff;
}


/* Sets the style for a link that is being activated/clicked. */
#body a:active {
	color: #fff;
}
#topDiv {
	background-color: #fff;
	border-bottom: 0px; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 12px;
	line-height: 15px;
	margin: 0 auto 0 auto;
	width: 1000px;	
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 1000px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 10px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}


#outersupport {
	background-color: #fff;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 1000px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outersupport #contentsupport #support {
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 10px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #footer {
	background-color: #fff;
	color: #000;
	text-align: center;
	border-top: solid 0px; /* Sets the top border properties for an element using shorthand notation */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outersupport #footer {
	background-color: #fff;
	color: #000;
	text-align: center;
	border-top: solid 0px; /* Sets the top border properties for an element using shorthand notation */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

-->
</style>
<style type="text/css" media="print">
<!--
/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
-->
