/*
Theme Name: UDC Wordpress theme
Theme URI: http://netconcepts.co.nz/
Description: UDC Wordpress theme.
Version: 1.0
Author: Pixelberry
Author URI: http://pixelberry.co.nz

*/

/* ---------------------------------


TOC ---------------------------

=1: Reset all elements to a common value
=2: Default classes
=3: Accessibility
=4: Default Styles
=4a: colours, sizes, etc
=5: Layout Styles
=6: generic styles
=7: Page related styles
=7a: home page
=7b: secondary pages
=7c: application forms
=7c: printed forms page

*/

/* -- =1: reset all elements to a common value ----------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {line-height:1;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
:focus {outline:0;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
table {border-collapse:collapse;border-spacing:0;}

/* -- >2:ACCESSIBILITY -------------------------------------------------------------------- */


/* -- >3:DEFAULT STYLES -------------------------------------------------------------------- */

.small{ font-size:0.9em;}
.smaller{ font-size:0.8em;}

.hide{ display:none; }

.imgRep{ text-indent: -999em;}
.imgLeft{ float: left; margin: 0 10px 0 0;}

.clearfix {display:inline-block;}
.clearfix:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

h1{
	font-family:Verdana, Arial, "Lucida Grande", "Lucida Sans", sans-serif;
	font-weight:bold;
	color: #0099c6;
	font-size: 18px;
	margin:0 0 0.8em;
	}

h2{
	font-family:Verdana, Arial, "Lucida Grande", "Lucida Sans", sans-serif;
	font-weight:bold;
	color: #0099c6;
	font-size: 16px;
	margin:1em 0 0.8em;
	}

h3{
	font-family:Verdana, Arial, "Lucida Grande", "Lucida Sans", sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0.8em 0 0.8em;
}

h4{
	font-family:Verdana, Arial, "Lucida Grande", "Lucida Sans", sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0.8em 0 0.8em;
}

p{margin:0 0 1em 0;}

