html, body
{
    margin: 0px 0px 0px 0px;
    line-height: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 	font-size:14px;
	background: url(images/body-bg.gif) top repeat-x #fbfbfb;	
	color:#013b6f;
	
}

/* main site links */
a:link {color: #511500; text-decoration:none;}
a:visited {color: #511500; text-decoration:none;}
a:hover {color: #511500; text-decoration:none;}
img {display:block; border:none;}
img, div { _behavior: url(javascript/iepngfix.htc); }

p {margin:9px 0px;}

#siteWrapper {width:100%; background:url(images/site-wrapper.jpg) top center no-repeat;}
#global { width:954px; margin:0 auto;}

#headerWrapper {position:relative; width:954px; height:124px; background:url(images/header-bg.jpg);}
#navWrapper {position:absolute; padding-left:10px; padding-top: 2px; top:33px; right:0px; width:700px; height: 32px; background:url(images/nav-bg.png) no-repeat;}
#nav {}
#logo {position:absolute; top:40px; left:55px;}
#logo img {display:inline;}

#homeMainWrapper {width:954px; background: url(images/home-main-bg.png) no-repeat; height:349px;}
#homeMainText {margin-top:105px;float:left; margin-left:12px; width:252px; color:#fff;}
#homeMainText a {color:#fff;}
#rotator {float:right; margin-right:11px; width:669px; height:349px; background: url(images/homeflash/slides/1.jpg);}

#homeContentWrapper {background:url(images/home-content-bg.gif) repeat-y; padding:12px 0px;}
#homeContentText {float:right; width:610px; margin-right:15px;}
#homeContentText .leftCol {float: left; margin: 0 10px; width: 290px;}
#homeContentText .rightCol {float: left; width: 295px;}
#homeContentText h2 {margin: 0; padding: 0;}

#homeC2A { margin-left:10px; float:left;}
#homeC2A img {float:left;}


#iWrapper {background:url(images/i-content-bg.gif) repeat-y;}
#iContentWrapper {background:url(images/i-content-bg-top.jpg) top no-repeat; }
#iContent {padding-top:60px; width:713px; float:right; margin-right:15px; min-height:500px; _height:500px; _overflow:visible;}
#leftColumn {color:#fff; margin-top: 110px;float:left; width:195px; margin-left:10px;}


#footerLinks {height:39px; line-height:23px; width:924px; font-size: 12px; padding:5px 15px 0px 15px; margin:0px auto; background:url(images/bottom.gif) top no-repeat;}
#ifooterLinks {height:58px; width:924px; font-size: 12px; padding:25px 15px 0px 15px; margin:0px auto; background:url(images/i-bottom.gif) top no-repeat;}
#footerNav {color:#eee; float:right; text-align:right;}
#footerNav a {font-size:12px; color:#eee; padding:0px 3px;}
#footerText {font-size:12px; color:#eee;}
#footerText a {font-size:12px; color:#eee;}

#iTen11 {text-align:right; font-size: 11px; margin-top:10px; color:#333;}
#Ten11 {text-align:right; font-size: 11px; color:#333;}
#Ten11 a {font-size:11px; padding: 0px 3px; color:#333;}

div.clear {clear:both;}

h1 {font-size:24px; margin:8px 10px 20px 0px; text-align:right; }
h1.home {text-align:left; font-size:17px; font-variant:small-caps; margin:0px;}

h2 {font-size: 18px; }
h2.homeblog { margin:0px; line-height:34px; font-size:20px;}

h3 {font-size: 16px;}
h3.home {font-size:14px; margin:0px;}
h4 {font-size:14px; margin:0px;}


li {padding-bottom: 3px;}


/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:349px;}

div#rotator ul {margin:0px; padding:0px;}

/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:0px solid #ccc;
	padding:0px;
	background: transparent;
}
    div#rotator ul li.show {
}


