/*
Created by Igor Penjivrag (www.colorlightstudio.com) - 12.11.2006
Modified by Hexaid (www.hexaid.com) - 02.02.2007
*/

.sitefont {
  font-family: /*Verdana, Arial, sans-serif;*/ Georgia,"Bitstream Vera Serif","Times New Roman",serif;
}

body {
  margin: 0px;
  background: url(img/top_bg.gif);
  background-repeat: repeat-x;
  font-size: .7em;
}

p {
  line-height: 17px;
  margin: 11px 0 10px 0;
  padding: 0px;
}

h2 {
  color: #bb0000;
  margin:0px;
  padding:0px;
  font-size: 1.6em;
}

ul {
  margin:0;
  padding:0;
  /*list-style-image: url(img/bullet.gif);*/
  list-style-image: url(img/squaredbullet.png);
}

a {
  color: #8B0000;
}

a:hover {
  text-decoration: none;
}

blockquote {
  background: #F7FDE3;
  color: #606060;
  padding: 10px;
}


/**** form elements ****/

.centerform /* Internet Explorer */ {
  text-align: center;
}

.centerform /* Mozilla Firefox alignment */ {
  text-align: -moz-center; 
}

input, textarea {
  color: white;
  background-color: black;
  width: 100%;
  font-size: 1em;
  text-align: left;
}

select {
  color: white;
  width: 101%;
  font-size: 1em;
  text-align: left;
  border: 0px;
  background-color: Black;
}

input.submitbutton {
  width: 20%;
  text-align: center;
}


/**** Main Container ***/


#wrap {
       margin-left: auto;
       margin-right: auto;
       width: 730px;
}


/**** Top ***/


#top {
  width: 100%;
  height: 88px;
  color: #fff000;
  background: #000000 url(img/top_bg.gif);
  overflow:hidden;
}

#top h2 {
  color: white;
  letter-spacing: 3px;
  font-size: 2.4em;
  font-weight: normal;
  position: relative;
  margin: 0px;
  top:33px;
  display:block;
  float:left;
  /*background: url(img/logo.jpg) no-repeat;*/
  /*
  border-style: solid;
  border-width: 1px;
  border-color: #ff0000 #00ff00 #0000ff #ffffff;
  padding-left: 40px;
  */
}

#top h2 a {
  color: white;
  text-decoration: none;
}

#top h2 a:hover {
  color: #ff0000;
}


/**** Main Menu ***/


#menu {
  display: block;
  float:right;
}

#menu ul {
  font-size: 10px;
  margin: 0;
  list-style: none;
}

#menu li {
  display: block;
  float: left;
  white-space: nowrap;
}

#menu li a {
  display: block;
  padding: 55px 20px 12px 20px;
  text-decoration: none;
  color: #fff;
}

* html #menu a {width:1%;}

#menu li a:hover {
  background: #ff0000;
}

#menu li a.current {
  letter-spacing: 1px;
  color: gray;
  font-weight: bold;
}

#menu li a.current:hover {
  color: #fff;
  font-weight: bold;
}


/**** Content Container ***/


#content {
  width: 100%;
  margin-top:30px;
  text-align: justify;
}

#content h2 {
  margin: 0;
  padding: 10px 0 10px 0;
}


/**** Content ***/


#left {
  width: 350px;
  float: left;
  display: block;
  margin-left: 20px;
  display: inline;
}

#left ul {
  padding: 15px 0 15px 35px;
  margin:0;
}

#left li {
  margin-bottom:5px;
}


/**** All page Content ***/

#allpage ul {
  padding: 15px 0 15px 35px;
  margin:0;
}

#allpage li {
  margin-bottom:5px;
}

#allpage {
  width: 690px;
  float:left;
  display: block;
  margin-left: 20px;
  display: inline;
}


/**** Sidebar ***/


#right {
  width: 320px;
  float: right;
  display: block;
  margin-top: 10px;
}

#right .box {
  width: 280px;
  background: #fafafa;
  border: 1px solid #E1E1E1;
  padding:10px 10px 15px 10px;
  float: left;
}

#right .box h2 {
  font-size: 1.1em;
  margin: 0px 0 0px 0;
  padding:0px 0 5px 0;
}

#right .box a {
  margin: 10px 0 10px 0;
  color: #56677C;
}

#right .box p {
  margin: 5px 0 10px 0;
  line-height: 15px;
}

#right .box ul {
  padding: 0 0 7px 20px;
  margin:10px 0 10px 0;
}

#right .box li {
  margin-top:5px;
}


/**** Clear Div ***/


#clear {
  display: block;
  clear: both;
  width: 100%;
  height:1px;
  overflow:hidden;
}


/**** Footer ***/


#footer {
  font-size: 10px;
  margin: 40px auto 0 auto;
  text-align: center;
  border-top: dotted 1px gray;
  padding: 20px 0 20px 0;
  width: 70%;
}

#footer p {
  margin: 0px;
  padding: 0;
}


/**** Others ***/
.error {
  color: #ff0000;
  font-weight: bold;
}

.formlabelscolumn {
  width: 35%;
  text-align: left;
}

.forminputcolumn {
  width: 65%;
  text-align: left;
}
