/* main stylesheet for ABHI Campaign Website Template*/

/*--------------- Generic font and element styling ----------------*/



body {
	background: #C56130;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	margin: 40px;
	text-align: center;
	
	}

h1 { 
	font-size:200%;
	color:#4D9531;
	font-weight:bold;
}

h2 {
	font-size: 150%; 
	color : #4D9531;
	font-weight: bold;
	font-style : italic;
	padding-top: -1em;
}

h3 { 
	font-size: 120%; 
	color : #0F6B91;
	font-weight: bold;
} 

h4 {
	font-size: 100%;
	color : #000000;	
}
	
h5 { 
	font-size: 95%; 
	color : #000000;
	}
	
h6 { 
	font-size: 95%; 
	font-weight : normal; 
	color : #034D68; 
	font-style : italic;
} 

p {
  padding-bottom: 5px;
  margin-top: 10px;
  font-size: 100%;
  margin-bottom: 1.5em;
  color:#000000;
 }
 hr	{
 color:#A8AEB4;
 width:100%;
 height:1px;
 }
/*-----------------  Wrapper holds all page components-----------------------*/
#wrapper	{
	position: relative;
	background-color:#fff;
	height:auto;
	width:950px;
	margin: 0 auto;
	}
/*-----------------------End Wrapper -------------------------------------------*/


/*--------------- Top Banner Images and Search stuff -------------------------*/

/*--Main Banner - Main Banner is a container to hold both a left and right banner image(s).*/
#main_banner_container {
	position: relative;
	width:950px;
	background-color:#FFC20F;
	height:75px;
margin: 0 auto;
	}
/*--Left Banner Image 
	To insert your Left Banner Image within this container you it must be placed in the blockheaderheader. It must be an image not a background
*/
#left_banner_img_container {
	/*position: absolute;*/
	background-image:   url("/internet/abhi/publishing.nsf/AttachmentsByTitle/abhi_logo_tomorrow.gif/$FILE/abhi_logo_tomorrow.gif") repeat:no-repeat;
	width: auto;
float:left;
}
/*--Left Banner Image End--*/
/*--Right Banner Image--*/
#right_banner_img_container {
	/*position: absolute;*/
	background-image:   url("/internet/abhi/publishing.nsf/AttachmentsByTitle/rightbanner_tomorrow.gif/$FILE/rightbanner_tomorrow.gif") repeat:no-repeat; 
	width: auto;
float:right;

}
/*--Right Banner Image End--*/


/*------------------------- SEARCH Styles ------------------------------------*/

#top_search {
	position: absolute;
	clear:all;
	text-align: right;
	top: 20px;
	right:20px;
	width: auto;
	padding-bottom:5px;
	}

#bottom_search	{
	position: absolute;
	float: right;
	clear:all;
	text-align: right;
	top: 50px;
	right:20px;
	font-size:90%;
	font-weight:bold;
	color:#A8AEB4;
	padding-bottom:5px;
} 

#bottom_search a:link {
	text-decoration: underline;
	color: #A8AEB4;
}
/*------------------------End Search styles ------------------------------------*/
/* ------------------- END MAIN BANNER ----------------------------------------------*/



/*---------------------------- Mid Container Styles ------------------*/

#mid_container {
	background-color:#ffffff;
	/*border:2px solid yellow;*/
	border-top:3px solid  #C56130;
	width:100%;
	height:auto;
margin-bottom:-18px;
	background-image:   url("/internet/abhi/publishing.nsf/AttachmentsByTitle/leftnav_bg_tomorrow.gif/$FILE/leftnav_bg_tomorrow.gif");
	background-position: 12px;
	background-repeat: repeat-y;
	}	
/*------------------------------------ End Mid Container ----------------------------------*/		
/*------------------------------------ Start left navigation ----------------------------------*/
#left_nav {
	float:left;
	width:261px;
	margin-left: 15px;
	margin-right:15px;
	text-align: left;
	/*border:2px solid red;*/
	height:100%;
	background-image:   url("/internet/abhi/publishing.nsf/AttachmentsByTitle/leftnav_bg_tomorrow.gif/$FILE/leftnav_bg_tomorrow.gif");
	background-position: -3px;
	background-repeat: repeat-y;
	}

#left_nav ul li { 
	padding: 3px 16px 3px 0px;
	font-weight:bold;
}
#left_nav ul ul	{
padding-left:20px;
}

#left_nav ul {
	padding: 5px;
	margin: 0px;
	list-style-type: none;
	font-size: 100%;
	}
#left_nav li a {
display: block;
color:#000;
text-decoration:none;
}
#left_nav a:link {
text-decoration:none;
}

#left_nav a:visited {
text-decoration:none;
}

