/* CSS Document */

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

img{
border:0px;
}

.floatl{
float:left;
}

.floatr{
float:right;
}

.clear{
clear:both;
}


body{
background:#50805b url(../images/body-bg.gif) top left repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

h1, h2, h3, h4, h5{line-height:normal;}

#container{
width:920px;
margin:auto;
}

#panel{
	width:920px;
	height:250px;
	background:#abd8b7;
	display:none;
}

/*.slide {
	margin: 0;
	padding: 0;
	width:920px;
	height:30px;
	background: url(images/rsvp.gif) no-repeat bottom right;
}
*/

.slide {
	margin: 0;
	padding: 0;
	background: #abd8b7;
}

.btn-slide {
	background: url(../images/rsvp.gif) no-repeat right;
	width: 920px;
	height: 30px;
	padding:0 0 0 0;
	display: block;
}
.active {
	background:  url(../images/close.gif)  no-repeat right;
	height: 30px;
}

#Contact {
	width:920px;
	height:250px;
}

#panel .infobox {
    width:300px;
	float:left;
	/*margin: 0 400px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
    background-color: #efd18a;
	/*float:left;
	display:inline-block;
	clear:right;
	padding:25px 0 20px 0;
	margin:0 250px 5px 5px;
	width:370px;
	height: 144px;
	text-align:left;
	background-image: url(../images/address.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
}

#panel .contactForm {
	  float: right ;
      width: 420px ;
	  background-color: #efd18a;

	/*
	float: right; /* since this element is floated, a width must be given */
	/*width: 230px;
	height: 250px;
	background-color: #efd18a;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	/*background: url(../images/rsvpform_header.gif) no-repeat;
	float:left;
	text-align:left;
	margin:0 0 0 0;
	width: 438px;
	height:250px;
	border-left: 1px dotted #333;
	overflow: hidden;*/
}

/*#contactForm .formwrapper {
	padding:25px 0 0 61px;
}
*/

.header{
height:554px;
background:url(../images/header-bg.gif) top left no-repeat;
text-align:center;
margin:0;
}

/*.top-links{
	text-align:center;
	width:920px;
	padding: 0;
	border-width:2;
	border-bottom-color:#F00;
}*/
.top-links ul{
	list-style:none;
	padding-left:5px;
	padding-top:38px;
	text-align: center;
	width:920px;
}

.top-links li{
	display:block;
	float:left;
	text-align:center;
	list-style:none;
	background:url(../images/li-seprator.gif) top right repeat-y;
	padding:0px 10px 0px 10px;
}

.top-links li a{
color:#fff;
font-weight:bold;
display:block;
float:left;
padding:0px 0px 0px 6px;
text-decoration:none;
cursor:pointer;
}

.top-links li a span{
color:#fff;
font-weight:bold;
display:block;
float:left;
padding:4px 10px 4px 5px;
}

.top-links li a:hover{
background:url(../images/leftmenu.png) left top no-repeat;
color:#ffce35;
}

.top-links li a:hover span{
background:url(../images/li-right-bg2.png) top right no-repeat;
color:#ffce35;
}

.top-links li a.active{
background:url(../images/leftmenu.png) left top no-repeat;
color:#ffce35;
}

.top-links li a.active span{
background:url(../images/li-right-bg.png) top right no-repeat;
color:#ffce35;
}

.logo{
padding-top:100px;
padding-left:42px;
}

.content-box{
background:url(../images/content-bg.png) bottom left no-repeat;
padding:0px 20px 20px 20px;
}

.left-col{
width:263px;
background:#abd8b7;
border:1px solid #d0eed8;
padding:20px 15px;
}

.login-section{
padding-bottom:30px;
}



.login-section h2{
font-size:26px;
color:#000;
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
padding-bottom:20px;
text-align: center;
}

.login-section span{
color:#dddad7;
}

.login-section ul{
list-style:none;
margin-top:10px;
}

.login-section li{
float:left;
color:#000;
font-size:11px;
padding:0px 0px 10px 0px;
font-weight:bold;
}

.login-section a{
color: #A60202;
margin-right:5px;
margin-top:3px;
}

.login-section a:hover{
	text-decoration:none;
	font-size: 14px;
}

.login-section li label{
width:65px;
display:inline-block;
}

.login-section li input{
width:196px;
background:#d6f9df;
border:1px solid #79aa85;
font-size:11px;
height:17px;
padding-top:3px;
}

.categories-section h2{
font-size:26px;
color:#000;
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
padding:0px 0px 20px 0px;
}

.categories-section ul{
list-style:none;
}


.categories-section li{
color:#000000;
background:url(../images/categories-dotted-bg.gif) bottom left repeat-x;
padding:5px 0px;
}

.categories-section li a{
text-decoration:none;
color:#000;
background:url(../images/categories-list-bullets.gif) left 2px no-repeat;
padding-left:15px;
}

