/*
// $Id: wrapper.css,v 1.18 2011/06/14 05:51:22 karenk Exp $
// $Revision: 1.18 $
// $Author: karenk $
//
// $Log: wrapper.css,v $
// Revision 1.18  2011/06/14 05:51:22  karenk
// add email form - still need new GO image
//
// Revision 1.17  2010/07/09 22:47:23  brianl
// *** empty log message ***
//
// Revision 1.16  2010/07/09 22:42:42  brianl
// *** empty log message ***
//
// Revision 1.15  2010/07/09 22:30:08  brianl
// TT #23947: Added the quick links section, enlarged footere and menu text.
//
// Revision 1.14  2010/06/10 00:01:50  karenk
// fix alignment of state field
//
// Revision 1.13  2009/07/28 23:41:38  karenk
// tighten up form
//
// Revision 1.12  2009/07/06 22:56:06  karenk
// update donations form
//
// Revision 1.11  2009/05/12 16:15:50  karenk
// finish quicklinks section
//
// Revision 1.10  2009/05/11 20:41:14  karenk
// create new homepage right side nav section quicklinks
//
// Revision 1.9  2008/10/13 20:53:17  karenk
// change form
//
// Revision 1.8  2007/09/19 07:23:33  dennisc
// Updated footer with address and phone number
//
// Revision 1.7  2007/08/22 23:39:26  dennisc
// Gradient background changes
//
// Revision 1.6  2007/08/21 16:51:54  dennisc
// Updated background image and wrapper per designer.
//
// Revision 1.5  2007/07/27 19:21:15  dennisc
// Changed the left nav to use the raw URL and fixed the FAQ
//
// Revision 1.4  2007/07/25 16:48:44  dennisc
// *** empty log message ***
//
// Revision 1.3  2007/07/25 12:46:38  dennisc
// Initial check-in of content groups, popup wrapper and left nav
//
// Revision 1.2  2007/07/19 04:41:23  dennisc
// Secondary page wrapper and asset changes.
//
// Revision 1.1  2007/07/12 17:38:05  dennisc
// Initial build out of templates and wrapper.
//
// Revision 1.2  2007/07/12 02:04:26  dennisc
// Start of the wrapper and initial build.
//
//
//
*/
body 
{
	margin-top: 0px;
	background-color: #ffffff;
	background-image: url(/Shaw/SiteBase/wrap/theme0/images/shaw.bkd.gif);
	background-repeat: repeat-x;
	background-color: #5C5F68;
}
	
#containerHeader 
{
	width: 635px;
	height: 95px;
	background-image: url(/Shaw/SiteBase/wrap/theme0/images/header.bg.jpg);
	background-repeat: no-repeat;
}

#headerDiv {
position: relative;
margin: 0;
padding: 0 4px 4px 0;
}
#headerDiv a {
margin: 0;
padding: 0;
}

#containerBody 
{
	width: 847px;
	height: auto;
}

#homeSearchBar
{
	width: 847px;
	height: 48px;
	background-image: url(/Shaw/SiteBase/wrap/theme0/images/index.header.title.gif);
	background-repeat: no-repeat;
}

#secondarySearchBar
{
	width: 597px;
	height: 52px;
	background-repeat: no-repeat;
}

#homeContentAreaLeft
{
	width: 534px;
	height: 228px;
	background-color: #E8E7E6;
	padding: 20px 50px 20px 15px;
		
}

#QuickLinks { margin:25px 0px 0px 50px; padding:0px; width:130px; }
#QuickLinks img { border:0px; }


#secondaryContentAreaLeft
{
	width: 250px;
	background-color: #D2D5D6;
	background-image: url(/Shaw/SiteBase/wrap/theme0/images/subnav.bg.gif);
	background-repeat: repeat-x;
}

.secondaryLevelNavOff
{
	background-color: #DFE0E2;
	background-image: url(/Shaw/SiteBase/wrap/theme0/images/subnav.bar.gif);
	background-repeat: no-repeat;
	width: 226px;
	height: 20px;
	font-family:Arial, helvetica, Sans-Serif;
	font-size: 12px;
	color: #8A8D92;
	font-weight: bold;
	text-decoration: none;
}
.secondaryLevelNavOff a:link
{
	font-family:Arial, helvetica, Sans-Serif;
	font-size: 12px;
	color: #8A8D92;
	font-weight: bold;
	text-decoration: none;
}
.secondaryLevelNavOff a:visited
{
	font-family:Arial, helvetica, Sans-Serif;
	font-size: 12px;
	color: #8A8D92;
	font-weight: bold;
	text-decoration: none;
}
.secondaryLevelNavOff a:hover
{
	font-family:Arial, helvetica, Sans-Serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
.secondaryLevelNavOff a:active
{
	font-family:Arial, helvetica, Sans-Serif;
	font-size: 12px;
	color: #8A8D92;
	font-weight: bold;
	text-decoration: none;
}

.secondaryLevelNavOn
{
	background-color: #3A90CD;
	width: 226px;
	height: 20px;
	font-family:Arial, helvetica, Sans-Serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
}
.secondaryLevelNavOn a:link
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
}
.secondaryLevelNavOn a:visited
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
}
.secondaryLevelNavOn a:hover
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
}
.secondaryLevelNavOn a:active
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
}

