* {
	margin:0;
	padding:0;
}
body {
	background:#fff;
	font:12px/20px Verdana;
	color:#4C4C4B;
	background: url(../images/tab_b.png) repeat-x 0 0;
}
/* Layout Styles Starts */

#wrapper {
	width:900px;
	margin:0 auto;
	position:relative;
	padding:0 0 10px 0;
}
#header-top {
	height:105px;
	overflow:hidden;
	padding:20px 25px 0 25px;
	background-image: url(../images/date.jpg);
	background-repeat: no-repeat;
	background-position: 591px 52px;
}
#logo {
	float:left;
}
#logo h1 {
	background:url(../images/logo.jpg) no-repeat;
	width:320px;
}
#logo h1 a {
	display:block;
	height:95px;
}
#logo h1 a span {
	display:none;
}
#s3slider {
	position:relative;
	height:263px;
	overflow:hidden;
}
#s3sliderContent {
	width: 900px; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: 0; /* important */
	margin-left: 0; /* important */
}
.s3sliderImage {
	float: left; /* important */
	position: relative; /* important */
	display: none; /* important */
}
/*.s3sliderImage span {
		   position: absolute; 
		   left: 0;
		   font: 10px/15px Arial, Helvetica, sans-serif;
		   padding: 10px 13px 15px 13px;
		   width: 874px;
		   background-color: #000;
		   filter: alpha(opacity=50); here you can set the opacity of box with text 
		   -moz-opacity: 0.7; here you can set the opacity of box with text 
		   -khtml-opacity: 0.7; here you can set the opacity of box with text
		   opacity: 0.5; 
		   color: #fff;
		   display: none; important 
		   bottom: 0;

		   
			   if you put
			   top: 0; -> the box with text will be shown at the top of the image
			   if you put
			   bottom: 0; -> the box with text will be shown at the bottom of the image
		   
		}*/
	#menu {
	background:url(../images/menu-bg.jpg) no-repeat;
	height:62px;
	margin:1px 0 0 0;
	overflow:hidden;
}
#menu ul {
	list-style:none;
	text-align:center;
	padding-left: 20px;
}
#menu li, #menu li a, #menu li a.current {
	display:block;
	float:left;
}
#menu li {
	line-height:44px;
	text-transform:uppercase;
	border-right:1px solid #E6E6E6;
}
#menu li.first {
	border-left:1px solid #E6E6E6;
}
#menu li.noborder {
	border:none;
}
#menu li a {
	color:#FFFFFF;
	text-decoration:none;
	padding:0 22px;
	font-size: 10px;
}
#menu li a:hover {
	color:#fff;
	text-decoration:none;
	background-image: url(../images/menu-bg-hover.jpg);
	background-repeat: repeat-x;
}
#menu li a.current {
	text-decoration:none;
	background-image: url(../images/menu-bg-hover.jpg);
	padding:0 22px;
	color:#fff;
	text-decoration:none;
}
#container {
	margin:0 0 10px 0;
	padding:15px 0 0 10px;
	background:none;
	;
}
#mainarea {
	width:605px;
	float:left;
}
#sidearea {
	width:281px;
	float:right;
}
#sidearea .ads {
	width: 281px;
	display:block;
	height:auto;
	margin-bottom:7px;
}
#sidearea .downloads {
	width:266px;
	height:60px;
	background-image:url(../images/right_feat_downloads_bg.jpg);
	background-repeat:no-repeat;
	margin-bottom:7px;
	padding-top: 30px;
	padding-left: 15px;
}
#sidearea .downloads span.downloads_box p { 
	color:#FFFFFF;
	margin:0px;
	padding:0 0 6px 0;
}
#mainarea_payment {
	width:582px;
	float:none;
	padding:10px;
	margin:0 auto;
}
#mainarea_payment .payment_form_top {
	background-image: url(../images/paymentpage_form_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 67px;
	width: 527px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 35px;
}
span.payment_header {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#F79435;
	margin:0px;
	display:block;
	float:left;
	width:195px;
	font-size:14px;
}
span.payment_header2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-left:10px;
	width:auto;
	color:#F79435;
	font-size:14px;
}
#mainarea_payment .payment_form_middle {
	background-image: url(../images/paymentpage_form_middle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 193px;
	width: 547px;
	padding-top: 10px;
	padding-left: 35px;
}
#mainarea_payment .payment_form_bottom {
	background-image: url(../images/paymentpage_form_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 229px;
	width: 547px;
	margin-bottom: 20px;
	padding-top: 40px;
	padding-left: 35px;
}
/* success + failure pages */
	
	#mainarea_payment .payment_form {
	background-image: url(../images/contact-us-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 360px;
	width: 552px;
	padding-top: 40px;
	padding-left: 30px;
	margin:0 0 20px 0;
}
.secure_text_top {
	height:13px;
	background-image:url(../images/secure-text-top.gif);
	width:582px;
	float:none;
}
.secure_text_middle {
	height:auto;
	background-color:#FFFFFF;
	width:560px;
	float:none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D4D5D6;
	border-left-color: #D4D5D6;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
}
.secure_text_bottom {
	height:13px;
	background-image:url(../images/secure-text-bottom.gif);
	width:582px;
	float:none;
}
.block1 {
	width:286px;
	margin:0 10px 10px 0;
	display:block;
	float:left;
}
.block1 p {
	text-align:center;
}
.block1 img {
	border:1px solid #d9d9d9;
	padding:3px;
	background:#fff;
}
#footer {
	background:url(../images/footer-bg.jpg) no-repeat;
	height:60px;
	overflow:hidden;
	color:#FFFFFF;
	line-height:44px;
	font-size:10px;
	clear: both;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}
