* { 
	margin: 0; padding: 0; 
	}

html{ overflow-y: scroll; }

html, body{ height: 100%; }

body{ 
	margin: 0px;
	padding: 0px;
	font-size: 12px; 
	line-height: 140%; 
	font-family: verdana, Arial, sans-serif;
	color: #333333;
	background-image: url(/images/background1.gif);
	background-color: #FFFFFF; 
	background-repeat: repeat;
	background-position: center;

}

ul{ 
	list-style: disc inside; 
}

ol{ 
	list-style: decimal inside; 
	}



/*
img { 
	vertical-align: middle; 
	}
*/	
table{ 
	border-collapse: collapse; 
	}

hr {
color: #333333;
height: 1px;
margin: 10px 0px;

}

/*
	UTILITY
*/

.floatLeft  { 
	float: left; 
	}
	
.floatRight	{ 
	float: right; 
	}
	
.clear { 
	clear: both; 
	}
	



/*
	TYPGROGRAPHY
*/
p, li{ 
	font-size: 12px; 
	line-height: 140%; 
	margin: 0 0 10px 0; 
	}
	
a:link {
color: #006600;
}

a:visited {
color: #006633;
}

a:hover {
color: #00FF00;
}

h1, .h1{ 
	text-transform: capitalize;
	font-weight: normal; 
	color: #72574E; 
	font-size: 22px; 
	width: 100%;
		padding: 8px 0px; 

	}
	
h2, .h2{ 
	color: #72574E; 
	font-weight: normal; 
	font-size: 18px;
	padding: 8px 0px; 
	}
	
h3, .h3{ 
	text-transform: capitalize;
	font-weight: bold; 
	color: #000000; 
	font-size: 16px;
	font-style: italic;
	padding: 8px 0px;	 
	}
	
h4, .h4{ 
	color: #000000; 
	font-size: 18px; 
	padding: 8px 0px; 
	}

h5, .h5{ 
	text-transform: capitalize;
	font-weight: bold; 
	color: #005500; 
	font-size: 18px;
	font-style: italic;
	padding: 6px 0px;	 
	}

h6, .h6{ 
	color: #666666; 
	font-size: 10px;
	padding: 0px 0px;
	line-height: 100%
	font-weight: normal;	 
	}

h7, .h7{ 
	font-weight: bold; 
	color: #990033; 
	font-size: 18px;
	padding: 3px 0px;	 
	}
	
h8, .h8{ 
	font-weight: bold; 
	color: #005500; 
	font-size: 14px;

	}


.small {
font-size: 11px;
}

.smaller {
	font-size: 10px;
}

/*
	STRUCTURE


#page-outer{
	background-color: #A6CAA6; 
	background: url(images/bg2.jpg) top repeat-x; 
	width: 990px; 
	margin: 0px auto -55px;
    min-height: 100%; 
	height: auto !important;
	height: 100%; 
	}
*/
#shadow-wrap{
	background-color: #FFFFFF;
	background-image: url(images/shadow1.gif);
	width: 980px; 
	margin: 0px auto 0px;
	}

#page-wrap{ 
	width: 960px; 
	margin: 0px auto -300px;
    min-height: 100%; 
	height: auto !important;
	height: 100%;
	}
	

#header {
	width: 960px;
	height: 200px;
	background-color: #000000;
	}

#banner{
	width: 960px;
	height: 80px; 
	margin: 0px;
	padding: 10px;
	line-height: normal;
	}
	
	
#stretchbar_top{
	width: 960px;
	/* height: 30px; */
	margin: 0px;
	line-height: normal;
	}

#logo {
width: 300px;
float: left;
padding: 0px;
margin: 0px;
}

#searchformbox {
width: 300px;
height: 28px;
float: right;
padding: 0px;
margin: 0px;
}

#searchform	{ 
	margin-top: 3px; 
	}


.searchbox{ 
	margin: 2px;
	height: 16px; 
	}

.button { 
	border: 1px solid #272727; 
	height: 20px; 
	background: #003366; 
	color: white;
	font-weight: bold;
	padding-bottom: 2px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	margin-bottom: 2px; 
	}
	
.button:hover { 
	background: white; 
	color: #272727;

	}

#main-col{  
	padding: 15px;
}	
/*	
#main-col{  
	width: 540px; 
	float: left;
	margin: 10px 0px 0px 0px; 
}					
*/
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display:  block; 
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



#main-col a img { 
	border: none; 
	background: none; 
	}

/* if the widget sidebar is omitted, use main-col2 to expand that box to the right edge*/
#main-col2{  
	width: 730px; 
	float: left;
	margin: 10px 0px 0px 0px; 
}					


#linksidebar{ 
	line-height: normal;
	width: 190px; 
	float: left; 
	margin-right: 15px;
	}
	

/*
	Menu
*/

#main-menu {
	margin-left: 10px;
}


#main-menu li{
list-style: none;
list-style-type: none;
list-style-position: outside;
margin-bottom: 0px;
margin-top: 0px;	
}


