/**** DEFAULT ****/
* { margin: 0; padding: 0; }
body { text-align: center; font-size: 14px; font-family: Verdana,Arial,Helvetica,sans-serif; background: #e7dbc5; }
img { border: 0px; }
h1,h2,h3,h4 { color: #521718; padding-left: 10px; border-bottom: 1px solid #521718; }
h1 { padding: 5px; font-size: 1.3em; margin: 0px 0px 10px 0px; background: url(/public/images/india.gif) left center no-repeat; text-align: center; border-bottom: 3px double #521718; }
h2 { padding: 3px; font-size: 1.1em; margin: 20px 0px 10px 0px; text-align: left; border: 0px; }
h3 { padding: 2px; margin: 15px; }
h4 { padding: 2px; margin: 10px; }
fieldset { border: 0; text-align: center; }

/**** LINKS ****/
a { color: #0000ff;	text-decoration: underline; }
a:hover { color: #000; }
a:visited {	color: #0000ff; }

/**** CLASSES ****/
.bold {	font-weight: bold; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.smaller { font-size: 0.8em; }
.bigger { font-size: 1.1em; }
.big { font-size: 1.2em; }
.fleft { float: left; }
.fright { float: right; }
.clear { clear: both; }
.underline { text-decoration: underline; }

/**** LAYOUT ****/
div#wrapper { margin: auto;	width: 1000px; margin: 0px auto; border-left: 2px solid #4d7935; border-right: 2px solid #4d7935; }
div#logo img { display: block; }
div#content { text-align: left; }

div#content div#left_sidebar { float: left; width: 230px; }
div#content div#left_sidebar div.box { width: 230px; margin: 10px 0px 0px 7px; }
div#content div#left_sidebar div.box div.top { background: url(/public/images/box_top.gif) 0 0 no-repeat; height: 10px; line-height: 10px; }
div#content div#left_sidebar div.box div.middle { background-color: #60ba34; border-left: 6px solid #fff; border-right: 6px solid #fff; }
div#content div#left_sidebar div.box div.middle p.header { font-weight: bold; margin: 0; padding: 0; text-align: center; border-bottom: 1px solid #fff; padding-bottom: 4px; color: #000; }
div#content div#left_sidebar div.box div.bottom { background: url(/public/images/box_bottom.gif) left top no-repeat; height: 12px; }

div#content div#right_sidebar { float: right; width: 750px; background: url(/public/images/content_corner.jpg) right top no-repeat; }
div#content div#right_sidebar > div { margin: 10px 20px 10px 20px; } 

div#footer { clear: both; padding: 5px 0 5px 0; background-color: #60ba34; font-size: 0.7em; font-weight: bold; border-top: 2px solid #4d7935; }
div#footer p.footer { text-align: center; margin: 0px; padding: 0px; line-height: 15px; }

/**** MENU ****/
div.middle { clear: both; text-align: left; color: #be653e; }
div.middle ul { list-style-type: circle; width: 210px; font-weight: bold; }
div.middle ul li { font-size: 0.8em; display: inline; }
div.middle ul li a { display: block; color: #3f1f11; text-decoration: none; padding: 5px; }
div.middle ul li a:hover { color: #fff; }

div.middle ul li.active a { color: #fff; }

/**** OTHERS ****/
div.errorMessage { color: #ff0000; padding: 8px; margin: 10px; font-size: 0.9em; font-weight: bold; background-color: #E8E8E8; border: 1px solid #83929C; }
div.info { color: #00cc00; padding: 7px; margin: 10px; font-size: 0.9em; font-weight: bold; background-color: #eee; border: 1px solid #00cc00; text-align: center; }
div#content p { margin: 15px; }
div#content p.box { margin: 20px 10px 10px 10px; border: 1px solid #744C0E; padding: 10px; }

div#breadcrumb { padding-top: 10px; padding-left: 60px; font-size: 0.8em; text-align: left; }

div#right_sidebar ul {  margin: 20px 20px 20px 50px; }

div.images { text-align: center; }
div.images img { border: 5px solid #fff; margin: 0px 10px 0px 10px; }

/**** PAGINATOR ****/
div.paginator { clear: both; margin: 10px auto 10px auto; text-align: center; }
div.paginator ul { list-style-type: none; white-space: nowrap; margin: 0 auto; display: table; }
div.paginator ul li { float: left; position:relative; margin: 1px; }
div.paginator ul li a { display:inline-block; text-align: center; width: 33px; border: 2px solid #785014; text-decoration: none; background-color: #C48321; color: #fff; }
div.paginator ul li a:hover { background-color: #785014; }
div.paginator ul li a.active { background-color: #785014; }

.fLeft { float: left; }