/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
}


/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 150%;
 color: #334d55;
}

h2{
 font-size: 120%;
 color: #006699;
}

h3{
	font-size: 110%;
	color: #006699;
	letter-spacing: 0.2em;
	padding: 0px 0px 0px 20px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}





/***********************************************/
/* Layout Divs                                 */
/***********************************************/



#masthead{
	margin: 0;
	border-bottom: 2px solid #FFCC00;
	width: 100%;
	background-image: url(/images/cougarmasthead.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 110px;
	background-color: #010066;
}

#navBar{
	margin: 0 82% 0 0;
	padding: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:right;
	width: 78%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/



#siteName{
	margin: 0px;
	padding: 20px 0px 10px 10px;
	font-size: 200%;
	color: #FFFFFF;
}


/*************** #pageName styles **************/


#pageName{
	padding: 10px 0px 10px 10px;
	letter-spacing: 0.2em;
	border-bottom: solid 1px #cccccc;
}


/************* #globalNav styles **************/



#globalNav{
	color: #cccccc;
	padding: 6px 30px 0px 10px;
	white-space: nowrap;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
}
/* '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 ul {
	list-style: none;
	margin: 0;
}

#globalNav li {
	display: inline;
}



#globalNav a {
	font-size: 105%;
	padding: 3px 3px;
	margin: 3px;
}
#globalNav a:link, #globalNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 3px;
	border: 1px solid #800000;
}

#globalNav a:hover {
	text-decoration: none;
	color: #FFCC00;
	border: 1px solid #FFCC00;
}
#globalNavWrapper {
	border-bottom: solid 3px #cccccc;
	background-color: #800000;
	padding: 5px 0px 5px 0px;
	width: 100%;
	background-image: url(images/grad_background.gif);
}


/************* #breadCrumb styles *************/


#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/


.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	clear: both;
}

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
	font-size: 150%;
	letter-spacing: 0.2em;
}



.feature img{
	float: left;
	padding: 0px;
	margin: 0 10px 10px 0;
	border: 2px solid #333333;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/


.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	
}

.story p{
	padding: 10px 0px 10px 0px;
	margin: 0;
}


/************* #siteInfo styles ***************/



#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 70%;
	color: #666666;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/


#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/



#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/



#sectionLinks{
	position: relative;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}
#sectionLinks a {
	text-decoration: none;
	font-size: 70%;
	color: #123556;
	font-weight: bold;
}


#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #800000;
	color: #FFCC00;
	padding: 2px 0px 2px 10px;
}

#sectionLinks p {
	line-height: 100%;
	padding: 10px 0px 5px 10px;
	margin: 0;
}


/*********** .relatedLinks styles ***********/




.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}
#navBar .updatebox {
	width: 80%;
	margin: 10px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #123556;
	text-align: center;
	padding: 0px 0px 25px 0px;
	border: 1px groove #CCCCCC;
	background: #ffffff url(images/half-ball.gif) no-repeat bottom right;
}

#navBar .updatebox h1 {
	font-size: 90%;
	background-color: #123556;
	color: #FFFFFF;
	background-image: url(images/grad_background-blue.gif);
}
#navBar .updatebox p {
	line-height: normal;
	padding: 3px;
	margin: 0px;
}

#navBar #logo {
	width: 101px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 0px 10px 0px;
}

#floatright {
	float: right;
}
#floatleft {
	float: left;
}

/* calendar styles */
#navBar #calendar {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#calendar table {
	border-collapse: collapse;
	border-color: #CCCCCC;
	width: 100%;
}

#calendar td, #calendar th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

#calendar td.day {
	font-weight: bold;
	text-align: center;
	width: 30%;
	padding: 2px;
	line-height: normal;
}

#calendar td.month {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #123556;
	text-align: center;
	background-image: url(images/grad_background-blue.gif);
}
#calendar td.event {
	padding-left: 5px;
	vertical-align: top;
}

/* default table styles */

.tablewrap {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0px 20px 0px;
}

table {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	width: 100%;
}

table img {
	border: 0;
}

.tablewrap tr:hover, tr.hilite {
	background-color: #ffffcc;
}

td, th {
	border: 1px solid #cccccc;
	font-size: 70%;
}

th {
	color:#800000;
	padding: 4px;
	background-color: #FFCC00;
	background-image: url(images/grad_background-yellow.gif);
}

td {
	padding: 2px 5px 2px 3px;
	text-align: right;
}

td.boldrightborder, th.boldrightborder {
	border-right: solid 2px #333333;
}

td.rowhead {
	font-weight: bold;
}
#globalNavWrapper {
	vertical-align: bottom;
}

/* match report image styles */

#content .story .imagewrapleft {
	padding: 6px;
	border: 1px solid #006699;
	float: left;
	margin: 0px 10px 0px 5px;
	background-color: #000000;
	color: #FFFFFF;
}
#content .story .imagewrapleft p {
	font-size: 80%;
	line-height: normal;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	text-align: center;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
#content .story .imagewrapleft img {
	border: 1px solid #FFFFFF;
}
#content .story .imagewrapright {
	padding: 6px;
	border: 1px solid #006699;
	float: right;
	margin: 0px 5px 0px 10px;
	background-color: #000000;
	color: #FFFFFF;
}
#content .story .imagewrapright p {
	font-size: 80%;
	line-height: normal;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	text-align: center;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
#content .story .imagewrapright img {
	border: 1px solid #FFFFFF;
}
#content .tablewrap td.centred {
	text-align: center;
}
#content .tablewrap td.leftalign {
	text-align: left;
}

td.leftalign {
	text-align: left;
}


/* Styles for creating a list of side-by-side images without using a table */

.imagelist {
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.imagelist ul {
	list-style-type: none;
}

.imagelist li {
	float: left;
	padding: 20px;

}

.imagelist img {
	display: block;  /* in case we want captions underneath the image */
}
#content .story .tablewrap th {
	font-size: 80%;
}
#content .story .tablewrap td {
	font-size: 80%;
}
#content .story .tablewrap table {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #006699;
	letter-spacing: 0.2em;
	text-align: center;
	font-weight: bold;
	padding-left: 10px;
}
#content .tablewrap .centred img {
	padding-right: 2px;
	padding-left: 2px;
}
table.thin {
	width: 40%;
}
#content dt {
	font-size: 90%;
	font-weight: bold;
	display: inline;
	padding-left: 20px;
}
#content dd {
	display: inline;
	padding-left: 30px;
	font-size: 90%;
}

#contactlist {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#contactlist table{
	border: solid 1px #cccccc;
	margin-bottom: 30px;
}

#contactlist td {
	border: 0;
}

#mapwrap {
width: 480px;
	margin-right: auto;
	margin-left: auto;
}

#address p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
}
#otherinfo p {
	font-size: 80%;
	padding-left: 20px;
}

#profilenotes {
	float: left;
	width: 50%;
	margin: 30px;
}
#content #profileimage {
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 30px 0px;
}
#content #profileimage .imagewrapleft {
	padding: 6px;
	border: 1px solid #ffffff;
	float: left;
	margin: 0px 5px 30px 10px;
	background-color: #000000;
	color: #FFFFFF;
}
#content #profileimage .imagewrapleft img {
	padding: 6px;
	border: 1px solid #FFFFFF;
}


#content #profileimage .imagewrapleft p {
	font-size: 10px;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}

.gallery {
	clear: both;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	

}#content .gallery p {
	padding: 5px;
	text-align: center;
}

.lookalike table {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px;
	border-collapse: collapse;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.lookalike td {
	border: 0px;
	text-align: center;
}
#content .lookalike p {
	font-size: x-small;
	margin-left: 20px;
}

.footnote {
	font-size: 70%;
}

.flashmoviewrap {
	background-color: #FFFFFF;
	text-align: center;
	padding: 5px;

}
#content .imagelistwrap {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