a{ color:#0098c4;}
a:link{ color:#0098c4;}
a:visited{ color:#0098c4;}
a:hover{ text-decoration:none;}
a:active{ color:#0098c4;}

#sidebar a:link, #sidebar a:visited {color:#fff;}
#sidebar a:hover, #sidebar a:active {color:#fff; text-decoration:none;}


/* -- =5: Layout Styles ---------------------------------------------------------------------------- */
body {
	background: #dce7e9 url('/wp-content/themes/default/images/body-bg.png') repeat-x top left;
	text-align:center;
	font:62.5%/1.4 Verdana, Arial, "Lucida Grande", "Lucida Sans", sans-serif;
	font-size:12px;
	color:#000;
}

#page{
	width:960px;
	padding:38px 0 115px 0;
	margin:20px auto;
	text-align:left;
	background: url('/wp-content/themes/default/images/page-top-bg.png') no-repeat top left;
}


#header, #nav-top, #content, #nav, #footer, #content-app { float: left; }

#contentGroup {
	background: url('/wp-content/themes/default/images/page-center-bg.png') repeat-y;
	width: 960px;
	overflow: hidden;
	text-align: left;
	float:left;
	padding: 0 0 10px 0;
}


#header {
background: url('/wp-content/themes/default/images/page-center-bg.png') repeat-y;
float: left;
width: 100%;
padding: 0 0 10px 0;
}

.description{
	background:transparent url(/wp-content/themes/default/images/anniversaryLogo.png) no-repeat scroll left top;
	float:left;
	font-size:11px;
	margin:34px 0 0 80px;
	padding:35px 0 5px 90px;
	color:#6e6c6a;
	text-decoration:none;
}

.description-secondary {
	float:left;
	font-size:11px;
	margin:34px 0 0 10px;
	padding:35px 0 5px 0px;
	color:#6e6c6a;
	text-decoration:none;
}

.call {
	background:none;
	margin-left:70px;
	padding:0px 0 5px 0px;}

a.description, a.description:visited, a.description:active {color:#6e6c6a!important;}
a.description:hover{
	text-decoration: underline;
	color:#6e6c6a!important;
}

.logo{
	text-indent: -999em;
	width: 151px;
	height: 82px;
	background: url('/wp-content/themes/default/images/udc-logo.png') no-repeat top left;
	float: right;
	margin:0 50px 0 0;
	cursor:pointer;
}

.breadcrumb{
	font-size:0.9em;
	margin:-3em 0 1em;
}

#nav{
	background: url('/wp-content/themes/default/images/navBG.png') no-repeat top left;
	height:25px;
	margin:10px 0 0 65px;
	width:838px;
	float: left;
	list-style: none;
	line-height: 1;
	padding: 0;
}

	#nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
	}


	#nav li { /* all list items */
		float: left;
		margin: 1px 1px 0 0;
		text-align: center;
	}

	#nav a {
		display: block;
		font-size: 11px;
		padding: 4px 0 5px;
		color:#000;
		text-decoration:none;
	}

	#nav li.home_page a {width: 58px;margin-left:15px;}	
	
	#nav li.about-udc-finance-page a,
	#nav li.about-udc-finance-page ul {width: 150px;}
	
	#nav li.investing-with-udc-page a,
	#nav li.investing-with-udc-page ul{width: 142px;}
	
	#nav li.your-money-at-work-page a,
	#nav li.your-money-at-work-page ul{width: 150px;}
	
	#nav li.credit-rating-page a,
	#nav li.credit-rating-page ul{width: 185px;}
	
	#nav li.contact-us-page a,
	#nav li.contact-us-page ul{
		width: 122px;
		font-weight:bold;
		text-transform:uppercase;
	}
	
	li.udc-newsletter-page-page a {font-weight:normal!important;text-transform:none!important;}

	#nav li a:hover,
	#nav li a:active,	
	#nav li.current_page_item a{color: #fff;}
	
	#nav li li a:hover,
	#nav li li a:active,
	#nav li.current_page_item li a{color: #ccc;}


		#nav li ul { 
			position: absolute;
			left: -999em; 
			background: url('/wp-content/themes/default/images/dropListBg.png') no-repeat bottom left;
			padding-bottom: 8px;
			z-index:10;
		}
		
			#nav li.credit-rating-page ul {background: url('/wp-content/themes/default/images/dropListBg-long.png') no-repeat bottom left;}
		
		#nav li ul li {
			text-align: left;
			text-indent: 5px;
			display:block;}

		#nav li:hover ul,
		#nav li.sfhover ul,
		#nav li ul li:hover,
		#nav li ul li.sfhover {left: auto;}

	#content { 
		width: 594px;
		overflow: auto;
		background: url('/wp-content/themes/default/images/contentBottomBG.gif') no-repeat bottom left;
	}
	
	#content .post { 
		background:transparent url('/wp-content/themes/default/images/contentTopBg.gif') no-repeat scroll left top;
		overflow:hidden;
		padding:40px 80px 10px 50px;
		width:464px;
		min-height:200px;
		height:auto !important;
		height:200px;		
	}
	
	.postBlock{
		border-bottom:1px solid #CCCCCC;
		float:left;
		padding-bottom:0.7em;
		width:464px;
	}
	
	.date{
		color:#CCCCCC;
		display:block;
		font-size:0.9em;
		margin:-1em 0 1em;
	}

