@charset "utf-8";
@import url("lightbox.css");
body  {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/bg.jpg);
}
.main #container { 
	width: 961px;
	margin: 0 auto; 
	text-align: left;
	background-image: url(images/copy-bg.jpg);
} 
.main #header {
	background-image: url(images/header.jpg);
	height: 108px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.main #top {
	background-image: url(images/top.jpg);
	height: 6px;
	margin: 0px;
	padding: 0px;
}
.main #topmenu {
	background-image: url(images/topmenu-bg.jpg);
	height: 84px;
}
.main #slides {
	background-image: url(images/slide-bg.jpg);
	height: 308px;
}
.main #slidewrapper {
	float: right;
	padding-top: 29px;
	padding-right: 49px;
}
.main #trackingbar {
	background-image: url(images/trackingbar.jpg);
	height: 50px;
}
.main #titlebg {
	background-image: url(images/title-bg.jpg);
	height: 70px;
}
.main #charitytext {
     float: right;
	 padding-top: 68px;
	 padding-right:125px;
	 color: #fff;
	 font-size:10px;
}
.main #header h1 {
	margin: 0;
	padding: 10px 0; 
}
.main #leftcol {
	float: left; 
	width: 230px;
}
.main #mainContent { 
	margin: 0 0 0 230px;
	padding: 0 10px;
} 
.main #copybot {
	background-image: url(images/copy-bot.jpg);
	height: 15px;
}
.main #footer {
	background-image: url(images/footer.jpg);
	height: 93px;
}
.main #footerright {
	float: right;
	padding-right: 25px;
	padding-top: 40px;
	font-size: 14px;
}
.main #footerleft {
	float: left;
	padding-left: 25px;
	padding-top: 40px;
	font-size: 14px;
}
#bot {
	background-image: url(images/bot.jpg);
	height: 21px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.blacklink {
	color: #000;
	text-decoration: underline;
}
.blacklinkbold {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
/* ----------------------------------- start top menu ----------------------------------- */
#topnavcontainer {
padding-top: 15px;
padding-right: 0px;
padding-bottom: 15px;
padding-left: 39px;
}
#topnavlist {
margin: 0;
padding: 0 0 20px 10px;
}
#topnavlist ul, #topnavlist li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}
#topnavlist a:link, #topnavlist a:visited {
float: left;
line-height: 20px;
font-weight: bold;
text-decoration: none;
color: #fff;
margin-top: 0;
margin-right: 10px;
margin-bottom: 0px;
margin-left: 8px;
letter-spacing: 2px;
}
#topnavlist a:link#current, #topnavlist a:visited#current, #topnavlist a:hover {
padding-bottom: 2px;
background: transparent;
color: #fff;
}
#topnavlist a:hover {
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #fff;
/* ---------------------------------------- end top menu ------------------------------------- */
}
.main #breadcrumbwrapper {
	float: left;
	font-size: 12px;
	padding-top: 16px;
	padding-left: 50px;
}
.main #loginname {
	float: right;
	font-size: 12px;
	padding-top: 16px;
	padding-right: 50px;
}
.greytext {
	color: #90908f;
	font-weight: bold;
}
.bluetext {
   color: #0a458a;
   font-weight: bold;
}
.bluelink {
	color: #0a458a;
	font-weight: bold;
	text-decoration: none;
} 
.whitelink {
     color: #fff;
	 text-decoration:none
}
.pinktext {
    color: #ff106f;
	font-weight: bold;
}
.main #title {
	color: #000;
	font-weight: bold;
	font-size:18px;
	padding-top: 27px;
	padding-right: 50px;
	float: right;
}
/* ----------------------------------- start sub menu ----------------------------------- */
#navcontainer2 {
	width: 200px;
	padding-left: 15px;
}
#navlist2 {
	width: 200px;
	margin: 0;
	padding: 0;
}
#navlist2 li {
	list-style: none;
	background-image: url(images/menubg.gif);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	line-height: 30px;
}
#navlist2 li a {
	text-decoration: none;
	color:#CC0033;
	font-size: 13px;
	font-weight: bold;
}
#navlist2  a:link, .navlist2 a:visited {
	color: #CC0033;
	font-size: 13px;
	font-weight: bold;
}
#navlist2 a:hover {

    color: #0a458a;
    text-decoration: none;
	font-size: 13px;
	font-weight: bold;
/* ----------------------------------- end sub menu ----------------------------------- */
}
.main #gallery {
	height: 300px;
	width: 400px;
	border: 2px solid #000;
	background-color: #000;
}
p {
	margin: 5px;
	padding: 5px;
}
.linediv {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	width: 660px;
}
/* ----------------------------------- start form CSS ----------------------------------- */
label,input {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
	padding-left: 10px;
}
label,textarea {
	display: block;
	width: 230px;
	float: left;
	margin-bottom: 10px;
	padding-left: 10px;
}
label {
	text-align: left;
	width: 200px;
	padding-left: 10px;
}
label.hidden {
	position: absolute;
	left: -1600px;
}

.button {
	cursor: pointer;
	width: 100px;
}
form {
	margin: 0px;
	padding: 0px;
}
/* ----------------------------------- end form CSS ----------------------------------- */
.bigbold {
	font-size: 20px;
	font-weight: bold;
}
.floatright {
	float: right;
	padding-right: 8px;
}
.floatleft {
	float: left;
}
.side_right {
	width:720px;
	height: 100%;
	overflow:hidden;
	background-image: url(images/backBar.gif);
}
.side_right ul,.side_right li{
	list-style-type: none;
	float:left;
	clear: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
.side_right li a{
	display:block;
	width:220px;
	height:250px;
	vertical-align: middle;
}
.pinklink {
	color: #ff106f;
	font-weight: bold;
	text-decoration: none;
}
a 
{
 color:Black;	
}