#left_nav a:hover {
text-decoration:none;
color:#0F6B91;
}
/*---------- Left_nav  active link styling ------------------------*/
#left_nav ul li a.current:link, #left_nav ul li a.current:visited {
	text-decoration: none;
	color: #349946;
	font-weight: bold;
}

#left_nav ul li a.current:active{
	text-decoration: none;
	color: #349946;
	list-style-type: none;
	font-weight: bold;
}

#left_nav ul li a.child:link, #left_nav ul li a.child:visited {
	color: #0F6B91;	
	text-decoration: none;
}

#left_nav ul li a.child:hover {
	color: #999999;
	/*margin: 5px 5px 0px 5px;
	padding-left: 10px;*/
	text-decoration: underline;
}

#left_nav ul li a.child:active{
	color: #0F6B91;	
	text-decoration: underline;
}


/* -------------- Light grey 2nd navigation ---------------------------*/
#lower {
	position:relative;
	margin-left: 0px;
	margin-right:15px;
	text-align: left;
	/*border:2px solid red;*/
	padding-bottom:10px;
	padding-top:10px;
	margin-bottom:10px;
	margin-top:10px;
	}
#lower li a {
display: block;
color:#A8AEB4;
text-decoration:none;
}

#lower ul li { 
	padding: 0px 15px 0px 5px;
}
#lower ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 90%;
	font-weight:bold;
	color:#A8AEB4;
}
#lower a:hover {
text-decoration:none;
color:#0F6B91;
}

/*---------- Lower  active link styling ------------------------*/

#lower ul li a.current:link, #lower ul li a.current:visited {
	text-decoration: none;
	color: #349946;
	font-weight: bold;
}

#lower ul li a.current:active{
	text-decoration: none;
	color: #349946;
	list-style-type: none;
	font-weight: bold;
}

/* --------------------End light grey 2nd navigation -----------------------------*/

/*------------------------------------ End left navigation ----------------------------------*/	


/*------------------------------------------- BREADCRUMB START--------------------------------*/
#breadcrumb_container{
	position: relative;
	float:left;
	clear:right;
	width: auto;
	margin: 5px 5px 5px 0px;
	text-align: left;
	font-size: 90%;
	color:#A8AEB4;
	/*border:2px solid green;*/
	background-color:#ffffff;
	}
/*-----------------------------End Breadcrumbs-------------------------------------------/*


/*------------------------------------ Start Content ----------------------------------*/
#content {
	position:relative;
	margin: 0px 10px 0px 280px;
	padding-left:10px;
	width:auto;
	text-align: left;
	font-size: 100%;
	background:#ffffff;
	height:auto;
	}
#content a:link	{
color:#349946;
}

/*#content a:visited {
text-decoration:underline;
color:#A8AEB4;
}*/

#content li a {
color:#349946;
text-decoration:underline;
}

#content ul li { 
margin: 5px 15px 5px -25px;
}
#content ul {
	font-size:100%;
	list-style:disc; 
	}

#content a:hover {
text-decoration:none;
color:#0F6B91;
}

.static_quiz {
margin-bottom:10px;
}

.static_quiz ol {
list-style-type:lower-alpha;
}

#footnote	{
font-size:80%;
}
/*---- TABLE STYLES -----*/

td.Heading
{ border-bottom: 1px solid #000;
border-left: 1px solid #000;
background-color: #C56130;
text-align: center;
margin:2px;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #000; }

td.left
{ border-bottom: 1px solid #C56130;
border-top: 0px;
border-left: 1px solid #C56130;
border-right: 1px solid #C56130;
text-align: left;
margin:2px;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 10px;
color: #404040;
background-color: #fff; }

td.center
{ border-bottom: 1px solid #C56130;
border-top: 0px;
border-left: 1px solid #C56130;
border-right: 1px solid #C56130;
text-align: center;
margin:2px;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 10px;
color: #404040;
background-color: #fff; }

table.summary
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 580px;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px; } 

	td.footer
{ border-bottom: 1px solid #000;
border-left: 1px solid #000;
background-color: #DECB81;
text-align: left;
margin:2px;
font-family: Verdana;
font-style: italic;
font-size: 10px;
color: #000; }
/*-------------------End table styles---------------------------------------*/
#landing_page	{
height:auto;
margin: 0px;
font-size: 100%;
background:#ffffff;
}


#landing_page li a {
color:#349946;
text-decoration:underline;
}

#landing_page ul li { 
margin: 5px 15px 5px -25px;
}
#landing_page ul {
	text-decoration:underline;
	font-size:100%;
	color:#349946;
	list-style:disc; color:#000;
}

#landing_page a:hover {
text-decoration:none;
color:#0F6B91;
}

/*------------------------------------ End Content ----------------------------------*/

/*------------------------------------ Start Bottom white curves container -------------*/
/*--main curve container --*/
#bottom_container {
	position: relative;
	clear:both;
	width: 950px;
	background-color:#ffffff;
	height:150px;
	margin: 0 auto;
	}

