
body {
	font: 80.5%/1.8em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	word-spacing:2px;
	color:#444;
	margin:20px;
	background:url("../images/site/body1.jpg") #f6f6f6;
}

* {
	margin:0;
	padding:0;
}

#wrapper {
	background:#fff;
	border:3px solid #f1f1f1;
	max-width:1200px;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:760px;
	margin:0 auto;
}

* html #wrapper
{
	width:expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");
}

#innerwrapper {
	margin:1px;
	background:url("../images/site/innerwrapper.jpg") top repeat-x;
	padding:20px;
}

/* Header styling beings here */
#header input {
	width:150px;
	padding:5px;
	background:#fff;
	border:2px solid #f6f6f6;
	font:150% Arial;
	color:#999;
}

#header input:hover {
	border:2px solid #ccc;
}

#header input:focus {
	border:2px solid #388CBA;
	color:#555;
}

#header form {
	padding:27px 25px 20px 25px;
	float:right;
	background:#fff;
	width:160px;
	margin:-20px -20px 0 0 !important;
	margin:-20px -10px 0 0;
	border:none;
}

#header h1 {
	float:left;
	font:250% Arial;
	color:#333;
	padding:5px 20px 5px 5px;
	border-right:1px solid #ccc;
	margin:0 20px 0 0;
}

#header h1 a {
	color:#333;
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}

#header h1 a:hover {
	color:#111;
	border-bottom:2px solid #388CBA;
}

#header h2 {
	font:150% Arial;
	color:#666;
	padding:16px 0 0 0;
	border:none;
}

#header h2 a {
	color:#444;
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}

#header h2 a:hover {
	border-bottom:2px solid #388CBA;
}

#header #nav {
	clear:both;
	background:url("../images/site/nav.jpg") top repeat-x #4F9EC9;
	border-bottom:2px solid #4F9EC9;
	border-top:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
	padding:10px 10px 10px 0 !important;
	padding:4px 10px 10px 0;
}

#header a em {
	font-style:normal;
	text-decoration:underline;
}

#header #nav a {
	color:#fff;
	font:140% Trebuchet MS;
	text-decoration:none;
	padding:10px;
}

#header #nav a:hover {
	background:#4F9EC9;
}

#header #nav a.active {
	background:#4F9EC9;
}

#header #nav li {
	display:inline;
	list-style:none;
	margin:0 1px 0 0;
}

#header #subnav {
	background:#4F9EC9;
	padding:5px 7px 7px 7px;
	font:90% Verdana;
	color:#DEEDF5;
	border-bottom:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
}

#header #subnav li {
	list-style:none;
	display:inline;
}

#header #subnav a {
	color:#DEEDF5;
	text-decoration:none;
	font:100% Verdana;
	padding:5px;
	border-bottom:2px solid #4F9EC9;
}

#header #subnav a:hover {
	border-bottom:2px solid #388CBA;
	color:#fff;
}

#header #subnav a.active {
	border-bottom:2px solid #388CBA;
	color:#fff;
}
/* Header styling ends here */


/* Side bar styling beings here */
#sidebar {
	background:#333;
	width:200px;
	padding:10px 20px 20px 15px;
	float:left;
	color:#4F9EC8;
	border-top:2px solid #000;
	border-bottom:10px solid #000;
	font:80%;
}

#sidebar h2 {
	font:160% Arial;
	color:#388cba;
	margin:10px 0 10px 0;
	background:url("../images/site/sidebarh2.jpg") right no-repeat;
	border:none;
}

#sidebar h3 {
	color:#FF8040;
	font:90% Verdana;
	font-weight:bold;
	letter-spacing:2px;
}

#sidebar p {
	margin:15px 10px;
}

#sidebar p.news {
	background-color:#323232;
}

#sidebar p.news a.more {
	color:#ccc;
	display:block;
	text-align:right;
	font:80% Verdana;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	padding:10px 0;
}

#sidebar p.news a:hover {
	color:#98D158;
}

#sidebar .subnav {
	border-top:1px solid #2C2C2C;
}

#sidebar .subnav li {
	list-style:none;
	padding:2px;
	border-bottom:2px solid #2C2C2C;
}

#sidebar .subnav li a {	
	color:#ccc;
	text-decoration:none;
	display:block;
}

#sidebar .subnav li a:hover {
	color: f00;
	font: 120%;
}

#sidebar .subnav li a b {
	float:right;
	display:none;
	color:#666;
}

#tdate {
	color:#FF8040;
}

#sidebar .subnav li a:hover b {
	display:inline;
}

#sidebar .subsubnav li {
	list-style:none;
	padding:5px;
	border-bottom:1px solid #2C2C2C;
}

#sidebar .subsubnav li a {	
	color:#cc9;
	text-decoration:none;
	display:block;
}

#sidebar .subsubnav li a:hover {
	color: red;
}

