/* Layout Stylesheet */ 



body {
	cursor: default;
	margin: 0px;
	background: #331604;
	text-align: center;
}


.wrapper { 
	margin: 0 auto;
	width: 615px;
	padding: 0px; 
	text-align: left;	
}

.top {
	height:45px;
	margin: 0px;
	padding: 0px;
	width: 615px;
	background-image: url(../../images/rfpc_images/top.jpg);
	background-repeat: no-repeat;
 }

.header {
	height: 156px;
	background-image: url(../../images/rfpc_images/header-bg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}



	.top_info_left {
	float: left;
	width: 45%;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin: 0px;
	}

	.top_info_right {
	float: right;
	padding: 0;
	margin: auto;
	}

#box{
	width: auto;
	border:medium double #D4CBAE;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #F5EFE0;
	background-image: url(../../images/RFPC_images/box-bg.gif);
	background-repeat: repeat;


}


#box-title{
	color: #877159;
	text-align: left;
	font-size: 1.7em;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	font-variant: normal;
	width: auto;
	margin: 0px;
	line-height: 1.2em;
	padding-left: 3px;
	background-image: url(../../images/RFPC_images/title-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
}


#box-content{
	margin: 0px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #D4CBAE;
}

#box-content p {
	margin: 0px;
	font-size: 0.9em;
	line-height: normal;
	padding: 3px;
}


#search-box{
	width: auto;
	border:medium double #D4CBAE;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	background-color: #F5EFE0;
	background-image: url(../../images/RFPC_images/box-bg.gif);
	background-repeat: repeat;


}


#search-box-title{
	color: #877159;
	text-align: left;
	font-size: 1.7em;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	font-variant: normal;
	width: auto;
	margin: 0px;
	line-height: 1.2em;
	padding-left: 3px;
	background-image: url(../../images/RFPC_images/title-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
}


#search-box-content{
	margin: 0px;
	padding: 5px;
	width: auto;
	position: relative;
	height: auto;
}



#content-wrapper {
	height:auto;
	background-image: url(../../images/RFPC_images/content-wrapper-bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	width: 100%;
	position: relative;
	text-align: center;
 }


#content-top {
	height:30px;
	background-image: url(../../images/RFPC_images/content-top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	position: relative;
	width: 100%;
	padding: 0px;
	line-height: normal;
 }

#content-bottom {
	height:10px;
	background-image: url(../../images/RFPC_images/content-bottom.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
		clear: both;
 }
 
#bodyblock {
	margin: 0px;
	background-image: url(../../images/RFPC_images/content-wrapper-bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
	height: auto;
	padding: 0px;
	width: auto;

 }

	#content {
	text-align: left;
	height: auto;
	width: auto;
	border: 0px solid #000000;
	background-repeat: no-repeat;
	background-image: url(../../images/RFPC_images/content-bg.jpg);
	float: left;
	background-position: center top;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	}

	#sidebar {
	float: right;
	width: 200px;
	border: 0px dashed #AEA794;
	text-align: left;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-left: 10px;
	margin-right: 5px;
	margin-top: 10px;
	}

#bottom {
	padding: 0px;
	background-image: url(../../images/RFPC_images/bottom.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	width: 615px;
	text-align:center;
color: #877159;
 }
#bottom p{
	font-size: 0.8em;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
 }
 
#footer-wrapper {

	margin:0px;
	background-image: url(../../images/RFPC_images/content-bottom.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0px;
	clear: both;
	height:57px;
 }
 
#footer {
	text-transform: lowercase;
	text-align:center;
color: #877159;
	margin:0px;
	padding-top: 20px;
	width: 615px;
	font-size: 0.8em;
	font-weight: normal;
	font-variant: normal;
 }
 



		#footer li {
			display: inline;
			padding: 0 1em 0 0;
		}

#footer a {
font-size: 1em;
font-weight: normal;
font-variant: normal;
color: #877159;
} 


#footer a:visited {
	color: #877159;
}
#footer a:active {
	color: #877159;
}
#footer a:hover {
	color: #877159;
}
 
.clearer {
	clear: both;
	font-size: 1px;
}


.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}



#profile {
	height:auto;
	margin: 0px;
	background-image: url(../../images/RFPC_images/content-wrapper-bg.jpg);
	background-repeat: repeat-y;
	width: 535px;
	text-align: center;
 }






/* text Stylesheet */ 

body {
	font: 0.9em Tahoma, sans-serif; 
	color: #555555;
}


A:link {
	COLOR: #CCCC66; text-decoration: none
}
A:visited {
	COLOR: #CCCC66; text-decoration: none
}
A:active {
	COLOR: #FF6600; text-decoration: none
}
A:hover {
	COLOR: #FF0101; text-decoration: underline
}

