@import 'reset.css';

html, body {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}
body {
	background:#1c3755 url('../images/body-bg.jpg') 0 0 repeat-x;
	font-family:Arial,sans-serif;
	font-size:0.8125em;
	line-height:1.6em;
	color:#444444;
}


.fl{
float:left;
}

.fr{
float:right;
}

a {
	font-weight:bold;
	color:#1b3756;
	text-decoration:none;
}
a:hover {
	color:#1b3756;
	text-decoration:underline;
}
a.textLink {
	font-weight:normal;
	color:#444444;
	text-decoration:underline;
}
a.textLink:hover {
	font-weight:normal;
	color:#1b3756;
	text-decoration:underline;
}

ul {
	list-style:none;
	padding:0;
	margin:0 0 1.5em 0;
}
ul li {
	background:url('../images/bullet.gif') 0 0.64em no-repeat;
	list-style:none;
	padding:0 0 0 10px;
	margin:0;
}
ul ul {
	margin:0 0 0.45em 5px;
}
table, td, tr{
border:0;
padding:0;
margin:0;
font-size:1em;
}

.barkerTitle {
	font-family:Georgia, "Times New Roman", serif;
	font-size:24px;
	font-weight:normal;
	line-height:1.2em;
	color:#726337;
	padding:0;
	margin:0 0 0.28em;
}

h1{
	font-family:Georgia, "Times New Roman", serif;
	font-size:22px;
	font-weight:normal;
	line-height:1.2em;
	color:#726337;
	padding:0;
	margin:0.15em 0 0.75em;
}

h2 {
	font-family:Georgia, "Times New Roman", serif;
	font-size:18px;
	font-weight:normal;
	line-height:1.2em;
	color:#726337;
	padding:0;
	margin:0.15em 0 0.75em;
}

h3 {
	font-family:Georgia, "Times New Roman", serif;
	font-size:15px;
	font-weight:normal;
	line-height:1.2em;
	color:#726337;
	padding:0;
	margin:0.15em 0 0.75em;
}

h4 {
	font-family:Georgia, "Times New Roman", serif;
	font-size:14px;
	font-weight:normal;
	line-height:1.2em;
	color:#726337;
	padding:0;
	margin:0.15em 0 0.75em;
}

h5{
	font-family:Georgia, "Times New Roman", serif;
	font-size:13px;
	font-weight:normal;
	line-height:1.2em;
	color:#726337;
	padding:0;
	margin:0.15em 0 0.75em;
}


h6 {
	font-family:Georgia, "Times New Roman", serif;
	font-size:12px;
	font-weight:normal;
	line-height:1.2em;
	color:#726337;
	padding:0;
	margin:0.15em 0 0.75em;
}


.img-float-left{
float:left;
margin-right:14px;
}

.img-float-left-border{
float:left;
margin-right:14px;
padding:2px;
border:1px solid #726337;
}

.img-float-right{
float:right;
margin-left:14px;
}
 
.img-float-right-border{
float:right;
margin-left:14px;
padding:2px;
border:1px solid #726337;
}

.icoPDF {
	background:url('../images/ico-pdf.gif') 0 40% no-repeat;
	padding-left:24px;
}

hr {color: #c9bb92; background-color: #c9bb92; border: 1px solid #c9bb92; border-style: solid; }

.left { float:left; }
.right { float:right; }

.page {
	background:white url('../images/page-bg.gif') 0 0 repeat-y;
	width:1034px;
	margin:0 auto;
}
.pageWarp {
	background:url('../images/page-bt.gif') 0 0 no-repeat;
	width:1020px;
	width:945px;
	padding:0 45px 17px 44px;
}


/* Header */
#header {
	padding:1px 0;
	height:105px;
}
#header .logo {
	float:left;
	padding:20px 0 0 0;
}
#header .topLinks {
	text-align:right;
	font-size:0.85em;
	line-height:1.55em;
	padding:2px 0 0 0;
}
	#header .topLinks .client_login {
		background:url('../images/ico-login.gif') 0 50% no-repeat;
		padding-left:16px;
	}
	#header .topLinks .contact_us {
		background:url('../images/ico-contactus.gif') 0 50% no-repeat;
		padding-left:20px;
	}
	#header .topLinks .current {
		color:#726337;
	}