#sidebar .subsubnav li a b {
	float:right;
	display:none;
	color:#699;
}

#sidebar .subsubnav li a:hover b {
	display:inline;
}

#sidebar .subnav li form {
	padding:10px;
}

#sidebar input {
	padding:4px;
	background:#2c2c2c;
	border:1px solid #222222;
	color:#ccc;
	font:90% Verdana;
	width:190px;
}

#sidebarright {
	width:170px;
	float:right;
	padding:10px 0 0 10px;
	background:url("../images/site/sidebarright.jpg") top left no-repeat;
}

#sidebarright p {
	font:90% Verdana;
	color:#777;
	line-height:20px;
	margin:10px 0;
}

#sidebarright h2 {
	font:140% Arial;
	color:#333;
	margin:10px 0;
	border:none;
}

#sidebarright ul {
	margin:10px 0 10px 15px;
	font:90% Verdana;
}

#sidebarright ul li {
	margin:5px 0;
}

#sidebarright a {
	border-bottom:2px dotted #eee;
	color:#444;
	text-decoration:none;
}

#sidebarright a:hover {
	border-bottom:1px solid #ccc;
}
/* Side bar styling ends here */



/* Calendar styling beings here */

#calendar {
	padding-bottom: 20px;
}

#calendar table, #calendar caption {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#calendar caption {
	text-transform: uppercase;
	letter-spacing: .25em;
	font-weight: bold;
}

#calendar thead th {
	background: #333333;
}

#calendar tbody td {
	background: #111111;
}

#calendar a {
	text-decoration: none;
	color: #FAEBD7;
	border-bottom:1px solid #0f0;
	font-weight: bold;
}

#calendar a:hover {
	text-decoration: none;
	border-bottom:1px solid #ccc;
	color: #3163CE
	}

.year {
	border-style: outset;
	border-width: 1px;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #EEDFCC;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #FAEBD7;
	border-style: solid;
	border-width:0px
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FAEBD7;
	border-style: none;
	border-width:1px
}
.weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #CD5C5C;
}
.week {
	border-style: none;
	background-color: #EEDFCC;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #EEDFCC;
}
.yearpicker {
	font-size: 11px;
	background-color: #EEDFCC;
}
.pickerbutton {
	border-style: solid;
	border-width: 1px;
	background-color: #EEDFCC;
}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #ccc;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFEFDB;
	color: #3163CE;
	height:20px;
	width:20px;
}
.today {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	background-color: #3163CE;
	color: #FF8040;
	height:20px;
	width:20px;
}
.selectedday {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	background-color: #3163CE;
	height:20px;
	width:20px;
}
.sunday {
	background-color: #FFEFDB;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	height:20px;
	width:20px;
}
.sunday a {
	color: #667171;
}
.saturday {
	background-color: #FFEFDB;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	height:20px;
	width:20px;
}
.saturday a {
	color: #fff;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #f00;
	background-color: #fff;
	height:20px;
	width:20px;
}
.event a {
	color: #3163CE;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: pink;
	background-color: #CDC9C9;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #f00;
	color: #0ff;
}
.todayevent {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-width: 2px;
	border-style: solid;
	color: #f00;
	background-color: #EEE9E9;
	height:20px;
	width:20px;
}
.todayevent a {
	background-color: #f00;
	color: #EEE9E9;
}
.eventcontent {
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}

/* Calender styling ends */



/* Content styling beings here */


#content {
	margin:0 210px 0 240px;
	background:url("../images/site/content.jpg") top left no-repeat;
	padding:20px 0 0 20px;
}


#content ul {
	margin:15px 0 15px 0;
	line-height:25px;
	padding:15px 0 15px 15px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#388cba;
}

#content ul span {
	color:#444;
}

#contentnorightbar {
	margin:0 0 0 240px;
	background:url("../images/site/content.jpg") top left no-repeat;
	padding:20px 0 0 20px;
}

#contentnorightbar ul {
	margin:15px 0 15px 20px;
	line-height:25px;
	padding:15px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#388cba;
}

#contentnorightbar ul span {
	color:#444;
}

a {
	color:#222;
}

a:hover {
	text-decoration: none;
}

h2 {
	font:190% Arial;
	color:#388cba;
	border-bottom:2px solid #f6f6f6;
}

h2 a {
	color:#388cba;
	text-decoration: none;
}

h2 a:hover {
	color:#5F9128;
}

h3 {
	font:140% Trebuchet MS;
	color: red;
	text-decoration: underline;
	font-weight: bolder;
	margin:10px 0;
}

h4 {
	font:115% Arial;
	color: red;
	margin:10px 0;
}

img {
	padding:1px;
	background:#ccc;
	border: 0;
}

p {
	margin:15px 0;
	line-height:22px;
	align: justify;
}


/* Content styling ends here */



/* Footer styling beings here */
#footer {
	clear:both;
	border-top:1px solid #eee;
	padding:10px;
	margin:30px 0 0;
}
/* Footer styling ends here */



