body {
	background: #FFFFFF url(images/img01.jpg) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	color: #000000;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

p, ul, ol {
	margin-bottom: 10px;
	line-height: 160%;
}


a {
	color: #414141;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 45px;
	margin: 0 auto;
	padding: 0px 0;
	background: url(images/img02.jpg) no-repeat center top;
}

#menu ul {
	height: 45px;
	margin: 0;
	padding: 0;
	background: url(images/img03.gif) no-repeat;
	list-style: none;
}

#menu li {
	float: left;
	height: 45px;
	background: url(images/img03.gif) no-repeat right top;
}

#menu a {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: url(images/img02.gif) repeat-x;
	color: #FFFFFF;
	height: 45px;
}

#menu .current_page_item a {
	height: 45px;
	color: #FFFFFF;
}

/* Splash */

#splash {
	width: 960px;
	height: 100px;
	margin: 0 auto;
}

/***********************************************************************
* Navigation Menu                                            *
***********************************************************************/
#menuhorz {
	width: 960px;
	height: 50px;
	margin: 0 auto;
}

.menuhorz-table 	{
		  width: 100%;
		  background-color:#C0C0C0;
		  border-top: #363636 1px solid;
		  border-left: #363636 1px solid;
		  border-right: #363636 1px solid;
		  border-bottom: #363636 1px solid;
		}


.menuhorz		{
          font-size: 12px;
          font-weight: bold;
          color: #666666; 
		  font-family: arial, sans-serif, verdana, helvetica;
		  padding-top: 3px;
		  padding-bottom: 3px;
		  padding-left: 0px;
		  padding-right: 0px;
		  cursor:hand;
		  text-align:center;
		  line-height: 20px;
		  display: block;
		  white-space:nowrap;
		  width: 100%;
		  border: #000000 0px solid; }

.firstmenu	{ color:#3366FF;
              background-color:#F0F0F0;
              text-decoration: none;
		      border: #999999 0px solid;
		      display: block;
               }


a.menuhorz:link 	{ 
		  background-color:#C0C0C0;
		  color: #666666; 
		  text-decoration: none;
		  border: #999999 0px solid;  }

a.menuhorz:visited 	{ 
		  background-color:#C0C0C0;
		  color: #666666; 
		  border: #999999 0px solid;  }

a.menuhorz:active 	{ 
		  background-color:#F0F0F0;
		  color: #666666; 
		  border: #999999 0px solid;  }

a.menuhorz:hover 	{  
		   background-color:#F0F0F0;
		   color: #0065FF;
		   text-decoration: underline;
		   border: #999999 0px solid;  }


#menu li a:hover{
border-bottom: 2px solid #5e8c9f;
color: #5e8c9f;
}


/* Header-right */
#headright p.lang  {
	float: right;
	padding-top: 1px;
	margin-right: 20px;
	
	font-size: 12px;
}
#headright p.lang a {
    color: #666666; 
    text-decoration: none;
    padding: 2px 4px;
    border-bottom: 2px solid #444;
    font-weight: bold;
}
#headright p.lang a:hover {
        color: #0065FF;
	text-decoration: none;
        padding: 2px 4px;
	border-bottom: 2px solid #5e8c9f;

}

/* Header */
#header {
	width: 640px;
	position: relative;
	height: 90px;

	padding: 0;	
	color: #FFF;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #787676;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 30px;	
}
#header h1#logo-text span {
	color: #9A9696;
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 16px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #838181;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 115px;		
}


/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	padding: 10px;
	letter-spacing: 0px;
	font-size: 16px;
}

/* Search*/

#searchres {
	float: left;
	width: 900px;
}
#searchres a:link {
	text-decoration: none;
	color: #005599;
}
#searchres a:hover {
	text-decoration: underline;
	background: #F5F5F5;
}
#searchres a:visited {
	text-decoration: underline;
	color: #3693ff;
}

/* Content */

