------------------------------------------------- */
 html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-weight: inherit;
   font-style: inherit;
   font-size: 100%;
   font-family: inherit;
   vertical-align: baseline;
}/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; border: 0 }

body {
	background: #DEDCC5 url(top.jpg) repeat-x;
    font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #000000;
	text-align: center;		
}

/* links */
a, a:visited {	
	color: #4F0000;

	text-decoration: none;
}
a:hover {
	color: #666666;

	text-decoration: underline;
}

P {
line-height : 18px;
margin:0; padding:0;
padding-left : 5px;
padding-right : 7px;
  text-align: justify;
  padding-bottom: 3px
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */

img.float-right {
  	margin: 5px 0px 10px 10px;
}
img.float-left {
  	margin: 5px 5px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F9F7DD;
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: #F9F7DD;
	border: 1px solid #E0DBC9;
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #563E24;
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}

td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	background: #F9F7DD;
	border: 1px solid #E0DBC9; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align: left;

}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 950px;
	padding: 0; 	
	border-bottom: 2px solid #FFF;
	background: #FFFFFF;
	display: inline;
}
#header {
	width: 950px;
	position: relative;
	height: 250px;
	background: transparent;
	padding: 0;	
	color: #FFF;	
}
#header h1#logo-text{
	position: absolute;
	margin: 0; padding: 0;
		text-decoration: none;
    width:550px;
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 210px;
  font-size: 36px;
  color: #EEEEEE;
  line-height: 36px;
  font-weight: normal;
  text-align: center;
  font-family: "Goudy Old Style"
}
#header h1#logo-text span {
	color: #444;
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 16px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #444;
	 height:250px;
     width:199px;
	/* change the values of top and left to adjust the position of the slogan*/
	top:0px; left: 0px;
  background: url(logo.jpg)
}

/* header links */
#header #header-links {
	position: absolute;
	top: 25px; right: 10px;	
	color: #34160B;height:199px;
    width:199px;
	font-size: 12px;
	font-weight: bold;
  background: url(map.jpg) no-repeat
}
#header #header-links a {	
	color: #34160B;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #BE420D;	
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;     background: #BBBBBB;
overflow: hidden;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 2px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;

}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 10px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: #444444;
background: transparent; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: #444444;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
 background: #E6DE9D; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
/* Main Column */
#main {
	float: right; background: #EDECE0;
	width: 750px;
	padding: 0; margin: 0 0px 0 0;
	display: inline;
}
#main h3 {
	margin-top: 2px;
   color: #000033;
  font-size: 18px;
  font-weight: normal;
	padding: 3px 0px 5px 0;
}
#main h4 {
	margin-top: 2px;
   color: #000033;
  font-size: 16px;
  font-weight: normal;
	padding: 3px 0px 5px 0;
}
#main ul li {
	list-style-image: url(bullet.gif);
}
#main ol li{
  line-height: 22px
}


.post-footer {
	background: #F9F7DD;
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	border: 1px solid #E0DBC9;
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 199px;
	padding: 0;
	margin: 0 0 0 0px;
	display: inline;
  background: #FFFFFF
}
#sidebar h1 {
	margin-top: px;
	padding: 5px 5px;
  font-size: 18px;
 color: #000033;  background: #A2B5CD;
  margin-bottom: 0px
}
#sidebar h2 {
	margin-top: 20px;
	padding: 5px 5px;
  font-size: 18px;
 color: #000033;  background: #A2B5CD;
  margin-bottom: 0px
}
#sidebar h2 a{
	margin-top: 20px;
	padding: 5px 5px;
  font-size: 18px;
 color: #000033;  background: #A2B5CD;
  margin-bottom: 0px
}
#sidebar h2 a:hover{
	margin-top: 20px;
	padding: 5px 5px;
  font-size: 18px;
 color: #000033;  background: #A2B5CD;
  margin-bottom: 0px;
  text-decoration: none
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 0px 0px 8px 0; padding: 0;
	text-decoration: none;		
	border-top: 1px solid #C39F73;
  background: #A2B5CD
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #6B4F2E;		
}
#sidebar ul.sidemenu li a:hover {	
	color: #660000;
}



