/* General Page Structure
-------------------------------------------------------------------------------------- */
body {
	background: #101b2c;
	color: #101b2c;
	font: 75%/150%  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#wrapper {
	/*background: url(images/wrapper-bg.gif) repeat-y top center;*/
	margin: 0 auto;
	width: 920px;
	background: #fff;
}
html>body {font-size:12px}

/* General
-------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
.clear:after {
    clear: both; 
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
}
.clear { display: inline-block; }
/* Hides from IE-mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* End hide from IE-mac */

/* General Typography and Headings
-------------------------------------------------------------------------------------- */
h2, h3, h4{ color: #007aad;}
h2{font-size: 180%; padding: 10px 0 25px 0;}
h3{font-size: 135%;padding-bottom: 10px;}
h4{font-size: 110%;padding-bottom: 10px;}
h1, h2, h3, h4, h5, h6, p, ol, ul { margin: 0; }
p {margin: 0 0 11px 0;}
.italics {color: #007aad; font-weight: normal; font-style: italic}
a img {	border: none; }
#content a:link, a:active {
    color: #007aad;
	text-decoration: none;
}
#content a:hover {
    color: #fff;
	background: #007aad;
	padding: 2px;
}
#content ul {margin: 6px 0 6px 40px;}
#content li { padding: 0 0 0 5px;}
#columns ul {
  float: left;
  width: 670px; 
  margin: 15px 0 20px 10px;
  padding: 0;
  list-style: none;
}
#columns li {
  float: left;
  width: 200px;
  margin: 0;
  background: url(images/bullet.gif) no-repeat 0px 2px;
  padding: 0 0 0 20px; /* left padding moves the text away from the bullet */
}
#sidebar ul {margin: 6px 0 6px 26px;}
#sidebar li {padding: 0 0 0 2px;}
 #sidebar p {padding: 0 6px 0 10px;}
/* Header
-------------------------------------------------------------------------------------- */
#header {
     width: 920px;
	 height: 178px;
	 background: url(images/bg-header.gif) no-repeat top left;
	 margin: 0;
	 padding: 0;
}
#header h1 {
	background: url(images/logo.gif) no-repeat 0px 40px;
	text-align: center;
	height: 80px;
	width: 190px;
	margin: 0px auto 0px auto;
	padding: 0 0 40px 0;
}
#header h1 a {
	display: block;
	height: 80px;
	overflow: hidden;
	width:190px;
	padding: 0;
	}
#header h1 a span {
	cursor: pointer;
	display: block;
	margin-left: 1000px;
}
#header h1 a:hover {background: none;}
/* Main
-------------------------------------------------------------------------------------- */
#main {
    background: #fff;
	width: 920px;
}
/* Content
-------------------------------------------------------------------------------------- */
#content {
    float: left;
	width: 70%;
	background: #fff;
	margin: 0;
	padding: 0;
}
/* Sidebar
-------------------------------------------------------------------------------------- */
#sidebar {
    float: left;
	padding: 27px 10px 0 0;
	background: #fff;
	margin: 0;;
	width: 25%
}
/* Navigation
-------------------------------------------------------------------------------------- */
#nav {
	width: 185px;
	margin: 0 0 20px 0;
	padding: 0;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li { 
    margin: 0; 
	padding: 0;
	 display: block;
	width: 185px;}
#nav li a {
    background: #fff;
	display: block;
	width: 185px;
	margin: 0;
	padding: 0;
}
#nav li a.link1 {background: url(images/nav-button1.gif) no-repeat 0px -24px; height: 24px; text-indent: -9999px;}
#nav li a.link2 {background: url(images/nav-button2.gif) no-repeat 0px -24px; height: 24px;text-indent: -9999px;}
#nav li a.link3 {background: url(images/nav-button3.gif) no-repeat 0px -24px; height: 24px;text-indent: -9999px;}
#nav li a.link4 {background: url(images/nav-button4.gif) no-repeat 0px -24px; height: 24px;text-indent: -9999px;}
#nav li a.link5 {background: url(images/nav-button5.gif) no-repeat 0px -24px; height: 24px;text-indent: -9999px;}
#nav li a.link6 {background: url(images/nav-button6.gif) no-repeat 0px -24px; height: 24px;text-indent: -9999px;}
#nav li a.link7 {background: url(images/nav-button7.gif) no-repeat 0px -24px; height: 24px;text-indent: -9999px;}
#nav li a.link8 {background: url(images/nav-button8.gif) no-repeat 0px -24px; height: 24px;text-indent: -9999px;}
#nav li a.link9 {background: url(images/nav-button9.gif) no-repeat 0px -24px; height: 24px;text-indent: -9999px;}
#nav li a.link10 {background: url(images/nav-button10.gif) no-repeat 0px -24px; height: 24px;text-indent: -9999px;}
#nav li a:hover {
	background-position: 0px 0px;
}
#nav li.current a {
	background-position: 0px 0px;
}

/* Second level -------------------- */
#nav ul.level2 {
	padding: 0;
	margin: 0;
}
#nav li.active ul.level2 {
	display: block;
	padding: 0;
	margin: 0;
}
#nav li.active1 ul.level2 {
	display: block;
	padding: 0;
	margin: 0;
}
#nav ul.level2 li {
    padding: 0;
	margin: 0;
	height: 24px;
	display: block;
}
#nav ul.level2 li a {
	background: #fff;
	padding: 0;
	margin: 0;
	color: #007aad;
	font-size: 11px;
	font-weight: bold;
	border-bottom:1px solid #e6e7e9;
	text-indent: 30px;
	height: 22px;
	text-decoration: none;
}
#nav ul.level2 li a:hover, #nav ul.level2 li.active1 a:hover {
	background: #fff;
}
#nav ul.level2 li a:hover {
    background: #fff;
	color: #616975;
}
#nav ul.level2 li.active a{
    background: #fff;
	color: #616975;
}
#nav ul.level2 li.active1 a{
    background: #fff;
}


