﻿body
{
	margin: 0;
	padding: 0;
	color: white;
	background-image: url(BubbleWrap.jpg);
	background-repeat: repeat;
	font: medium Arial, Helvetica, Verdana, sans-serif;
	min-width: 800px;
}



#wrapper 
{
  background-color: white;
  color: black;
  margin: 20px;
  border: solid 1px black;
  padding: 20px;
  min-width: 760px;
  min-height: 400px;

}

/* Login Class Style 
.loginControl
{
	margin-top: 50px;
	margin-left: 200px;
}
*/

img
{
	border: none;
}

.headeraddress
{
	
}

.headeraddressleft 
{
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

.headeraddressright 
{
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}

.headeremail
{
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}

.headercolorblock
{
	background-color: #CCC;
	width: 10%;
}

#header-bottom {
  border-top: 1px solid black;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid black;
  min-height: 1.75em;
}
#header-bottom ul {
  margin: 0;
  padding: 0;
  padding: 5px 30px 5px 0;
  text-align: right;
}
#header-bottom li {
  display: inline;
  background-color: white;
  color: black;
}

#userInfo {
	font-weight: normal;
  background-color: white;
  color: Blue;
  font-style: italic;
  margin: 0;
  padding: 5px 0 5px 0px;
  width: 300px;
  float: left;
}

#userInfo a:link {
  color: Blue;
  text-decoration: underline;
}

/*
#header-bottom a:link, #header-bottom a:visited {
  text-decoration: none;
  background-color: white;
  color: Red;
  font-size: 1.2em;
}
*/

#tagline {
 font-weight: bold;
  background-color: white;
  color: Black;
  font-style: italic;
  margin: 0;
  width: 300px;
  float: left; 
}

.tagline {
 font-weight: bold;
  background-color: white;
  color: Black;
  font-size: 1.1em;
  font-style: italic;
}

#loginline {
  /* background-color: white;
  color: black;
  font-style: italic;
*/
  margin: 0;
  padding: 5px 0 5px 20px;
  width: 300px;
  float: left;
}

#ball {
  position: absolute;
  top: 110px;
  right: 55px;
}

/*
Used in master pages to set aside area for content
*/
#main {
  width: 100%;
  min-height: 300px;
  height: auto;
}

/* 
Used within content area as containing div
*/
#content 
{
  min-height: 250px;
  margin: 0 25px 0 25px;
}

/* 
Alternative content for wide pages
*/
#contentcatalog 
{
  min-height: 250px;
  margin: 0 0px 0 0px;
}

#contentcatalog h2
{
	padding: 0 0 0 100px;
}

#sidebarcatalog 
{
  float: left;
  width: 200px;
  padding: 10px;
  background-color: #fff;
  color: Black;
  min-height: 300px;
}

#resultscatalog
{
	padding: 10px 10px 10px 10px;
}

#mainfeature {
  background-image: url(img/mainimg.jpg);
  background-repeat: no-repeat;
  background-color: #112236;
  color: white;
  padding: 2em 2em 1em 200px;
  height: 1%;
}
#mainfeature h2 {
  margin: 0;
  font-weight: normal;
  font-size: 140%;
}
#mainfeature p {
  font-size: 110%;
}
#mainfeature p.more {
  margin-top: 0;
  text-align: right;
}
#mainfeature p.more a:link, #mainfeature p.more a:visited {
  color: white;
  background-image: url(img/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}
#content .inner {
  margin: 10px 20px 10px 40px;
}
#content .inner h2 {
  color: #245185;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  font-size: 110%;
}
#content .inner ul.features {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content .inner h3 {
  font-size: 130%;
}
#content .inner h3 a:link, #content .inner h3 a:visited {
  color: #245185;
}
#content .inner p {
  color: #666666;
  font-size: 90%;
}
#content .inner .features li img {
  float: left;
  margin: 0 5px 5px 0;
}
#content .inner p.author {
  font-weight:  bold;
}
#content .inner p.more{
  margin-top: 0;
  text-align: right;
}
#content .inner p.more a:link, #content .inner p.more a:visited {
  color: black;
  background-image: url(img/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
  font-size: 90%;
  color: #1e4c82;
}

