h1 { font-size: 150%; font-weight: bold; font-style:italic; font-family:Georgia, "Times New Roman", Times, serif;}
h2 { font-size: 135%; font-weight: bold; font-style:italic; font-family:Georgia, "Times New Roman", Times, serif;}
h3 { font-size: 115%; font-weight: bold; font-family:Georgia, "Times New Roman", Times, serif;}
a {text-decoration:none;} 
img {border-style:none;}
a img {border:none; }

body {
	margin: 0;
	padding: 0;
	background-color: #BFD0D9;
	background-image: url('images/bg.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
}

#bg-header {
	position: absolute;
	background-image: url('images/bg-header.jpg');
	background-repeat: repeat-x;
	top:0;
	width:100%;
	height: 115px;
	background-position: top left;
}

#main {
	position: absolute;
	width: 1000px;
}

#top-menu {
	height: 30px;
    text-align: right;
	font-size:12px;
	color:#FFF;
}

#top-menu a{
	color: #FFF;
	font-family:arial;
	font-size:12px;
	font-weight: bold;
	line-height: 27px;
	padding:0 1px 0 1px;
}

#top-menu a:hover{color:#048ee7}

/* Start of Column CSS */
#container2 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#fff; /* column 2 background colour */
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:744px;
	background-color:#4747b2; /* column 1 background colour */	
}
#col1 {
    background-image:url(images/logobg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	width:256px;
	position:relative;
	left:744px;
	overflow:hidden;
}
#col2 {
	float:left;
	width:744px;
	position:relative;
	left:744px;
	overflow:hidden;
}


#logo {
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 55px;
}

/*Right Content Area */
 
#header {
	padding: 7px;
}

#links {
	padding-left: 7px;
}

#text {
	padding: 0px 15px 50px 15px;
	color:#000066;
	font-size: 12px;
}

#text img{padding-right: 20px;}

/*Left Accordian Menu */
#leftmenu { 
	color:#FFF;
	margin-top:33px; 
}

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0; 
}

ul#menu a {
  display: block;
  text-decoration: none;
  font-weight:bold;
  font-style:italic; 
  font-family:Georgia, "Times New Roman", Times, serif;
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background: #4747b2;
  color: #fff;	
  padding: 0.5em;
  border-top: 1px solid #7777c7;
}

ul#menu li a:hover {
  background-image:url(images/menubg.jpg);
  color:#0a0a71;
}

ul#menu li ul li a {
  font-size:13px;
  color: #eeeeee;
  padding-left: 30px;
  border-top: none;
}

ul#menu li ul li a:hover {
  color:#0a0a71;
  background-image:url(images/menubg.jpg);
  border-left: 10px #0a0a71 solid;
  padding-left: 35px;
}

ul#menu li.active a{
	background-image:url(images/menubg.jpg);
  	color:#0a0a71;
}


#footer {
	padding-bottom: 15px;
	clear: both;
	color: #4545b0;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:20px;
}

#footer a{
	color: #048ee7;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:20px;
}
 
#dooley {
float: right;
right: 5px;
background-image: url("images/dooleylogo.png");
background-repeat: no-repeat;
background-position: right bottom;
height: 70px;
width: 70px;
cursor: pointer;
}

 /* rotator  */
#slideshow {
    position:relative;
    height:244px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