#sidebar { 
	background:transparent url('/wp-content/themes/default/images/sidebarBG.png') no-repeat scroll left top;
	float:left;
	margin:0 0 0 45px;
	overflow:hidden;
	width:244px;
}

	#sidebar a img {
		margin-bottom:10px;
		height:56px;
		width:191px;}
		
	.btn-invest-now, 
	.btn-read-history,
	.btn-prospectus,
	.btn-prospectus2,
	.btn-maximiser-statement,
	.btn-press,
	.btn-download-history,
	.btn-investment-statement,
	.btn-terms,
	.btn-approach,
	.btn-meet-team,
	.btn-quickstart,
	.btn-invest-brochure,
	.btn-look,
	.btn-newsletter,
	.btn-secured-inv-state {
		background:url('/wp-content/themes/default/images/btn-invest-now.png') no-repeat;
		width:191px;
		height:56px;
		float: right;
		margin:0 0 10px 0;
		text-indent:-999em;
		cursor:pointer;
		}
		
		.btn-read-history {background:url('/wp-content/themes/default/images/btn-read-history.png') no-repeat;}
		
		.btn-prospectus {background:url('/wp-content/themes/default/images/btn-prospectus1b.gif') no-repeat;width:191px;height:157px;}
		.btn-prospectus2 {background:url('/wp-content/themes/default/images/btn-prospectus2c.gif') no-repeat;width:191px;height:157px;}
		
		.btn-maximiser-statement {background:url('/wp-content/themes/default/images/btn-maximiser-statement.png') no-repeat;}
		
		.btn-press {background:url('/wp-content/themes/default/images/btn-udc-press.png') no-repeat;}
		
		.btn-meet-team {background:url('/wp-content/themes/default/images/btn-meet-team.png') no-repeat;}
		
		.btn-download-history {background:url('/wp-content/themes/default/images/btn-history.png') no-repeat;}
		
		.btn-investment-statement {background:url('/wp-content/themes/default/images/btn-invest-statement.png') no-repeat;}
		
		.btn-terms {background:url('/wp-content/themes/default/images/btn-tc.png') no-repeat;}
		
		.btn-approach {background:url('/wp-content/themes/default/images/btn-approach.png') no-repeat;}
		
		.btn-quickstart {background:url('/wp-content/themes/default/images/btn-quickstart.png') no-repeat;}
		
		.btn-invest-brochure {background:url('/wp-content/themes/default/images/btn-invest-brochure.png') no-repeat;}
		
		.btn-look {background:url('/wp-content/themes/default/images/btn-look.png') no-repeat;}
		
		.btn-newsletter {background:url('/wp-content/themes/default/images/btn-newsletter.png') no-repeat;}
		
		.btn-secured-inv-state {background:url('/wp-content/themes/default/images/btn-secured-inv-state.png') no-repeat;}

		

.widget{
	color:#FFFFFF;
	float:left;
	margin:27px 0 0 0;
	padding:0 18px 10px;
	width:190px;
	min-height:310px;
}

	#sidebar h2{
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		margin: 0 0 0.8em 0;
		color:#fff;
	}

#footer { 
	background: url('/wp-content/themes/default/images/page-bottom-bg.png') no-repeat bottom left;
	padding: 0 0 25px 0;
	width: 100%;
	text-align: center;
	margin: 0 0 10px 0;
}

	#footer a{
		border-left:1px solid #CCCCCC;
		color:#333333;
		font-size:10px;
		padding:0 18px;
		margin-top: -8px;
		display: -moz-inline-block;
		display: inline-block;
	}

		#footer a:hover{text-decoration: underline;}

		#footer a:first-child{border-left: none;}

#footer-info {
	text-align:left;
	font-size:10px;
	margin-left:10px;
	width:900px;
	}

/* =6: generic styles ------------------------------------------------------------------------------ */


/* =7: Page related styles ------------------------------------------------------------------------- */
/* =7a: home page */

#home #content .post{
	float: left;
	margin:203px 0 0 30px;
	width: 100%;
	padding: 0;
	background: none;
}

	#home .post h2{
		background: url('/wp-content/themes/default/images/everything.png') no-repeat top left;
		color:#4B748B;
		float:left;
		margin:0;
		width:205px;
		text-indent:-9999px;
		height:116px;
	}

	#home #content { 
		width: 594px;
		height: 358px;
		overflow: hidden;
		background: url('/wp-content/themes/default/images/homeImages/rotate.php') no-repeat top left;
	}
	
#home .entry{
	float: left;
	width: 295px;
	margin: 0 0 0 15px;
	font-size: 0.84em;
} 

#home .entry a{
	text-decoration: underline;
}

#home .entry a:hover{text-decoration: none;}

