#pad {height:140px;}
#dropline {padding:0 0 0 30px; margin:0 0 0 5px; list-style:none; height:40px; background:url(/links/ulback.gif) repeat-x; position:relative;}
#dropline table {border-collapse:collapse: width:0; height:0; margin:-3px -10px;}

#dropline li {float:left;}
#dropline li a {display:block; height:40px; line-height:40px; padding:0 20px 0 0; float:left; color:#fff; text-decoration:none; font-family:tahoma, sans-serif; font-size:12px;}
#dropline li a b {display:block; height:40px; float:left; padding:0 0 0 20px; cursor:pointer;}
#dropline li a:hover {background:url(/links/tab_a(villa).gif) no-repeat right top; line-height:36px; height:44px}
#dropline li a:hover b {background:url(/links/tab_b(villa).gif) no-repeat left top; line-height:36px;}

#dropline li:hover > a {background:url(/links/tab_a(villa).gif) no-repeat right top; line-height:36px; height:44px}
#dropline li:hover > a b {background:url(/links/tab_b(villa).gif) no-repeat left top; line-height:36px;}

#dropline ul {padding:0; margin:0; list-style:none; position:absolute; height:25px; width:880px; background:#f8f8f8; left:-9999px; top:44px; z-index:10; border-bottom:1px solid #fff;}
#dropline ul li {height:25px; line-height:25px;}
#dropline ul.right li {float:right;}
#dropline ul li a {color:#000; padding:0 10px 0 10px; height:25px; line-height:25px; border-right:1px solid #9F1F63; font-weight:bold; font-size:11px;}
#dropline ul li a:hover {height:25px; line-height:25px; background:transparent; color:#c60;}
#dropline ul.right li a {border-left:1px solid #e60; border-right:0;}
#dropline ul li a.last {border:0;}


#dropline :hover ul {left:0;}

#dropline li.current ul {left:0; z-index:1;}
#dropline li.current a {background:url(/links/tab_a(villa).gif) no-repeat right top; line-height:36px; height:44px}
#dropline li.current a b {background:url(/links/tab_b(villa).gif) no-repeat left top; line-height:36px;}
#dropline li.current ul li a {color:#000; padding:0 10px 0 10px; height:25px; line-height:25px; background:transparent;}
#dropline li.current ul li.current_sub a {color:#9F1F63;}
#dropline li.current ul li a:hover {color:#9F1F63;}

body{
	background-color:#8DA185;
	font-family:Gill Sans MT;
    background-image:url(/admin/ckfinder/userfiles/images/bg.png);
    font-size:10pt;
    
    background-repeat:Repeat-X;
}
h1{
	font-size:24px;
    font-weight:;
    font-family:inherit;
    color:#558B74;
    padding-top:0px;
    margin-top:0px;
    text-align:left;
}
h2{
	color:#385C4D;
    font-size:20px;
    font-family:inherit;
    font-weight:;
}
h3{
	color:#685E59;
    font-size:18px;
    font-weight:;
    font-family:inherit;
margin-top:0px;
    }
h4{
	font-size:16px;
    font-weight:normal;
    color:#685E59;
    font-family:inherit;
    padding-top:10px;
    margin-bottom:5px;
}
h5{
	padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
    font-size:16px;
    font-weight:normal;
    font-family:Myriad Pro;
}
p{
font-size:16px;
font-family:inherit;
}
#label {
	color:#685E59;
    }
img{ 
margin-left: 15px;
margin-right: 13px;
border:0;
}
#header{
	background-color:#FFFFFF;
}
#wrapper{
	background-color:#FFFFFF;
	width:761px;
	margin-left:Auto;
	margin-right:Auto;
	text-align:center;
}
table{
	width:100%;
}
#content{
	margin-left:38px;
	margin-right:38px;
	text-align:justify;
    margin-top:15px;
    overflow:auto;
}
#contentright{
    margin-left:38px;
	margin-right:38px;
	text-align:left;
}
#menu{
	text-align:center;
    padding-bottom:50px;
}
#menu_vertical{
float:left;
}
#menuleft{
    text-align:center;
}
#footer{
	text-align:center;
}
#ic a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:8pt;
	font-weight:bold;
	color:#906;
}
#errmsg{
	font-size:10pt;
	background-color:#FC9; 
	border:solid 1px #900;
}
.searchtitle        {
    background: #7A0004;
    color:      #ffffff;
    font-size:  10pt;
    padding:    2px;
}
.searchResult1 {
    background: #685e59;
    color: #FFF;
    font-size: 10pt;
    }
