/* Global Styles */

* {

	margin: 0;

	padding: 0;

	font-size: 100%;

}



html, body {

	height: 100.1%;
	background: url(images/bg_tile.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;

}



body {

	text-align: center;

	font: 75%/1.5 trebuchet, "trebuchet ms", arial, verdana, tahoma, helvetica, sans-serif;

}



#pagewrap {

	text-align: left;

	width: 949px;

	margin: 0 auto;

	border: #00225d 2px solid;

	border-bottom: none;

	border-top: none;

	position: relative;

	color: #000000;

	background: #ffffff;

}



#mainbody {

	padding: 20px 0;

}



a {

	color: #00225d;

	/*border: #fbfbfb 1px solid;*/

}



a:link, a:visited {

	text-decoration: underline;

}



a:hover, a:active, a:focus {

	text-decoration: none;

}



a:focus {

	border: #eeeeee 1px dotted;

}



a img {

	border: none;

}



h1, h2, h3, h4, h5, h6 {

	color: #00225d;

	margin: 1em 0;

}



h1 {

	font-size: 1.3em;

	font-weight: bold;

	clear: both;

}



h2 {

	font-size: 1.2em;

	font-weight: bold;

	clear: both;

}



h3 {

	font-size: 1.1em;

	font-weight: bold;

}



#content h2 {

	font-size: 1.6em;

}



#content h3 {

	font-size: 1.3em;

	margin-bottom: 0.5em;

}



#content h3.smhead {

	font-size: 1em;

	font-style: italic;

}



h4, h5, h5 {

	font-size: 1em;

	font-weight: bold;

}



p {

	padding: 0 1em 0 0;

	margin-bottom: 1em;

}



abbr, acronym, dfn {

	cursor: pointer;

	font-variant: small-caps;

	border-bottom: #00225d 1px dotted;

	color: #aaaaaa;

	background: inherit;

}



/* Header section */

#header {

	height: 181px;

	width: 100%;

	background: url(images/new/header.jpg) no-repeat top;

	position: relative;

}



#header h1 {

	background: url(images/header.jpg) no-repeat center right;

	width: 100%;

	height: 151px;

	position: relative;

	margin: 0;

}



#header h1 img {

	display: block;

	margin: 12px 0 auto 10px;

}



* html #header img {

	margin-top: 36px;

}



/* Sidebar - Nav */

#sidebar {

	width: 254px;

	position: relative;
	right:0px;
	float:right;

}



/*---------------------------------------------------------------------------------------------------- */



#quick_link{
position:absolute;
right:10px;
top:200px;
border-left-width:1px;
border-left-style:solid;
border-left-color:#00225D;
width:254px;
padding-left:10px;
}

.header_quick{
font-family:Arial, Helvetica, sans-serif;
color:#000099;
font-weight:bold;
border-bottom-color:#00225D;
border-bottom-style:solid;
border-bottom-width:5px;
}

/***---------------------------------- Menu---------------------------------------- ***/
#menu{
position: absolute;
top:155px;
height:20px;
z-index:10;

}
#menu ul {
  font-family: Arial, Verdana;
  font-size: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align:left;
  
  
}

#menu ul li {
  display: block;
  position: relative;
  float: left;
  
  width: auto;
  white-space: nowrap;

 
}
#menu li ul { display: none;
z-index:20;

}

#menu li ul li{
 margin-top:0px;


}

#menu ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 8px 16px 8px 16px;
  /*border-top: 1px solid #ffffff;
  background:;     padding: 8px 16px 8px 16px;*/
  margin-left: 1px;
  white-space: nowrap;
  
 text-align:left;
  
}
#menu ul li a:hover { background: #2766F5;  }
#menu li:hover ul {
  display: block;
  position: absolute;
  z-index:5; 
}
#menu li:hover li {
  float: none;
  font-size: 11px;
  z-index:5; 
}
#menu li:hover a { background: #164681; }
#menu li:hover li a:hover { background: #2766F5; }
