/* Home images
-------------------------------------------------------------------------------------- */
#pics {
   margin: 20px 0 0 ;
}
#pics a.pics-home  {
   width: 188px;
   height: 175px;
   display: block;
   padding: 0;
   margin: 0 10px 0;
   float: left;
}
#pics a:hover.pics-home {
   background: none;
   width: 188px;
   height: 175px;
   display: block;
    padding: 0;
   margin: 0 10px 0;
}

/* Footer
-------------------------------------------------------------------------------------- */
#footer {
	background: #101b2c url(images/bg-footer.jpg) no-repeat left top;
	clear: both;
	width: 920px;
	height: 200px;
}
#footer div.wrap {
	background: url(images/footer-top.gif) no-repeat top left;
}
#footer div.container {
	padding: 5px;
	width: 920px;
}
#footer .rightaddress {
	color: #fff;
	float: right;
	width: 150px;
	margin: 90px 0 0 ;
}
#footer .links {  padding: 170px 0 0 0; }
#footer .links a {
    font-size: 90%;
	text-transform:uppercase; 
    color: #777e88;
	padding: 0 3px;
	text-decoration: none;
	display: inline;

}
#footer a:hover {
	color: #000066;
	text-decoration: none;
	background: #007aad;
}

/* Gallery
-------------------------------------------------------------------------------------- */
#gallery {width:620px; height:420px; padding:10px; position:relative; }
#gallery b.default {position:absolute; left:10px; top:10px; width:620px; height:420px; text-align:left;}
#gallery b.default img {display:block; margin:0 210px 10px 0px; }
#gallery b.default span {display:block; color:#333; font-weight:normal; font-size:11px; width:420px; margin:0 200px 0 0;}
#gallery ul {list-style:none; padding:0; margin:0; width:190px; position:relative; float:right;}
#gallery ul li {display:inline; width:52px; height:52px; float:left; margin:0 0 5px 5px;}
#gallery ul li a {display:block; width:50px; height:50px; text-decoration:none;}
#gallery ul li a span {display:none;}
#gallery ul li a img {display:block; width:50px; height:50px; border:0;}
#gallery ul li a:hover { background: #fff;}
#gallery ul li a:hover b {position:absolute; left:-430px; top:0; width:420px; height:400px; text-align:left;  z-index:20; background: #fff;}
#gallery ul li a:hover span {display:block; color:#333; font-weight:normal; font-size:11px; width:420px; margin:0 200px 0 0;}
#gallery ul li a:hover img {margin:0 200px 10px 0px; width:auto; height:auto; }

#gallery ul li a:active, #gallery ul li a:focus {}
#gallery ul li a:active b, #gallery ul li a:focus b {position:absolute; left:-430px; top:0; width:420px; height:400px; text-align:left; ; z-index:10;}
#gallery ul li a:active span, #gallery ul li a:focus span {display:block; color:#333; font-weight:normal; font-size:11px; width:420px; margin:0 auto;}
#gallery ul li a:active img, #gallery ul li a:focus img{margin:0 200px 10px 0; width:auto; height:auto;}
/* Tables
-------------------------------------------------------------------------------------- */
.mytable {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
}
caption {
	padding: 0 0 5px 0; 
	font-style: italic;
	text-align: right;
}
th {
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #c8e4f5;
}
th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}
th.tabletitle{
     background: #004976;
	 color: #fff;
}
td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}
td.alt {
	background: #F5FAFA;
	color: #797268;
}
th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/table-bullet1.gif) no-repeat;
	font-size: 90%;
}
th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/table-bullet2.gif) no-repeat;
	font-weight: bold;
	font-size: 90%;
	color: #797268;
}
/* Contact Form
-------------------------------------------------------------------------------------- */
#contactform {
	margin: 0 0 0 30px;
}
fieldset{
	width: 500px;
	border: 0px #000;
	}	
.fieldset label{ 
	width: 100px; 
	text-align: left; 
    padding:0px;
    margin:0px;
	}

/*.fieldset .nobr {
     display:none;
}  */

.fieldset .textfield {
     margin:0 0 3px 0;
     height:20px;
     width:250px;
	 border: 1px #333 solid;
	 padding: 4px 0 0;
}	
.fieldset .textarea {
     margin:0 0 3px 0;
     height: 60px;
     width:250px;
	 border: 1px #333 solid;
}	
.fieldset .select {
     margin: 3px;
     height: 20px;
     width: 150px;
}
legend{
	font-size: 95%;
	color: #666;
	font-weight: bold;
	margin: 20px 0 0 0;
}
.address{
	padding: 15px 0 0 0;
	float: left;
	width: 230px;
}
.submitbutton{
  background-color: #333;
  font-weight: bold;
  width: 100px;
  font-size: 90%;
  border: 1px solid #000;
  color: #fff;
  display: block;
}
.submitbutton:hover{
  color:#007aad;
}
.submitbutton:active{
  color:#007aad;
}
.required {
   color: #FF0000;
}