/*--Left curve Image --*/
#bottoml_img_container {
/*position: absolute;*/
	background-image:   url("/internet/abhi/publishing.nsf/AttachmentsByTitle/bottom_logo_tomorrow.gif/$FILE/bottom_logo_tomorrow.gif") repeat:no-repeat;  
	width: auto;
	height:auto;
	background-position:25px;
	float:left;
}
/*--Left curve Image End--*/
/*--Right curve Image --*/
#bottomr_img_container {
	position: absolute;
	right:0px;
	background-image:   url("/internet/abhi/publishing.nsf/AttachmentsByTitle/bottom_right_tomorrow.gif/$FILE/bottom_right_tomorrow.gif")repeat:no-repeat;  
	width: auto;
	height:35px;
	
}
/*--Right curve Image End--*/
/*--main curve container End--*/
/*------------------------------------ Start Footer ----------------------------------*/
#footer {
	position: relative;
	bottom: 0px;
	clear:both;
	right:0px;
	width: 100%;
	height: auto;
	background-color: #C56130;
	padding-bottom:20px;
	clear: all;
	color: #A8AEB4;
	text-align:right;
	/*border:2px solid red;*/
	margin:0px;
	
}
#footer a {
	color: #0F6B91;
	text-decoration: none;
}
#footer a:link {
	text-decoration: underline;
	color: #0F6B91;
}
#footer a:visited {
	text-decoration: underline;
	color: #0F6B91;
}
#footer a:hover {
	text-decoration: none;
	color: #999999;
}
#footer a:active {
	text-decoration: none;
	color: #0F6B91;
}
a.skiplink, a.skiplink:hover, a.skiplink:visited {
	text-indent: -600em;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: auto;
} 
  
a.skiplink:active, a.skiplink:focus {
	background-color: #666666;
	color: #ffffff;
	display: block;
	font-weight: bold;
	padding: 10px;
	text-indent: 0.1em;
	width: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	
}	
/*------------------------------------ Start Tips page css ----------------------------------*/
.left_tips {
float: left; 
width: 70%;
text-align: justify;
}

.left_tips h2 a {
color: #B7271F;
}
.left_tips h2 a:hover {
color: #333;
}

.right_tips {
display: block;
margin-top: 10px;
margin-left: 10px;
float: right;
width: 20%;
padding: 10px;
background: #FFF;
}
.right_tips h2 {
font-size: 12px;
color: #555;
padding: 5px 0 2px 0;
}
.right_tips ul {
list-style-type: none;
}
.right_tips ul li {
list-style-type: none;
}

#content .right_tips li a {text-decoration: none; }

.right_tips ul li a {
display: block;
border-bottom: 1px solid #999;
color: #666;
padding: 2px 10px;
}
.right_tips ul li a:hover {
color: #333;
text-decoration: none;
}

.totm {
display: block;
height: auto;
padding: 1px 10px 40px 10px;
margin-bottom: 20px;
background-color:#DBFFD0;
border-top: 2px solid #4D9531;
border-bottom: 2px solid #4D9531;
border-left: 1px solid #4D9531;
border-right: 1px solid #4D9531;
}

.totm  h2{
text-align:center;
}

.totm img{
display: block;
float: right;
}
 
#container_tips {
max-width: 100%;
padding: 10px 50px;
overflow: auto;
}
/*------------------------------------ End Tips page css ----------------------------------*/
.recipieimg{
    padding:5px;
	float:right;
	height:auto;
	z-index: 100;
	position:relative;
	}

#flashcontent{
margin:10px 0px 30px 0px;
position:relative;
float:none;
}

html>/**/body .foo, x:-moz-any-link, x:default { } /* Only FireFox 3 */
/* PDF/large file warning styles */
.pdfhelp { background: #EFF0FD; border: 1px dotted #2D6DB5; margin: 25px 25px 25px 25px; padding: 12px 10px 8px 15px; font-size: 0.9em; line-height: 1.5em; display: block; clear: none;}
.pdfhelp p {margin-left: 10px; margin-right: 15px}
.pdfhelp a:link, .pdfhelp a:visited { color: #000; }
.pdfhelp h4 {
	font-size:1em;
	margin: 0 0 10px 0;
	padding: 2px 0 0 30px;
	background: 0 0 url(/internet/main/publishing.nsf/AttachmentsByTitle/info.gif/$FILE/info.gif) no-repeat;
	height:26px;
}
.pdfhelp img { border: 0px none; margin: 0px 15px 8px 0px; float: left; }


#content .pdfhelp ol {margin-left: 30px; margin-bottom:15px}
.pdfhelp h4 a {text-decoration: none}
.pdfhelp h4 a:hover {text-decoration: underline}