#content {
	float: right;
	width: 700px;
}
#content a:link {
	text-decoration: none;
	color: #005599;
}
#content a:hover {
	text-decoration: underline;
	background: #F5F5F5;
}
#content a:visited {
	text-decoration: underline;
	color: #3693ff;
}

#content .just {text-align: justify; font-family: arial, verdana; font-size: 12pt; line-height: 130% }

#content .dropcap
{
float: left;
text-align:top;
color: #A52A2A;
width: .65em;
font-size: 3em;
line-height: 85%;
}

#content .letter { float:left; 
          margin-top: 5px;
          margin-right: 5px;
          margin-bottom: -5px;
        }

.post {
	padding-bottom: 20px;
}

.post .title {
	margin: 0;
	padding: 0 10px;
	border-bottom: 1px dotted #B9B9B9;
	text-transform: italic;
}


.post .entry {
	padding: 10px 20px;
}

.post .meta {
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
}


#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 3px;
	background: url(images/img04.gif) no-repeat left 40%;
}


/* ---( Quote )------ */

#quote {
	width: 520px;
	margin: 0;
	}

#quote div.fi {
	margin: 10px;
	background: #eee url(images/quote_top.gif) no-repeat top left;
	padding: 10px;
	}

#quote blockquote {
	padding: 10px;
	margin: 10px;
	text-align: center;
	background: url(images/quote_bottom.gif) no-repeat bottom right;
	}
	
#quote p {
	font-size: 16px;
	font-weight: bold;
	text-align: justify;
	}


.bar {
	background: transparent url(images/bar.gif) repeat-x top left; 
	height: 4px; 
	margin: 20px 0;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 15px;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(images/img04.gif) no-repeat left 40%;
}
#sidebar a {
	text-decoration: none;
	color: #0065FF;
}
#sidebar a:hover {	
	text-decoration: underline;
}
#sidebar #rss {

	margin: -30px 0px 0px 0px;
	padding: 0 20px 0 0;
	background: url(images/rss.gif) no-repeat right;
	text-align: right;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {

	margin: 0;
	padding-left: 20px;
	
	border-bottom: 1px dotted #B9B9B9;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}



/* Site Feedback */

#content input#eform_box{
display: block;
width: 200px;
line-height:15px;
height:15px;
float:left;
background: #FFF;
margin:0;
border:1px solid #666666;
}

#content input#submitFeedBack{
display: block;
width: 100px;
line-height:14px;
height:20px;
float:left;
background: #FFF;
padding: 1px;
margin:0;
border:1px solid #666666;
}

#content input:focus, textarea:focus {
border: 1px solid #f0f0f0;
outline-width: 1px;
outline-style: solid;
outline-color: #66ccff;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x top left;
	font-size: 11px;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}


/*-  AjaxSearch results ---------------------*/


div#sidebar form {
  height:30px;
}

#searchform {
        
	height: 30px;
	width: 182px;
	right: 0;
	top: 12px;
}
#searchform label {

	display: none;
}
#searchwrapper {
	background: url(images/site-search.png) no-repeat 0 0;
        width: 181px;
	height: 27px;
}
#searchbox {
	border-style: none;
	width: 110px;
	height: 16px;
	background: url(images/site-search.png) no-repeat 0 0;
	background-color: transparent;
	font-size: 12px;
	margin: 0;
	padding: 6px 8px 5px 20px;
	line-height: 16px;
        float: left;
}
#searchsubmit {
	border-style: none;
	width: 35px;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	cursor: pointer;
        float: left;
	margin: 0;
	padding: 0 0 0 8px;
	color: #666;
	background: url(images/site-search.png) no-repeat -138px 0;
}
#searchsubmit:hover {
		background-position: -181px 0;
		text-decoration: none;
	}

#metasearch {
	margin-left: 10px;
	margin-top: 25px;
}

#metasearch input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.ajaxSearch_highlight, .ajaxSearch_highlight1 {
	background-color: Yellow;
	color: Black;
	font-weight: bold;
}