/* Layout Styles Ends */

/* Panel Tab/button */
.tab {
	background: url(../images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
	top: 0;
	z-index: 999;
}
.tab ul.login {
	display: block;
	position: relative;
	float: right;
	clear: right;
	height: 42px;
	width: auto;
	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 50px;
	color: white;
	font-size: 80%;
	text-align: center;
}
.tab ul.login li.left {
	background: url(../images/tab_l.png) no-repeat left 0;
	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
.tab ul.login li.right {
	background: url(../images/tab_r.png) no-repeat left 0;
	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
.tab ul.login li {
	text-align: left;
	padding: 0 6px;
	display: block;
	float: left;
	color:white;
	height: 42px;
	background: url(../images/tab_m.png) repeat-x 0 0;
}
.tab ul.login li a, .tab ul.login li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.tab ul.login li a:hover {
	color: white;
	text-decoration: none;
}
.tab .sep {
	color:#414141
}
.tab li.email a.email_it {
	background: url(../images/email-icon.gif) no-repeat right 4px;
	color: #FFFFFF;
	display:block;
	width:60px;
	height: 20px;
	line-height: 20px !important;
	padding-right: 4px !important;
	cursor: pointer;
	position: relative;
	top: 11px;
}
.tab li.print a.print_it {
	background: url(../images/print-icon.png) ;
	background-position:right 5px;
	background-repeat:no-repeat;
	color: #FFFFFF;
	display:block;
	width:70px;
	height: 20px;
	line-height: 20px !important;
	padding-right: 4px !important;
	cursor: pointer;
	position: relative;
	top: 11px;
}
.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-right: 20px !important;
	cursor: pointer;
	display: block;
	width: 46px;
	position: relative;
	top: 11px;
}
.tab a.open {
	background: url(../images/share-icon.png) no-repeat right 4px;
	color: #FFFFFF;
}
.tab a.close {
	background: url(../images/share-icon-close.png) no-repeat right 4px;
	color: #FFFFFF;
}
.tab a:hover.open {
	background: url(../images/share-icon.png) no-repeat right 4px;
}
.tab a:hover.close {
	background: url(../images/share-icon-close.png) no-repeat right 4px;
}
/* sliding panel */
#toppanel {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#panel {
	width: 100%;
	height: 270px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}
#panel h2 {
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}
#panel p {
	margin: 5px 0;
	padding: 0;
}
#panel a {
	text-decoration: none;
	color: #bfbfbf;
}
#panel a:hover {
	color:#fff;
}
#panel a-lost-pwd {
	display: block;
	float: left;
}
#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}
#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}
#panel .content .right {
	border-right: 1px solid #333;
}
#panel .content form {
	margin: 0 0 10px 0;
}
#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}
#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}
#panel .content input:focus.field {
	background: #545454;
}
/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login, #panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}
#panel .content input.bt_login {
	width: 74px;
	background: transparent url(../images/bt_login.png) no-repeat 0 0;
}
#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../images/bt_register.png) no-repeat 0 0;
}
#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}
/* Links Styles Starts */