.infoBoxes{
	float: left;
	width: 960px;
	height: 115px;
	overflow: hidden;
	margin: 10px 0 10px 45px;
}

	.infoBoxes li{
		float: left;
		margin: 0 10px 0 0;
	}


	.infoBoxes li.pod1{width: 235px;}
	
	.infoBoxes li.pod1 a{
		display:block;
		width: 244px;}
	
	.infoBoxes li.pod1 a,
	.infoBoxes li.pod2{
		height: 115px;
	}

	.infoBoxes li.pod2{
		width: 326px;
		background: url('/wp-content/themes/default/images/yellow-panel-bg.png') no-repeat;
	}

		.infoBoxes li.pod2 h2 {
			border-bottom:1px solid #333333;
			color:#333333;
			float:left;
			font-size:16px;
			font-weight:bold;
			margin:10px 15px 0px;
			padding:0 0 5px;
			text-transform:uppercase;
			width:297px;
		}
		
			.infoBoxes li.pod2 h2 a {color:#333;text-decoration:none;}

		.infoBoxes li.pod2 ul.newsUpdates{
			float: left;
			width: 310px;
			padding: 0px 8px 0;
			margin: 2px 0 0 8px;
		}
		
		.infoBoxes li.pod2 ul.newsUpdates li{
			float: left;
			width: 100%;
			margin: 0;
		}
		
		.infoBoxes li.pod2 ul.newsUpdates li h3{
			font-size: 0.95em;
			font-weight: normal;
			display: inline;
			color: #333;
		}
		
		.infoBoxes li.pod2 ul.newsUpdates li span{}
		
		.infoBoxes li.pod2 ul.newsUpdates li span a{ 
			font-weight: bold;
			padding: 0 5px;
			text-decoration: underline;
			font-size: 0.9em;}
			
			.infoBoxes li.pod2 ul.newsUpdates li span a:hover{text-decoration: none;}

	.infoBoxes li.pod3{
		width: 227px;
		margin-right: 0;
		margin-left:8px;
		color: #fff;
		font-size: 10px;
	}
	
	.infoBoxes li.pod3 div{
	    height: 93px;
	    padding: 10px 15px 10px 16px;
	    width: 196px;
	}
	
	.infoBoxes li.pod3 div p{
		line-height: 1.6em;
	}
	
	.infoBoxes li.pod3 div p a{
		color:#fff;
		text-decoration: underline;
	}
	
	.infoBoxes li.pod3 div p a:hover{
		text-decoration: none;
	}

.tickList{
	display: block;
	padding: 0 0 8px 0;
}

	.tickList li{
		display: block;
		color: #fff;
		padding: 0 0 0 26px;
		background: url('/wp-content/themes/default/images/smallTick.gif') no-repeat top left;
		font-size: 10px;
		margin: 0 0 8px 0;
	}
	
	p.sidebarTitle{
		display: block;
		font-size: 22px;
		font-weight: bold;
		text-transform: uppercase;
		background: url('/wp-content/themes/default/images/bigTick.gif') no-repeat top left;
		padding: 45px 0 0 0;
		margin-bottom: 0!important;
	}
	
#home #sidebar{
	background: none;
	height: 358px;
	margin: -3px 0 0 24px;
	width:265px;
}
	
#home #sidebar .widget {
	background:none;
	color:#FFFFFF;
	float:left;
	margin:0;
	min-height:310px;
	padding:0 18px 10px;
	width:226px;
	}


/* =7b: secondary pages */

body.your-money-at-work #content .post { 
	background:transparent url(/wp-content/themes/default/images/working-money.jpg) no-repeat scroll left top;
	padding-top:240px;
}

body.about-udc-finance #content .post { 
	background:transparent url(/wp-content/themes/default/images/about-udc-finance.jpg) no-repeat scroll left top;
	padding-top:240px;
}

body.investing-with-udc #content .post { 
	background:transparent url(/wp-content/themes/default/images/about-udc-finance.jpg) no-repeat scroll left top;
	padding-top:240px;
}

body.credit-rating #content .post { 
	background:transparent url(/wp-content/themes/default/images/investment-standards-v2.jpg) no-repeat scroll left top;
	padding-top:240px;
}

