/***********************************************/
/* Dreams Take Flight Winnipeg  */
/***********************************************/



body{
	font-family: Arial,sans-serif;
	font-size: 95%;
	color: #000000;
	line-height: normal;
	font-style:normal;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color:#CC0000
	text-decoration: none;
}

a:hover {
	color:#CC0000
	text-decoration: none;
}
/* 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: 130%;
 centre;
 color:#990000;
 }

h2{
 font-family: Verdana,Arial,sans-serif;
 font-size: 110%;
 color: #000099;
}

h3{
 font-family: Verdana,Arial,sans-serif;
 font-size: 90%;
 color:#CC0000
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #000000;
}

h5{
 font-size: 100%;
 color: #000000;
}

ul{
 list-style-type: disc;
}

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;
	padding: 10px 0px;
	border-bottom: 2px solid #EEDCB9;
	width: 100%;
}

#navBar{
	position: absolute;
	float: left;
	margin: 0px;
	left: 1px;
	padding: 0px;
	top: 178px;
	background-color:#D1DBFC;
	text-align:left;
	width: 154px;
	height: 87px;
}

#globalNav{
color: #000099;
padding: 0px 0px 0px 10px;
white-space: normal;
}


#container {
  background: url(images/background.gif);
  width: 100%;
  border-bottom: 2px solid #EEDCB9; 
}

.item_title:after {
  content: ".";0
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.item_title {
  display: inline-block;
}


#content{
  	width: auto;
	margin-left: 165px;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 5px;
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 img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
}

#globalNav a:hover {
     color:#FF6600;
	 text-decoration:none;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 5px 0px 5px 0px;
	text-align: center;
	font-size:12px;
	color:#CC0000
}

/*.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;*/
}
/* adjust margins to change separation between the feature image and text flowing around it */



/*********** #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 #EEDCB9;  line-height: 150%; }

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#navBar a:hover {
          color: #336600;
		  text-decoration:none;
}


/*********** .relatedLinks styles ***********/

.relatedLinks {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	font-size: 90%;	
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

#relatedLinks a:hover {
       color: #c9af2e;
}



/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	height: auto;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


.smalltext {
	font-weight:normal;
	font-size:11px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	text-decoration:none;
}

.indent {
	margin-left: 20px;
}

.textbox {
   margin-right: 40px;
   
}

.left_image {
	float: left;
	width: auto;
	margin-bottom:10px;
}

.right_text {
	text-align: left;
	margin-left: 200px;
}


#heading {
background: #fceed4;
padding: 5px;
color: #710000;
font-weight: 500;
}

.footer_bar {background-color:#EEDCB9;
height: 5px;
}
