/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template main1.dwt  */
/***********************************************/

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

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

a{
	color: #0099FF;
	text-decoration: none;
}

a:link{
	color: #0099FF;
	text-decoration: none;
}

a:visited{
	color: #666666;
	text-decoration: none;
}

a:hover{
	color: #6666CC;
	text-decoration: underline;
}

p {
  margin: 6px 0;
}

h1{
 font-family: Tahoma, Arial, sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

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

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

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

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

ul{
 list-style-type: square;
}

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

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

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


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

#page {
  margin: 20px auto;
  width:900px;
  border: 1px solid #cccccc;
}

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

#navBar{
	float: left;
	width: 180px;
	padding: 5px 10px;
	margin: 0px;
	background-color: #eeeeee;
}


#content{
  width:480px;
	float: left;
	padding: 5px 0 5px 10px;
}

/***********************************************/
/* Components                                  */
/***********************************************/




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

#globalNav{
padding: 0px 10px 10px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {

	padding: 0 4px;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	padding: 5px 10px;
}

#breadCrumb h2 {
  margin-bottom: 5px; 
}


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

.feature{

}

.feature h3{

}

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


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

.story{

}


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

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 80%;
	color: #bbbbbb;
	padding: 10px 10px 10px 10px;
}

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

#search{


}

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

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

#navBar {
  padding-bottom:40px;
}

#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;
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
  margin: 8px 0 2px 0;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


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

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


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


#headlines{
  float:right;
	width: 180px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px 10px;
	margin: 0px;
}