.thirdLevelNav
{
	width: 226px;
	height: 20px;
	font-family:Arial, helvetica, Sans-Serif;
	font-size: 12px;
	color: #3A90CD;
	font-weight: bold;
	text-decoration: none;	
}
.thirdLevelNav a:link
{
	color: #3A90CD;
	font-weight: bold;
	text-decoration: none;	
}
.thirdLevelNav a:visited
{
	color: #3A90CD;
	font-weight: bold;
	text-decoration: none;	
}
.thirdLevelNav a:hover
{
	color: #3A90CD;
	font-weight: bold;
	text-decoration: underline;	
}
.thirdLevelNav a:active
{
	color: #3A90CD;
	font-weight: bold;
	text-decoration: none;	
}

#secondaryContentAreaRight
{
	width: 597px;
	background-color: #E8E7E6;
}

#homeMoreBox
{
	position: absolute;
	width: 534px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	font-family: Times, Times New Roman, Serif;
	font-size: 14px;
	line-height: 26px;
	color: #556b84;
	padding-left:10px;
	margin-left: -4px;
}

#footer
{
	width: 847px;
	height: 20px;
	background-color: #4C5F65;
	background-image: url(/Shaw/SiteBase/wrap/theme0/images/footer.stretch.jpg);
	background-repeat: repeat-x;
}

.createdBy
{
	font-family: Times, Times New Roman, Serif;
	font-size: 13px;
	line-height: 16px;
	color: #9FA2AB;
}
.createdBy a:link 
{
	text-decoration: none;
	color: #9FA2AB;
}
.createdBy a:visited 
{
	text-decoration: none;
	color: #9FA2AB;
}
.createdBy  a:hover 
{
	text-decoration: underline;
	color: #9FA2AB;
}
.createdBy  a:active 
{
	text-decoration: none;
	color: #9FA2AB;
}

#restrictedGiftInterestDiv {
	visibility: hidden;
}



/* QUICK LINKs NAV */

#homeContentAreaRight
{
	width: 248px;
	height: 228px;
	background-color: #ffffff;
	background-image: url(/Shaw/SiteBase/wrap/theme0/images/quicklinks.background.gif);
	background-repeat: repeat-y;	
}
#quicklinksTopTD {
	width: 248px;
	height: 25px;
	background-color: #ffffff;
	background-image: url(/Shaw/SiteBase/wrap/theme0/images/home.bg.gif);
	background-repeat: repeat-x;
}

#quicklinksNav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#quicklinksNav .imgTitle {
	margin: 5px 0px 5px 10px;
}

#quicklinksNav ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	border-top: solid 1px #ffffff;

}

#quicklinksNav li {		
	border-bottom: solid 1px #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #74767a;
	vertical-align: middle;
}
.qlBullet {
	padding: 0px 10px 0px 10px;
}

#quicklinksNav a {
	padding: 0px 3px 0px 3px;
	margin-bottom: 1px;
	display: block;
	color: #41a1d5;	
	font-size: 13px;
	font-family: Times New Roman;	
	font-weight: bold;		
	text-decoration: none;
	text-align: left;
	line-height: 23px;
}	


#contactform {}

#contactform .fieldHeader {
	padding: 0;
	margin: 10px 10px 0 5px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	clear: both;	
	font-size:larger;
}
#contactform .formField {
	padding: 0;
	margin: 10px 0 10px 5px;
	clear: both;

}
#contactform .formField:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

#contactform .fieldName {
	padding: 0;
	margin: 0;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	float: left;
	width: 150px
}
#contactform .fieldValue {
	padding: 0;
	margin: 0;
	vertical-align: top;
	text-align: left;
}

#contactform .fieldNameLeft {
	padding: 0;
	margin: 0;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}
#contactform .fieldValueLeft {
	padding: 0;
	margin: 0 0 0 150px;
	vertical-align: top;
	text-align: left;
}
#contactform .fieldValueIndent {
	padding: 0;
	margin: 0 0 0 25px;
	vertical-align: top;
	text-align: left;
}
#contactform .fieldNameWide {
	padding: 10px 0 20px 0;
	margin: 0;
	vertical-align: top;
	text-align: left;
}

#contactform input {
	margin: 0 5px 5px 0;
	font-weight: normal;
}
#contactform select {
	margin: 0 5px 5px 0;
	font-weight: normal;
}
#contactform .trap {
	display: none;
}

#ccoptin {
display: inline;
margin-right: 10px;
}
#ccoptinEA {
width: 155px;
height: 20px;
}
