@charset "ISO-8859-1";
/* CSS Document */

/* Specific Divs */
#container {
	background: #ffffff; 
	margin-top: 0px;
	margin-left: 0px;
	width: 745px;
	position: relative;
	}
	
#column {
	position: absolute;
	left: -9px;
	top: 1px;
	background: #EEEDED; 
	width: 105px; 
	height: 924px; 
	}
	
#top {
  	margin: 0px 0px 0px 96px; 
	width: 745px; 
	height: 103px; 
	}	
	
#navigation {
  	margin: 0px 0px 0px 96px; 
	width: 745px; 
	}

#topleft {
	background: url(index_02c.jpg) no-repeat top left; 
    margin-top: 0px; 
	width: 321px; 
	height: 31px; 
	float: left;
	}

#topright {
	background: #ffffff; 
    margin-top: 0px; 
	width: 424px;  
	height: 31px;
	float: right;
	}
	
#logo {
	background: url(index_04d.jpg) no-repeat top left;
	width: 183px;  
	height: 72px;
	float: left;
	}
	
#mainwindow {
	background: url(template_06.jpg) no-repeat top right;
	width: 562px;  
	height: 320px;
	float: right;
	}
	
#menu {
	background: url(template_07.jpg) no-repeat top left; 
    margin-top: 0px;  
	width: 183px;
	height: 248px;
	float: left;
	}
	
#quickcontact {
	/*background: url(index_07.jpg) no-repeat top left; */
	margin-top: 0px;
	width: 183px;
	height: 177px;
	float: left;
	}
	
#pageheader {
	background: url(template_03.jpg) no-repeat top left;
	margin-top: 0px;
	width: 562px;
	height: 31px;
	float: left;
	}
	
#littledecor {
	background: url(index_09.jpg) no-repeat top left;
	margin-top: 0px;
	width: 14px;
	height: 286px;
	float: left;
	}
	
#textbody {
	background: url(largetext.jpg) no-repeat top left;
	margin-top: 0px;
	width: 548px;
	height: 415px;
	float: left;
	}

#leftphoto {
	background: url(templateside.jpg) no-repeat top left;
	margin-top: 0px;
	width: 183px;
	height: 355px;
	position: absolute;
	left: 96px;
	top: 528px;
	}
	
#textbody1 {
	position: absolute;
	left: 320px;
	top: 390px;
	width: 235px;
	height: 317px;
	}
	
#textbody2 {
	position: absolute;
	left: 569px;
	top: 390px;
	width: 254px;
	height: 317px;
	}		
	
#textbody3 {
	position: absolute;
	left: 320px;
	top: 675px;
	width: 236px;
	height: 265px;
	}	
			
#textbody4 {
	position: absolute;
	left: 569px;
	top: 675px;
	width: 255px;
	height: 265px;
	}	
	
#bottombar {
	background: url(index_24.jpg) no-repeat top left;
	position: absolute;
	left: 96px;
	top: 873px;
	margin-top: 0px;
	width: 745px;
	height: 56px;
	}

#footer {
	position: absolute;
	top: 928px;
	left: 395px;
	margin-top: 0px;
	width: 225px;
	}

	
/* textual stuff */	
body {
	font: normal 11px verdana;
	margin-top: 0px
	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 15px;
	padding: 0px 0px 0px 0px;
	}
	
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0px 0px 20px;
	}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #106DB6;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0px 0px 30px;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 183px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 182px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background: #ffffff; /* IE6 Bug */
	background-color: transparent;
	padding: 8px 0px 8px 15px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

a:link { color: #FFFFFF; }

a:visited {	color: #FFFFFF; }

a:hover { color: #116DB6; }

h2 a:link { color: #000000; }

h2 a:visited { color: #000000; }

h2 a:hover { color:#106DB6; }

h3 a:link { color: #000000; }

h3 a:visited { color: #000000; }

h3 a:hover { color:#106DB6; }

h4 a:link { color: #000000; }

h4 a:visited { color: #000000; }

h4 a:hover { color:#106DB6; }

ul li a:link { color: #000000; } /* Menu Styles */

ul li a:visited { color: #000000; } /* Menu Styles */

ul li a:hover { color: #106DB6; background: #e7e7e7; } /* Hover Styles */
		
li ul li a { padding: 5px 0px 5px 12px; background: #f9f9f9; opacity: .85; filter: alpha(opacity=85);} /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */
