/***********************************************/
/* circus.css                             */
/* Use with template circus.html          */

/*colors used in this file
	yellow #F1B416
	red #B00719
	dark blue #003366
*/

/***********************************************/

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

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

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

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

h1, h2, h3, h4, h5, h6 {
	font-family: Copperplate, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 140%;
 color: #003366;
}

h2{
 font-size: 134%;
 color: #003366;
}

h3{
 font-size: 120%;
 color: #003366;
}

h4{
 font-size: 120%;
 font-weight: normal;
 color: #003366;
}

h5{
 font-size: 120%;
 color: #003366;
}

ul{
 list-style-type: square;
}

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

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

label{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
 color: #003366;
}


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

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

#navBar{
	margin: 20px 0 0 79%;
	padding: 0px;
	/*background-color: #f1b416;*/
	border-top: 1px solid #003366;
	border-left: 1px solid #003366;
	border-bottom: 1px solid #003366;
}

#content{
  float:left;
	width: 75%;
	margin: 0;
	padding: 20px 3% 0 0;
}


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

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


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

#pageName{
	padding: 0px 0px 10px 10px;
}

/************* #titleBar styles **************/

#titleBar{
	clear: both;
	background-image: url(images/titleBkGround.gif);
	background-repeat: repeat;
	padding: 0px 0px 0px 0px;
}

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

#globalNav{
	/*position: relative;*/
	background-color: #f1b416;
	font-family: Copperplate, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 2px;
	border-top: 2px solid #003366;
	border-bottom: 2px solid #003366;
	font-size: 90%;
	white-space: nowrap;

/* '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 a:link{
	padding: 5px 0px 5px 10px;
	width: 100%;
	/*voice-family: "\"}\"";*/
	/*voice-family:inherit;*/
	/*width: auto;*/
}

#globalNav a:hover{
	/*background-color: #ffffff;*/
	text-decoration: none;
	/*padding: 2px 0px 2px 10px;*/
}
/************* #breadCrumb styles *************/

#breadCrumb{
	clear: both;
	font-family: Copperplate, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 20px 0px 15px 0px;
}


/************* #stripBar styles *************/

#stripBar{
	clear: both;
	background-image: url(images/stripBar.gif);
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
}

/************* #histTrain styles ***************/

#histTrain{
	clear: both;
	color: #666666;
	font-size: 90%;
	padding: 20px 0px 0px 0px;
	white-space: nowrap;
}
/* '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 */

#hisTrain img{
 display: block;
}

/************* #footerNav styles **************/

#footerNav{
	color: #666666;
	font-size: 75%;
	padding: 20px 0px 0px 0px;
	white-space: nowrap;
}
/* '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 */

/************* #search styles ***************/

#search{
	padding: 10px 15px 10px 10px;
	/*white-space: nowrap;*/
	font-size: 75%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	margin: 0px;
	padding: 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 60%;
	color: #003366;
	padding: 0px 0px 10px 0px;
	/*margin-top: 0px;*/
}


/************** .feature styles ***************/
.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

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

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

.list img{
	float: top;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
}
/* 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: 0px 0px 10px 0px;
}

.story img{
	display: block;
}

/*********** #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 #003366;}*/

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


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

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	/*border-bottom: 1px solid #003366;*/
	font-size: 75%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #003366;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #003366;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #003366;
	background-color: #f1b416;
	padding: 2px 0px 2px 10px;
}


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

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-top: 1px solid #003366;
	font-size: 75%;
}

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


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 75%;
	border-top: 1px solid #003366;
}

#advert img{
	display: block;
}


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

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

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

#headlines img{
	display: block;
}

#headlines h3{
	padding: 10px 0px 10px 0px;
}

