/***********************************************/
/* stmatts.css                                 */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #2E8B57 url(../images/stmatts_background_strip.jpg) fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #0066FF;
   background-color: inherit;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
} 

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 background-color: inherit;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 background-color: inherit;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 background-color: inherit;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 background-color: inherit;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 background-color: inherit;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
 background-color: inherit;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%;
	color: inherit;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	color: inherit;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}

#footer{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	background-color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	margin-top: 0px;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
    background-color: inherit;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 26px;
	color: #919999;
	background-color: inherit;
}

#utility a{
	color: #FFFF33;
	background-color: inherit;
}

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

/************** pageName styles ****************/

#pageName{
	padding: 15px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	background-color: inherit;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(../images/stmatts_gmenu_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #014C38;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(../images/stmatts_gmenu_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #FFFF33;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #FFFF33;
}

.subglobalNav a:hover{
	color: #FFFF99;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 0px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}

html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	background-color: inherit;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/*************** story styles ******************/
p.tspacer {
	margin: 0px;
   padding: 0px;
}

.story {
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
	background-color: inherit;
}

p.testimonial {
	font-style: italic;
	color: #014C38;
	background-color: inherit;
}

.story p{
	padding: 0em 0em 0em 0em;
	line-height: normal;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	background-color: inherit;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

image.left{
float: left;
padding: 0em 1em 0.2em 0em;
margin: 0em 0em 0em 0em;
/*vertical-align: text-top;*/
}

image.right{
float: right;
padding: 0em 0em 0.2em 1em;
margin: 0em 0em 0em 0em;
vertical-align: text-top;
}


/*************** address styles ******************/
.address{
	margin-left: 10px;
	font-size: small;
	text-align: left;
	padding: 0px 10px 5px 0px;
}

/************** footer styles ****************/
#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

.footerdatestamp{
	font-size: xx-small;
	padding: 0em 0em 0em 0em;
}

.navfooter{
	text-align: center;
	text-decoration: none;
	color: #0066FF;
   background-color: inherit;
	font: bold 0.8em Arial,sans-serif;
	padding: 0.5em 0em 0.5em 0em;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-top: 4px solid #cccccc;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-image: url(../images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #014C38;
	background-color: inherit;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	color: inherit;	
	background-color: #009966;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}

.relatedLinks a:link{
	color: #014C38;
	background-color: inherit;
	text-decoration: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
} 

.relatedLinks a:visited{
	color: #014C38;
	background-color: inherit;	
	text-decoration: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
} 

.relatedLinks a:hover{
	text-decoration: underline;
}


/************* usefulLinks styles **************/

.usefulLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-top: 4px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.usefulLinks h3{
	padding: 10px 0px 2px 0px;
}

.usefulLinks a{
	display: block; 
}

.usefulLinks a:link{
	color: #014C38;
	background-color: inherit;
	text-decoration: none;
} 

.usefulLinks a:visited{
	color: #014C38;
	background-color: inherit;
	text-decoration: none;
} 

.usefulLinks a:hover{
	text-decoration: underline;
}

/************* calendar styles **************/
#calendar{ 
  font-family: arial, verdana, sans serif; 
}

#calendar table{
  background-color: White;
  border-collapse: collapse;
  border-top: groove;
  border-right:groove;
  border-bottom: groove;
  border-left: ridge; 
}

#calendar td{
  border-left: 1px solid #334d55;
}

.calendar-title{
  text-align: center;
  color:#FFFFFF;
  font-size:medium;
  font-style: normal;
  padding:5px 0px 5px 0px;
  background-color:#334d55;
  font-variant: normal;
  font-weight: bold;
}

.calendar-day-title{
  text-align: center;
  font-size: x-small;
  color:#FFCC33;
  background:#334d55;
  padding:2px 20px 2px 20px;
}

.calendar-day{
  height: 60px;
  color: inherit;
  background-color:#FFFFFF;
  vertical-align: top;
  text-align: center;
  font-size: xx-small;
  padding: 0px;
}

.calendar-day-event{
  height: 60px;
  color: Blue;
  background-color: #FFFEB9;
  vertical-align: top;
  text-align: center;
  font-size: xx-small;
  padding: 0px;
}

.calendar-outmonth-day{
  height: 60px;
  color: inherit;
  background-color:#CCCCCC;
  vertical-align: top;
  text-align: center;
  font-size: xx-small;
  padding: 0px;
}

tr.term-cal-even {
	background-color: White;
}

tr.term-cal-odd {
	background-color: #FFFACD;
}

td.term-cal td{
  border-top: inherit;
  border-left: 1px solid #334d55;
}

td.term-cal-top td{
  border-top: 1px solid #334d55;
  border-left: 1px solid #334d55;
}

td.nav{
	color: Blue;
	text-align: center;
	font-size: xx-small;
}


.term-cal-title{
  text-align: center;
  font-size: x-small;
  color:#FFCC33;
  background:#334d55;
  padding:2px 20px 2px 20px;
}

/*------------- calendar number styles --------------*/
.calendar-day-number{
  text-align: center;
  font-size:x-small;
  color:#FFCC33;
  background-color:#334d55;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}

.calendar-day-sunday{
  text-align: center;
  font-size:x-small;
  color:#FFCC33;
  background-color:#666666;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}

.calendar-day-selected{
  text-align: center;
  font-size:x-small;
  color:#334d55;
  background-color:#FFCC33;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}

.calendar-day-outmonth{
  text-align: center;
  font-size:xx-small;
  font-style: italic;
  color:#ffffff;  
  background-color:#CCCCCC;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}

.calendar-day-outmonth-sunday{
  text-align: center;
  font-size:xx-small;
  font-style: italic;
  color:#FFCC33; 
  background-color:#666666;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
} 

/************* fees styles **************/
#fees{ 
  font-family: arial, verdana, sans serif; 
}

#fees table{
  background-color: White;
  border-collapse: collapse;
  border-top: groove;
  border-right:groove;
  border-bottom: groove;
  border-left: ridge; 
}

#fees td{
  border-left: 1px solid #334d55;
}

#fees th{
  border-left: 1px solid #334d55;
}

th.fees-subtitle{
  border-top: 1px solid #334d55;	
  border-bottom: 1px solid #334d55;	
  background-color: #FFFACD;
}

tr.fees-extras{
  background-color: #F5F5F5;
}

.fees-title{
  text-align: center;
  color:#FFFFFF;
  font-size:medium;
  font-style: normal;
  padding:5px 0px 5px 0px;
  background-color:#334d55;
  font-variant: normal;
  font-weight: bold;
}

.fees-title-message{
  color: #FFD700;
  font-size:small;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
}

p.subnote{
margin: 0px
padding: 0.2em 0em 0em 0em;	
font-size: xx-small;
}

/************* Underconstruction style **************/
#underconstruction p{
background-color: inherit;
color:#FF0000;
margin-top: 10px;
margin-bottom: 34em;
}

/************* inherited styles **************/
.bigquote {
 padding-left: 1.4em;
 padding-right: 1.4em;
 color: #777777;
 background-color: inherit;
 font-size: 1.2em;
 font-style: italic;
 text-align: center; 
 }

/************* bug fix styles **************/
.iefirst
{clear:inherit;
}

.iesecond
{clear:right;
}

.iethird
{clear:both;
}
/********************* end **********************/
