/*
	Main.css


*/

body { margin: 0px; padding: 0px; }


.pop-header {

	width: 405px;
	height: 310px;	
	background: url(../images/popup-headerbg.jpg) no-repeat;
}

.pop-middle {
	width: 405px;
	height: 40px;
	background: url(../images/popup-signup-text.jpg) no-repeat;
}

.pop-bottom {

	width: 405px;
	height: 99px;
	background: url(../images/popup-bottom.jpg) no-repeat;

}

.popup-name-email{

	margin-left: 40px;
	padding-top: 5px;
	
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	
}

.popup-text {
	width: 170px;
	float: left;
}

.popup-field {
	width: 161px;
	height: 23px;
	background: url(../images/popup-textfield.jpg) no-repeat;
	padding-top: 4px;
	padding-left: 7px;
}

input.popup {
	border: 0px;
	font-size: 10px;
	width: 145px;
}

.border { border: 1px solid red; }

.header {

	width: 980px;
	height: 80px;
	background: url(../images/header-bg.jpg) no-repeat;
}

.menu {

	width: 980px;
	height: 36px;
	background: url(../images/menubar-bg.jpg) no-repeat;
		
}

.menulist {
	padding-right: 8px;
	background: url(../images/menu-divider.jpg) no-repeat 100% 0;
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	overflow: none;
	float: left;
	
	margin-left: 5px;
}

.menulist a{
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
}


.Clear {
	clear: both;
	
}

.left-container {
	width: 159px;
	height: auto;
}

.right-container {
	width: 159px;
	height: auto;
	margin-left: 2px;
}

.center-container {
	width: 558px;
	height: auto;
}

.center-textarea {
	padding-top: 15px;
	padding-left: 45px;
	padding-right: 50px;
	
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #0f3363;
}

.main-container {
	padding-top: 2px;
	width: 980px;
	height: auto;
}

.main-container-bg {
	width: 879px;
	height: auto;
	background: url(../images/main-blue-container.jpg) repeat;

}

.main-center-bottom {
	width: 879px;
	height: 37px;
	background: url(../images/main-white-bottom.jpg) repeat;
}

.main-bottom {
	width: 879px;
	height: 199px;
	background: url(../images/main-bottom.jpg) repeat;
}

.footlink  {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.footlink  a { color: #ffffff; text-decoration: none; }
.footlink  a:hover { color: #78aadf; }

.right-text-links {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 8px;
	padding-right: 8px;
}

.right-text-links  a {
	color: #ffffff;
}

.right-text-links  a:hover {
	color: #78aadf;
}

ul { font-weight: bold; }
li { 
	list-style-image:url(../images/icon-check.jpg);
	padding-left: 8px;
	padding-bottom: 4px;
}

li.nocheck { 
	list-style-image: none;
	padding-left: 8px;
	padding-bottom: 4px;
}

a.redlnk { color: red; text-decoration: none; font-weight: bold;}

.style1 {
	color: #003399;
	font-weight: bold;
}

.img_charities {
border: #003399 2px solid;
}