.menu5 {
text-align:left; font-family: verdana, sans-serif; position:relative; font-size:0.9em;height:2.5em; margin:0 padding:0; list-style-type:none;
}
.menu5 ul {
padding:0; margin:0; list-style-type:none; /* for Firefox */
}
.menu5 li {
float:left; position:relative;
}
.menu5 li a, .menu5 li a:visited {
display:block; text-decoration:none; width:6em; color:#000; float:left; padding-right:1em; height:3em; line-height:3em; color:#909; 
}
* html .menu5 li a, .menu5 li a:visited {
width:7em; w\idth:6em; /* hack for IE5.5 */
}
.menu5 li a.drop, .menu5 li a.drop:visited {
font-weight:bold;
}
.menu5 li ul {
visibility:hidden; position:absolute; top:2.5em; left:0; height:0; overflow:hidden;
}
.menu5 table {
margin:-1px; border-collapse:collapse; font-size:1em; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu5 li:hover a,
.menu5 li a:hover {
text-decoration:underline; border:0;
}
.menu5 li:hover ul,
.menu5 li a:hover ul {
visibility:visible; height:auto; width:10em; background:#fff; border:1px solid #ddd; left:0; top:2.5em; overflow:visible;
}
.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
display:block; font-weight:normal; background:transparent; text-decoration:none; height:auto; line-height:1.5em; padding:0.5em; width:9em;
}
* html .menu5 li a:hover ul li a {
width:10em; w\idth:9em; /* hack for IE5.5 */
}
.menu5 li:hover ul li a.drop,
.menu5 li a:hover ul li a.drop {
font-weight:bold;
}
.menu5 li:hover ul li ul,
.menu5 li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; left:9.5em; height:0; overflow:hidden;
}
.menu5 li:hover ul li a:hover,
.menu5 li a:hover ul li a:hover {
text-decoration:underline;
}
.menu5 li:hover ul li:hover ul,
.menu5 li a:hover ul li a:hover ul {
visibility:visible; color:#000; border:1px solid #ddd; height:auto; background:#fff; width:9.5em;
} 
.menu5 li:hover ul li:hover ul.left,
.menu5 li a:hover ul li a:hover ul.left {
left:-9.3em;
}
.menu5 li:hover ul li:hover ul li a,
.menu5 li a:hover ul li a:hover ul li a {
display:block; height:auto;
}
.menu5 li:hover ul li:hover ul li:hover a,
.menu5 li a:hover ul li a:hover ul li a:hover {
text-decoration:underline;
}


/*---------------------------------------------------------- 



#menu{
position:absolute;
height:60px;
z-index:1;
}
#menu ul {
  font-family: Arial, Verdana;
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  
}

#menu ul li {
  display: block;
  position: relative;
  float: left;
  width:191.7px;
  white-space: nowrap;
 
}
#menu li ul { display: none; 

}

#menu li ul li{
 margin-top:-3px;

}

#menu ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  padding: 10px 5px 10px 5px;
  background: #2766F5;
  margin-left: 1px;
  white-space: nowrap;
  
  text-align:center;
}
#menu ul li a:hover { background: #2766F5; }
#menu li:hover ul {
  display: block;
  position: absolute;
}
#menu li:hover li {
  float: none;
  font-size: 11px;
}
#menu li:hover a { background: #164681; }
#menu li:hover li a:hover { background: #2766F5; }



/***---------------------------------- Drop Down Menu ---------------------------------------- ***/
.sf-menu, .sf-menu * {
	margin:			0 0px 0 0px ;
	padding:		0 0px 0 0px;
	list-style:		none;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	
}
.sf-menu {
	line-height:	1.0;
}