.donate a{
	text-decoration:underline;
	color:#a60202;
	font-weight:bold;
	font-size:14px;
}
.donate a:hover{
	text-decoration:none;
	font-size: 14px;
}

.art-section h2{
	font-size:26px;
	color:#000;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.art-section span{
color:#386244;
font-weight:bold;
}

.art-section p{
	line-height:17px;
	padding-bottom:10px;
	font-size: 14px;
}

.art-section a{
	text-decoration:none;
	color:#a60202;
	font-weight:bold;
	font-size:12px;
}
#container .content-box .right-col.floatr .main-content div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
#RTcontainer .RTcontent-box .RTright-col.RTfloatr .RTmain-content div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}

#container .content-box .right-col.floatr .main-content div ul {
	margin: 5px;
	padding: 5px;
}

#container .content-box .right-col.floatr .main-content div ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFDB68;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


.right-col{
width:545px;
color:#c3d7c7;
}

.right-col a{
color:#ffdb68;
}

.main-content{
	color:#C3D7C7;
	line-height:22px;
	font-size: 14px;
		}

a{color:#C3D7C7;
	text-decoration:underline;}
a:hover{
	text-decoration:none;
	font-size: 12px;
}

.main-content h1{
	font-size:32px;
	font-weight:normal;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:5px;
	margin-bottom: 15px;
}

.main-content span{
color:#99fbaf;
font-size:14px;
}

.main-content a:hover{
	text-decoration:none;
	font-size: 14px;
}

.main-content p{
	color:#c3d7c7;
	line-height:22px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 14px;
}
#container .content-box .left-col.floatl .login-section h2 img {
	text-align: center;
}
#container .content-box .left-col.floatl .login-section p {
	font-family: Arial, Helvetica, sans-serif;
	color: #900;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}




.collection-section h2{
font-size:26px;
color:#fff;
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
}

.collection-section p{
padding:15px 0px;
}

.collection-section img{
padding-right:7px;
padding-bottom:20px;
}

.testimonial-section h2{
font-size:26px;
color:#fff;
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
padding-top:20px;
}

.testimonial-section p{
font-style:italic;
color:#fff;
line-height:20px;
padding:15px 0px 20px 30px;
}

.testimonial-img{
margin-top:25px;
margin-left:40px;
}

.testimonial-section a{
font-weight:bold;
text-decoration:none;
color:#fff;
}

.footer-links{
color:#000;
line-height:50px;
background:url(../images/footer-dotted-bg.gif) top left repeat-x;
font-size:11px;
}

.footer-links ul{
list-style:none;
}

.footer-links li{
float:left;
margin-left:12px;
color:#bbf2c8;
}

.footer-links li a{
text-decoration:none;
color:#bbf2c8;
}

.footer-links li a:hover{
	text-decoration:underline;
	font-size: 11px;
}

.footer-links p{
color:#82d495;
}

/* inner pages css start */
.aboutus-img{float:right; border:4px solid #fff;	margin:0 0px 10px 20px;}
h5{font-size:15px;font-weight:bold; padding:0px 0px 5px 0px; border-bottom:1px dotted #fff;	margin:0px 0px 10px 0px;}
h6{font-size:16px; font-weight:bold; padding:0px 0px 5px 0px; margin:0px 0px 10px 0px;}
.aboutcolumnzone{padding:20px 0px 16px 0px;}
.aboutcolumn1{width:48%; float:left; margin:0px 0px 10px 0px;}
.aboutcolumn2{width:48%; float:right; margin:0px 0px 10px 0px;}
.abouticon{float:left; margin:0px 20px 0px 0px;}
.insidereadmore{padding:10px 0px 10px 0px;}
input.button{color:#000; background:#ffc850; font:bold 11px Arial, Helvetica, sans-serif; text-decoration:none; padding:10px 10px; margin:0px 5px 5px 0;	border:1px solid #5b7a92;}
input.button:hover{cursor:pointer; color:#fff; background:#663300; border:1px solid #ffc850;}
.project-img{float:right; margin-left:20px;	border: 6px solid #fff;}
.press-img{float:left; margin-left:20px;	border: 6px solid #fff;}
.whiteheading{font:30px Myriad Pro, Arial; color:#CBD76B; font-weight:100;	padding:0px; margin:25px 0px 20px 0px;}
.ourprojectrow{margin-bottom:20px; border-bottom:1px dotted #fff; padding-bottom:10px; padding-right:20px}
.servicecolumnzone{padding:20px 0px 16px 0px;}
.servicecolumn1{width:48%; float:left; margin:0px 0px 10px 0px;}
.servicecolumn2{width:48%; float:right;	margin:0px 0px 10px 0px;}
.blog-posted-row{padding:3px;}
/* inner pages css ends */
/*#container .content-box .left-col.floatl .login-section p a {
	color: #A60202;*/
}
#container .content-box .right-col.floatr .main-content #RSVPForm p #Message {
	font-family: Arial, Helvetica, sans-serif;
}
.donator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
}