#sidebar h3 {
  font-size: 110%;
  background-image: url(img/sidebar-header-bg.jpg);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0.2em 0 0.2em 10px;
  font-weight: normal;
}
#sidebar .inner {
  padding: 10px;
}
#sidebar ul {
  list-style-image: url(img/more-bullet.gif);
  margin-left: 0;
  padding-left: 20px;
}
#sidebar p, #sidebar li {
  line-height: 1.4em;
}
#sidebar ul a:link, #sidebar ul a:visited {
  color: white;
}
#sidebar .date {
  font-weight: bold;
}
#searchform .text {
  width: 196px;
  border: 1px solid #45bac0;
}
#searchform .searchbutton {
  text-align: right;
  margin-top: 4px;
}
#searchform .btn {
  border: 1px solid #45bac0;
  background-color: #256290;
  color: white;
}
#sidebar .motm-image {
  float: right;
  margin: 0 30px 0 20px;
}
#sidebar p.more {
  clear: right;
  margin: 0 30px 0 0;
  text-align: right;
}
#sidebar p.more a:link, #sidebar p.more a:visited {
  color: white;
  background-image: url(img/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}
#sidebar2 {
  float: left;
  width: 159px;
  border-top: 1px solid #b9d2e3;
  border-left: 1px solid #b9d2e3;
  background-color: white;
  color: black;
  margin: 0;
  padding: 0;
}
#sidebar2 .inner {
  margin:  10px;
}
#sidebar2 p {
  font-size: 90%;
  color: #666666;
}
#sidebar2 a:link, #sidebar2 a:visited {
  color: #245185;
  font-weight: bold;
}
#sidebar2 h3 {
  color: #245185;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  font-size:  110%;
}


#footer {
  width: 100%;
  border-top: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  margin-top: 10px;
  clear: both;
}
#footer p {
  font-size: 90%;
  color: #256290;
  margin: 0;
  padding: 0.2em 0 0.2em 0;
}
#clearone {
  clear: both;
  height: 1px;
}
#main2 {
  margin-top: 10px;
  background-image: url(img/leftbg.gif);
  background-position: bottom left;
  background-repeat: repeat-y;
}

.mainlist
{
	font-size: medium;
}

.headeraddress
{
	font-size: x-small;
}

.pageHeading
{
	font-size: x-large;
	font-weight: bold;
}

.DepartmentListHead
{
	font-weight: bold;
}

.DepartmentListContent a
{
	text-decoration: none;
}

a.DepartmentUnselected
{
	color: #888888;
}

a.DepartmentSelected
{
	color: Black;
	
}


.AdminTitle
{
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

.AdminPageText
{
	color: Navy;
	text-decoration: none;
	
}

a.AdminPageText
{
	color:Navy;
	text-decoration: none;
	font-size: 12px;
}

a.AdminPageText:hover
{
	color: Red;
}

/* For data entry forms */
fieldset
{
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 0.25em 0;
	padding: 0;
	border: solid 1px LightBlue;
}

legend
{
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
	padding: 0;
}

fieldset ol
{
	padding: 0em 1em 0 0.5em;
	list-style: none;
	margin-top: 0;
}

fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0.2em;
}

fieldset.submit
{
	float: none;
	width: auto;
	border: none;
	padding-left: 18em;
}

 fieldset label
{
	float: left;
	width: 30%;
	margin-right: 1em;
	text-align: right;
	padding-top: 0.1em;
	font-style:  italic;
}

fieldset .text
{
	width: 60%;
}

 
fieldset .caption
{
	float: left;
	width: 30%;
	margin-right: 1em;
	text-align: right;
	
	font-style:  italic;
}

fieldset .readonlytext
{
	width: 60%;
	float: none;
	text-align: left;
	
}



.validationSummary
{
	color: Red;
	font-weight: bold;
}
	





