html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family: "Trebuchet MS";
	font-size: .9em;
	color: #666666;
	line-height:1.4; 
	min-height:100%;
	
}

.mainbackground {
	background-image: url(images/background_main.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

input, textarea, select {
	font-size: .9em;
	padding:2px;
	border: 1px solid #999999;
	font-family: "Trebuchet MS";
}
select {
	padding:0px;
}


h1 { 
	font-size:1.4em; 
	color:orange;
	font-weight:100;
	margin: 0px 0px 5px 0px;
	padding:0px;
	line-height:1em;
}

h2 {
	font:1.25em; 
	margin:0 0 0.5em;
	font-weight:normal;

}
h4 { 
	font-size:1.1em; 
	color:#378dd6;
	font-weight:100;
	margin: 4px 0px 8px 0px;
	padding:0px;
	line-height:.8em;
}


p, p a { 
	color:#666666;
	margin: 5px 0px 10px 0px;
}

#container {
	position:relative; /* needed for footer positioning*/
	margin:0px 0px 0px 0px; /* center, not in IE5 */
	width:890px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	float:left;
}
#header {
	
	height:176px;
}

#headingmbs {
	background-image: url(images/background_flowerheader.png);
	background-repeat: no-repeat;
	background-position: right top;
	height:140px;
}


#content {
		
}
	
#content #nav {
	float: left;
	width: 169px;
	margin: 0px 0px 0px 13px;
	
}

#content #navbackground {
	background-image: url(images/background_nav.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#content #maincontent {
	background-color:none;
	margin:30px 0px 0px 15px;
	float:left;
	width: 693px;
}
#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#ffffff;
	border-top:1px dotted #999999;
	font-size:.7em;
	color:#999999;
}
#bar {
	height: 30px;
	
}
#logobottom {
	width: 100px;
	float:left;
}
#viewcart {
	width: 280px;
	position: absolute;
	top: 176px;
	right: 10px;
}

#forthcoming {
	width: 685px;
	background-color:#dcf0e7;
	float:left;
	margin-top: 0px;
}
#pastevents {
	width: 685px;
	background-color:#f1efd8;
	float:left;
	margin-top: 20px;
}

.eventblock {
	width: 204px;
	float:left;
	margin-left: 15px;
}

/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 26px; /* */
	width: 150px;
	margin-left: 10px;
	font-size: .9em;
}




/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 10px;
		line-height: 19px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #4c8cd0;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/padding: 0px 0 0px 8px;
	display: block;
	background-color: #fff;
	border-bottom: 1px dotted #4c8cd0;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	
/* */
}
#p7TMnav div a:visited {
	color: #4c8cd0;
}
#p7TMnav div a:hover {
	background-color: #cfffb8;
}

/*The Link style for second-level menuitems*/

#p7TMnav div div {
		
}
#p7TMnav div div a {
	background-color: #eeeeee;
	margin-top: 0px;
	border: none;
	margin-bottom: 1px;
	color:#999999;
		line-height: 20px;

}
#p7TMnav div div a:visited {
	background-color: #cfffb8;
	color:#999999;
}
#p7TMnav div div a:hover {
	background-color: #cfffb8;
	color:#999999;
}
/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div {
	margin: 0 0 0 10px;
}
#p7TMnav div div div a {
	background-color: #cfd6e4;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image: url(images/p7t_plus.gif);
	background-position: 6px 50%;
	padding: 1px 0 1px 25px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image: url(images/p7t_minus.gif);
	background-position: 6px 50%;
	padding: 1px 0 1px 25px !important;
}
.p7defmark {
	background-image:  none;
	padding: 1px 0 1px 25px !important;
}
.p7currentmark {
	color: #fff !important;
	padding: 1px 0 1px 25px !important;
	background-color: #8db4dd !important;
}
.red {
	color:#FF0000;
}





#bakadiv {

text-align:center;padding-top: 60px;height: 416px;width:675px;background-image:url(images/baka/baka_background.jpg);background-repeat: no-repeat;background-position: left top;

}

.column200 {
	background-image: url(images/background_250wide.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


#chopra {
	background-image:url(/uploadedimages/chopra_background.jpg);background-repeat: no-repeat;background-position: left top;
	padding: 20px 60px 0px 30px;
}

#chopra H1 {
	color: #983b38;
}

/*************** Notifications ***************/

.notification {
                position: relative;
                margin: 0 0 15px 0;
                padding: 0;
                border: 1px solid;
                background-position: 10px 11px !important;
                background-repeat: no-repeat !important;
                font-size: 11px;
                width: 99.8%;
                }
                

.attention {
                background: #fffbcc url('/icon/exclamation.png') 10px 11px no-repeat;
                border-color: #e6db55;
                color: #666452;
                }

.information {
                background: #dbe3ff url('/icon/information.png');
                border-color: #a2b4ee;
                color: #585b66;
                }

.success {
                background: #d5ffce url('/icon/tick_circle.png');
                border-color: #9adf8f;
                color: #556652;
                }

.error {
                background: #ffcece url('/icon/cross_circle.png');
                border-color: #df8f8f;
                color: #665252;
                }

.notification div {
                display:block;
                font-style:normal;
                padding: 10px 10px 10px 10px;
                line-height: 1.5em;
                }

.notification .close {
                color:#990000;
                font-size:9px;
                position:absolute;
                right:5px;
                top:5px;
                }
				
				
/*************** Forms ***************/
#formBlock {
	float:right;
	width:260px;
	margin-top: 30px;
	border: 1px dotted #999;
	padding: 20px;
}
#formBlock ul {
	list-style:none;
	padding-left:0px;
}
#formBlock li {
	margin:0px 0px 10px 0px;
}
#formBlock li img {
	vertical-align:middle;
}

.button {
	border:0px;	
}
#formBlock a {
	text-decoration:none;
	color:#333;
}
form label {
                display: block;
                padding: 0 0 10px;
                font-weight: bold;
				font-size: .9em;
                }
             
form fieldset legend {
                font-weight: bold;
                margin-bottom: 10px;
                padding-top: 10px;
                }
                
form p small {
                font-size: 0.75em;
                color: #777;
                }
				
				
form input.text-input,
form select,
form textarea,
form .wysiwyg {
                padding: 6px;
                font-size: 1em;
                background: #fff url('/images/bg-form-field.gif') top left repeat-x;
                border: 1px solid #d5d5d5;
				color: #333;
                }
            
form .small-input {
                width: 25% !important;
                }
                
form .medium-input {
                width: 50% !important;
                }
                
form .large-input {
                width: 97.5% !important;
                }
                
form textarea {
                width: 97.5% !important;
                font-family: Arial, Helvetica, sans-serif;
                }
                
form select {
                padding: 4px;
                background: #fff;
                }
				
form input[type="checkbox"],
form input[type="radio"] {
				padding: 0;
                background: none;
				border: 0;
                }
.spam {
	display:none;	
}
