/* CSS Document */

/* reset everything */

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;
}

.style1 {
	font-size: 9px
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* Firefox 3 Windows bug fix for swf's */
object { 
	outline: none;
}
/* set em to pix font size */
html {
	font-size: 62.5%;
}
/* end reset */
body {
	font-family: Arial, Helvetica, Geneva, san-serif;
	/* background: #FFFFFF url(http://ccliinc.com/newImages/topBar.jpg) repeat-x; */
	text-align: center;
}
#wrapper {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	padding-bottom:20px;
}

/* header content */
#header {
	background: #FFFFFF url(http://ccliinc.com/newImages/header.jpg) no-repeat;
	height: 200px;
}

#header h1 {
	text-indent: -1000em;
}

/* left column content */
#left {
	float: left;
	width: 239px;
	margin-top: 48px;
}
#nav {
	background: url(http://ccliinc.com/newImages/navBack.jpg) no-repeat;
	height: 260px;
	width: 206px;
	margin-left: 25px;
	
}
#nav li {
	margin-bottom: 8px;
}
#nav li a {
	text-decoration: none;
	height: 30px;
	width: 170px;
	text-indent: -2000px;
	display: block;
}
#nav ul {
	list-style: none;
	padding-top: 10px;
	margin: 0 0 0 10px;
}
#nav ul li.home a {
	background: url(http://ccliinc.com/newImages/homeButton.jpg) no-repeat 0px -60px;
}
#nav ul li.team a {
	background: url(http://ccliinc.com/newImages/teamButton.jpg) no-repeat 0px -60px;
}
#nav ul li.services a {
	background: url(http://ccliinc.com/newImages/servicesButton.jpg) no-repeat 0px -60px;
}
#nav ul li.new a {
	background: url(http://ccliinc.com/newImages/newButton.jpg) no-repeat 0px -60px;
}
#nav ul li.projects a {
	background: url(http://ccliinc.com/newImages/projectsButton.jpg) no-repeat 0px -60px;
}
#nav ul li.testimonials a {
	background: url(http://ccliinc.com/newImages/testimonialsButton.jpg) no-repeat 0px -60px;
}
#nav ul li.contact a {
	background: url(http://ccliinc.com/newImages/contactButton.jpg) no-repeat 0px -60px;
}
#nav ul li a:hover {
	background-position: 0 0px;
}
#nav ul li a.current, #nav ul li a.current:hover {
	background-position: 0 -30px;
}
#address {
	margin-left: 25px;
	margin-top: 30px;
	width: 200px;
	border-top: 1px solid #2a2c31;
	border-bottom: 1px solid #2a2c31;
	padding: 10px 0 3px 0;
}
#address h2 {
	font-size: 1.8em;
	color: #2a2c31;
	padding-bottom: 10px;
	padding-left: 5px;
}
#address p {
	font-size: 1.6em;
	color: #2a2c31;
	padding-bottom: 7px;
	padding-left: 5px;
}
#testimonial {
	width: 200px;
	margin-left: 25px;
	margin-top: 30px;
	border-top: 1px solid #2a2c31;
	border-bottom: 1px solid #2a2c31;
	padding: 10px 0;
}
#testimonial p {
	font-size: 1.1em;
	color: #2a2c31;
	text-align: right;
	padding-bottom: 8px;
}
#testimonial p.quote {
	font-style: italic;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* right column content */
#right {
	float: right;
	width: 720px;
	margin-top: 30px;
}
#slideBack {
	background: #FFFFFF url(http://ccliinc.com/newImages/slideBack.jpg) no-repeat;
	height: 476px;
	width: 646px;
	margin-left: 44px;
}
#content {
	width: 630px;
	margin-left: 44px;
	margin-top: 18px;
}
#content p {
	font-size: 1.5em;
	line-height: 1.6em;
	color: #2a2c31;
}
#content p.right {
	float: right;
	padding-bottom: 0;
	padding-right: 0;
}
#content p.left {
	float: left;
	padding-bottom: 10px;
	padding-left: 0;
	
}
.tRight {
	width: 370px;
	float: right;
	padding-top: 10px;
}
#content p span {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content p.title {
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content p.testTitle {
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.project {
	width: 600px;
	padding-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
#content .projectTitle {
	width: 100%;
	font: 1em/.5em Georgia, "Times New Roman", Times, serif;
    padding-bottom:8px;
}

#content .projectTitle p span {
	font-weight: bold;
}

#content .clickonSlide {
	float: right;
	color: #2a2c31;
	font-size: 1.08em;
	font-style: italic;
}

/* SLideshows */
#slider-bht {
	margin: 0 0 15px;
}

.photoBack {
	background: #FFFFFF url(http://ccliinc.com/newImages/photoBack.jpg) no-repeat;
	height: 445px;
	width: 630px;
	padding-right: 0px;
	padding-left: 0px;
}
#content p.thumbs, #content p.imgLarge {
	padding-right: 0;
	padding-left: 0;
}
#content p.thumbs img {
	margin-right: 2px;
	margin-left: 3px;

}
#content p.imgLarge {
	margin-left: 14px;
	padding-top: 18px;
}
#content p.tClear {
	clear: both;
	padding-top: 10px;
}
#content p.left img, #content p.right img {
	border: 1px solid #2a2c31;
	margin-top: 10px;
}

#content p.left img {
	margin-right:20px;
}

#content p.right img {
	margin-left:20px;
}



/* clear floats */
.clear {
	clear: both;
	height: 30px;
}
.clear p {
	text-align: center;
	font-size: 1.1em;
	color: #2a2c31;
}
	

/* text link styling */
#address a, #footer a, footer a {
	text-decoration: none;
	color: #0200cb;
}
#address a:hover, #footer a:hover, footer a:hover {
	text-decoration: underline;
}

/* footer content */
#footer {
	clear:both;
    background: #ffd340;
	position:relative;
	top: 50px;
	margin-bottom: 25px;
	padding: 15px 5px;
	border: 3px double #0048a9;
}
#footer p {
	font-size: 1.2em;
	color: ##2a2c31;
	letter-spacing: .1em;
	line-height: 1.5em;
	text-align: center;
}
#footer p.design {
	font-size: 1.1em;
	font-weight: normal;
	padding-top: 0;
}