/* footer*/
#footer {
	clear: both;
	color: #444444;
	width: 950px;
	padding: 5px 0 15px 0;
	text-align: center;
  background: #BBBBBB
}
#footer a {
	color: #444444;
	font-weight: bold;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

#featured {
	clear: both;
	margin: 0px;  height: 367px;
	padding-bottom: 0px;
	width: 750px;
	background: url(../images/sep-bg.jpg) no-repeat center bottom;
}
#featured-block {
	position: relative;

	background-color: transparent;
	width: 740px;
	margin-left: 0px;
	padding-bottom:0px;
  margin-bottom: 0px
}
#featured-ribbon {
	position: absolute;
	background: url(../images/ribbon.png) no-repeat;
	width: 99px;
	height: 98px;
	top: -1px;
	right: -2px;
	z-index: 99999;
}
#featured h2 {
	margin-bottom: 0;
	padding-bottom: 0;

	color: #000033;
  font-size: 24px;
  font-weight: normal
}
#main h2 {
	margin-bottom: 0;
	padding-bottom: 0;

	color: #000033;
  font-size: 24px;
  font-weight: normal
}
#featured h2 a {
	color: #f0e8e8;
	border: none;
}
#featured .image-block {
	float: left;
	width: 450px;
	margin: 0px 0 0 5px;
	padding: 5px 0 0 0;
	display: inline;
}
#featured .image-block img {
	background-color: transparent;
   border: 0px solid #251a15;
	padding: 0px;
}
#featured .text-block {
	float: right;
	width: 270px;
	margin: 0px 10px 0 0;
	display: inline;
}
#featured a.more-link {
	float: left;
	margin-top: 25px;
	padding: 5px 10px;
	border: 1px solid #c96111;
	background: #e2721b url(../images/button-bg.png) repeat-x;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	display: block;
}
#featured a.more-link:hover {
	border: 1px solid #2f4c13;
	background: #4a781d url(../images/button-hover-bg.png) repeat-x;
}

 #test2 {
    margin: 0em auto;
    border: 0px solid #555;
    width: 450px;
    height: 367px;
  }
/* Calendar */

#calendar {
  color: #000000;
  padding-left: 5px
}

#calendar table, #calendar caption {
	width: 100%;
	text-align: center;
}

#calendar caption {
	font-weight: bold;
}

#calendar a {
	font-weight: bold;
  color: #222222
}
.box-table-a {

margin : 5px;
width : 740px;
text-align : left;
border-collapse : collapse;
border-top : 2px solid #000033;
border-bottom : 4px solid #000033;
  margin-bottom: 10px
}
.box-table-a th {
font-size : 13px;
font-weight : normal;
padding : 8px;
background : #e8edff;
border-right : 1px solid #9baff1;
border-left : 1px solid #9baff1;
color : #039;
}
.box-table-a td {
padding :5px;
background : transparent;

color : #000000;
width : 370px;
padding-bottom : 4px;

  vertical-align: top;
  border-bottom: thin solid #444444
}
.box-table-b {

margin : 5px;
width : 740px;
text-align : left;
border-collapse : collapse;
border-top : 2px solid #000033;
border-bottom : 4px solid #000033;
  margin-bottom: 10px
}
.box-table-b th {
font-size : 13px;
font-weight : normal;
padding : 8px;
background : #e8edff;
border-right : 1px solid #9baff1;
border-left : 1px solid #9baff1;
color : #039;
}
.box-table-b td {
padding :5px;
background : transparent;

color : #000000;
width : 245px;
padding-bottom : 4px;

  vertical-align: top;
  border: thin solid #777777;
  font-size: 14px
}
.box-table-c {

margin : 5px;
width : 740px;
text-align : left;
border-collapse : collapse;
border-top : 2px solid #000033;
border-bottom : 4px solid #000033;
  margin-bottom: 10px
}
.box-table-c th {
font-size : 13px;
font-weight : normal;
padding : 8px;
background : #e8edff;
border-right : 1px solid #9baff1;
border-left : 1px solid #9baff1;
color : #039;
}
.box-table-c td {
padding :5px;
background : transparent;

color : #000000;

padding-bottom : 4px;

  vertical-align: top;
  border: thin solid #777777;
  font-size: 14px
}
