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

body {
	background:url(dblue.gif);
	font: 12px Verdana, Tahoma, arial, sans-serif;
	color: #000000;
	text-align: center;
	margin: 15px 0;
}
.one{
  padding-left: 70px;
  color: #640000
}


P {
line-height : 22px;
padding-top : 5px;
padding-left : 10px;
padding-right :5px;
}
/* links */
a, a:visited {	
	color: #000066;

	text-decoration: none;
  font-weight: bold;
  font-size: 12px
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}
p.first{
  padding-left: 80px
}
p.second{
  text-align: center;
  font-weight: bold;
  margin-top: 25px;
  font-family:  Papyrus;
  font-size: 16px;
  line-height: 22px
}

/* headers */



/* images */

.imgright {
float : right;
margin : 5px 3px 5px 0;
padding : 0px;
}
.imgleft {
float : left;
margin : 5px 5px 0px 0;
padding : 0;
padding-bottom : 0px;
}


blockquote {
	margin: 10px;
 	padding: 0 0 0 35px;

	color: #111111;
  font-size: 16px;
  font-style: italic;
  background: #DDDDDD;
  border-left: 4px solid #000066
}


/* start - table */

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;
	border: 1px solid #D5D5D5; 
	background-color: #DFDFDF; 	
}
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 url(nav.jpg) repeat-x 0 0;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 3px; padding: 5px 0 10px 0;	
	width: 220px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	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: 920px;
	background: #CCC;
	margin: 0 auto;
	text-align: left;
}
#top-bg {
   position: absolute;
	width: 920px;
	height: 19px;
	background: #CCC;
	top: 0; left: 0;
	z-index: 2;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 920px;
	padding: 0;
	background: #EEEEEE;


	margin-left: 0px;
	display: inline;
}

#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-photo p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	text-transform: none;
	color: #000000;

	/* change the values of top and left to adjust the position of the slogan*/
	top: 90px; left: 5px;
  font-size: 14px
}
#header-photo p#slogana {
	position: absolute;
	margin: 0; padding: 0;
	text-transform: none;
	color: #EEEEEE;

	/* change the values of top and left to adjust the position of the slogan*/
	top: 80px; left: 5px;
  font-size: 14px;
  text-align: center;
  line-height: 32px
}
#header-photo p#sloganb {
	position: absolute;
	margin: 0; padding: 0;
	text-transform: none;
	color: #EEEEEE;

	/* change the values of top and left to adjust the position of the slogan*/
	top: 290px; left: 480px;
  font-size: 15px;
  text-align: center;
  font-weight: bold
}
/* header links */
#header #header-links {
	position: absolute;
	top: 20px; right: 20px;	
	color: #838181;
	font-size: 10px;	
}
#header #header-links a {	
	color: #838181;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #444;		
}

/* header-photo */
#header-photo {
	clear: both;
	height: 280px;
	width: 920px;
	margin: 0 auto;
	background:url(header-photo.jpg) no-repeat;
}

/* Navigation */
#nav {
	clear: both;
	padding: 0;
  height: 40px;
  width: 920px;
  background: url(footer.jpg) repeat;
  color: #000000;
  font-size: 14px;
  text-align: center;

}
#nav ul {
	float: left;
	list-style: none;

	width: 720px;

	margin: 0 0 0 15px;
	padding: 0;
	display: inline;
  margin-left: 0px;
  padding-left: 75px
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #899D00;
	border-left: 1px solid #A7D101;
	border-bottom: none;
	color: #FFF;
	font: bold 13px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(nav-hover.jpg) repeat-x;	
}
#nav ul li#current a {	
	background: url(nav-current.jpg) repeat-x;	
}

/* Main Column */
#main {
	float: left;
	width: 708px;
	padding: 10px 0 0 0; margin: 0 0 0 0px;
	display: inline;
  background: #FFFFFF;
  margin-left: 0px
}
  html > body #main {
	float: left;
	width: 719px;
	padding: 10px 0 0 0; margin: 0 0 0 0px;
	display: inline;
  background: #FFFFFF;
  margin-left: 0px
}
#main h2 {
		color: #000033;
	text-transform: none;
	padding: 10px 0 0px 10px;
  font-size: 26px;
  font-weight: normal
}
#main h3 {
	color: #000033;
	text-transform: none;
	padding: 10px 0 0px 10px;
  font-size: 14px;
  font-weight: bold
}
#main h4 {
   	color: #000033;
	text-transform: none;
	padding: 10px 0 0px 10px;
  font-weight: normal;
  font-size: 22px
}
#main h2 a {
	color: #85970C;
	text-decoration: none;	
}
#main ul li {

  line-height: 22px;
  margin-left: 20px;
  padding-left: 0px;
  list-style: disc
}
#content ul li {

  line-height: 22px;
  margin-left: 35px;
  padding-left: 0px;
  list-style: lower-roman;
  padding-right: 5px
}
/* Sidebar */	
#sidebar {
	float: left;
	width: 190px;
	padding: 0px 10px 0 0; margin: 0px;
  margin-right: 0px;
  background: #EEEEEE
}

#sidebar h3 {
	padding: 5px 5px;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #000077;
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 0px 0px 8px 0px; padding: 0;
	text-decoration: none;

}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
	color: #8F8F8F;
  margin-left: 10px
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar ul.sidemenu li a:hover {
	color: #1773BC;
}

#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }

/* footer */
#footer-wrap {
	clear: both;
	width: 920px;
	font-size: 95%;
	text-align: left;
	padding: 15px 0;
	background: #EEEEEE;
  border-top: 2px solid #555555
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h3 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
}

#footer-columns {
	color: #000000;
	margin: 0 auto;
	padding: 0;  margin-left: 85px;
	 	background: #EEEEEE;
  margin-right: 35px;
  font-size: 11px;
  margin-top: 0px
}

#footer-columns .col3, .col3-center {
	float: left;
	width: 100%;
  color: #222222;
  margin-left: 25px
}
#footer-columns .col3-center { 
	margin: 0 3px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #EEEEEE;
	margin: 0 auto; 
	width: 920px;
	padding: 10px 0;
	text-align: center;
  background: url(footer.jpg) center
}
#footer-bottom a{
  color: #FFFFFF
}

/* postmeta */
.post-footer {
	background: url(post.jpg);
	padding: 5px; margin: 5px 10px 10px 10px;	
	font-size: 95%;	
	color: #AEA471;
	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;	}
.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #EEEEEE; }

/* 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; }

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 13px Verdana;
width: 200px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}

.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #444444;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
  background: #E1E1FF
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #E1E1FF; /*background of tabs (default state)*/
  color: #111111
}

.sidebarmenu ul li a:visited{
color: #444444;
}

.sidebarmenu ul li a:hover{
background-color: #000095;
  color: #EEEEEE
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

.sidebarmenu ul li a.active{
background-color: #000095;
  color: #EEEEEE       }
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

