BODY
{
	background: #fff url(../../images/backgroundflower.jpg) no-repeat top left;
	margin:0;
	padding:0;	
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	/* more specific to override imported rule */
    font-size:    x-small;      

}
p 
{
	padding: 5px;
	margin: 0 0 5px 0;
}

ul 
{
	padding: 0;
	margin: 0 20px;
}

li 
{
	display:inline-block;
	list-style-image: url(../../images/bulletflower.jpg);
	list-style-position: outside;
	list-style-type: square;
	vertical-align: top;
	/*border-bottom: 1px solid #ddd;*/
	padding: 3px 0 0 0;
	margin: 0;
}

/* hack for Mozilla to make the default size bigger... requires id attribute to be added to body tag */
body[id] 
{
	font-size: small;
}
html>body   {
    font-size:    small;
    /* be nice to Opera */
}
    
    
h2 
{
	font-size:140%;
	font-weight: bold;
	padding: 25px 0 5px 55px;
	margin: 0 0 5px -25px;
	vertical-align:baseline;
	background: transparent url(../../images/Hibiscus.jpg) no-repeat top left;
}
h3
{
    font-size:110%;
    font-weight: bold;
    padding: 9px 0 0 30px;
    margin: 0 0 0 -30px;
    background: transparent url(/images/flourish.jpg) no-repeat top left;
}

.bold { font-weight: bold;}
div.header 
{
	margin: -35px -20px 0 0;
	padding: 0;
	float:right;
	display: inline;
	width: 445px;
	text-align: right;
}

/* Mozilla hack for sizing issues */
div[class="header"]
{
	margin: -40px -20px 0 0;
	width: 65%;
}

div.title 
{
	position: absolute;
	top: 145px;
	left: 0;
	width: 330px;
	text-align: left;
	font-size:190%;
	font-weight: bold;
	font-family:Tahoma;
	color: #000099;
	padding: 0 0 0 60px;
}

div.nav 
{
	display:inline;
	text-align: right;
	padding:0;
	margin: 0;
}

div.nav 
{
	position: absolute;
	top: 127px;
	left: 0;
	text-align: right;
	width: 760px;
}
div[class="nav"]
{
	top: 132px;
}
ul.nav 
{
	padding:0;
	margin: 0;
}
ul.nav, ul.nav li 
{
	list-style-image: none;
	list-style-type: none;
}

ul.nav li 
{
	display:inline;
	padding: 4px;
}

ul.nav li a, ul.nav li a:link, div.languagebox a, div.languagebox a:link
{
	text-decoration: none;
	color: #000099;
}

ul.nav li a, ul.nav li a:link, ul.nav li.selected a, ul.nav li.selected a:link
{
	font-weight: bold;
	font-size: 110%;
}

ul.nav li a:hover, div.languagebox a:hover 
{
	color: #0071ff;
}

ul.nav li.selected
{
    display:inline;
    padding: 1px 2px 8px 20px;
    background: transparent url(../../images/linkbackselected.gif) no-repeat top left;
    border: none;
}

ul.nav li.selected a, ul.nav li.selected a:link
{
    color: #000;
}


div.picture, ul.gallery li div.picture
{
	display: inline;
	background: teal;
	float: left;
	
	width: 75px;
	height: 75px;
	margin: 3px;
	padding: 0;
}

div.picture a img
{
    border: 2px solid black;
}

div.picture a:hover img
{
    border: 2px solid yellow;
}
ul.gallery {
    clear:both;
    overflow: hidden; 
    display: block;
	width: 95%;
	text-align: left;
}

div.header div.picture {float:right;}

div.gallery 
{     
    width: 100%; 
    padding: 0; 
    margin: 0; 
    text-align: left;
}
ul.gallery, ul.gallery li 
{
	list-style-image: none;
	list-style-type: none;
}

ul.gallery li 
{
	display:inline;
}


div.languagebox 
{
	position:absolute;
	top: 10px;
	left: 470px;
	height: 22px;
	width: 400px;
}

div.main
{
	background: #fff url(../../images/contentbackground.jpg) no-repeat bottom right;
	margin: 0 30px;
	padding: 15px 30px 30px 40px;
	border: 2px solid black;
	width: auto;
	height: auto;

}

div.container
{
	background: url(../../images/PageHeader.jpg) no-repeat top left;
	padding: 175px 0 0 0;
	margin: 0;
	width: 800px;
	height: 100%;
	text-align: left;
}

div.columns 
{
	overflow:auto;
	clear: both;
	height: 100%;
	margin:0;
	padding:10px;
	width: 100%;
}

div.columns h3
{
	margin-left: 0;
}

div.lefthalf, div.righthalf 
{
	width: 48%;
	vertical-align: top;
	margin:0;
	padding:0;
}
div.lefthalf 
{
	float:left;
}
div.righthalf
{
	float:right;
}

.testimonial
{
    padding: 12px 0 0 32px;
    margin: 0 0 0 -30px;
    background: transparent url(/images/flourish.jpg) no-repeat top left;
}
.testimonial .opening, .testimonial .signature
{
    font-size: 110%;
    font-weight: bold;
}

.listheading
{
    margin-bottom: 10px;
    font-size: 120%;
}



/*div.lefthalf ul, div.righthalf ul 
{
	padding: 0;
	margin: 0;
}
div.lefthalf ul li, div.righthalf ul li
{
	padding: 3px 0;
}*/