html,body {
margin:0px;
padding:0px;
height:99%;
background:url(../images/bg.gif) repeat-x #ccccff;
font-family:verdana,arial,sans-serif;
font-size:.9em;
}

a {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}

#breadcrumbs {
z-index:1000;
position:absolute;
margin:45px 0 0 30px;
font-style:italic;
font-size:.8em;
color:#000000;
}

#breadcrumbs a {
color:#0050a0;
text-decoration:none;
font-weight:normal;
}

#container {
min-height:97%;
position:relative;
margin-top:1%; 
margin-bottom:1%;
margin-left:auto;
margin-right:auto;
width:98%;
background-color:#0050a0;
border-bottom:solid 10px #ffffff;
}
#content h1, h2, h3 {
font-family:"Trebuchet MS",verdana,arial,sans-serif;
font-style:italic;
}
#topp {
width:100%;
height:59px;
color:#0033ff;
background:url(../images/hbg.jpg) no-repeat #ffffff;
border-bottom:solid 2px #ffffff; 
}

#topp img {
float:right;
}

#topwhiteblueline {
height:2px;
border-bottom:solid 2px #ffffff;
background-color:#005a0;
}

#leftside {
position:absolute;
height:20em;
width:12em;
color:#000000;
background-color:#0050a0;
margin:1em 0 0 1em;
z-index:500;
font-size:1em;
}
#leftside p {
position:absolute;
top:15em;
color:#ffffff;
font-size:.8em;
margin-left:.5em;
}

#leftside a {
color:#ccccff;
}

#content {
background-color:#ffffff;
color:#000000;
border-top:solid 3px #003366;
border-right:solid 3px #3366ff;
border-bottom:solid 3px #3366ff;
border-left:solid 3px #003366;
padding:1em;
margin:1em 1em 1em 14em;
}

#content blockquote {
background-image:url('../images/bbg.gif');
background-repeat:repeat-y;
padding:2px 5px;
}

#content a {
font-weight:bold;
}

.pullquote {
	display:block;
	background: #ddf;
	font-weight: bold;
	padding: 1em;
	margin: 0 0.5em 0.5em 0;
}

#contact {
background-color:#0050a0;
color:#ffffff;
border-top:solid 3px #003366;
border-right:solid 3px #3366ff;
border-bottom:solid 3px #3366ff;
border-left:solid 3px #003366;
padding:1em 1em 7% 1em;
margin:1em 1em 1em 14em;
}

#contacts {
position:relative;
z-index:1;
padding:1em 0 0 2em;
}

#intro {
margin:2em 0 6em 0;
text-align:center;
color:#ffffff;
}
#wrapindx {
background-color:#0050a0;
color:#000000;
border-top:solid 3px #003366;
border-right:solid 3px #3366ff;
border-bottom:solid 3px #3366ff;
border-left:solid 3px #003366;
padding:5% 0 5% 0;
margin:1em 1em 1em 14em;
}

#agent {
display:block;
margin-left:auto;
margin-right:auto;
height:80%;
text-align:center;
}

#agent img {
padding:0 5px 0 5px;
}

img {
border:none;
}

.gallerythumb {
margin:1em;
text-align:center;
}
.gallerythumb img{
padding:0 0.5em 0 0.5em;
}

.galleryinfo {
text-align:center;
}
.galleryinfo img {
padding:0 0.5em 0 0.5em;
}

.quotation {
font-style:italic;
}

.note {
text-align:center;
font-size:.7em;
color:#999999;
}
.note a {
color:#9999ff;
text-decoration:none;
}
.note a:hover {
color:#9999ff;
text-decoration:underline;
}
img.left {
float:left;
padding:.3em .5em .3em .3em;
}
img.right {
float:right;
padding:.3em .3em .3em .5em;
}

/* Menu */

#menuborder {
height:10.8em;
width:11.2em;
border-bottom:solid 2px #003366;
border-left:solid 2px #3366ff;
border-top:solid 2px #3366ff;
border-right:solid 2px #003366;
}

#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
		background-color:#ffffff;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.35em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 11em;
		w\idth : 10em;
		display : block;
		color : #000000;
		font-weight : bold;
		text-decoration : none;
		/* background-color : #ffffff; */
border-bottom:solid 1px #003366;
border-left:solid 1px #3366ff;
border-top:solid 1px #3366ff;
border-right:solid 1px #003366;
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color : white;
		background-color : black;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
.more {
background:url('../images/butarrow.gif');
}

/* End Menu */

/*    Email Form    */

textarea {
overflow:auto;
display:block;
float:left;
margin-bottom:10px;
}

input, textarea {
border:1px solid #999999;
padding:1px 2px;
font-family:Tahoma, Arial, "Trebuchet MS", sans-serif;
font-size:1.1em;
}

label, input {
display:block;
width:150px;
float:left;
margin-bottom:10px;
}

label {
text-align:right;
width:60px;
padding-right:15px;
}

form br { clear:left; }

input.button {
width:80px;
background:white;
}
/* End Email Form */

/* Disclaimer */
#disclaimer {
text-align:center;
}
#disclaimer a {
text-decoration:none;
color:#ffffff;
}
#disclaimer a:hover {
text-decoration:underline;
}
#disclaimer a:visited {
text-decoration:none;
}
