@charset "UTF-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fcfdda;
	height:auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
} 

.twoColFixLtHdr #header {
	padding: 0;  /* 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. */
	z-index:1;
}

.twoColFixLtHdr #sidebar1x {
	float: left; /* since this element is floated, a width must be given */
	width: 325px; 
	background: #fcfdda;
	z-index:3;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 350px; /* 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 */
	background: #fcfdda;
	z-index:3;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.twoColFixLtHdr #mainContent2 {
	padding-left:auto;
	padding-right:auto;
	margin: 0;
	text-align:center;
	color: #63684D;
}
.twoColFixLtHdr #mainContent {
	height:100%;
	z-index:4;
	text-align:center;
	color: #63684D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 

#menuDiv {
	width:780px;
	z-index:5;
	clear:both;
	background-color:#fcfdda;
	height:Auto;
}

#menuLeft {
	width:260px;
	height:auto;
	background-color:#fcfdda;
	float:left;
	padding:0;
	text-align:center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

#menuLeft ul {
	text-align:left;
	color:#63684d;
	list-style:none;
	font-size:0.85em;
	font-family: Verdana, Geneva, sans-serif;
}

ul a {
	color:#63684d;
	text-decoration:none;
	font-size:.73em;
}

#menuMiddle {
	width:260px;
	height:340px;
	background-color:#fcfdda;
	padding:0;
	text-align:center;
	margin:0;
	float:left;
}

#menuMiddle ul {
	text-align:left;
	list-style:none;
	color:#63684d;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menuRight {
	background-color:#fcfdda;
	width:260px;
	height:auto;
	padding:0;
	text-align:center;
	margin:0;
	float:left;
	clear:right;
}

#menuRight ul a {
	color:#63684d;
	font-size:.75em;
}

#menuRight ul {
	list-style:none;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.twoColFixLtHdr #footer {
	padding: 5px 0 5px 0;
	width:780px;
	background-color: #B58868;
	z-index:6;
	line-height:1px;
} 

#footer a {
	text-decoration:none;
	color:#fcfdda;
	font-size:.95em;
}

#footer a:hover {
	text-decoration:underline;
}

#footer p {
	font-size:.85em;
	color:#fcfdda;
}

.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 */
}

.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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#dropdown {
	list-style:none;
	display:none;
}

/*trifecta navigation*/
.menu {
	width:780px;
	height:35px;
	z-index:2;
	clear:both;
}

.cssnav {
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(images/overbtn.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	margin: 0;
	padding: 0;
	float:left;
	text-align:center;	
	float:left;
	display:block;
	}

.cssnav1 {
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(images/overbtnlong.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	margin: 0;
	padding: 0;
	float:left;
	text-align:center;	
	float:left;
	display:block;
	}

.cssnav a {
	display: block;
	font-size: 1.1em;
	text-decoration: none;
	color:#fcfdda;
	float:left;
	clear:right;
	text-align:center;
	width:100px;
	height:35px;
	text-decoration:none;
}

.cssnav1 a {
	display: block;
	font-size: 1.1em;
	text-decoration: none;
	color:#fcfdda;
	float:left;
	clear:right;
	text-align:center;
	width:180px;
	height:35px;
	text-decoration:none;
}

.cssnav img {
	width: 100px;
	height: 35px;
	border: 0;
}

.cssnav1 img {
	width:180px;
	height:35px;
	border:0;
}

* html a:hover
{
visibility:visible;
}

.cssnav a:hover img
{
visibility:hidden;
}

.cssnav1 a:hover img {
	visibility:hidden;
}

.cssnav span {
	position: absolute;
	left: 7px;
	top: 5px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 84px;
}

.cssnav1 span {
	position: absolute;
	left: 9px;
	top: 5px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 163px;
}


/*end of navigation*/
	
	ul ol li {
		position:relative;
	}
	
	/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

p.menuHeading	{
	color:#63684d;
	text-align:left;
	font-size:22px;
	text-indent:25px;
	}

div {
	overflow:visible;
}

#footer a:hover, #menuDiv a:hover {
	text-decoration:underline;
	font-size: 12px;
}
.twoColFixLtHdr #container #menuDiv #menuLeft {
	padding-bottom: 5px;
}
.twoColFixLtHdr #container #footer {
	margin-top: 5px;
}

/*contact form*/

#contentForm {
	width:700px;
	margin:40px;
	padding-left:0;
	color: #63684d;
}

fieldset {
	border:solid 1px #63684d;
	margin:1em 0;
	padding:1em;
	background: #fcfdd1;
}

legend {
	font-weight:bold;
}

label {
	display:block;
}

.input {
	width:200px;
}

select {
	text-align:left;
	width:200px;
	margin-left:0px;
	margin-right:auto;
	display:block;
	float:left;
}

/*end form*/
h3 {
	color: #63684D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #sidebar1 p {
	color: #63684D;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #mainContent p {
	color: #63684D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
h1 {
	color: #63684D;
}
#email {
	color: #93a05d;
}
.twoColFixLtHdr #container #mainContent #schedule {
	font-size: .85em;
	text-align: center;
}
.twoColFixLtHdr #container #sidebar1 .edu1 {
	font-size: 18px;
	text-align: center;
}
.twoColFixLtHdr #container #sidebar1 .edu1 a {
	font-weight: bold;
	color: #63684d;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 .edu1 {
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent noscript #Untitled-1 {
	border: thin solid #63684d;
}
.twoColFixLtHdr #container #sidebar1 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.twoColFixLtHdr #container #menuDiv {
	height: auto;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #tables {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #63684d;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	margin: auto;
	width: 93%;
}
.twoColFixLtHdr #container #tables table {
	font-size: .85em;
}
.twoColFixLtHdr #container #tables table tr td {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent .list table tr td {
	padding: 1px;
}
