body { margin: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; background-color: fbfbfb; color: #5a5a5a; }
/* BEGIN HTML TAGS */
p { line-height: 21px; }
h1, h2, h3, h4 { padding: 20px 0px 0px; margin: 0px; color: #12aadb; font-weight: normal; }

h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
a { color: #5a5a5a; }
a:hover { color: #12aadb; }
a.link { text-decoration: none; }
a.link:hover { color: #999; }
ol, ul { line-height: 24px; }


img { padding: 0px; margin: 0px; border:none; }

.sub {padding: 5px 0px 10px; margin: 0px; color: #12aadb; font-weight: 400; }
#kwicks-wrap{
	position: relative;
	width: 933px;
}

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	margin: 5px 0px 30px;
	padding: 0;
	background-image: url(../images/bg-kwicks.jpg);
	background-repeat: repeat-x;
	width: 900px;
}
	
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 311px;
	height: 326px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
	float: left;
	position: relative;
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 0px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 0px; /*Set to same as spacing option. */	
}

.kwicks li .leftcol{

	width: 254px;
	display:inline;
	position: absolute;
	left: 40px;
	top: 10px;
	padding-right: 10px;
}

.kwicks li .rightcol{

	width: 274px;
	float:left;
	position: absolute;
	left: 310px;
	top: 10px;
}

.kwicks li .rightcol h2{

	margin-bottom: 10px;
	font-size: 16px;
}

.kwicks li .leftcol .quote{

	position: absolute;
	top: 77px;
	right: 32px;
}

.rightcol ul{
		padding: 0px 3px; margin: 0px;
}

.rightcol li{

	display: block;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.rightcol img{
	margin-top: 10px;
	padding-top: 0px;
}

#kwick_1 { 

}
#kwick_1.active {   
	background-image: url(../images/active-bg.jpg);
	background-position: 1% 0%;
}  
#kwick_2 {
	background-image: url(../images/divide.jpg);
	background-repeat: no-repeat; background-position: left;
	background-position: 0% 0%;
}

#kwick_2.active {   
	background-image: url(../images/active-bg2.jpg);
	background-position: 1% 0%;
}  

#kwick_3 {
		background-image: url(../images/divide.png);
	    background-repeat: no-repeat; background-position: 0% 0%;
}

#kwick_3.active {   
	background-image: url(../images/active-bg3.jpg);
}  
#kwick_4 { 
	background-color: #bf7cc7;
}
.kwicks.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

#kwicks-wrap .left{

	height: 320px;
	position: absolute;
	top: 6px; 
	left: 0px;
	z-index: 10;
	border-left:#CCCCCC;
	border-left-style:solid;
	border-left-width:thin;
}

#kwicks-wrap .right{

	height: 320px;
	position: absolute;
	top: 6px; 
	right: 0px;
	z-index: 10;
	border-right:#CCCCCC;
	border-right-style:solid;
	border-right-width:thin;
}