h1 {
	text-align: left;
	font-size: 30pt;
	line-height: normal;
	font-family: "Times New Roman", Times, serif;
	margin-right: 0.2em;
	margin-left: 0.2em;
	text-transform: uppercase;
	font-weight: lighter;
	margin-top: 0em;
	margin-bottom: 0em;
	padding: 0px;
}

h2 {
	color: #877159;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	width: auto;
	font-size: 1.6em;
	line-height: 1.0em;
	height: auto;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}



h3 {
	line-height: 1em;
	font-size: 1em;
	font-weight: bold;
	color: #2D2E30;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
}


h4 {
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
	border: 1px dotted;
	line-height: 2em;
	margin: .5em 0;
}

h5 {
	color: #fff;
	background: #269900;
	text-indent: 0.5em;
	font-size: 1.1em;
	font-variant: small-caps;
	margin-top: 2em;
}
#header_box {
	margin: 0px;

	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}


.header-text1 {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding: 0px;
	width: auto;
	font-variant: normal;
	font-size: 3em;
	line-height: 1em;
	height: auto;
}


.header-text2 {
	color: #877159;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	width: auto;
	font-size: 1.6em;
	line-height: 1em;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}



.blue {
	color: #2D2E30;
	}




img {
	border: 0;
}


#content{
	line-height:14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #555555;
}

#content p {
	color: #555555;
	margin: 5px;
	padding: 10px;
}

	
#content a {
	COLOR: #726B58; text-decoration: underline
}

#content a, #content a:visited {
	COLOR: #726B58; text-decoration: underline
}

#content a:hover {
	COLOR: #726B58; text-decoration: underline
}	
	
	
		#footer li {
			display: inline;
			padding: 0 1em 0 0;
		}

		#footer a {
			color: #fff;
		}
		
	#clear {
	clear: both;
	}		

.pageName {
color:gold;
font-style:italic;
}


.nav {
	background-image: url(../../images/rfpc_images/vert-line.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-size: 1.3em;
	line-height: 1.3em;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
	margin-top: 25px;
	margin-right: 85px;
	margin-bottom: auto;
	margin-left: auto;
	padding-left: 15px;
}




.nav a {
	padding-left: 8px;
	margin-left: 5px; /* or use height (tricks IE into letting you click anywhere on the block, not just the text */
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #877159;

}

.nav a:link {
	padding-left: 8px;
	margin-left: 5px; /* or use height (tricks IE into letting you click anywhere on the block, not just the text */
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #877159;
}
.nav a:visited {
	color: #877159;
}
.nav a:active {
	color: #666666;
}
.nav a:hover {
	color: #666666;
}


.date {
padding:6px 10px 0px 0px;
font-size:10px;
font-weight:bold;
text-align:right;
background-color:#2E8A32;
height:29px;
color:white;
}

.breadcrumbSeparator {font-family:arial;color:#FFFFFF;font-size:9px;font-weight:normal;}





#feature_box {
	width:170px;
	border:1px solid #AEA794;
	padding:5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #EBE0B0;
}

#feature_content {
	background-color: #FFFFFF;
	border: 1px solid #ADA694;
	margin: 5px;
}

#feature_box h4 {
	padding-left:5px;
	margin-top:0px;
	margin-bottom:5px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #A91B05;
	background-color: #F2E9CA;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#feature_box p {
	color: #555555;
	padding: 5px;
}



#feature_box2 {
	width:170px;
	border:1px solid #AEA794;
	padding:5px;
	background-color: #9F784D;
}

#feature_box2 h4 {
	padding-left:5px;
	margin-top:0px;
	margin-bottom:5px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #A91B05;
	background-color: #F2E9CA;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#feature_box2 p {
	margin: 2px;
	padding: 5px;
	line-height: 1.2em;
	font-size: 0.9em;

}
#pubs {
}

#pubs table{
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#pubs th{

}

#pubs h3{
	line-height: 1.5em;
	color: #2D2E30;

}

.pubs_list { 
  margin-left: 20px;
  padding-left: 0;
  list-style: none;
} 

.pubs_list li { 
  padding-left: 10px;
  background-image: url(../../images/rfpc_images/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height:18px;
}

#pubs a:link {
	color: #877159;
	text-decoration: none;
}
#pubs a:visited {
	color: #877159;
	text-decoration: none;
}
#pubs a:active {
	color: #666666;
}
#pubs a:hover {
	color: #2D2E30;
	text-decoration: underline;	
}
