/* CSS Document */

/*
//
// primary styles
// Author: DataSetGo
// Date: 2006/04/18
//
/////////////////////////////////////// */



/* Global Styles
/////////////////////////////////////// */
body {
	font: 14px/18px "trebuchet ms", arial, sans-serif;
	background: #e9e9e9;
	color: #333;
	margin: 0;
	padding: 0;
}

.inline {
	display: inline;

}
.error {
	font-weight: bold;
	font-size: 11px;
	color:#D63012;

}
.note {
	font-size: 12px;

}
a:link {
	color: #991E1E;
}

a:visited {
	color: #991E1E;
}

a:hover {
	color:#FF0000;
}

a:active {
	color: #FF0000;
}

h1 {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 22px;
	color: #666;
}

h2 {
	font-size: 18px;

	margin-top: 16px;
	color: #000000;
}

h3 {
	font-size: 14px;
	
	margin-top: 24px;
	color: #364727;
}

#main_container {
	width: 800px;
	margin: 0 auto 0 auto;
	background: url(images/container.png) repeat-y;
	padding-bottom: 30px;
}

#container {
	width: 752px;
	margin: 0 auto 0 auto;
}
#topbanner {
	position: relative;
	left: 10px;

}
#header {
	height: 168px;
	/* padding-left: 0px; */
	background-color: #ccc;
}
#header_content {
	margin-left: 1px;	
}
#content {
	 margin-top: -2px;
     margin-left: 24px;

     width: 700px;
	 text-align:justify
}

/*   Email Signup Form   */

#email_form {
	position: relative;
	top: -7px;
	margin-right: 12px;
	height:33px;
	width: 451px;
	/* background: url(images/bar3.jpg) center no-repeat; */

}
#email_form table {
	margin-top: 4px;

}
#email_form table td {
	vertical-align: top;
}
form#email_signup_form input {
	border: 1px #666666 solid;
	font-size: 12px;
	
}
form#email_signup_form input.textfield {
	color:#BC8E8D;
	text-align: center;

}
form#email_signup_form input.submit {
	position: relative;
	top: 1px;
	font-size: 12px;
	
}

/* Nav bar items */

#nav {
	
	height: 40px;
	background: #fff url(images/nav4.jpg) no-repeat;
	padding: 10px 0 0 30px;
	margin-left: 8px;
}

#nav ul {
	white-space: nowrap;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#nav li {
	list-style-type: none;
	margin: 0px;
	margin-top: 3px;
	padding-right: 25px;
	float: left;
	text-transform: capitalize;
	font-size: 13px;
}

#nav a {
	text-decoration: none;
	color: #fff;
	cursor: finger;
}

#nav a:hover {
	
	text-decoration: underline; 
}

#nav #saveLink {
	float: right;
	font-size: 15px;
	padding-right: 14px;
}

#footer {
	height: 65px;
	background: url(images/footer2.jpg) top center no-repeat;
	color: #fff;
	font-size: 12px;
	padding: 18px 23px 0 23px;
	
	margin-right: 4px;
}

#footer a:link {
	text-decoration: underline;
	color: #fff;
}
#footer a:visited {
	text-decoration: underline;
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
#footer a:active {
	text-decoration: underline;
	color: #FFFF00;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

/* Content Sidebar Items */
#contentRight {
	width: 301px;
	float: right;
	padding: 0 20px 0 30px;

}

#contentRight img#groupPic{
	padding-bottom: 20px;
}

#redSideBar {
	color: #fff;
	background: #fff url(/sync/dollars_for_darfur/redSideBar.png) no-repeat;
	width: 277px;
        height: 280px;
        overflow: auto;
	font-size: 13px;
	line-height: 20px;
	padding: 0 20px 10px 20px;
}
#redsidebar_liquid h1 {
	color: #fff;
	font: 18px/18px "Trebuchet MS", arial;
	padding: 0 15px 0 0;
	font-weight: bold;
        margin-top: 0;
}

#redsidebar_liquid a{
color: #fff;
}
#redsidebar_liquid{
color: #fff;
line-height: 20px;
background: url(/page/-/TorchRun/redboxbg.jpg) repeat-y; 
width: 301px;
margin-right: 50px;
}

#redsidebar_liquid #top {

background: url(/page/-/TorchRun/redboxtop.jpg) no-repeat top center; 
height: 31px;
margin-bottom: 0;
}

#redsidebar_liquid #bottom {

background: url(/page/-/TorchRun/redboxbottom.jpg) no-repeat top center; 
height: 31px;
}

#redsidebar_liquid #padding {
padding: 0px 24px 0px 24px; 
font-size: 95%;
 width: 100%;

}

#redsidebar_liquid #padding p {
padding-right: 40px;
}

#redSideBar h1 {
	color: #fff;
	font: 18px/18px "Trebuchet MS", arial;
	padding: 15px 0 0 0;
	font-weight: bold;
}

#redSideBar h2 {
	color: #fff;
	font: 28px/28px "Trebuchet MS", arial;
}

#redSideBar a {
	color: #fff;
	text-decoration: underline;
}
	
#contentLeft {
	width: 410px;
	padding: 15px 0 0 15px;
}


  
  
 /* page-specific styles
 ////////////////////////////////////// */
 
#contentInt {
	margin-top: -5px;
	padding: 0 25px;
	line-height: 25px;
}

