
body {
	margin:50px auto;
	padding: 0;
	background: #787878 url(../images/bkg.gif) repeat;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616161;
}

h1, h2, h3 {
	margin-top: 0;
	color: #8C0209;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #8C0209;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#base {
	width: 100%;
}

#container {
	width: 1000px;
	height: auto;
	overflow: hidden;
	text-align: left;
}

#header {
	height: 170px;
	background-color: #ffffff;
}

/* Header */

#logo {
	float: left;
	width: 300px;
	height: 165px;
	margin: 0 auto;
	padding: 0 10px 0 45px;
	background:url(../images/img01.jpg) no-repeat left top;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #8C0209;
}

#logo span {
	color: #000000;
}

#logo div {
	text-transform: uppercase;
	font-size: 10px;
	color: #110E0F;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #8C0209;
}

/* Menu */

#menu {
	margin: 0 auto;
	padding: 0;
	height: 50px;
	background: url(../images/img02.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	margin: 0;
	padding: 18px 30px 0 30px;
	text-decoration: none;
	text-transform: capitalize;
	background: url(../images/img03.jpg) no-repeat right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 990px;
	margin: 0 auto;
	padding: 20px 5px;
	background: #FFFFFF;
}

#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 540px;
	padding-left: 15px;
	height: auto;
	overflow: hidden;
}

#contentwide {
	float: right;
	width: 740px;
	height: auto;
	overflow: hidden;
	padding-left: 15px;
}

.post {
	padding-bottom: 15px;
	padding-right: 10px;
	text-align: justify;
	color: #333;
	font-size: 11px;
}

.post h1 {
	font-weight: normal;
	margin: 0;
}

.title {
	margin: 0;
	padding: 10px 0 4px 0px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #8C0209;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	border-bottom: 1px #BBBBBB dashed;
	margin: -10px 20px 20px 20px;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 20px;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
}

#sidebar2 {
	float: right;
}

.sidebar {
	float: left;
	width: 215px;
	padding: 0;
	font-size: 12px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	border-bottom: 1px #BBBBBB dashed;
}


.sidebar li h2 {
	height: 30px;
	margin: 0 0 0 0;
	padding: 10px 15px 0px 15px;
	background: #890208 url(../images/img05.jpg) no-repeat left top;
	letter-spacing: -1px;
	font-size: 16px;
	color: #FFFFFF;
}

.sidebar a {
}

/* Search */

#searchform {
	margin: 0;
	padding: 0 0 0 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 180px;
	height: 18px;
	border: 1px solid #CA8186;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
/* Calendar */

#calendar_wrap {
	padding: 0 15px;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
	border:1px solid #eee;
}

#calendar_wrap td:hover {
	border:1px solid #eee;
	background-color: #eee;
}

#calendar_wrap td.event {
	color: red;
	background-color: #eee;
}

#calendar_wrap td.today {
	color: blue;
	background-color: #eee;
	font-weight: bold;
}

#calendar_wrap td.saturday {
	background-color: #D6E2FF;
}

#calendar_wrap td.sunday {
	background-color: #FFB6C6;
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	width: 960px;
	height: 70px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(../images/img04.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: smaller;
}

#footer a {
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}

/* news styling start */


table#newstable tr td ul {
    margin:0;
    padding:1;
  }


table#newstable tr td ul li {
    float: left;
    margin:0 0 10px; 
    padding:0 0 0 25px;
    list-style-type: none;
    background: url('../images/qopen-mini.gif') 0px 2px no-repeat;
    font-size: 11px;
    padding-top: 10px;
    width: 500px;
  }


table#newstable tr td ul li div {
    float: left;
    background: url('../images/qclose-mini.gif') no-repeat;
    width: 20px;
    height: 18px;
  }

div.post .boxwrapper {
    margin-left: 10px;
    width: 540px;
    height: auto;
    overflow: hidden;
  }


div.post .boxwrapper .sbox {
    float: left;
    width: 225px;
    height: 250px;
    border:2px dotted #ccc;
    margin-top: 5px;
    margin-right: 5px;
    padding: 2px 2px 2px 2px;
  }


div.post .boxwrapper .wbox {
    float: left;
    width: 540px;
    height: 200px;
    border:2px dotted #ccc;
    margin-top: 5px;
    margin-right: 5px;
  }


div.post .boxwrapper .sbox div {
    color: #000000;
    margin-left: 10px;
  }


div.post .boxwrapper .wbox div {
    color: #000000;
    margin-left: 10px;
  }


div.post .boxwrapper .sbox ul {
    margin:0;
    padding:0;
    padding-left: 8px;
  }

div.post .boxwrapper .sbox ul li {
    margin:0 0 5px 0; 
    padding:0px 0px 0px 5px;
    list-style-type: none;
}

div.post .boxwrapper ul.smap {
    margin:0;
    list-style-type: none;
  }

div.post .boxwrapper ul.smap li a {
    color: black;
    font-size: 14px;
    font-weight: bold;
  }

div.post .boxwrapper ul.smap li a:hover {
    color: blue;
    text-decoration: underline;
  }

div.post .boxwrapper ul.smap li ul {
    list-style-type: circle;
  }

div.post .boxwrapper ul.smap li ul li a {
    font-size: 12px;
    font-weight: normal;
  }


div.post .eventHolder {
    border-top-color : #ccc;
    border-top-style : solid;
    border-top-width : 1px;
    width : 520px;
  }


.boxwrapper div.dbox {
    float: left;
  }


.boxwrapper div.ebox_body {
    float: left;
    margin-left: 25px;
  }


table.eventTableBody tr.eventTitle td span {
    font-size: 20px;
    color: #082E05;
  }

table.eventTableBody tr.eventTitle td span:hover {
    text-decoration: underline;
  }

table.eventTableBody img { margin-right: 10px; }

div.post .boxwrapper table.eventTableDate {
    margin-top: 10px;
    background: url('../images/dateholder.gif') 100% 0 no-repeat;
    width: 80px;
    height: 80px;
  }

/**** form *****/

.row {
    background-color: #FFAA93;
    border:1px solid red;
    padding: 5px 5px 5px 5px;
    font-size: 10px;
    color: #000;
}

td.rowa {
    background-color: #FFAA93;
    border:1px solid red;
    padding: 5px 5px 5px 5px;
    font-size: 10px;
    color: #000;
}

td.rowa ul {
    margin: 0;
}

.text {
    border:1px solid #ccc;
    width: 200px;
    height: 18px;
    font-size: 10px;
    background-color: #eee;
}

.texta {
    border:1px solid #ccc;
    width: 200px;
    height: 100px;
    font-size: 10px;
}

.labelField {
    width: 220px;
    height: auto;
    overflow: hidden;
    font-size: 11px;
    color: #000;
}

td.labelField span {
	color: red;
	font-size: 12px;
}
