html {
height: 100%;
border-bottom: 1px solid transparent;
}
body{
margin:0;
padding:0;
line-height: 1.5em;
background: url(images/layout/bg_body.jpg) #e2e2e2;
background-repeat: repeat-x;
font-family: verdana, arial, sans-serif;
font-size: 11px;
color: #666666;
}

h1, h2, h3 {
margin-top: 0;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #666666;
}

h1 {
font-size: 2em;
}

h2 {
font-size: 1.6em;
}

h3 {
font-size: 14px;
}

form{
margin: 0px;
}

a img {
border: none;
}

#maincontainer{
width: 750px;
margin: 0 auto;
margin-top: 10px;
}

#topsection{
background: #EAEAEA;
height: 174px;
background:  url(images/layout/bg_top.jpg);
background-repeat: no-repeat;
}

#topnav{
background: url(images/layout/bg_content.jpg) #ffffff;
margin-top: 0px;
margin-bottom: 10px;
}

#contentwrapper{
background:  url(images/layout/bg_content.jpg) #ffffff;
background-repeat: repeat-y;
display: table-row;
display: inline-block;
}

* html #contentcolumn { height:500px; } /*IE5-6 min-height hack*/

#contentcolumn{
min-height: 500px;
display: table-cell;
display: inline-block;
float: left;
margin-right: 200px;
border-right: 1px solid #e8e8e8; 
background-color: #ffffff;
width: 545px;
}

#contentcolumn a:link, #contentcolumn a:visited {
color: #336699;
}

#contentcolumn a:hover {
color: #111111;
}

#contentcolumn input.textfield{
width: 150px;
color: #666666;
background-color: #ecf0f3;
border: 1px solid #e3e9ed;
font-family: verdana, arial, sans-serif;
font-size: 11px;
}

#contentcolumn textarea{
width: 280px;
color: #666666;
background-color: #ecf0f3;
border: 1px solid #e3e9ed;
font-size: 11px;
font-family: verdana, arial, sans-serif;
}
#contentcolumn input:focus, #contentcolumn textarea:focus{
color: #000000;
background-color: #f4f4e1;
border: 1px solid #ffd27b;
font-size: 11px,
}
#contentcolumn input.submit_button{
background: url(images/layout/bg_submit.jpg) #e8e8e8;
width: 280px;
}

#contentcolumn div.title{
  border-left: 6px solid #e8e8e8;
  padding-left: 5px; 
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  color: #336699;
  line-height: 20px;
  margin-bottom: 8px;
  }

#contentcolumn div.description{
font-weight: bold;
font-size: 11px;
color: #888888;
line-height: 18px;
margin: 0;
border-bottom: 1px dotted #e8e8e8;
margin-bottom: 15px;
}

#rightcolumn{
display: table-cell;
display: inline-block;
background-color: #ffffff;
position: relative;
margin-top: 10px;
float: left;
width: 200px;
margin-left: -200px;
}

#footer{
clear: left;
width: 100%;
background: url(images/layout/bg_footer.jpg) #eaeaea;
background-position: bottom;
background-repeat: no-repeat;
color: #333333;
text-align: right;
padding: 4px 0;
}

#footer a:link, #footer a:visited {
  color: #111111;
  text-decoration: none;
  }
#footer a:hover {
  color: #6699cc;
  text-decoration: underline;
  }

.innertube{
margin: 10px;
margin-top: 0;
}

/* News Page Styles Start */
#contentcolumn div.summaryPost{ /* News item frame */
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #e8e8e8; 
  }

#contentcolumn div.post_title a.post_title:link, #contentcolumn div.post_title a.post_title:visited { /* News item title (link) */
  color: #666666;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  text-decoration: none;
  }
#contentcolumn div.post_title a.post_title:hover{
  color: #336699;
  text-decoration: underline;
  }

#contentcolumn div.post_description { /* News item description -> duh :) */
  font-weight: bold;
  color: #336699;
  }

#contentcolumn div.post_date{ /* News item author and post date */
  font-size: 10px;
  color: #cccccc;
  }

#contentcolumn div.summary{
padding: 10px 0;
}

#contentcolumn a.post_readmore:link, a.post_readmore:visited{
  padding: 2px;
  font-weight: bold;
  color: #006699;
  text-decoration: none;
  border: 1px solid #fff;
  }
#contentcolumn a.post_readmore:hover{
  padding: 2px;
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
  }
/* News Page Styles End */

/* Contect Page Styles Start*/
#contact_form div.contact_column_left, #contact_form div.contact_column_right{
float: left; 
display: block;
padding: 5px;
}

.smallgrey{
font-size: 10px;
color: #cccccc;	
}

label{
font-weight: bold;
color: #006699;
}

/* Topnav Menu Styles Start */
#topnav .topmenu {
  padding: 0 0 0 20px;
  margin: 0;
  list-style: none;
  height: 25px;
  background: #dedede url(images/layout/menu/menu_bg.png) repeat-x bottom left;
  }
#topnav .topmenu li {
  float: left;
  }
#topnav .topmenu li a {
  display: block;
  float: left;
  height: 25px;
  line-height: 23px;
  background: url(images/layout/menu/menu.png);
  color: #666;
  text-decoration: none;
  font-family: arial, verdana, sans-serif;
  text-align: center;
  padding: 0 0 0 8px;
  cursor: pointer;
  font-size: 11px;
  }
#topnav .topmenu li a b {
  float: left;
  display: block;
  background: url(images/layout/menu/menu.png) right top;
  padding: 0 16px 2px 8px;
  }
#topnav .topmenu li.active a {
  color: #fff;
  background: url(images/layout/menu/menu_a.png);
  }
#topnav .topmenu li.active a b {
  background: url(images/layout/menu/menu_a.png) no-repeat right top;
  }
#topnav .topmenu li a:hover {
  color: #fff;
  background:  url(images/layout/menu/menu_h.png);
  }
#topnav .topmenu li a:hover b {
  background: url(images/layout/menu/menu_h.png) no-repeat right top;
  }
#topnav .topmenu li.active a:hover {
  color: #fff;
  background:  url(images/layout/menu/menu_a.png);
  cursor: default;
  }
#topnav .topmenu li.active a:hover b {
  background: url(images/layout/menu/menu_a.png) no-repeat right top;
  }
/* Topnav Menu Styles End */

/* Sidebox Styles Start */
#rightcolumn .Boxsummary{
  padding: 5px 0;
  border-bottom: 1px solid #e8e8e8;
}

#rightcolumn .Boxsummary a:link, #rightcolumn .Boxsummary a:visited{
  color: #336699;
  text-decoration: none;
}
#rightcolumn .Boxsummary a:hover{
  color: #333333;
  text-decoration: underline;
}
#rightcolumn .Box_post_title a.page{
  font-weight: bold;
}
/* Sidebox Styles End */