body.investment-standards #content .post { 
	background:transparent url(/wp-content/themes/default/images/investment-standards.jpg) no-repeat scroll left top;
	padding-top:240px;
}

	ul.rating-system li {padding:0 0 25px 50px;}
	
		li.aaa {background:url(/wp-content/themes/default/images/aaa.png) no-repeat;}
		
		li.aa {background:url(/wp-content/themes/default/images/aa.png) no-repeat;}
		
		li.a {background:url(/wp-content/themes/default/images/a.png) no-repeat;}
		
		li.bbb {background:url(/wp-content/themes/default/images/bbb.png) no-repeat;}
		
		li.bb {background:url(/wp-content/themes/default/images/bb.png) no-repeat;}
		
		li.b {background:url(/wp-content/themes/default/images/b.png) no-repeat;}
		
		li.ccc {background:url(/wp-content/themes/default/images/ccc.png) no-repeat; height:97px;}

body.udc-in-the-press #content .post { 
	background:transparent url(/wp-content/themes/default/images/invest.jpg) no-repeat scroll left top;
	padding-top:240px;
}

#content.newsUpdates  .post { 
	background:transparent url(/wp-content/themes/default/images/invest.jpg) no-repeat scroll left top;
	padding-top:240px;
}

body.quickstart-investing-the-easy-way h1{
	
}

body.quickstart-investing-the-easy-way h1 span.thin{
	font-weight: normal;
}

body.quickstart-investing-the-easy-way h1 span.QSTag{
	font-size:0.8em;
	font-weight:normal;
}

body.quickstart-investing-the-easy-way a.invRatesBtn{
	text-indent: -999em;
	float: right;
	width: 102px;
	height: 52px;
	margin: 0 10px 5px 10px;
	background: url(/wp-content/themes/default/images/ratesBtn.gif) no-repeat;
}

body.quickstart-investing-the-easy-way .QSList{
	display: block;
	background: url(/wp-content/themes/default/images/quickstartSteps.gif) no-repeat;
	width: 471px;
	height: 162px;
	padding: 25px 0 0;
}

body.quickstart-investing-the-easy-way .QSList li{
	display: block;
	width:380px;
	margin: 0 0 1.7em 6em;
}

body.quickstart-investing-the-easy-way .QSList li.step2{ margin-bottom: 2.2em;}
body.quickstart-investing-the-easy-way .QSList li.step3{margin-bottom: 0;}

body.quickstart-investing-the-easy-way .udcAddress{
	float:right;
	margin:2.2em 0 0;
	text-align:right;
	width:230px;
}

body.quickstart-investing-the-easy-way .QSoptions{
	float: left;
	width: 100%;
	padding:10px 0;
}

body.quickstart-investing-the-easy-way .QSoptions li{
	float: left;
	margin: 0 1.5em 0 0;
}

body.quickstart-investing-the-easy-way .QSoptions li.opt2{
	margin-right: 0;
}

body.quickstart-investing-the-easy-way .QSoptions li a{
	text-indent: -999em;
	width: 142px;
	height: 50px;
	display: block;
}

body.quickstart-investing-the-easy-way .QSoptions li.opt1 a{
		background: url(/wp-content/themes/default/images/sTermInvBTN.gif) no-repeat;
}

body.quickstart-investing-the-easy-way .QSoptions li.opt2 a{
		background: url(/wp-content/themes/default/images/phoneAccBtn.gif) no-repeat;
}

body.quickstart-investing-the-easy-way .QSoptions li.opt3 a{
		background: url(/wp-content/themes/default/images/maxInvBtn.gif) no-repeat;
}

table.credit-risk {width:100%; border:0;}

table.credit-risk td {padding-bottom:15px;}

td.five-c  {width:100px; color:#0099C6; font-weight:bold;}



/* 7c: Application Form page ........................................*/
#content-app {
	margin-left:45px;
	background: transparent url(/wp-content/themes/default/images/contentAppBtm.png) no-repeat scroll left top;
	width:838px;
}

#content-app .post {
	background: transparent url(/wp-content/themes/default/images/contentAppCallForm.png) no-repeat scroll left top;
	width:708px;
	overflow:hidden;
	padding:30px 80px 20px 50px;
}

#content-app .call-form {
	background: transparent url(/wp-content/themes/default/images/contentAppCallForm.png) no-repeat scroll left top!important;
}

/* 7d: Printed forms page ........................................*/





/* 8a:------ jcarousel Styles    -------*/

.credits {font-style:italic; font-size:10px;}