.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */

}
.sf-menu ul li {
	width:			233px;
	
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:left;
	position: relative;

}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			15.5em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;


}
.sf-menu a {
	border-left:	1px solid #fff;

	padding: 		.73em 0.7em;
	text-decoration:none;
	padding-left:13px;
	padding-right:13px;
	table-layout: fixed;

}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #FFFFFF;
}
.sf-menu li {
	background:		#2766F5;
}
.sf-menu li li {
	background:		 #7EBCE4;
}
.sf-menu li li li {
	background:		#7EBCE4;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#3B97D6;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('assets/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('assets/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/*--------------------*/



















.form_box{
width:230px;
font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#333333;
border:1px;; border-style:solid; border-color:#CCCCCC;
}
.form_box_2{
width:230px;
font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#333333;
border:1px;; border-style:solid; border-color:#CCCCCC;
}

.form_box_3{
width:230px;
font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#333333;
border:1px;; border-style:solid; border-color:#CCCCCC;
}


/*--------------------------------------------------------------------------------------------------------------*/



#text_top{
position:absolute;
top:4px;
left:250px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
}
#text_top a{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
text-decoration:none;
}



/* Rest of sidebar */

#tests {

	position: relative;

	margin-top: 0;

	float: left;

	padding: 0 0 0 1em;

}



#tests dl {

	margin: 0 auto;

}



#tests dt, #tests dd {

	margin: 0.5em auto 1em;

	width: 98%;

}



#tests, #tests h2 {

	color: #8b0000;

}



#tests h2, #tests dt, .tests h2 {

	margin-bottom: 0.2em;

	font-size: 1.2em !important;

	font-weight: bold;

	clear: both;

}



blockquote {

	margin: 0.5em auto 1em;

	width: 94%;

	padding: 0 0.5em;

}



blockquote.testimonial, #tests cite {

	margin: 0.5em auto;

	background: inherit;

	width: 90%;

	display: block;

}



#tests cite {

	width: 100%;

}



.testimonial li {

	margin-bottom: 0.3em;

}



#tests cite, blockquote cite {

	font-weight: bold;

}



/* Main content section */

#homepage #content {

	width: 630px;

	float: left;

	padding: 10px 0px 10px 10px;

}



#content {

	width: 630px;

	float: left;

	padding: 0px 20px 20px 20px;

}



#jigsawmain {

	font: bold 1.29em "arial", sans-serif;

	color: #00225d;

	background: #ffffff;

	margin-bottom: 1em;

	padding: 0 0.5em 0 0;

}



#jigsawmain #jigsaw {

	display: block;

	margin: 0.85em auto 1em;

}



#introdl dt, .cred strong {

	text-transform: uppercase;

	font-weight: bold;

	color: #00225d;

}



#introdl dd {

	margin: 0.3em 0.5em 0.8em 1em;

}



#content .pullq {

	color: #00225d;

	font-size: 1em;

	font-weight: bold;

	text-align: center;

	margin: 1em 0;

	clear: both;

}



a.pqi {

	font-style: italic;

}



a.pqi:link, a.pqi:visited {

	text-decoration: none;

}



a.pqi:hover, a.pqi:active, a.pqi:focus {

	text-decoration: underline;

}



#mainbody #content ol {

	margin: 0 0 0 20px;

}



#content ul {

	margin: 0 0 0 20px;

	list-style: square;

}



#content li {

	padding: 0 1em;

	margin-bottom: 0.5em;

}



#content ul.staff {

	list-style: none;

}



#content .staff li {

	margin-bottom: 0.1em;

}



.assoc {

	font-weight: bolder;

	margin: 1em 0;

}



.assoc ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



.assoc li {

	margin: 0;

	padding: 0;

	display: inline;

	float: left;

}



.assoc li img {

	float: left;

	margin: 0;

	padding: 0;

}



img.jigsright {

	float: right;

	width: 133px;

	margin: 5px 0 0 15px;

}



img.jigsleft {

	float: left;

	width: 117px;

	margin: 5px 15px 0 0;

}