#header .siteNav {
	font-size:0.92em;
	padding:15px 0 0;
	position:relative;
	z-index:10000;
}
	#header .siteNav ul {
		list-style:none;
		padding:0;
		margin:0;
		float:right;
		_float:none;
		_padding:5px 0 0 314px;
	}
	#header .siteNav ul li {
		background:none;
		list-style:none;
		padding:0 0 0 30px;
		margin:0 0 0 0;
		float:left;
		position:relative;
	}
	#header .siteNav ul li a {
		background:url('../images/sitenav-itembg.gif') 0 100px no-repeat;
		padding:0 0 0 15px;
		_padding:0 0 0 20px;
		display:block;
		float:left;
		height:33px;
		line-height:33px;
		position:relative;
	}
		#header .siteNav ul li a:hover {
			background-position:0 0;
			text-decoration:none;
		}
	#header .siteNav ul li a.hover {
		background-position:0 0;
		text-decoration:none;
	}
	#header .siteNav ul li.current a {
		color:#887644;
	}
	/** submenu **/
	#header .siteNav ul li.hover ul {
		display:block;
	}
	#header .siteNav ul li.current ul a {
		color:#ffffff;
	}
	
	#header .siteNav ul ul {
		display:none;
		background:#a99b73;
		position:absolute;
		left:0;
		top:29px;
		padding:6px 0;
		margin:0 0 0 30px;
		float:none;
	}
		#header .siteNav ul ul li {
			background:none;
			float:none;
			padding:0;
			margin:0;
		}
		#header .siteNav ul ul li a {
			background:none;
			padding:2px 12px 2px 10px;
			display:block;
			float:none;
			height:auto;
			line-height:normal;
			white-space:nowrap;
			font-size:11px;
			line-height:1.4em;
			color:#ffffff;
		}
			#header .siteNav ul ul li a:hover {
				text-decoration:underline;
			}
	
/* Content */
#content {
	clear:both;
}
.narrowContent {
	float:left;
	width:590px;
	margin:0 0 2em;
}
.wideContent {
	margin:0 0 2em;
}

/* Sidebar */
#sidebar {
	float:right;
	width:313px;
	margin:0 0 2em;
}
.sideBox1 {
	background:url('../images/sidebox1-bg.gif') 0 0 no-repeat;
	padding:5px 10px;
	margin:0 0 20px;
}
.sideBox2 {
	background:url('../images/sidebox2-bg.gif') 0 0 no-repeat;
	padding:14px 20px 6px 20px;
	margin:0 0 20px;
}
	
/* Tabs */
.tabStyle {
	background:url('../images/tabstyle-bg.gif') 0 0 repeat-x;
}
.tabStyle .tabs_menu {
	list-style:none;
	padding:0;
	margin:0;
	display:block;
	height:32px;
}
.tabStyle .tabs_menu li {
	background:white url('../images/tabstyle-itembg.gif') 0 0 repeat-x;
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	display:block;
	border:1px solid #e3dfd2;
	height:30px;
	line-height:30px;
	font-size:12px;
}
	.tabStyle .tabs_menu li.tab_selected {
		border:0;
		padding:1px;
		background:none;
	}
	
.tabStyle .tabs_menu li a {
	display:block;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#726337;
	cursor:pointer;
}
.tabStyle .tabs_menu li a:hover {
	text-decoration:none;
}
	.tabStyle .tabs_menu li.tab_selected a {
		color:#4c4a4a;
	}

.tabStyle .tabContent {
	padding:8px 45px;
}

.tabContent a.title {
background:url('../images/ico-pdf.gif') 0 0 no-repeat;
margin-left:-26px;
padding-left:26px;
font-size:13px;
}

#sidebar .sideBox2 ul li{
line-height:15px;
padding-bottom:5px;
}

#sidebar .sideBox2 a{
/* line-height:15px; */
padding-bottom:5px;
vertical-align:top;
}


/* Carousel */
#homeCarousel {
	margin:0 0 5px;
}
#homeCarousel .carousel_nav {
	list-style:none;
	padding:0;
	margin:0;
	display:block;
	height:10px;
	overflow:hidden;
	padding-left:552px;
}
#homeCarousel .carousel_nav li {
	background:none;
	list-style:none;
	padding:0 2px;
	margin:0;
	float:left;
	display:block;
	width:50px;
	height:10px;
}
	#homeCarousel .carousel_nav li a {
		background:url('../images/carousel-control.jpg') 0 0 no-repeat;
		width:50px;
		cursor:pointer;
		height:10px;
		overflow:hidden;
		padding:0;
		margin:0;
		font-size:1px;
		line-height:10px;
		display:block;
	}
	#homeCarousel .carousel_nav li a img { width:50px; height:10px; overflow:hidden; }
	#homeCarousel .carousel_nav li.slide1 a { background-position:0 0; }
	#homeCarousel .carousel_nav li.slide2 a { background-position:-50px 0; }
	#homeCarousel .carousel_nav li.slide3 a { background-position:-100px 0; }
	