/* Form styling beings here */

form {
	padding:10px;
	border:1px solid #f6f6f6;
	background:url("../images/site/white_stripes.jpg") right repeat-x #fff;
}

label {
	display: block;
	font-weight: bold;
	color: #444;
	margin: 5px 0;
}

input {
	padding:4px;
	border:none;
	border-bottom:1px dotted #ccc;
	font:90% Verdana;
	color:#777;
}

textarea {
	width:350px;
	padding:4px;
	font:90% Verdana;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}

#button {
	width: 250px;
	height: 30px;
}
	
/* Form styling ends here */


p img {
	float:left;
	margin:0 10px 0 0;
}

blockquote p {
	font: 16px Georgia;
	color:#aaa;
	padding: 10px 5px 5px 10px;
	line-height: 22px;
}
.quotation {
	font: 22px Georgia;
	color: black;
	padding: 5px 0 5px 0;
}

/* Gallery styling beings here */
.photo {
padding:2px;
margin:0 0 8px 0;
background-color:#f0f0f0;
border:1px solid #d8d8d8;
}

.right {
margin-top:-8px;
text-align:right;
}

.block {
background:#f0f0f0;
padding:10px;
}

#wrap2{
background:url("../images/site/nav.jpg") top left no-repeat;
padding:10px;
width:730px;
}

#topbox{
color:#808080;
margin:0 0 4px;
text-align:right;
}

#topbox a{
color:#d04a10;
}

#topbox a:hover{
text-decoration:underline;
}

#leftside{
float:left;
margin:-15px 0 0;
width:145px;
}

#leftside h1{
font-size:1.4em;
font-weight:400;
}

#rightside{
float:right;
margin:40px 15px 20px 0;
width:130px;
}

#rightside h1{
font-size:1.4em;
font-weight:400;
margin:0 0 12px;
}

#rightside p{
font-size:0.9em;
margin:2px 0 12px 10px;
}

#rightside img{
border:1px solid #fa9035;
margin:10px 0 5px 5px;
padding:2px;
}
/* Gallery styling ends here */


/*Zoom search engine css*/
		.highlight { background: #FFFF40; }
		.searchheading { font-size: 130%; font-weight: bold; }
		.summary { font-size: 80%; font-style: italic; } 
		.results { font-size: 100%; }
		.category { color: #999999; }
		.description { font-size: 100%; color: #008000; }
		.context { font-size: 100%; }
		.infoline { font-size: 80%; font-style: normal; color: #808080;}
		.sorting { text-align: right; }
		.result_title { font-size: 100%; }

		.zoom_searchform { font-size: 100%; }
		.zoom_options { font-size: 80%; }
		input.zoom_button {  }
		input.zoom_searchbox {  }
/*Zoom search engine css ends here*/



/* Miscellaneous styling beings here */
.small{
font-size:0.85em;
}

.large{
font-size:1.4em;
}

.soft{
color:#808080;
}

.normal{
font-weight:400;
}

.sharp{
color:#101010;
}

.center{
text-align: center;
}

.hide{
display:none;
}

#letter {
	background:url("../images/site/note.gif") #f6f6f6;
}

#letter em {
	color: #f00;
	font-weight: bolder;
}

#letter table{
	padding:2px; 
	width:90%; 
	border:1px;
}

.sig {
	font:145% Gigi, Arial;
}
.tableheader em {
	color: #f00;
	font-weight: bolder;
	text-decoration: underline;
}

.tableheader {
background: #388cba;
}

.alternate {
background: #ccc;
}

#header .logo {
	border: 0;
}

/*Newsletter registration form css */
div.contact_form form,
div.contact_form table,
div.contact_form td,
div.contact_form th    { margin: 0px; padding: 0px; }

div.contact_form table { border-collapse: collapse; }
div.contact_form th    { padding: 0px 10px 3px 0px; vertical-align: top; text-align: left; }
div.contact_form td    { padding: 0px  0px 3px 0px; }

div.contact_form em
{
  font-style:  normal;
  font-weight: 900;
  color: #004080;
}

div.contact_form em.error, div.contact_form form em
{
  color: #FF0000;
}

div.contact_form div.error { margin-bottom: 15px; }


/* ***** Graphics *********************************************************** */

div.contact_form input, div.contact_form textarea
{
  border:     none;
  background: none;
  margin:  0px;
  padding: 0px;
}

div.contact_form input.submit
{
  width:  70px;
  height: 24px;
  background: url('style-graphic/form_button_submit.png');
}

div.contact_form div.input
{
  float: left;
  background: no-repeat url('style-graphic/form_input.png');
  line-height: 1px;
}

div.contact_form div.input input,
div.contact_form div.input textarea
{
  border:  1px solid black;
  padding: 1px 1px 1px 3px;
}

/* Newsletter registration form css ends here */