#content ul.jigsleft {

	float: right;

	width: 315px;

	padding-right: 10px; /*	margin-left : 20px;*/

	padding-left: 5px;

}



#content .jigsleft li {

	margin-left: 1em;

}



dl#maincont {

	width: 490px;

	font-weight: bold;

	position: relative;

}



#maincont dl {

	float: left;

	width: 305px;

	position: relative;

}



#maincont dt {

	color: #00225d;

}



dt.welcome {

	font-weight: bold;

	color: #00225d;

	font-size: 1.1em;

	margin-bottom: 0.5em;

}



dd.imgdd {

	float: left;

	width: 150px;

	margin: 0.5em 20px 0 0;

}



#maincont .phone, #maincont .adr {

	padding-top: 0.5em;

}



#maincont .phone dl {

	float: left;

	width: 145px;

	position: relative;

}



#maincont .online {

	margin-left: 160px;

}



#maincont .phone dt {

	font-weight: bold;

	float: left;

	width: 20px;

	margin-right: 10px;

}



#maincont .phone dd {

	float: left;

	width: 110px;

}



#maincont .tel span.type {

	display: none;

}



#maincont .online dt {

	font-weight: bold;

	float: left;

	width: 90px;

	margin-right: 0;

	clear: both;

}



/* FAQ */

#faq {

	padding: 0 1em 0 0.2em;

}



#faq dt {

	font-weight: bold;

	color: #00225d;

}



#faq dd {

	margin-bottom: 1em;

}



#faq dd:first-letter {

	font-weight: bold;

}



/* Photogallery - tabular part in tables.css, other parts here */

.pgtwocol dl {

	width: 49.9%;

	margin: 0 auto 1em;

	float: left;

	height: auto !important;

	height: 200px;

	min-height: 200px;

}



.pgtwocol dt, .pgtwocol dd, .pgrow dt, .pgrow dd {

	padding: 0 1em;

}



.pgrow dl {

	width: 32.9%;

	margin: 0 auto 1em;

	float: left;

	height: auto !important;

	height: 200px;

	min-height: 200px;

}



#usefullinks dt {

	color: #00225d;

	margin: 1em 0;

	font-size: 1.1em;

	font-weight: bold;

}



/* Footer */

#footer {

	text-align: right;
	background:url(images/new/footer.jpg);
	background-repeat:no-repeat;

	color: #ffffff;

	padding: 0 1em 0 0;

	height: 85px;

	font-size: 0.9em;

	margin: 0;
	text-align:center;
	font-size:10px;
	padding-top:15px;

}

#footer a {

	color: #ffffff;
	text-decoration:none;


}



#endcont {

	clear: both;

	visibility: hidden;

	height: 1px;

	border: none;

	background: #ffffff;

}



div.hidden {

	display: none;

}

.home_box a {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#003399;
text-decoration:none;
padding-left:5px;
padding-right:5px;
}

.box_group{
background:url(images/new/home_box.jpg);
background-repeat:no-repeat;
padding-left:10px;
padding-right:10px;
font-family:Arial, Helvetica, sans-serif;
color:#003399;
font-size:11px;
}

.box_group li{
list-style-type:square;
margin-left:0px;
line-height:10px;
}

.box_group h1{
font-family: "Arial Narrow";
color:#FFFFFF;
margin-top:-10px;
margin-bottom:13px;

}

.box_group A{
font-family: "Arial Narrow";
color: #990000;
font-weight:bold;

}

#long{
background:url(images/new/home_box_long.jpg);
background-repeat:no-repeat;
padding-left:10px;
padding-right:10px;
height:250px;

}


#home_box_2{
width:641px;
}

#box_left{
background: url(images/new/rent_box_header.jpg);
background-repeat:no-repeat;
padding-left:10px;
padding-right:10px;
padding-top:2px;
font-family:Arial, Helvetica, sans-serif;
color:#003399;
font-size:11px;
width:137px;
text-align:left;
background-color:#E8E8E8;
height:310px;
margin-bottom:20px;

}
#box_left a{
text-decoration:none;



}


