/* CSS for  [Insert Site Name Here] */

* {
	margin: 0;
	padding: 0;
}
body {
	font: 80% Arial, Helvetica, sans-serif;
  background: #909090 url("../images/bg-body.gif") center repeat-y;
}
h1 {
	color: #9c1013;
	font-size: 1.5em;
	margin: 0 0 10px 0;
}
h2 {
	color: #4a8ecb;
	font-size: 1.4em;
	margin: 0 0 10px 0;
}
h3 {
	color: #599763;
	font-size: 1.1em;
	margin: 0 0 10px 0;
}
input { padding: 2px; }
option { padding: 1px 3px 1px 2px; }
ul { margin: 0 0 0 25px; }
p { margin: 0 0 10px 0; }

a img{ border: 0; }

.l { float: left; }
.r { float: right; }

.clear { clear: both; }
.clear-l { clear: left; }
.clear-r{ clear: right; }

.m-tb-5 { margin: 5px 0; }
.m-tb-10 { margin: 10px 0; }
.m-t-10 { margin: 10px 0 0 0; }

.b { font-weight: bold; }
.no-b { font-weight: normal; }

.u { text-decoration: underline; }
.no-u { text-decoration: none; }

.i { font-style: italic; }
.no-i { font-style: normal; }

.small { font-size: .9em; }
.large { font-size: 1.2em; }

.t-r { text-align: right; }
.t-l { text-align: left; }
.t-c { text-align: center; }
.margin-right {margin-right:20px;}

/*Footer Blue Water Media styling */
#main a.bwm:hover{ 
	color: #4a8ecb; 
}

#main { /* Main div, wrap entire page with this div */
  width: 940px;
  margin: 0 auto;
}

#header{
  height: 58px;
  margin-bottom: 5px;
  background: #59595a;
}

img.logo{
  margin-top: 10px;
  margin-left: 10px;
  float: left;
}

#top-right{
  width: 390px;
  float: right;
  margin-top: 10px;
  margin-right: 5px;
}

#internal-links ul {
margin-right:15px;
text-align:right;
list-style:square;
}

#internal-links li {
font-size: 1em;

}

#internal-links a {
font-size: 1em;
color:#4a8ecb;
text-decoration:underline;
}

#internal-links a:hover {
font-size: 1em;
color:#4a8ecb;
text-decoration:none;
}



#search input{
  width: 130px;
  height: 17px;
  border: 1px solid #98aeb5;
  background: #fff;
  float: left;
  display: inline;
}

#search input.submit{
  display: block;
  text-align: center;
  margin-left: 10px;
  width: 50px;
  height: 23px;
  border: 0;
  color: #fff;
  padding: 0 0px;
  background: #bd2025;
}

#top-right a{
  color: #fff;
  margin: 0 10px;
  padding: 2px 0;
  display: block;
  float: left;
  text-decoration: none;
}

#top-right a:hover{
  text-decoration: underline;
}

#nav{
  float: left;
  margin-bottom: 5px;
  margin-left: -5px;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 109px;
  background: #bd2025;
  text-decoration: none;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  position: relative;
  left: 5px;
}

#nav li { /* all list items */
	float: left;
	width: 109px; /* width needed or else Opera goes nuts */
  margin-right: 5px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 103px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
  margin-left: 5px;
}

#nav li ul li{
  width: 103px;
}

#nav li ul li a{
  width: 103px;
  position: static;
  padding-left: 3px;
  padding-right: 3px;
  background: #9c1013;
}


#nav li ul li a:hover{
  background: #59595a;
}

#nav li:hover, #nav li.sfhover {
    position: static;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*begin inf-sol class */
#nav a.inf-sol {
	display: block;
	width: 149px;
  background: #bd2025;
  text-decoration: none;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  position: relative;
  left: 5px;
}

#nav a.inf-sol:hover {
	display: block;
	width: 149px;
  text-align: center;
  position: relative;
  left: 5px;
}

#nav li.inf-sol { /* all list items */
	float: left;
	width: 149px; /* width needed or else Opera goes nuts */
  margin-right: 5px;
}
/*testing*/

#nav li.inf-sol ul { /* second-level lists */
	position: absolute;
	width: 143px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
  margin-left: 5px;
}

#nav li.inf-sol ul li{
  width: 143px;
}

#nav li.inf-sol ul li a{
  width: 143px;
  position: static;
  padding-left: 3px;
  padding-right: 3px;
  background: #9c1013;
}


#nav li.inf-sol ul li a:hover{
  background: #59595a;
}

#nav li.inf-sol:hover, #nav li.sfhover {
    position: static;
}

