body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

body {
  background:url('images/background.gif');
  background-repeat: repeat-x;
  background-color: #a7a7a7;
  color: #324F6A;
  font: 62.5% Tahoma, Verdana, Arial, Helvetica, sans-serif;	
  text-align: center;
}

/* links  */

a {
  color: #019dc3;
  text-decoration: underline;
}
a:hover { color: #234466; }

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* strong em */
strong { font-weight: bolder; }
em { font-style: italic; }

/* tables & forms */

input, select, th, td {font-size:1em}

/* classes */

.error { color: red; }

/* page structure & layout */

#page {
  border-left: 0px solid #000;
  border-right: 0px solid #000;
  margin: 0 auto;
  text-align: left;
  width: 850px;
  background:url('images/content.gif');
}
#page-1 {
  border-left: 0px solid #000;
  border-right: 0px solid #000;
  margin: 0 auto;
  text-align: left;
  width: 850px;
  background:url('images/content_1.gif');
}
#header {	
  border-bottom: 0px solid #3C6787;
  height: 130px;
  position: relative;
  background:url('images/top_banner.jpg');
}
#nav {
  bottom: 0;
  font-size: 1.5em;
  position: absolute;
  left: 80px;
  padding-bottom:10px;	
}
#breadcrumb {
  background: #87BCD8;
  border-bottom: 2px solid #90C7E4;
  color: #4C7897;
  font-size: 1.2em;
  height: 46px;
  position: relative;
}
#info {
  background: #76AAC9; 
  border-bottom: 3px solid #93CCEA;
  color: #E4EEF4; 	
  font-size: 1.2em;
  line-height: 2.0em;	
  position: relative;
  padding: 20px 230px 20px 30px;
}
#mainimage {
  border-left: 0px solid #000;
  border-right: 0px solid #000;
  margin: 0 auto;
  text-align: left;
  width: 850px;
  height:217px;
  background:url('images/main_image.jpg');
}
#contentwrapper {
  border-left: 0px solid #000;
  border-right: 0px solid #000;
  margin: 0 auto;
  text-align: left;
  width: 850px;
  height:12px;
  background:url('images/content_top.gif');
}
#contentwrapper-1 {
  border-left: 0px solid #000;
  border-right: 0px solid #000;
  margin: 0 auto;
  text-align: left;
  width: 850px;
  height:12px;
  background:url('images/content_top_1.gif');
}
#content {
  float: left;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 20px 0px 0px 50px;
  width: 480px;
}
#content-1 {
  float: left;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 20px 20px 30px 60px;
  width: 730px;
}
#sidebar {
  float: right;
  font-size: 1.1em;
  line-height: 1.4em;
  padding: 0px 0px 0px 31px;
  width: 260px;
  background:url('images/sidebar_top.png');
  background-repeat: no-repeat;
}
#contactbutton {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer {
  border-top: 0px solid #DBDFE0;
  clear: both;
  color: #909090;
  font-size: 1.1em;
  width: 850px;
  height:65px;
  background:url('images/footer.gif');
}
#footer-1 {
  border-top: 0px solid #DBDFE0;
  clear: both;
  color: #909090;
  font-size: 1.1em;
  width: 850px;
  height:65px;
  background:url('images/footer_1.gif');
}
/* header */

#header h1 {
  font-size: 4.0em;
  position: absolute;
  margin: 30px 0 0 45px;
}
#header h1 a {
  color: #9ca9b7;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: -1px;
  text-decoration: none;
}
#header h1 a:hover {color: #fff;}
#header h1 span {
  color: #fff;
  font-size: 18px;
}

/* navigation */

#nav ul {
  display: inline;
}
#nav li {
  display: block;
  float: left;
  list-style: none;
}
#nav li a {
  background: transparent;
  color: #fff;
  display: block;
  margin: 0 1px 0 1px;
  line-height: 1.6em;
  padding: 7px 20px 7px 20px;
  text-align: center;
  text-decoration: none;
}
#nav li a:hover,
#nav li a.current { background: transparent; color: #8bdbff;}

/* breadcrumb */

#breadcrumb a {
  color: #4c7897;
  text-decoration: none;
}

/* info */

#info a {
  color: #E4EEF4;
}

/* content */

#content h2 {
  color: #76aac9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 0 0 17px 0;
}
#content h2 a {
  color: #76aac9;
  text-decoration: none;
}
#content h2 a:hover {
  color: #7C90A1;
}
#content h3, #content h4 {
  background: none;
  border-bottom: 1px solid #dfe3e4;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
}
#content p {
  line-height: 1.5em;
  margin: 0 0 20px 0;
}
#content ol {
  line-height: 1.8em;
  margin: 0 30px 20px 50px;
}
#content ul {
  line-height: 1.8em;
  margin: 0 30px 20px 30px;
}
#content ul li {
  line-height: 1.8em;
  list-style: square;
  padding-left: 2px;
}

/* secondary content */

#sidebar h2, #sidebar h3 {
  color: #444;
  font-size: 1.5em;
  font-weight: normal;
  margin: 20px 0 5px 0;
  padding: 7px 0 7px 0;
}
#sidebar p { margin: 0; }
#sidebar ul {
  margin: 7px 0 20px 20px;
}
#sidebar ul li {
  line-height: 18px;
  list-style: square;
}	
#sidebar a {
  color: #4B798B;
}
#sidebar a:hover { color: #231f20; }


/* footer */

#footer a {
  color: #019dc3;
  text-decoration: underline;
}

/* misc */

a img { border: none; }
acronym { cursor: help; }
blockquote {
  background: url(quote.gif) no-repeat 10px 0;
  color: #76aac9;
  border-left: 2px solid #76aac9;
  line-height: 1.5em;
  margin: 0 10px 20px 10px;	
  padding: 0 10px 0 10px;
}
hr, .hide { display: none; }
.show { display: inline; }

pre, code { font-size: 1.1em; line-height: normal; background: #eee; color: #444; }

/* classes */

.right, .left {
  background: transparent;
  border: 0px solid #e3e7e8;
  float: left;
  margin: .5em 12px 6px 0;
  padding: 6px;
}
.right {
  float: right;
  margin: 12px 40px 0px 0px;
}
.left {
  float: left;
  margin: 12px 0px 0px 40px;
}

/* comment */
.comment-form-body {
  width: 450px;
}

/* form  */

.tbContactform
{
	margin-left: 50px;
}

.tbContactform .antispam {
	 display:  none;
	 visibility: hidden;
}

.tbContactform label {
	 width:  95px;
	 display:  inline-block;
	 vertical-align: top;
	 clear: both;
	 font-weight: bold;
}

.tbContactform input.text,
.tbContactform textarea {
	 width:  225px;
	 padding: 2px;
}

.tbContactform textarea {
	 height:  115px;
}

.tbContactform input.submit
{
	display: block;
	margin-left: 150px;
	width:  auto;
}

.tbContactform .tbErrors p
{
	color: #FF0000;
	line-height: 16px;
}

textarea 
{
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
 }
