/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: normal;
	margin: auto;
	padding: 0px;
	width: 760px;
	float: none;
	background-color: #fafafa;
}
object{
	clip: rect(auto,auto,auto,auto);
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin-left: 15px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* 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: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
	font-size: 100%;
	color: #334d55;
}
.img{
	background-image: url(images/link.gif);
	background-repeat: repeat-x;
	border: 1px none #FFFFFF;
	vertical-align: top;
	text-align: center;
}

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: 10;
	padding: 0px;
	border-bottom: none #FF9900;
	width: 100%;
}

#navBar{
	margin: 0 580px 10px 0;
	padding: 0px;
	background-color: #fafafa;
	width: 172px;
}

#content{
	float:right;
	width: 580px;
	padding: 0 0px 0 0;
	background-color: #eeeeee;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.bottom{
	background-image: url(images/link.gif);
	background-repeat: repeat;
}
#content1 {
	float:left;
	width: 760px;
	padding: 0 0px 0 0;
	background-color: #FFCC00;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
}
.bottom{
	background-image: url(images/link.gif);
	background-repeat: repeat;
}
#content h3{
	padding: 5px 0px 0px 10px;
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #ffcc33;
}

#widecontent{
	padding: 0 0 10;
	filter: DropShadow(Color=#aaaaaa, OffX=4, OffY=4, Positive=1);
	background-color: #eeeeee;
}
.bottom{
	background-repeat: repeat;
}
#widecontent h3{
	padding: 4px 0px 0px 10px;
	font-size: 90%;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #FFCC00;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px;
	background-image: none;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
	background-image: url(images/link.gif);
	background-repeat: repeat-x;
}


/************* #globalNav styles **************/

#globalNav{
	color: #FFFFFF;
	padding: 5px 0px 0px;
	white-space: nowrap;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	width: 760px;
	height: 40px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-align: center;
	vertical-align: baseline;
	text-indent: 0px;
	word-spacing: 4px;

}
/* '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 {
	height: 40px;
	width: 760px;
	margin: 0px;
	font-size: 80%;
	color: #FFFFFF;
	font-weight: bolder;

}



/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 10px;
	font-size: 80%;
}
.feature p{
	text-align: justify;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	padding: 15px 15px 20px 10px;
	margin: 0;
	filter: Shadow(Color=#aaaaaa, Direction=135);
}
#tablein{
}
#tablein table{
	background-color: #FFCC00;
	border-top: 1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#tablein td{
	background-color: #FFCC00;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px none #FFFFFF;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	background-color: #eeeeee;
}
.story h3{
	padding: 30px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.story p{
	padding: 0px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}


/************* #siteLogo styles ***************/

#siteLogo{
	background-repeat: no-repeat;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 100px;
	width: 760px;
	margin: 0px;
	background-position: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#siteLogo img{
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#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 c
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
/*	margin: 0px;
	padding: 0px;
	text-indent: 10px;
	border-bottom: 1px solid #cccccc;*/

}

#sectionLinks h3{
	padding: 5px 0px 0px 10px;
	font-size: 90%;
	text-indent: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFCC33;

}

#sectionLinks a {
	font-size: 80%;
	border-top: 1px solid #cccccc;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
}

#sectionLinks a:hover{
	background-color: #dddddd;

/*	background-color: #dddddd;*/
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 50px;
	font-size: 90%;
	text-align: left;
	text-indent: 10px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	background-image: url(images/link.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.relatedLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

/************** #advert styles **************/
#adBar{
	margin: 0 79% 10px 0;
	padding: 0px;
	border: 1px none #FF9900;
}

#advert{
	padding: 0px;
	border-top: 0px none #FF9900;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#advert img{
	margin-bottom: 10px;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 0px 0px 20px;
}
#headlines h3{
	padding: 5px 0px 0px 10px;
	font-size: 90%;
	text-indent: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFCC33;
}

#headlines p{
	font-size: 80%;
	padding: 0px 0px 5px 10px;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
}
#bottom{
	margin-bottom: 10px;
}