#main-menu ul a, #main-menu li a, #main-menu li ul li a{
	display: block;
	width: 154px;
	height: 20px;
	background-image: url(images/button.gif);
	text-decoration: none;
	/* margin-bottom: -10px; */
	background-position: top left;
	background-repeat:  no-repeat;
	padding: 5px 0px 0px 10px;
	line-height: normal;
	text-transform: capitalize;
	font-weight: bold; 
	color: #005500; 
	font-size: 14px; 
	}


#main-menu li a:hover, #main-menu li ul li a:hover{
	background-image: url(images/buttonon.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FF0000; 
	}

#main-menu li ul li a{
text-indent: 10px;
font-size: 12px;
font-style: oblique; 
color: #990000; 

}

#menu-top {
	margin-left: 0px;
	width: 154px;
	height: 30px;
	background-image: url(images/menu-top.gif);
	background-position: top left;
	background-repeat: repeat-y;
	float: left;
	clear: right;
}

.header-box {
	vertical-align: top;
	height: 120px;
	background-color: #EFEFEF;
	padding: 10px 5px;
}

.header-box h1{
	font-family: trebuchet, verdana, arial;
	font-size:  1.4em;
	color: #336699;
	text-transform: uppercase;
	border: none;
	padding: none;
	margin: none;	
}

#contact-form {
	margin: 0px auto 0px;
	width: 350px;
	padding: 10px;
	border: 1px solid #AEAEAE;
	background-color: #FAFAFA;
}

.formline{
	width: 350px;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
}

.formlabel{
	width: 75px;
	float: left;
	clear: none;
	text-align: right;
}

.formcontrol{
	width: 230px;
	float: right;
	clear: none;
}




/*
	WIDGETS
*/
#widgitsidebar{ 
	line-height: normal;
	width: 190px; 
	float: right;
	margin: 10px 7px 0px 8px;
	}
	
#widgitsidebar li{ 
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
	line-height: normal;	
}
	
#widgitsidebar h2{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold; 
	text-transform: capitalize; 
	padding: 15px 5px; 
	text-align: center;
	color: #000000;
	text-decoration: none;
}


.widget{ 
	background-color: #D3DDD2; /*#f4dfb8*/
	width: 180px; 
	border-right: 1px solid #d7b880; 
	border-bottom: 1px solid #d7b880;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding: 0px 6px 6px 6px; 
	margin: 0 0 15px 0; 
	}
	
.inside{
	 padding: 5px; 
	}
	
.widget ul{ 
	
	}

.widget ul li, .widget ul li li{ 
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px; 
	}
	
.widget ul li a{ 
	display: block; 
	padding: 2px 6px;
	margin: 0px;
	line-height: normal; 

	}
	
.widget ul li a:hover{ 
	background: #909090; color: white; 
	}
	


/*
	BLOG ENTRIES
*/
.post								{ margin: 15px 30px 45px 30px; }

.datebox							{ width: 130px; float: left; padding: 0 5px 5px 5px; background: #FF9900; color: white; text-align: center; }
.day								{ font-size: 18px; font-weight: bold; margin: 0; font-family: Georgia, serif; }
.month								{ font-size: 14px; font-weight: bold; text-transform: uppercase; margin: 0; }
.year								{ font-size: 12px; font-weight: bold; margin: 0; }


/* new, plain-looking post date display 
.datebox							{ float: left; padding: 3px 5px 5px 5px; color: #005500; }*/

ol.commentlist						{ list-style: none; }
.comment-bubble						{ background: #EAEAEA; color: #005500; padding: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
ol.commentlist li p					{ font-size: 12px; }
.gravatar							{ margin-top: 3px; padding: 2px; height: 40px; }

/*
	FOOTER
*/
#push	{ 
	height: 300px; 
	}

#stretchbar_bot{
	height:1px;
	margin: 0 auto;
	width: 900px;
	background-color: #CCCCCC;
	clear: both;
	border: none;
	color: #FFFFFF;
	}

#footer	{ 
	height: 300px;
	margin: 0 auto;
	width: 960px;
	clear: both;
	border-bottom: 1px solid #AEAEAE; 
	font-size: 12px;
}

#footer-inside{ 
	width: 940px; 
	padding: 10px; 
	margin: 0 auto; 
	}
	


#footer-3 {
	margin: 3px;
}

	
#footer-3 li {
	display: inline; 
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
	padding: 0px 5px;
	margin: 0px;
	border-right: 1px solid #AEAEAE; 
	/* border-left: 1px solid #AEAEAE;
	border-collapse: collapse; */
}

/*
	Author page
*/

.largebold {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}





/* Satija old site */
a:link { color: #967467; text-decoration: underline}
a:hover { color: #000000; text-decoration: underline}
a:visited { color: #967467; text-decoration: underline}
a:hover { color: #000000; text-decoration: underline}


.head_nav {

padding: 20px 20px;
text-transform: uppercase;
line-height: 160%;
}

.head_nav li {
	
display: inline;	
list-style-type: none;
padding-right: 1em;
}

.head_nav li a:link, .head_nav li a:visited  {
	font-family: "Gill Sans", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	white-space: nowrap;
    text-decoration: none;
}

.head_nav li a:hover {
	color: #336699;
text-decoration: none
}

.Highlight {
	font-weight: bold;
	color: #967467;
}

.bullets {
	list-style-type: square;
}