readmore {
	font-size:9px;
}
a.readmore {
	font-size:10px;
}
#container p.hr {
	border:solid #ccc;
	border-width:1px 0 0 0;
	padding:0 0 8px 0;
	margin:0;
	outline:none;
}
#§ a {
	border-bottom:1px dotted;
}
#mainarea a:hover {
	text-decoration:none;
}
.toggle_header {
	width: 477px;
	float: left;
	padding: 3px 0 0 6px;
	display: block;
	height: 24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	background: url(../images/toggle_bg.gif);
	color:#FFFFFF;
	text-decoration:none;
}
.toggle_header_hover, .toggle_header:hover {
	width: 477px;
	float: left;
	padding: 3px 0 0 6px;
	display: block;
	height: 24px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	background: url(../images/toggle_bg_hover.gif);
}
#togglefaq span {
	width: 100px;
	height: 28px;
	display: block;
	float: left;
	font-size: 18px;
	color: white;
	text-decoration: none;
	line-height: 28px;
	text-indent: 15px;
}
.toggle_header a:link {
	line-height: 28px;
	text-decoration: none;
	font-size: 14px;
	color: white;
}
.newboxesclass {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width:463px;
	display:block;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
/* Links Styles Ends */

/* Form Styles */


#mainarea form {
	padding:0 5px;
}
#mainarea form p {
	margin:0 0 5px 0;
}
#mainarea form p.floatleft {
	margin-right:15px;
}
.input {
	border:1px solid #a5a5a5;
	background:none;
	cursor:text;
	margin:5px 0;
	padding:2px;
	width:200px;
}
textarea.input {
	width:415px;
	height:100px;
}
.input:focus, .textarea:focus {
	border:1px solid #000;
}
.signin-btn, .button1 {
	background: transparent url(../images/bt_register_black.png) no-repeat 0 0;
	width:94px;
	height:24px;
	line-height:20px;
	margin:8px 0;
	padding:2px 10px !important;
	padding:2px 0;
	color:#fff;
	font-weight:bold;
	border:none;
	outline:none;
	cursor:pointer;
}
/* Form Styles */


/* Paragraph and list Styles */

#container p {
	margin:0 0 15px 0;
	line-height:16px;
}
#container form p {
	margin:0 0 5px 0;
}
#container p img.floatleft {
	margin:0 20px 0 0;
}
#container p img.floatright {
	margin:0 0 0 20px;
}
#mainarea img.floatleft, #mainarea p img.floatleft {
	margin:10px 10px 10px 0;
}
#mainarea img.floatright, #mainarea p img.floatright {
	margin:10px;
}
#container ul, #container ol {
	margin:0 0 0 20px;
}
#container ol {
	margin:0 0 0 30px;
}
#container ul#works {
	list-style:none;
	margin:0;
}
#container dt {
	font-weight:bold;
	margin:5px 0;
}
#container .chal_orange {
	color:#F79435;
	font-weight:bold;
}
#container .chal_darkgrey {
	color:#333333;
	font-weight:bold;
}
#container .chal_small {
	font-size:10px;
}
span.phone_number {
	font-family: "arial black";
	font-size:21px;
	color:#F79435;
	padding:0 0 11px 0;
	display:block;
}
/* Paragraph Styles */


/* Charities Columns */

.charities_box {
	width: 580px;
	float:none;
	height:auto;
	padding:0 0 15px 0;
}
.charities_text {
	width: 435px;
	padding:0 10px 5px 0;
	float:left;
	height:auto;
}
.charities_picture {
	width: 135px;
	float:right;
	height:auto;
}
/* contact us for */

.contact_us_form {
width:;
height:;
padding:;
	background-image: url(../images/contact-us-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 346px;
	width: 522px;
	padding-top: 24px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.contact_us_form_left {
	float:left;
	width:285px;
	height:auto;
	display:block;
}
.contact_us_form_right {
	float:right;
	width:234px;
	height:auto;
	display:block;
}
span.form_table_p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#455560;
}
span.red {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C10E05;
}
.form_tf {
	width:160px;
	height:17px;
	background-color:#FFFFF7;
	border:solid 1px #ccc;
	padding:1px 0 1px 1px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
.form_tf3 {
	width:208px;
	height:17px;
	background-color:#FFFFF7;
	border:solid 1px #ccc;
	padding:1px 0 1px 1px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
.form_tf4 {
	width:49px;
	height:17px;
	background-color:#FFFFF7;
	border:solid 1px #ccc;
	padding:1px 0 1px 1px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
.form_select {
	width:225px;
	background-color:#FFFFF7;
	border:solid 1px #ccc;
	padding:1px 0 1px 1px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
.form_select2 {
	width:210px;
	background-color:#FFFFF7;
	border:solid 1px #ccc;
	padding:1px 0 1px 1px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
.form_tf_small {
	width:140px;
	height:17px;
	background-color:#FFFFF3;
	border:solid 1px #ccc;
	padding:1px 0 1px 1px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
.form_yy {
	width:38px;
	background-color:#FFFFF3;
	border:solid 1px #ccc;
	padding:1px 0 1px 1px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
a img {
	border:none;
	display:block;
}
/* Genric Styles Starts */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a {
	color:#ED7626;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
	color:#CC3333;
}
h1 {
	font-size:21x;
	color:#4B4A4B;
}
h2 {
	font-size:16px;
	color:#F7931E;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5, h6 {
	font-size:14px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 15px 0;
	font-family:"Verdana";
	font-weight:normal;
}
img {
	border:none;
}
.clear {
	clear:both;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.center {
	text-align:center;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.normal, .normal a {
	font-weight:normal;
}
.textbold {
	font-weight:bold;
}
#container .nomargin, .nomargin {
	margin:0;
}
#container.nobg, .nobg {
	background:none;
}

/* Genric Styles Ends */
