*{outline:none}
body {margin: 0; padding: 0; font-family: Tahoma, sans-serif; text-align: center;	height:100% !important; background-color: #f2e8c9;}
h2 {font-size:16pt; font-weight:normal; margin:0; padding:15px 0 0 0; color:#336666;}
#content {width: 773px; margin: 0 auto; 
text-align: left; 
padding-left: 55px; 
padding-right: 55px;
padding-bottom: 30px; 
background-color: #ffffff;

-moz-border-radius: 11px;
-webkit-border-radius: 11px;
border-radius: 11px;
-webkit-box-shadow: 5px 5px 5px  #505050;
-moz-box-shadow: 5px 5px 5px  #505050;
box-shadow: 5px 5px 10px  #505050;
behavior: url(/i/css/css3.htc)
}

#top_pages {width: 773px; height:83px; background-color:  #ffffff;}
#top_pages #logo {width:520px; height:83px; margin:0; background: url("/i/pic/logo.gif") no-repeat; float:left; padding:15px 0 0 0;}
#top_pages #logo b{text-indent: -5000px; position: absolute;}
#top_pages #logo span {margin: 45px 0 0 5px; font-size:10pt; position: absolute;}
#top_pages a #logo span  {color:#000000; text-decoration:none;}
#top_pages #tel {width:238px; height:83px; text-align:right; float:right; padding: 0 10px 0 0;}
#top_pages #tel h1 {font-size:25pt; font-weight:normal; margin:0; padding:15px 0 0 0; color:#336666;}
#top_pages #tel h1 span {font-size:13pt; color:#666666;}
#top_pages #tel p {font-size:10pt; color:#666666; line-height: 1.4; margin:0; padding:0;}
 

#menu {width: 773px; height:59px; background-color: #F3F1EA;  float:left; margin: 4px 0 0 0;}
#menu p {font-size:12pt; padding: 18px 12px 9px 13px; margin:0; color:#000000; float:left;}
#menu a {color:#000000; text-decoration:line;}
#menu a:hover {text-decoration:none;}
#menu span {font-size:12pt; padding-top: 20px; _padding-top: 20px; padding-right: 9px; padding-bottom:9px;  padding-left:10px; margin:0; color:#000000; text-decoration:none; float:left;}
#menu span b{background: url("/i/pic/menu.gif") repeat-x; font-weight:normal; padding: 4px 4px 10px 4px; margin:0;}

#text {font-size:11pt; width: 753px; height:100%; min-height:400px; margin:15px 10px 0 10px; padding: 0 0 15px 0; _height:expression(this.scrollHeight < 400? "400px" :"auto");}
#text h2 {font-size:13pt; font-weight:normal;}
#text ul li {font-size:10pt; padding:0; margin:0;}
#text ol {font-size:10pt; padding:0; margin:0;}
#text a {color:#336699;}
#text a:hover {text-decoration:none;}
#text .maps {font-size:9pt;}
#text table {font-size:9pt;}

#bottom_pages {width: 773px; height:80px; background-color:#F3F1EA; color:#000000; font-size:10pt; margin:0; padding: 10px;}
#bottom_pages #left {float:left; width: 400px; padding:0 0 0 10px;}
#bottom_pages #right {float:right; width: 300px; padding:0 10px 0 0; text-align:left;}
#bottom_pages a {color:#000000; text-decoration:line;}
#bottom_pages a:hover {text-decoration:none;}
#bottom_pages p  {font-size: 10pt; line-height: 1.1;} 

#bottom_menu {width: 773px; height:24px; background-color:#ffffff; color:#000000; font-size:10pt; margin:0; padding:0; text-align:center;} 
#bottom_menu p {font-size:10pt; padding: 4px 15px 4px 26px; margin:0; color:#000000; float:left;}
#bottom_menu a {color:#000000; text-decoration:line;}
#bottom_menu a:hover {text-decoration:none;}
#bottom_menu span {font-size:10pt; padding-top: 4px; _padding-top: 5px; padding-right: 5px; padding-bottom:3px; padding-left:5px; margin:0; color:#000000; text-decoration:none; float:left;}
#bottom_menu span b{font-weight:normal; padding: 4px 4px 10px 4px; margin:0;}


p  {font-size: 10pt; line-height: 1.4;}
input, option, textarea {font-size: 10pt;}
.clear {clear:both; padding:0; margin:0;}



#bottom_pages #search{width: 239px; height:43px; margin:0 10px 0 25px; padding: 0 3px 0 10px;}
#bottom_pages  #searchf{width: 180px; height: 18px;	border:1px solid  #cecece; 	font-size: 9pt; padding: 0 0 0 10px;	float:left; margin:0;}
#bottom_pages  input {padding: 0 0 0 5px; font-size:10pt; color:#000000;}


.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: normal 14px Tahoma;
background-color: #336699;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}


#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background: black url(/i/pic/blackdot.gif);
width: 10px;
left: 0;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}