#nav li.inf-sol:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/*end inf-sol class */

#number{
  width: 209px;
  background: #bd2025;
  padding: 8px 5px 9px 0;
  float: right;
  text-align: right;
  color: #fff;
}

#flash-div{
  width: 940px;
  height: 400px;
  margin-bottom: 30px;
  float: left;
}

#bwm-copy {
  width: 940px;
  float: left;
  line-height: 1.4em;
}  /*  Place main content into this div in every page so it can be easily extracted later should the need arise */

#bwm-copy h2{
  color: #000;
}

#bwm-copy a{
  color: #bd2025;
}

/* Index related ------------------------- */

#tab-div{
  width: 300px;
  height: 222px;
  float: left;
  margin-right: 30px;
}

#news-events{
  width: 200px;
  margin: 0 20px 0 40px;
  float: right;
}

#news-events li {
  margin:0 0 10px 0;
  list-style-type: none;
  padding:0;
}

#news-events ul {
  margin:0;
  padding:0;
}


/* -------------------------------------- */

#int-body{
  border-top: 10px solid #4a4a49;
  border-bottom: 10px solid #fff;
  background: #fff;
  float: left;
  background: url("../images/bg-int.gif") repeat-y;
  font-size: .92em;
  width:100%;/*NEW 6.12.2008*/
}

#right-col{
  border-top: 10px solid #fff;
  width: 253px;
  padding: 20px 20px 0 20px;
  float: right;
  font-size: .92em;
}

#right-col p{
  text-align: justify;
}

#right-col p.quote-block{
  margin-bottom: 50px;
  padding-bottom: 10px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  line-height: 1.32em;
  background: #eee;
  font-size: 1.12em;
  border: 1px solid #bd2025;
}

#right-col div.name-holder{
  background: url("/images/redblock.gif") bottom left no-repeat;
  position: absolute;
  margin-top: -13px;
  margin-left: 10px;
  display: inline;
}

#right-col p.quote-name{
  margin: 4px;
  text-align: left;
  font-weight: bold;
  font-size: 1.22em;
  z-index: 50;
  background: #fff;
  border: 2px solid #bd2025;
  padding: 4px;
  width: 230px;
}

#right-col .redbox{
  width: 30px;
  height: 30px;
  background: #bd2025;
  display: inline;
  line-height: 30px;
}

#contact input{
  width: 240px;
  border: 1px solid #bfbfbf;
  padding: 4px 2px;
  margin-bottom: 10px;
  color: #777;
  font-size: .92em;
}

#contact textarea{
  width: 240px;
  height: 80px;
  border: 1px solid #bfbfbf;
  padding: 4px 2px;
  margin-bottom: 10px;
  color: #777;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
}

#contact input.submit{
  text-align: center;
  float: right;
  margin-right: 10px;
  width: 50px;
  height: 23px;
  border: 0;
  color: #fff;
  padding: 0 0px;
  background: #bd2025;
}

#left-col{
  border-top: 10px solid #fff;
  width: 570px;
  padding-left: 20px;
}

#left-col h1{
  color:  #9c1013;
  font-size: 1.3em;
}

#left-col p.quote{
  font-size: 1.2em;
  color: #bd2025;
  font-style: italic;
  font-weight: bold;
}

#left-col p.title{
  padding-top: 10px;
  clear: left;
  font-weight: bold;
  font-size: 1.1em;
  color: #bd2025;
}

#left-col h2{
  font-size: 1.2em;
}

#left-col li{
  margin: 2px 0;
}

#left-col ul{
  margin-bottom: 10px;
  list-style-image: url("/images/list-item.gif");
  color: #333;
}

#left-col ul ul{
  margin: 3px 0 3px 20px;
  list-style-type: square;
  list-style-image: none;
}

img.team-pic{
  display: block;
  float: left;
  margin: 10px 10px 10px 10px;
  border: 2px solid #bd2025;
}

#footer{
  border-top: 1px solid #aeaeae;
  margin-top: 20px;
  padding-top: 10px;
}

#footer p{
  color: #616161;
}

#footer p a{
  color: #616161;
  text-decoration: none;
}

#footer p a:hover{
  text-decoration: underline;
}

#serving{
  color: #616161;
  width: 260px;
  float: right;
  text-align: right;
}

#main .promoting{
  font-size: 1.2em;
  font-style: italic;
  color: #bd2025;
  font-weight: bold;
}
.titg { background: #e9e7e9; width:100%; display:block; font-weight:bold; font-style:italic; padding:3px 5px 3px 5px;}