.jcarousel-skin-tango .jcarousel-container {
    
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width:594px;
    padding: 0px 0px;
	height:403px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width:594px;
    height: 245px;
    padding: 40px 0px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:594px;
    height: 350px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:594px;
    height: 350px;
}

.jcarousel-skin-tango .jcarousel-item {
	width:594px;
    height: 350px;
}

.jcarousel-skin-tango .jcarousel-item .fragment{
	background:transparent url(/wp-content/themes/default/images/fragBG.png) no-repeat scroll left top;
	display:block;
	height:280px;
	margin:30px 40px 30px 20px;
	padding:10px;
	width:495px;
}

.jcarousel-skin-tango .jcarousel-item .fragment h2{
	color:#333333;
	float:left;
	margin-top:0;
	width:200px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 235px;
    right: 0px;
    width: 32px;
    height: 32px;
    cursor: pointer;
	display: none!important;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 235px;
    left: 0px;
    width: 32px;
    height: 32px;
    cursor: pointer;
	display: none!important;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/**
 * Additional styles for the controls.
 */
.jcarousel-control {
    float:left;
	margin:0;
	text-align:center;
	width:100%;
}

.jcarousel-control a {
    text-indent:-999em;
    padding: 0;
    margin: 0;
	height: 403px;
	float: left;
}

.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}

.jcarousel-control a.jcarousel-item-1{
	width: 82px;
	background: url(/wp-content/themes/default/images/1937Nav.jpg) no-repeat top left;
}

.jcarousel-control a.jcarousel-item-2{
	width: 81px;
	background: url(/wp-content/themes/default/images/1947Nav.jpg) no-repeat top left;
}

.jcarousel-control a.jcarousel-item-3{
	width: 81px;
	background: url(/wp-content/themes/default/images/1957Nav.jpg) no-repeat top left;
}

.jcarousel-control a.jcarousel-item-4{
	width: 80px;
	background: url(/wp-content/themes/default/images/1967Nav.jpg) no-repeat top left;
}

.jcarousel-control a.jcarousel-item-5{
	width: 82px;
	background: url(/wp-content/themes/default/images/1977Nav.jpg) no-repeat top left;
}

.jcarousel-control a.jcarousel-item-6{
	width: 83px;
	background: url(/wp-content/themes/default/images/1987Nav.jpg) no-repeat top left;
}

.jcarousel-control a.jcarousel-item-7{
	width: 103px;
	background: url(/wp-content/themes/default/images/1997Nav.jpg) no-repeat top left;
}

.jcarousel-control a:hover, .jcarousel-control a:active{
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

.jcarousel-scroll {
    margin-top: 10px;
    text-align: center;
}

#mycarousel-next,
#mycarousel-prev {
    cursor: pointer;
    margin-bottom: -10px;
    text-decoration: underline;
    font-size: 11px;
}

.udc-history-page h1, .udc-history-page .breadcrumb{display: none;}

.udc-history-page #content {background: none;}

.udc-history-page #content .post {
background:none;
overflow:hidden;
padding:0;
width:594px;
}

.light-bg {background:#f1f5f5!important;}


#imgCon {
	width:480px
}
#imgCon img {
	float:left;
}
#apDiv1 {
	position: absolute;
	float: left;
	left: auto;
	width:160px;
	z-index:1;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:10px;
	margin-top:15px;
 
	visibility:hidden
}
#apDiv2 {
	position: absolute;
	float: left;
	left: auto;
	width:160px;
	z-index:1;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:10px;
	margin-top:15px;
 
	visibility:hidden
}
#apDiv3 {
	position: absolute;
	float: left;
	left: auto;
	width:160px;
	z-index:1;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:10px;
	margin-top:15px;
 
	visibility:hidden
}

.last-line {border-bottom:2px solid #fff;height:28px;}

.team {
	margin-bottom:15px;
	width:100%;
	height:60px;	
}
	.team img {
		border:1px solid #999;
		float:left;
		margin-right:10px;
	}
 
 #cf3_field_46-1, #cf3_field_46-2 {
 	width:30px;
 	border:0 !important;
 	background:none !important;
 	margin-left:40px !important;
 }