.searchResult2 {
    background: #a3958d;
    color: #FFF;
    font-size: 10pt;
    }
.subsearchtitle        {
    background: #0D4270;
    color:      #ffffff;
    font-size:  7pt;
    padding:    2px;
}
.subsearchResult1 {
    background: #3698D1;
    color: #fff;
    font-size: 7pt;
    }
.subsearchResult2 {
    background: #42B9FF;
    color: #fff;
    font-size: 7pt;
    }

/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:540px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(/links/dialog-purple-800x1600.png) no-repeat top right;
 _background-image:url(/links/dialog2-blue.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 15px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}

#booth{
	margin-bottom:10px;
    margin-top:10px;
    background-color:#fff;
    }
#title {
	font-size: 16pt;
    color:#545454;
    text-align:left;
}
#text {
	font-size: 9pt;
    margin-left:10px;
    margin-right:10px;
}
#rightimage {
	 position:absolute;
 	top:0;
 	right:0;
 	width:200px;
    }
#leftimage {
	float:left;
    }
.content a {
color:#fff;

font-weight:bold;
}

	div.expandable_note_box {
		width: 507px;
		min-height: 100px;
		background-image: url("/images/bg_top.jpg");
		background-position: top left;
		padding-top:10px;
        background-repeat: no-repeat;		
		font-size: 80%;
	}
	
	div.expandable_note_box div.middle {
		width: 507px;
		background-image: url("/images/bg_middle.jpg");
		background-position: center;
		background-repeat: repeat-y;
	}
	
	div.expandable_note_box div.inside {
		padding-left: 20px;
		width: 450px;
	}
    
    div.expandable_note_box img {
    	margin-left:0px;
        margin-right:0px;
        }
        
#clear{
	clear:both;
    height:0px;
}

div.expandable_note_box_small {
		width: 259px;
		min-height: 100px;
		background-image: url("/images/bg_small_top.jpg");
		background-position: top left;
		padding-top:10px;
        background-repeat: no-repeat;		
		font-size: 80%;
	}
	
	div.expandable_note_box_small div.middle_small {
		width: 259px;
		background-image: url("/images/middle_securityi_bg.png");
		background-position: center;
		background-repeat: repeat-y;
	}
	
	div.expandable_note_box_small div.inside_small {
		padding-left: 20px;
		width: 220px;
	}
    
    div.expandable_note_box_small img {
    	margin-left:0px;
        margin-right:0px;
        }
        
        
        div.expandable_note_box_large {
		width: 880px;
		min-height: 100px;
		background-image: url("/images/top_securityi_bg.png");
		background-position: top left;
		padding-top:10px;
        padding-right:30px;
        background-repeat: no-repeat;		
		font-size: 80%;
	}
	
	div.expandable_note_box_large div.middle_large {
		width: 880px;
		background-image: url("/images/middle_securityi_bg.png");
		background-position: center;
		background-repeat: repeat-y;
	}
	
	div.expandable_note_box_large div.inside_large {
		padding-left: 20px;
		width: 820px;
	}
    
    div.expandable_note_box_large img {
    	margin-left:0px;
        margin-right:0px;
        }
        
       div.expandable_note_box_large img{ 
margin-left: 15px;
margin-right: 13px;
border:0;
}
#feedback_container {
    padding-top:30px;
    }
#feedback_item {
	overflow:auto;
    }  

#feedback_date {
	font-size:10pt;
    font-style:italic;
    padding-top:10px;
    padding-bottom:10px;
    }
#feedback_comments {
padding-top:10px;
}

#nomargin {
margin-left:0px;
margin-right:0px;
}

#clear {
clear:both;
}
.separator{
background-image: url(/images/separator.jpg);
background-repeat: repeat-y;
}

.link_button{
background-image: url(/links/link.png);
width:160px;
height:30px;
text-align:center;
padding-top:7px;
background-repeat:no-repeat;
color:#FFF;
}

div.link_button a  {
display:block; 
text-decoration:none;
color:#FFF;
font-family:Myriad Pro;
font-weight:normal;
font-size:14px;
}

	