#homeCarousel .carousel_contentsHolder { 
	position:relative;
	height:338px;
	overflow:hidden;
}
#homeCarousel .carousel_content {
	position:absolute;
	left:0;
	top:0;
	display:none;
}

/* News Flash */
#newsFlash {
	background:url('../images/newsflash-bg.gif') 0 0 repeat-x;
	height:36px;
	overflow:hidden;
	position:relative;
	/* width:945px; */
}
#newsFlash .newsFlash_title {
	background:url('../images/newsflash-div.gif') 100% 0 no-repeat;
	font-family:"Minion Pro", Georgia, "Times New Roman", serif;
	font-weight:normal;
	font-size:24px;
	padding:0 22px 0 15px;
	margin:0;
	line-height:36px;
	color:#1b3756;
	float:left;
	height:36px;
}
#newsFlash .newsFlash_news {
	float:left;
	font-size:12px;
	padding:0 85px 0 10px;
	height:34px;
	margin:1px 0;
	overflow:hidden;
	position:relative;
}
* html #newsFlash .newsFlash_news {
	display:inline-block;
	
}
	#newsFlash .newsFlash_news ul {
		list-style:none;
		padding:0;
		margin:0;
		border:0;
		position:relative;
		left:0;
		top:0;
	}
	#newsFlash .newsFlash_news ul li {
		background:none;
		list-style:none;
		padding:0;
		margin:0;
		display:table;
		height:34px;
		width:100%;
	}
		#newsFlash .newsFlash_news ul li .news {
			display:table-cell;
			height:34px;
			width:100%;
			vertical-align:middle;
		}
		#newsFlash .newsFlash_news ul li .news a {
			display:block;
		}
	*:first-child+html #newsFlash .newsFlash_news ul li {
		display:inline-block;
		line-height:34px;
		vertical-align:middle;
	}
	* html #newsFlash .newsFlash_news {
		float:none;
	}
	* html #newsFlash .newsFlash_news ul li {
		display:inline-block;
		line-height:34px;
		vertical-align:middle;
	}	
	
#newsFlash .newsFlash_nav {
	position:absolute;
	right:18px;
	top:0;
}
* html #newsFlash .newsFlash_nav {
	
}
	#newsFlash .newsFlash_nav .prev, #newsFlash .newsFlash_nav .next {
		background:url('../images/newsflash-arrows.gif') 0 0 no-repeat;
		display:block;
		float:left;
		width:22px; height:22px;
		line-height:22px;
		overflow:hidden;
		text-indent:-99999em;
		margin:7px 0 0 9px;
	}
	#newsFlash .newsFlash_nav .prev {
		float:left;
		display:block;
	}
	#newsFlash .newsFlash_nav .next {
		background:url('../images/newsflash-arrows.gif') -22px 0 no-repeat;
		float:left;
		display:block;
	}
	

/*****/
	.tabContent a.title {
		background:url('../images/ico-pdf.gif') 0 0 no-repeat;
		margin-left:-26px;
		padding-left:26px;
		display:block;
		font-size:13px;
	}
	.small_text {
		font-size:11px;
		font-weight:bold;
		color:#444444;
	}

/* Footer */
#footer {
	background:url('../images/page-bb.gif') 0 100% no-repeat;
	width:945px;
	padding:0 45px 22px 44px;
	margin:0 -45px -17px -44px;
	font-size:0.85em;
	line-height:1.3em;
}
#footer .footerWarp {
	border-top:4px solid #1b3756;
	padding:6px 0 0 0;
}
#footer a {
	font-weight:normal;
	color:#003366;
}

/** Clearfix **/
.clearfix:after, #footer .footerWarp:after, #content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix, #footer .footerWarp, #content {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix, * html #footer .footerWarp, * html #content {height: 1%;}
.clearfix, #footer .footerWarp, #content {display: block;}
/* End hide from IE-mac */
