/***********************************************/
/* sensations.css                             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
	color: #334d55;
	font-size: 100%;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

hr{
width: 1;
size:auto; 
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 0 0 0%;
	padding: 7px 4px 7px 4px;
	background-color: #eeeeee;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	width: 150px;
	background-position: top;
	vertical-align: top;
	text-align: left;
}

#content{
	float:left;
	width: 100%;
	margin: 0;
	padding: 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 5px 10px;
	text-align: left;
}


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

#pageName{
	padding: 20px 0px 30px 10px;
	text-align: left;
}


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

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	text-align: left;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


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

.feature{
	padding: 0px 10px 30px 10px;
	font-size: 90%;
	text-align: left;
}

.feature h3{
	padding: 0px 0px 5px;
	text-align: center;
}

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

}

.feature img a{
	text-decoration: none;
}

.feature a{
	font-size: 90%;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	font-size: 80%;
	padding: 5px 10px 5px 10px;
	text-align: left;
}

.story img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

/************** .table styles *****************/

.table{
	font-size: 80%;
	padding: 5px 10px 5px 10px;
	text-align: left;
}

.table h3{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.scheduleHeader{
	text-align: center;
}
.schedule{
	font-size: 80%;
	text-align: center;
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 80%;
	color: #cccccc;
	padding: 0px;
	margin-top: -1px;
	border-top: 2px solid #cccccc;
	border-right: 0px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 0px solid #cccccc;
	text-align: left;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	list-style-image: url(../images/bullet.jpg);
}


/*********** .navBarLinks styles ***********/

.navBarLinks{
	margin: 0 0 10px;
	padding: 0 0 10px;
	font-size: 75%;
	border-bottom: 1px solid #cccccc;
	line-height: 120%;
}

.navBarComment{
	margin: 0px;
	padding: 2px;
	font-size: 80%;
	text-align: center;
	text-transform: none;
}

.navBarLinks h3{
	padding: 5px 0px 2px;
	font-size: 110%;
	line-height: 150%;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

