@charset "utf-8";
/* CSS Document */

/*************************** Div ID Layout Formatting ***************************/

#wrapper {
	width: 925px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -26px;
	z-index: -2;
}
k
#wrapper #main{ 
	width: 925px;
	height: 100%;
	margin: 0 auto;
}

#wrapper #main #banner {
	width: 925px;
	height: 340px;
	background: url('../images/banner.png') no-repeat;
	
}

#wrapper #main #bannerStretch {
	widows: 925px; 
	height: 100%;
	padding-bottom: 10px;
	background: url('../images/home_fill.png') repeat-y;
}


#wrapper #main #bannerStretch h3 {
	color: #103E81;
}

#wrapper #main #bannerStretch h2 {
	font-size: 2em;
	color: #103E81;
	border-bottom: 		1px dotted #103E81;
}

#wrapper #main #bannerBottom {
	width: 925px;
	height: 35px;
	background: url('../images/banner_bottom.png') no-repeat;
}

	/*
#wrapper #main #banner #homePanel #HomeTop #HomeMain {
	width: 925px;
	height: 100%;
	background: url('../images/banner_fill.png') repeat-y;
}

#wrapper #main #banner #homePanel #HomeTop #HomeMain #HomeBottom {
	width: 925px;
	height: 22px;
	background: url('../images/banner_bottom.png') no-repeat;
}
	*/

#wrapper #main #newsStretchWrapper #newsStretchTop {
	width: 925px;
	height: 25px;
	background: url('../images/news_top.png') no-repeat;
}

#wrapper #main #newsStretchWrapper #newsStretchMain {
	width: 925px; 
	height: 100%;
	background: url('../images/news_fill.png') repeat-y;
}

#wrapper #main #newsSTretchWrapper #newsStretchBottom {
	width: 925px;
	height: 22px;
	background: url('../images/news_bottom.png') no-repeat;
}
/*
#wrapper #main #leftPanel {
	width: 140px;
	margin-left: 15px;
	padding: 5px;
	position: relative;
	top:3%;
	background: white;
	border: 1px dotted #103E81;
	float: left;
}
*/

#wrapper #main #leftPanel {
	width: 140px;
	margin-left: 16px;
	margin-top: -12px;
	padding: 5px;
	position: relative;
	top:3%;
	background: white;
	border: 1px dotted #103E81;
	float: left;
}

#wrapper #main #leftPanel #logos {
	height: 100%;
}

#wrapper #main #rightPanel {
	width: 700px;
	margin-left: 180px;
	padding-top: 20px;
	/*color: white; */

}

#wrapper #main #fromTom {
	width: 700px;
	margin: 0 auto;
	padding-top: 2px;
	padding-left: 145px;
	text-align:center;
	font-weight: bold;
	/*color: white; */

	font-size: 1.2em;
	padding-bottom: 20px;
}

#wrapper #main #additionalContent {
	width: 925px;
	height: auto;
	background: url('../images/wrapper_fill.png') repeat-y;
}
/*************************** Typography Layout Formatting ***************************/

#wrapper #main #rightPanel h3 {
	/*color: #B1D3ED;*/
	color: #103E81; 
	font-weight: bold;
	border-bottom: 1px dotted #103E81;
	/*border-bottom: 1px dotted #B1D3ED;*/
}

#wrapper #main #rightPanel p {
	padding-top: 6px;
	padding-bottom: 4px;
}

#wrapper #main #rightPanel #centerInfo h3 {
	padding-left: 8px;
}

#wrapper #main #rightPanel #centerInfo p {
	padding-left: 8px;
	text-align: left;
}

#wrapper #main #additionalContent h3, #wrapper #main #additionalContent h4 {
	/*color: #B1D3ED;*/
	color: #103E81; 
	width: 95%;
	/*border-bottom: 1px dotted #B1D3ED;*/
	border-bottom: 1px dotted #103E81;
	padding-top: 15px;
	margin-left: 15px;	
}
#wrapper #main #additionalContent h5 {
	color: #103E81; 
	padding-top: 3px;
	margin-left: 15px;	
}
#wrapper #main #additionalContent #stretcher #stretcher-info p {
	padding-top: 8px;
	padding-bottom: 4px;
	margin-left: 15px;
	width: 696px;
	
}


/*************************** #stretcher allows large content to be used ***************************/

#wrapper #main #additionalContent #stretcher {
	margin-left: 164px;
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	/*color: white; */

}

#wrapper #main #additionalContent #stretcher-top {
	width: 746px; 
	height: 43px;
	background: url('../images/stretcher_top.png') no-repeat;
}

#wrapper #main #additionalContent #stretcher-info {
	width: 746px;
	height: 100%;
	background: url('../images/stretcher_fill.png') repeat-y;
}

#wrapper #main #additionalContent #stretcher-bottom {
	width: 746px; 
	height: 21px;
	background: url('../images/stretcher_bottom.png') no-repeat;
}


/************************************ Fix these *************************************/

#wrapper #main #rightPanel table {
	width: 100%;
	margin-left: 10px;
	/*border-bottom: 1px dotted #B1D3ED;
	border-bottom: 1px dotted #103E81;*/
}

#wrapper #main #rightPanel table tr td {
	/*width: 260px;*/
	vertical-align: top;
}

#wrapper #main #rightPanel #centerInfo {
	/*border-left: 1px dotted #B1D3ED;
	border-bottom: 1px dotted #8AC0E3;*/
	width: 230px;
}


#wrapper #main #rightPanel ul {
	padding-left: 20px;
}

#wrapper #main #rightPanel #centerInfo ul li {
	font-size: 1.25em;
	list-style: square;
}

#wrapper #main #rightPanel #sideBanner {
	padding-left: 25px;
}
/***************************************************************/

/*********************** #stretcher with a table and UL *********************************/
/*#wrapper #main #additionalContent #stretcher #stretcher-info */.TableAndUL {
	margin-left: 30px;
}

/*#wrapper #main #additionalContent #stretcher #stretcher-info */.TableAndUL table tr td {
	font-size: 1.25em;
	vertical-align: top;
}

/*#wrapper #main #additionalContent #stretcher #stretcher-info*/ .TableAndUL table tr td ul {
	list-style: square;
}

/*#wrapper #main #additionalContent #stretcher #stretcher-info */.TableAndUL table tr td ul li {
	/*width: 350px;*/
}
