/* Container Styles */
/* Created November 2006 */
/* Streamlined February 2007 */
#wrapper { /* Wrapper for the whole page */
	text-align: left;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	border:0px solid blue;
	
}
#menubar { /* Container for the menubar */
	float:left;
	width:790px;
	height:42px;
	background-image:url(../../../images/bg_menu.jpg);
}
#menuitem { /* Referenced in /inc_menubar.cfm  */
	float:left;
}
#banner { /* Container for the banner at the top of the content wrapper */
	float:left;
}
.contentwrapper { /* The central container for content */
	float:left;
	text-align:left;
	padding-top:10px;
	vertical-align:top;
	border:0px solid red;		
}
#cwbg_open { /* ID for .contentpane to define the background as completely white */
	background-image:url(../../../images/bg_cwbg_open.gif);
}
#cwbg_rmenu { /* ID for .contentpane to define the background as white with gray menu on rightside */
	background-image:url(../../../images/bg_cwbg_rmenu.gif); 
}

.sngpane { /* Single pane content container */
	width:732px;
	padding:20px 40px 16px 18px;
	text-align:left;
	float:left;
}
.dblpane_l { /* Double pane content left container */
	width:357px;
	padding:20px 20px 16px 18px;
	text-align:left;
	float:left;
}
.dblpane_r { /* Double pane content right container */
	width:356px;
	padding:20px 20px 16px 18px;
	text-align:left;
	float:left;
}
.tripane_l { /* Triple pane content left container */
	width:237px;
	padding:20px 12px 16px 16px;
	text-align:left;
	float:left;
}
.tripane_c { /* Triple pane content center container */
	width:237px;
	padding:20px 12px 16px 12px;
	text-align:left;
	float:left;
}
.tripane_r { /* Triple pane content right container */
	width:238px;
	padding:20px 12px 16px 12px;
	text-align:left;
	float:left;
}
.menupane_l { /* Double pane with menu left container */
	width:560px;
	padding:20px 20px 16px 18px;
	text-align:left;
	float:left;
	border:0px solid red;
}
.menupane_r { /* Double pane with menu right container */
	width:179px;
	float:right;
	text-align:center;
	padding:16px 4px 16px 4px;
}

.pane_div { /* Dividers between multiple panes */
	width:1px;
	min-height:1px;
	margin-top:10px;
	padding:0px;
	float:left;
}
/* IDs assigning a specific divider line between panes. */
#v_dashline {
	background-image:url(../../../images/bg_v-dashline.gif);
}
#v_solidline {
	background-image:url(../../../images/bg_v-solidline.gif);
}
#v_noline {
	background-image:url(../../../images/bg_v-noline.gif);
}

.formsWrapper {
	float:left;
	width:528px;
	padding-top:20px;
}
.formsGroup {
	float:left;
	margin-bottom:10px;
}
.formsName {
	float:left;
	text-align:right;
	width:162px;
	padding:4px 0px 4px 6px;
	color:#445590;
}
.formsName > STRONG {
	color:#49506B;
}
.formsField {
	float:right;
	width:344px;
	padding:4px 6px 4px 10px;
}
.formsNotes {
	padding:0px 0px 0px 12px;
	color:#666;
	font-size:0.9em;
}
#formsNotesIndent {
	padding-left:180px;
	line-height:1.1em;
}

.footer { /* Container for the page footer */
	height:14px;
	clear:both;
	background-repeat: no-repeat;
	background-position: center;
}
/* IDs assigning a specific image to the bottom of the content container */
#footbg_open {
	background-image: url(../../../images/bg_bottomfull.gif);
}
#footbg_rmenu {
	background-image: url(../../../images/bg_bottom.gif);
}
#copyright { /* Container for the copyright information at the bottom of the page */
	width:840px;
	text-align:center;
	padding-top:24px;
	float:left;
	color:#737373; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:0.8em; 
}
