
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	font-family: Arial,sans-serif;

	color: #333333;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/development/home_backTop.jpg);
	background-repeat: repeat-x;

}

a:link {
	color: #666633;
	
}
a:visited {
	color: #666633;
	
}
a:active {
	color: #666633;
	
}
a:hover {
	text-decoration: none;
	color: #cc0000;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #333333;
}

h2{
	font-size: 200%;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	color: #666633;
padding: 15px 0 2px 2px;
	text-align:center;

}

h3{
 font-size: 70%;
 color: #666666;
}

h4{
 font-size: 100%;
	font-weight: bold;
 color: #53537B;
	width: 100%;

}

h5{
	font-size: 100%;
	color: #666699;
	font-weight: bold;
	margin: 14px 0px 0px 0px;
	padding: 5px 0 5px 2px;
	border: 1px solid #666699;
	background-color: #b5b5cd;
}

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                                 */
/***********************************************/
#container {
	width: 1000px;
	background-image: url(images/development/home_back.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
	}
#masthead{

}
 
 
#navBar{ 
	float: left;
	width: 250px;
	margin-top: 200px;


}
 
#content{
	float: right;
	margin-top: 20px;
	width: 700px;
	padding-right: 25px;

	}


/***********************************************/
/*Component Divs                               */
/***********************************************/

.siteName {
	font-size: 1%;
	color: #ffffff;
	visibility: hidden;
	}

.siteName hr {
	display: block; 
	clear: left;
 	margin: -0.66em 0;
  	visibility: hidden;
	}
.clearer {clear: left; line-height: 0; height: 0;}


.siteName img {
	float: left;
	visibility: visible;
	margin-left: -24px;
}
/* adjust margins to change separation between the feature image and text flowing around it */
/*************** #pageName styles **************/

#pageName{
	font-size: 120%;
	color: #666633;
	text-align: right;
	vertical-align: top;
}


/************* #globalNav styles **************/
#globalNav{
		position: relative;
margin: 100px 25px 0px 0px;
	color: #000000;
	padding: 0px 0px 0px 5px;
	white-space: nowrap;
	width: 100%;
	text-align: right;

	width: 1000px;

}
#globalNav a {
	font-size: 75%;
	padding: 0px 10px 0px 4px;
	color: #666699;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
}

#globalNav a:hover {
	color: #FF6600;
	font-weight: bold;
}


/* '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;
}

/************** .feature styles ***************/

.feature{
	font-size: 100%;
	color: #2E175E;
}

.feature3{
		font-size:80%;
	color: #2E175E;}
.feature img {
	float:right;
	}
.feature3 img {
	float:right;
	}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	font-size: 90%;
	color: #6633CC;
}

/************* #siteInfo styles ***************/

#siteInfo {
	width: 1000px;
	height: 24px;
	position: relative;
	margin-top: -1px;
	border: 1px solid #666699;
	text-align: center;
	font-size: 10px;
	background-color: #b5b5cd;
	vertical-align: middle;
}




/* 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{

}



/*********** #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 */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	margin-top: 0px;
	width: 100%;
	margin-right: 2px;
	line-height: 1.35;
	display: block;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #cccccc;
	text-decoration: none;
	display: block;
	color: #666633; 
}



#sectionLinks a:hover{
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #666699;
	color: #999999;
	text-decoration: none;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #headlines styles **************/

.headlines{
	font-size: 70%;

}


.style7 {
	font-size: 70%;
	}
.style8 {
	font-size: 70%;
	}