
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #C06A0C;
	text-align: center;
}

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;
}
hr {padding: 0px;
	margin:0px;}
h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #333333;
}

h2{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #666633;
	text-align: right;
	vertical-align: top;
	padding-bottom: 10px;
	font-weight: normal;
}

h3{

 color: #666666;
}

h4{
padding-top: 10px;
 font-size: 115%;
 font-weight: bold;
 color: #993300;

margin-bottom: 10px;
padding-right: 25px;
}

h5{
	font-size:110%;
	color: #993300;
	font-weight: bold;
	margin: 4px 0px 5px 0px;
	padding: 25px 0 5px 0px;
	width: 150px;

	border-bottom: 1px solid #d8d8b1;
}

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: 960px;
	height: auto;
	background-image: url(images/development/bg.gif);
	background-color: #00CC33;
	display: block;
	overflow: hidden;
	}
#masthead{
	padding: 0px 0px;
	width: 100%;
	height: 108px;
	text-align: left;
	background-image: url(images/development/head.jpg);
	background-repeat: no-repeat;
}


#navBar {

	width: 185px;
	text-align: left;
	float:left;


	

	}


#content{
	width: 72%;
	height:100%;
	padding: 0 25px 0 5px;
	border-left: 1px dotted #eeeeee;
	float:right;

	}


/***********************************************/
/*Component Divs                               */
/***********************************************/
.top {
	height: 124px;
	background-image: url(images/development/home1_r1_c5.jpg);
	background-repeat: repeat-x;
}
#topContact {
	font-size: 2%;
	margin-right: 15px;
	margin-top: 5px;
	width: 2%;
	float: right;
	color: #ffffff;
	text-align: right;
	background-image: url(images/development/home1_r1_c5.jpg);
	}

#topContact a {


}
#topContact a:hover {

}
.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{

}


/************* #globalNav styles **************/
#globalNav2{
	color: #000000;
	padding: 0px 0px 0px 5px;
	white-space: nowrap;
	width: 100%;
	text-align: right;
	position: absolute;
	top:100px;
	right: 25px;

}
#globalNav2 a {
	font-size: 75%;
	padding: 0px 10px 0px 4px;
	color: #666699;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
}

#globalNav2 a:hover {
	color: #FF6600;
	font-weight: bold;
}

#globalNav{
	color: #000000;
	padding: 5px 25px 5px 10px;
	white-space: nowrap;
	width: 960px;
	height:29px;
	text-align: right;
	background-image: url(images/development/global.jpg);
		background-repeat: no-repeat;
}
/* '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: 75%;
	padding: 0px 10px 0px 4px;
	color: #d8d8b1;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
}

#globalNav a:hover {
	color: #c06a0c;
	font-weight: bold;
}
#globalNav h3{
	text-align: right;
	vertical-align: top;
	color: #ffffff;
	padding-right: 40px;
}
/************* #breadCrumb styles *************/

#breadCrumbs {
	position: relative;
	font-size: 80%;
	padding: 5px 0px 5px 10px;
	color: #666633;
	margin-top: -4px;
	width: 100%;
	text-align: center;
	
	border-right: 1px solid #999999;
	border-left: 2px solid #999999;
}

#breadCrumbs a {
	color: #ffffff;

}
/************** .feature styles ***************/

.feature{
	padding: 0px 20px 10px 0px;
	font-size: 75%;
	text-align: left;
	margin-top:10px;
}
.feature h2{
	padding-top:25px;
	} 
.feature h3{
	padding: 15px 0px 5px 0px;
	text-align: center;
}

.feature a:link {
	color: #666633;
	
}
.feature a:visited {
	color: #666633;
	
}
.feature a:active {
	color: #666633;
	
}
.feature a:hover {
	text-decoration: none;
	color: #cc0000;
}
.feature img{
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
.ftable {
	font-size: 100%}
/* adjust margins to change separation between the feature image and text flowing around it */
.rightSideBarA {
	display: inline;
		position: relative;
		width: 200px;
		float: right;padding: 5px;
		font-size:90%;}
		
	.rightSideBarB {
	display: inline;
	position: relative;
		width: 150px;
		float: right;padding: 5px;font-size:90%;}	
		
		.rightSideBarB img{
			float:none;display: inline;}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 0px 0px 0px;
	font-size: 70%;
		text-align: left;
}
.story h3{
	padding: 0px 0px 5px 0px;
	text-align: center;
}

.story h2{
	padding: 2px 0px 2px 0px;
	text-align: center;
	font-weight: bold;	
	height: 24px;
	
}
.story p{
  padding: 0px 0px 1px 0px;
}
.story a:link {
	color: #666633;
	
}
.story a:visited {
	color: #666633;
	
}
.story a:active {
	color: #666633;
	
}
.story a:hover {
	text-decoration: none;
	color: #cc0000;
}
.story img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/************* #siteInfo styles ***************/

#siteInfo {
	position:relative;
	font-size: 75%;
	color: #cccccc;
	text-align: center;
	width: 960px;
	height:62px;
	background-image: url(images/development/siteInfo.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	vertical-align: bottom;
	float: none;
	clear: both;
}




/* 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;
}

#bottom {
	width: 150px;
	text-align: center;	
	postion: relative;
	margin-top: 50%;
}

/************* #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;
}




/*********** #sectionLinks styles ***********/

	.sectionlinks {	position:relative;
		} 
	
		.sectionlinks a {
			color: #666633;
			border-bottom: 1px solid #d8d8b1; 
			display: block;
			margin-left: 30px;
			padding: 5px 0px 5px 0px;
			width: 150px;
			text-decoration: none;
			font-size: 70%;
			}
			
		
.sectionlinks a:hover{
			
			color: #999999;
			
			display: block;
			}
			
					
		
		.relatedlinks a{
			padding-left: 25px; 
			padding-top: 2px;
			padding-bottom: 2px;
			width: 130px;
			font-size:70%;
			}	
	
		.relatedlinks a:hover{			
					
			color:#cccccc;
			border-bottom:1px solid #cccccc;}








/*********** .relatedLinks styles ***********/


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/
	.leftSideTop {

	font-size: 60%;
	color: #993300;
	font-weight: bold;
	margin: 4px 0px 5px 15px;
	padding: 5px 0 5px 2px;
	width: 150px;

	border-bottom: 1px solid #d8d8b1;
	
		}	
.leftSide {	
	margin-left: 18px;
	font-size: 60%;

	width: 150px;
}
.indent {
	padding-left: 10px;}
.mini {font-size:70%;
}

#toppage {
	background-color: #FFFFFF;
		color: #000000;
	border: 1px solid #CCCCCC;
	font-size:90%;
	margin-bottom: 10px;
	width: 1008px;
}
#bottompage {
	margin-top: 10px;
	width: 1008px;
	background-color:#ffffff;
	color: #000000;
	font-size: 90%;
	text-align:center;}
	
	* html .visualIEFloatFix { height: 0.01%; }
