
/********************************************
   HTML ELEMENTS
********************************************/ 

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

body {
	  font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #000000;
	text-align: center;
	margin: 0 0 0px 0;
  background: #6689cc
}

/* links */
a, a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: none;	
}

p {
line-height : 18px;
margin:0; padding:0;
padding-left : 3px;
padding-right : 7px;
  text-align: justify;
  padding-bottom: 2px;

}

ul {
	list-style: none;
}

/* images */

img.float-right {
  	margin: 0px 0px 0px 5px;
}
img.float-left {
  	margin: 0px 5px 0px 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; */
  	border: 1px solid #F4F3EC;
	background: #FAFAE7;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 15px;

	line-height: 25px;

		color: #444444;
  font-size: 14px;
  background: #FFFFDF;
  border-left: 5px solid #000066;
  font-weight: normal
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(nav.jpg) repeat-x;
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #fff;
}
tr {
	height: 32px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin:5px; padding: 0 5px;

	background-color: transparent;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;

	font: normal 1em Verdana, sans-serif;
	color:#777;
  border: thin solid #777777
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;

	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;

}



/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
   width: 960px;
	margin: 0px auto 0 auto;
	text-align: left;
  background: transparent
}
#content-wrap {
	position: relative;
   clear: both;
	float: left;	
	width: 960px;
	padding: 0; 			
	margin-left: 0px;
	display: inline;
  background: #FFFFFF;

}
#header {
	position: relative;
   width: 958px;
	height: 355px;
	padding: 0;	
	margin: 0px auto;
  background: #FFFFFF;
 }
#header h1#logo-text  {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 42px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1.5px;
	color: #111;
	text-transform: none;
	text-decoration: none;
    width:958px;
    height:85px;
	/* change the values of top and left to adjust the position of the logo*/
	top: 0px; left: 0px;
  background:  url(logotop.jpg) no-repeat
}
#header h2#logo-textb  {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 42px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1.5px;
	color: #111;
	text-transform: none;
	text-decoration: none;
    width:330px;
    height:180px;
	/* change the values of top and left to adjust the position of the logo*/
	top: 150px; right: 0px;
  background: url(../photos/map.jpg) no-repeat
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	text-transform: none;
	color: #000033;

	/* change the values of top and left to adjust the position of the slogan*/
	top: 110px; right: 90px;
  font-size: 44px;
  font-family: "FFF Tusj";
  letter-spacing: 1px;
  padding-bottom: 20px;
  padding-top: 5px;
  font-weight: bold
}

/* header links */
#header #header-links {
	position: absolute;
	top: 85px; left: 0px;
	color: #5b4a29;width:650px;
     height:270px;
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
  }




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

.indentmenu{
font: bold 12px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;  border-top: 4px solid #950000

}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/

 background: #c9ddf5}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #000033; /*text color*/
padding: 15px 12px;
text-decoration: none;
border-right: 1px solid #AAAAAA; /*dark purple divider between menu items*/
  background: #c9ddf5;
  padding-left: 11px
}

.indentmenu ul li a:visited{
color: #000033;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 15px; /*shift text down 1px for selected and active item*/
  background: #4672C1
}
 .indentmenu ul li .last{
  border: none
}

  .indentmenu ul li .lastb{
  border: none;
 color: white !important; /*text color of selected and active item*/
padding-top: 15px; /*shift text down 1px for selected and active item*/
  background: #4672C1 
}
/* Main Column */
#main {
	float: left;
	width: 725px;
	padding: 0px 0 0 0; margin: 0 0 0 10px;
	display: inline;
  padding-left: 10px
}
html > body #main {
	float: left;
	width: 725px;
	padding: 0px 0 0 0; margin: 0 0 0 10px;
	display: inline;

}
#main h2 {
	margin-top: 5px;
	padding-bottom: 3px;
		text-transform: none;
  font-size: 34px;
  color: #000066;
  font-weight: normal
}
#main h3 {
	margin-top: 5px;
	padding-bottom: 3px;
		text-transform: none;
  font-size: 22px;
  color: #000066;
  font-weight: normal
}
#main h4 {
	margin-top: 0px;
	padding-bottom: 3px;
		text-transform: none;
  font-size: 14px;
  color: #000066;
  font-weight: bold
}
#main ul li {
  list-style: disc;
  line-height: 22px;
  margin-left: 15px
}
#main ol li {
   line-height: 22px;
  margin-left: 15px
}
/* Sidebar */	
#sidebar {
	float: right;
	width: 210px;
	padding: 5px 0 0 0; margin: 0;
}	
#sidebar h3 {
	margin-top: 5px;
	padding: 5px 5px; 
		color: #000066;
  font-size: 22px;
  font-weight: normal
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 10px 8px 0px; padding: 0;
	text-decoration: none;		
	border-top: 1px solid #EBEBEB;
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	padding: 5px 0 5px 5px;
	margin: 0 2px;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #895F30; 		
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

/* footer */
#footer-wrap {
	clear: both;
	width: 900px;
	font-size: 95%;	
	text-align: left;
	padding: 15px 0;		
	border-bottom: 15px solid #fff;
	border-top: 1px solid #fff;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap h3 {
	color: #976834;  
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
	font-weight: bold;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 840px;			
}
#footer-columns a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	border-top: 1px solid #e5e5e5;
}
#footer-columns li {
	border-bottom: 1px solid #e5e5e5;	
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;
	margin: 0 auto; 
	width: 960px;
	padding:5px 0 0 0;
	text-align: center;
  background: #c9ddf5;
  margin-bottom: 4px;
  padding-bottom: 10px
}
#footer-bottom  a {
	color: #976834;
}

/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 95%;	
	color: #99997D;
	border: 1px solid #EAE7DB;
	background: #FAFAE7;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em;	padding-top: 0; margin-left: 5px;	}

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

 #test2 {
    margin: 0em auto;
    border: 0px;
    width: 650px;
    height: 270px;
  }


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

.bevelmenu{
font: bold 12px arial;
padding: 6px 0;
margin: 0;
width: 100%;
background-color: #FFF2BF;
text-align: left; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 3px 1px;
text-decoration: none;
color: black;
background-color: #FFF2BF;
border: 2px solid #FFF2BF;
}

.bevelmenu li a:hover{
color: black;
background-color: #FFE271;
border-style: outset;
}
.bevelmenu  li a.selected{
color: black;
background-color: #FFE271;
border-style: outset;

}
html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
p.one{
  margin-left: 200px
}

