/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
  margin: 0;
  padding: 0;
}

body {
  margin-bottom: 50px;
  background: #FFFFFF url(images/img1.jpg) repeat-x;
  font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #3B3B3B;
}

h1, h2, h3 {
  color: #007b9d;
}

h1 {  font-size: 25px;
}

h2 {  font-size: 25px;
}

h3 {
  font-size: 1em;
}



a {
  color: #007b9d;
}

a:hover {
  text-decoration: underline;
  color: #000000;
}

img {
  border: 1px solid #3B3B3B;
}

img.left {
  float: left;
  margin: 0 20px 0 0;
}

img.right {
  float: right;
  margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
  padding: 12px 15px;
  background: #094169 url(/backg2.png);
  text-transform: uppercase;
  font: bold .77em Georgia, "Times New Roman", Times, serif;
  color: #FFFFFF;
}

.boxed .content {
  padding: 15px;
}

.boxed ul {
  list-style: none;
}

/* Post */

.post {
  clear: both;
  padding: 20px;
  border-bottom: 0px solid #000000;
}

.post .title {
}

.post .content {
  line-height: 1.6em;
}

.post .title {
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.post p, .post blockquote, .post ul, .post ol {
  margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
  margin-left: 1em;
}

/* Header */

#header {
  width: 900px;
  height: 127px;
  margin: 0 auto;
  background: #ffffff url(logo3.jpg);
  background-repeat: no-repeat;
  padding-top: 2px;
  padding-bottom: 5px;
}

#header h1, #header h2 {
  text-transform: lowercase;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
}

#header h1 {
  float: left;
  padding: 5px 0 0 20px;
  letter-spacing: -3px;
  font-size: 38px;
}

#header h2 {
  float: left;
  padding: 10px 0 0 7px;
}

#header a {
  text-decoration: none;
  color: #FFFFFF;
}

/* Page */

#page {
  width: 900px;
  margin: 0 auto;
  background: url(img3.gif) repeat-y;
  border-top: 18px solid #094169;
  padding-top: 0px;

}

#content {
  float: right;
  width: 720px;
  padding-right: 5px;

}

#sidebar {
  float: left;
  width: 168px;
  padding-left: 1px;
  border-top: 1px solid #BABABA;
  position: absolute



}

/* Menu */

#menu {
background:#ffffff;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  
}

#menu li {
  display: inline;
  
}

#menu a {
  display: block;
  padding: 5px 15px;
  border-bottom: 1px solid #FFFFFF;
  text-decoration: none;
  color: #3B3B3B;
  

}

#menu a:hover {
  background: #0d69ab;
  color: #FFFFFF;
}

#menu .active a {
  background: #BABABA;
  color: #000000;
}

/* Login */

#login {
}

#login fieldset {
  border: none;
}

#login legend {
  display: none;
}

#login input {
  margin-bottom: 5px;
}




/* Footer */

#footer {
  width: 900px;
  height: 27px;
  margin: 0 auto;
  padding: 5px 1px;
  background: #094169 url(/backg2.png);
  font-size: .77em;
  color: #FFFFFF
}

#legal {
  float: left;
}

#links {
  float: right;
}

#links2 a {
  color: #006985;
  text-decoration: underline;
  font-size:8px;
}

#serp a {
  color: #006985;
  text-decoration: underline;
  font-size:10px;
}

#please {
  color: #000000;
  font-size:18px;
}

