@charset "utf-8";
/* CSS Document */
/* CSS Document */
/* style document for OSSTF District 3 Website */
/* Created on June 6, 2007 */
/* Created by Dave Winsa */
body {
/*background-color:#2457a0;*/
background-color:#f5f5f6;
margin:0;
padding:0;
}
#wrapper {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #2457a0;
	font-size: small;
	/* margin is top  right  bottom  left*/
	margin: 10px 0px 10px 0px;
	padding: 5px;
	text-align: left;
	border: thin solid 1px #d1d8e2;
	width: 760px;
}
#header {
	clear: both;
}

#navbar {
	font-family: Arial, Helvetica, sans-serif;
	margin:0 0 5px 0;
	padding:0;
	vertical-align: middle;
	line-height: 20px;		/*Need this to keep IE and FF the same height */

	
}

/* NAV Section */
/* a:hover must come after a:link, a:visited to work properly.  a:active has to be last of these 4-this is the only way I have been
able to get them to work properly */
#navbar ul {
	text-align: right;
	text-decoration: none;
	margin: 10px 0 10px 0;
	padding:0;
}
#navbar li {
	display: inline;
	margin: 0 0 0 3px;
}

#navbar li a:link, #navbar li a:visited {
	color: #2457a0;
	margin: 0 0 0 0;
	padding: 3px 7px 3px 7px;
	text-decoration: none;
	border: 1px solid #cccccc;
	
}
#navbar li a:hover {
	color: #ffffff;
	background:#2457a0;

}
#navbar li a:active, #navbar li a:focus {
	color: #ffffff;
	background: #2457a0;
	/*background-image:url(../images/navbar-over.png); */
	background-repeat:no-repeat;

}

/* address section - controls look and feel for address under nav bar */
#address {
 width:100%;
 background-color:#deeef9;
 margin: 5px 0 5px 0;
 line-height: 20px;
}

/* content section */
#content {
 float: left;
    width:  100%;  
    margin: 0 15px 15px 0;
    border-right: 1px dotted #2457a0;
	border-left: 1px dotted #2457a0;
    border-bottom: 1px dotted #2457a0;
	border-top: 1px dotted #2457a0;

}
#content .inner {

}

#content .inner ul {
 /* margin is top  right  bottom  left*/
	 /*one pixel to line up the right margin of the nav and the header */
    margin: 0px 0px 0 0px;
    padding: 0px;
    white-space: nowrap;
}

#content .inner li {
 list-style-type: none;
    display: inline;
}

#content .inner li a:link {
 text-decoration: none;
 font-size:12px;
}
#content .inner li a:hover {
 text-decoration: underline;
 font-size:12px;
}
#content .inner li a:visited {
font-size:12px;
}
#content .inner h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#ffffff;
background-image:url(../images/content-header.png);
background-repeat:no-repeat;
font-weight:bold;
margin: 0 0 0px 0;
padding:0 5px 0 5px;
text-align:left;
}
#content .inner h3 {
margin:0 0 10px 0;
padding:3px 5px 0 5px;
font-size:13px;
font-weight:bold;
background-image:url(../images/content-h3-2.png);
background-repeat:no-repeat;
color:#2457a0;
}

#content .inner h3 a:hover {
	margin:0 0 0 0;
	padding: 0 0 10px 0;
	font-size: 12px;
	color:#2457a0;
	text-decoration: underline;
}
#content .inner h3 a:link, #content .inner h3 a:visited {
	margin:0 0 0 0;
	padding: 0 0 10px 0;
	font-size: 12px;
	color:#2457a0;
	text-decoration: none;
	border: none;
}

#content .inner h3 a:hover {
	margin:0 0 0 0;
	padding: 0 0 10px 0;
	font-size: 12px;
	color:#2457a0;
	text-decoration: underline;
}