#box_left h1{
font-family: "Arial Narrow";
color:#FFFFFF;
margin-top:4px;
font-size:12PX;


}

#box_left h1 A{
font-family: "Arial Narrow";
color:#FFFFFF;
text-decoration:none;


}

#box_right{
float:right;
background:url(images/new/rent_box_header.jpg);
background-repeat:no-repeat;
padding-left:10px;
padding-right:10px;
font-family:Arial, Helvetica, sans-serif;
color:#003399;
font-size:11px;
width:137px;
text-align:left;
background-color:#E8E8E8;
height:200px;

}
#box_right a{
text-decoration:none;

}

#box_right h1{
font-family: "Arial Narrow";
color:#FFFFFF;
margin-bottom:13px;
margin-top:0px;


}

#box_right h1 A{
font-family: "Arial Narrow";
color:#FFFFFF;
text-decoration:none;


}



#box_1{
background:url(images/new/rent_box_header.jpg);
background-repeat:no-repeat;
padding-left:10px;
padding-right:10px;
font-family:Arial, Helvetica, sans-serif;
color:#003399;
font-size:11px;
width:137px;
text-align:left;
background-color:#E8E8E8;
height:200px;

}
#box_1 a{
text-decoration:none;

}

#box_1 h1{
font-family: "Arial Narrow";
color:#FFFFFF;
margin-bottom:13px;
margin-top:0px;


}

#box_1 h1 A{
font-family: "Arial Narrow";
color:#FFFFFF;
text-decoration:none;


}

#box_4{
position:relative;
float: right;
width:235px;
height:185px;
text-align:left;
background:url(images/new/home_box.jpg);
background-repeat:no-repeat;
padding-left:10px;
line-height:20px;
font-size:11px;

}

#box_4 h1{
font-family: "Arial Narrow";
color:#FFFFFF;
margin-bottom:6px;
margin-top:3px;

}

#box_4 li{
list-style-type:square;
margin-left:10px;
}
#box{
	position: absolute;
	right:301px;
	float: right;
	width:458px;

}

.link_also{
font-family:Arial, Helvetica, sans-serif;
color:#003399;
font-size:10px;
font-weight:normal;
padding-left:10PX;
}

.link_also a{
font-family:Arial, Helvetica, sans-serif;
color:#003399;
font-size:10px;
text-decoration:none;
}

.link_also a:hover{
color: #666666;

}

.link_red a{
font-family:Arial, Helvetica, sans-serif;
color: #990000;
font-size:10px;
text-decoration:none;
}

.boarder{
border:none;
border-bottom-color:#FFFFFF;}




#navbar {
    margin: 0;
    padding: 0;
    height: 0em; z-index:10;

	}
#navbar li {
    list-style: none;
    float: left;
	height:25px;
	 }
#navbar li a {
    display: block;
    padding: 3px 0px;
    color: #fff;
    text-decoration: none; z-index:10;}

#navbar li ul {
    display: none;
    width: 15em; /* Width to help Opera out */
    background-color: #69f;
	height:25px; z-index:10;}
	
	
	#navbar li:hover ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0; }
#navbar li:hover li {
    float: none; }
#navbar li:hover li a {
    background-color: #69f;
    border-bottom: 1px solid #fff;
    color: #000; }
#navbar li li a:hover {
    background-color: #8db3ff; }


#navbar li:hover ul, #navbar li.hover ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0; }
#navbar li:hover li, #navbar li.hover li {
    float: none; }
#navbar li:hover li a, #navbar li.hover li a {
    background-color: #69f;
    color: #000; }
	
	
	#box_long{
	left:0px;
	border-style:solid;
border-color:#666666;
border-width:1px;
padding:10px;
width:600px;
	}
#space1{
line-height:15px;
}