/*STEP 5 : IE 6 and Safari Hacks*/
html*#hidefromsafari {
[display:none;
display:none;
]display:block;
}
.dummyend[id]{clear: both;/*end hack using dummy attribute selector for IE5 mac*/}

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#container{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc; 
	text-align: left;
	min-width: 650px;/*IE*/
	max-width: 1200px;
	width: expression(document.body.clientWidth < 660? "650px" : document.body.clientWidth > 1200? "1200px" : "auto"); /*IE*/
    background-image: url("../images/bkgrnd-ie.gif");
    background-repeat: repeat-y;
    background-position: 25% 0;
} 
html>body #container {
	min-width: 550px;
	width: expression(document.body.clientWidth < 550? "550px" : document.body.clientWidth > 1200? "1200px" : "auto");
    background-image: url("../images/bkgrnd.gif");
} /*non ie*/

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #FF0000;
	text-decoration: underline;
}

h1{
	font-family: Century Gothic, georgia, helvetica, times, sans-serif;
	font-size: 200%;
	font-weight:normal;
	color: #334d55;
	padding: 0px;
}

h2{
 font-family: Century Gothic, georgia, helvetica, times, sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Century Gothic, georgia, helvetica, times, sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Century Gothic, georgia, helvetica, times, sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Century Gothic, georgia, helvetica, times, sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h6{
 font-family: Century Gothic, georgia, helvetica, times, sans-serif;
 font-size: 90%;
/* 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: Century Gothic, georgia, helvetica, times, sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background:url(../images/header.jpg) no-repeat top left;
	height:100%;
	background-color: #F0E8D3;
}

#masthead #tools{
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	float: right;
	padding: 0px 10px 0px 0px;
}

.t {background: url(../images/dot.gif) 0 0 repeat-x; width: 15.3em}
.b {background: url(../images/dot.gif) 0 100% repeat-x}
.l {background: url(../images/dot.gif) 0 0 repeat-y}
.r {background: url(../images/dot.gif) 100% 0 repeat-y}
.bl {background: url(../images/bl.gif) 0 100% no-repeat}
.br {background: url(../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px}

#masthead #tools #medium {font-size: 100%;}
#masthead #tools #large {font-size: 120%;}
#masthead #tools #x-large {font-size: 140%;}

#masthead #tools #accessible-tools{
	border-bottom: 1px solid #666666;
	padding: 0px 0px 5px 0px;
	text-align: right;
}

#masthead #tools #page-tools{
	padding: 0px 0px 0px 0px;
	text-align: right;
}

#navBar{
	float: left;
	width: 25%;
	margin: 0px;
	padding: 0px;
	background-color: #F0E8D3;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc; /*ie fix */
	overflow: hidden;	/*border-bottom: 1px solid #cccccc;*/
}
html>body #navBar {border-bottom: none;} /*non ie*/

#headlines{
    float: right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 0px 10px 0px 0px;
}

#content{
	padding: 0px 0px 10px 10px;
	float: left;
	width: 50%;
	font-size: 80%;
	overflow: hidden;
}

#contentwide{
  padding: 0px 0px 10px 10px;
  float: left;
  width: 70%;
  font-size: 80%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 2px 10px 5px 0px;
	border-bottom: 1px solid #CCC;
	color: #cccccc;
	background-color: #BEE0E0;
	text-align: right;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 0px 10px;
	background-color: #F0E8D3;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #CCC;
	background-color: #F0E8D3;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	/*	padding: 10px 10px 10px 10px;*/
	padding: 0px 10px 0px 0px;
	background-color: #FFFFFF;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	font-size: 90%;
	overflow: hidden;
}

#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 #F0E8D3;}

/* 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: none;/*fix*/
	font-size: 90%;
}
/* fix for browsers that don't need the hack */
html>body #sectionLinks {border-bottom: 1px solid #cccccc;}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-top: 1px solid #cccccc;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks ul li span {
	color: #333333;
	padding: 2px 0px 2px 10px;
	border-top: #cccccc 1px solid;
	display: block;
}

#sectionLinks a:hover{
	background-color: #dddddd;
	color: #FF0000;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.highred {
	color: #FF0000;
}

img.middle {
	vertical-align:middle;
}