#content .inner h4 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#2457a0;
background-repeat:no-repeat;
font-weight:bold;
margin: 0 5px 10px 0;
padding:0 5px 0 5px;
text-align:left;
/*border-bottom:1px solid #79bce6;*/
border-bottom: 1px solid #ffc20e;
position: relative;
}
/* this is used to separate the date and the headings on the main page */
h4 span {
float:right;
font-size:90%;
font-weight:normal;
}
#content .inner h5 {
background-image:url(../images/header-h5.png);
background-repeat:no-repeat;
background-position: top left;
line-height: 18px;
margin:0 0 10px 0;
padding:3px 5px 0 5px;
font-size:13px;
font-weight:bold;
letter-spacing: 2px;
color:#2457a0;
}

#content .inner h6 {
background-image:url(../images/header-h5.png);
background-repeat:no-repeat;
background-position: top left;
line-height: 18px;
margin:0 0 10px 0;
padding:3px 5px 0 5px;
font-size:13px;
font-weight:bold;
color:#2457a0;
}
#content .inner p {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  margin: 0 10px 10px 10px;
  font-weight: normal;
  
}
#content .inner p a:link, #content .inner p a:visited {
	text-decoration: none;
	font-size: 12px;
	
}
#content .inner p a:hover {
	text-decoration: underline;
	font-size: 12px;
	
}


/* This is used for the display of information on the editing pages */
#content .inner table{
	width: 97%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0 0 0 10px;
}
#content .inner th{
	background-color:#f5f5f6;
	padding: 3px 3px 3px 3px;
	border: 0;
}
#content .inner td{
	padding: 3px 3px 3px 3px;
}


#content .inner td a:link, #content .inner a:visited {
	margin:0 0 0 0;
	padding: 0 0 10px 0;
	font-size: 12px;
	color:#2457a0;
	text-decoration: none;
	border: none;
}

#content .inner td a:hover {
	margin:0 0 0 0;
	padding: 0 0 10px 0;
	font-size: 12px;
	color:#ffc20e;
	text-decoration: underline;
}

#content .inner .backToTop {
	text-align:center;
	vertical-align:middle;
	padding: 10px 10px 10px 10px;

}
#content .inner .backToTop a:link, #content .inner .backToTop a:visited{
	text-align: center;
	color:#2457a0;
	padding: 5px 0 5px 0;
	text-decoration: none;
}
#content .inner .backToTop a:hover{
	text-align: center;
	color:#2457a0;
	padding: 5px 0 5px 0;
	text-decoration: underline;
}

/*Table settings for the services page-table without border */
#content .inner .services table  {
	width: 97%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 10px 0px 0 10px;
	border: none;
}
#content .inner .services th {
	background-color:#f5f5f6;
	padding: 3px 0 3px 0;
}
#content .inner .services td {
	vertical-align: top;
	padding: 5px 0 3px 0;
	border: none;
}
#content .inner .services .rightText {
	text-align: right;
	padding: 5px 10px 0 0;
}
#content .inner .services ul {
	text-decoration: none;
}
#content .inner .services li {
	margin: 3px 0px 3px 5px;
	text-align:left;
	display:list-item;
	background-image:url(../images/arrow10.png);
	background-repeat: no-repeat; 
	background-position: center left;
 	/* This controls the distance from the arrow */ 
 	padding-left: 18px; 
}

#content .inner .title{
	padding: 0px 0 3px 5px;
	text-align:left;
	background-image: none;
	font-weight: bold;
}

#content .inner .blackText{
	color:#000000;
}
#content .inner .services .backToTop {
	text-align:center;
	vertical-align:middle;
	padding: 10px 10px 10px 10px;

}
#content .inner .services .backToTop a:link, #content .inner .services .backToTop a:visited{
	text-align: center;
	color:#2457a0;
	padding: 5px 0 5px 0;
	text-decoration: none;
}
#content .inner .services .backToTop a:hover{
	text-align: center;
	color:#2457a0;
	padding: 5px 0 5px 0;
	text-decoration: underline;
}

#content .inner .largeLink a:link, #content .inner .largeLink a:visited {
	color:#000066;
	font-size:14px;
	padding: 5px 0 5px 0;
	text-decoration:none;
}
#content .inner .largeLink a:hover {
	color:#2457a0;
	font-size:14px;
	text-decoration: underline;
}
input.btn{
   color:#050;
   font-size:12px;
   border: 1px solid #cccccc;
   background: #ffffff;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#d1f4fb');}

} 

input.btnhov{
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;}



