/* IMPORTANT */
/* fionaurora.com, Fionaurora Productions/ */
/* All associated graphics copyright 1998 - 2008 Fionaurora Productions */
/* Updated: August, 2008 */


/* BASICS */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/branches_bg_lg.jpg);
	background-repeat: repeat-y;
}

#imagewrapper {
	height: 100%;
	width: 100%;
}

//**#header {
	position: absolute;
	width: 100%;
	height: 150%;
	z-index: 1;
}**//

a:link {
	color: #000000;
	font-weight: bold;
}
a:visited {
	color: #333333;
}
#fionatext {
	float: right;
	padding-top: 500px;
	padding-right: 25px;
position: absolute; top: 2px; right: 5px;
	img-position: bottom; 
}
#fionacontact {
	margin: auto;
	width: 730px;
	padding: 5px 15px;
}
#form {
background: url(formbg.png);
border: #000000 solid 1px;
padding: 10px 15px;
width: 550px;
margin: auto;
}

/* MISC */
img {
	border: 0;
	a: text-decoration: none border: 0 color: transparent background-color: transparent;
}
.right {
	float: right;
	padding: 10px;
}

.left {
	float: left;
	padding: 10px;
}

.clear {clear: both;}

.center {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.sm  {
	font-size: small;
	text-align: center; 
}

/* EXPAND MENU */
.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}
.arrowlistmenu{
width: 100%; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}