/* **************************************************** */
/*   sIFR styles in sIFR-screen.css and sIFR-print.css   */
/* ***************************************************** */

/* ***************************************************** */
/* Global CSS Styles - These are your standard html tags */
/* ***************************************************** */

* {outline: none;}
img {border:0px; padding:0px; margin:0px;}
a:link, a:visited {text-decoration:none; color:#FEC925; }
a:hover, a:active {text-decoration:underline; color: #FEC925;}

body {
	font-family: "New York" "times new roman", serif;
	font-size: 12px;
	text-align:center;
	background-color:#003662;
  	/*margin: 5px 0px 0px 0px;*/
	/*background-color: #ccccff;*/
/*	background: url(../images/background.gif);
	width:1000px; */
}

/* ********************************************************************************** */
/* Layout CSS - these are author css styles that control the general layout structure */
/* ********************************************************************************** */
#whiterapper {
	/*position:relative;*/
    margin: 0px auto; /* centers horizontal */
	

	width: 1000px; 
	min-height: 596px;;
	background-color: #FFFFFF;
	/*padding:10px;*/
	padding:0px;

}

#container {
	margin: 0px auto; /* centers horizontal */
	width: 1000px; 
	min-height: 596px;;
	background-color:#000000;
	padding:0;
		
}
  
/* for Internet Explorer min-height */
/*\*/
* html #container {height: 596px;}
/**/

/* Header */
#header {
	position:relative;
	margin: 0px auto; /* centers horizontal */
	width:1000px;
	/*height:97px;*/
	background-color:#660000;
	border-bottom:4px solid #ffffff;
	
	
	/*background-color: #ffffff;*/
	text-align:center;
	/*background: url(../images/logobackground.jpg); */
}

#sidebar {
	width: 340px;
	float: left;
	margin:0px;
	color:#000000;
	
	/* min-height: 556px;*/
	

}

#vsbox {
font-family: "new york", "times new roman", serif;
background-color:#FFFFFF;
font-size: 14px;
color:#000000;
height:247px;
border-bottom:4px #CCCC99 solid;
padding:15px; 
line-height:1.8;
}
#vsquestion {
font-variant: small-caps;
font-size: 22px;
line-height:1.5;
}

#vsbox a:link, #vsbox a:visited  {
	text-decoration:none;
	color: #000000;
}

#vsbox a:hover, #vsbox a:active  {
	text-decoration:none;
	/*color: #0d4b7b;	*/
	color:#000000;
}

#sidebarcontact {
    clear:left;
	position:relative;
	width: 265px;
	float: left;
	margin:0px;
	padding:10px;
	text-align:center;
}

#sidebarcallout {
    min-height: 156px;
    padding: 10px 0px 10px 0px;
	/*border-right:2px solid #c9975e; */
	background-color:#E7D0A7;
	/*font-style:italic;*/
	font-family: "New York" "times new roman", serif;
    font-size: 11pt;
	color: #0d4b7b;
	background: url(../images/x.png) bottom no-repeat;
}
#moreinfobox {
	background-color:#C59861;
	padding:1px 10px 5px 10px;
	color:#ffffff;
	
}
/* Interior */
#interior {
    min-height: 380px;
    background-color:#000000;
	max-height:450px;
	
}
/* for Internet Explorer min-height */
/*\*/
* html #interior {height: 380px;}
/**/


/* seperator */
#divider {
	width:3px;
	float:right;
	 /*min-height: 556px;*/
	}
/* Content */
#content {
	width: 1000px;
	min-height: 507px;
/*	max-height:507px;*/
	overflow-y:auto;
	overflow-x:hidden;
	
	float: left;
	text-align: left;
	background-color: #660000;
	padding:0px;
	margin-left:0px;
 /* border-top:4px #CCCC99 solid;*/	/*green bar under menu*/
}
/* for Internet Explorer min-height */
/*\*/
* html #content {height: 507px;}
/**/

#intracontent {
	
	width: 618px;
	/*min-height: 170px;*/
	
	float: left;
	text-align: left;
	

	
	padding:0px;
	margin-left:0px;
 /* border-top:4px #CCCC99 solid;*/	/*green bar under menu*/
}
/* for Internet Explorer min-height */
/*\*/

/**/


#contentimage img {
	width: 613px;
	margin: 0px;
	padding: 0px;
/*	border-bottom: 2px solid #c9975e;*/
  border-bottom:4px #CCCC99 solid;	/*green bar under menu*/
	/*border-left: 2px solid #c9975e;*/
}
/* ********************************************************************** */
/* Formatting CSS - these are user css styles that control the formatting */
/* ********************************************************************** */
/* Headers & Titles */
h1 {
    font-size: 16px;
	color: #ffffff;
	margin-top: 10p;
	font-weight:bold;
}
h2 {
    font-size: 14px;
	color: #ffffff;
	margin-top: 10px;
	font-weight:bold;
}
h3 {
    font-size: 12px;
	color: #ffffff;
	margin: 0px;
	padding:0px;
	
}
.title {  
	font-family: "times new roman", serif;
	font-weight: bold;
     font-size: 20px;
	/*color:red  !important;*/
	color: #ffffff;
	padding: 10px 0px 0px 20px;
	text-align:left;
	width:90%;
	
}

#content .copy {
    font-family: "times new roman", serif;
    font-size: 14px;
	color: #FFFFFF;
	padding: 5px 20px 0px 20px;
	line-height: 1.5;
	text-align:left;
	
}

#content .homecopy {
	font-family: "times new roman", serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 5px 20px 0px 20px;
	/*line-height: 1.5;*/
	text-align:center !important;

	
}
.homecopy p:first-letter{font-size:160%;}

/* ************************************************************************** */
/* Navigation Links - these are main, utility and secondary navigation styles */
/* ************************************************************************** */

/* Main Navigation */
#mainnav {
	position:relative;
	z-index:99;
	/*clear: left;*/
    margin: 0px auto; /* centers horizontal */
	width: 1000px;
	height:94px;
	
	background-color: #660000;
	
	/*top:10px;*/
    
} 
/* Sub Navigation */
#secondarynav{
	position:relative;	
	border-bottom:2px solid #FFFFFF !important;	
	margin-top:-10px;
	margin-bottom:0px;
	
}

#subnav {
	font-family: "times new roman", serif;
	font-size:12px;
	font-weight:bold;
	line-height: 2;
	margin-left:25px;
	
}

#subnav a:link, #subnav a:visited  {
	text-decoration:none;
	color: #000000;
	padding-left:18px;
}

#subnav a:hover, #subnav a:active  {
	text-decoration:none;
	/*color: #0d4b7b;	*/
	color:#000000;
}

/* Sub Navigation ON */
#subnav .subnavon {
	background: url(../images/leftscroll.gif) no-repeat left center;
}

#subnav a:link.subnavon, #subnav a:visited.subnavon  {
	text-decoration:none;
	color: #000000;
}

/* ************* */
/* Footer CSS  */
/* ************ */

#footer {
    width:900px;
    margin: 0 auto;
		padding:4px;
    text-align:center;
/*		background-color: #c9975e;*/
}

#footer .copyright {;
    font-family: arial, verdana, sans-serif;
  	font-weight: bold;
    font-size: 10px; 
	  color: #000000;
		margin-right:10px;
}
#footer .address {
	width:300px;
	float:right;
	padding:5px 0px 0px 0px;
	font-size:9px;
	color: #9a7e68;
}

#disclaimer {
    width:900px;
    margin: 0 auto;
	padding:4px;
    text-align:left;
	font-size:9px;
	color:#9d8d89;
}

/* ********************** */
/* Form Input Fields CSS  */
/* ********************** */

input, select, option, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000000; 
}      
input.submit, input.email {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #9a7e68;
	border: 1px solid #9a7e68;
}


/*  New Gallery by DEP */
#bestvalue{
	position:relative;
	width:425px;
	margin: 0px auto;
	top: 25px;
    
}
.pict{
	border:3px solid #C9975E;
}



/* Utlity Navigation */
#utilitynav {
	margin:0 auto;
	width:300px;
	font-size:10px;
	color: #0d4b7b;
	text-align:center;
	margin-top:0px;
	padding-right:10px;

}


#utilitynav a {
	color:#FFFFFF;
	font:"Times New Roman", Times, serif;
	font-size:12px;    
	
}


/*   Image classes for RBC */
.featurepic {
	/*border-top:4px solid #cccc99;*/
	border-bottom:4px solid #ffffff;
	width:1000px;
	height:307px;
	}
.sidebarimg {
	width:362px;
	height:277px;
	border-bottom:4px solid #cccc99;
	}


/*   Form Styles */
fieldset{
	/*margin: 1em 0;
	padding:1em;*/
	margin:0;
	padding:0;
	border:0px;
	width:401px;
	left:0px;
	float:left;
	}


legend{
	color:#FFFFFF;
	font-size:18pt;
	}
label{
	text-align:left;
	margin-bottom:5px;
	color:#FFFFFF;
	font-size:12pt;
	height:10px;
	/*border:2px solid yellow;*/
	
	}
#formtable input{
	float:right;
	width:200px;
	
	}
#formtable{
	width:100%;
	
	}
	


#staff {
	margin-left:20px;
	
	}
#keypersonnel{
	/*margin-left:20px;*/
	left:0px;
	
	}
#testtable td{
	border:2px solid red;
	}

