@charset "utf-8";
/* CSS Document */
/* Global Style Sheet for CCI */

/* @Begin Group Core Elements */
html {
	height: 101%;
	/* Force Vertical Scroll Bar for IE */
	margin-bottom: 1px
}
body {
	margin: 0;
	padding: 0;
	text-align:center;
	background:#FFF url(../images/background.png) repeat-x;
	color:#555555
}
/* @End Group Core Elements */

/* @Begin Global Container Elements */
#container {
}

#logo {
	height:150px;
	z-index:1
}
#navigation {
	background:url(../images/navigationBackground.png) no-repeat;
	margin-top:-4px;
	padding-bottom:10px !important;
	position:absolute;
	right:115px;
	width:670px;
	top:0px
}
#mainContent {
	min-height:620px;
	text-align:left
}
#mainContentInt {
	min-height:350px;
	text-align:left;
}
#homeBackgroundRight {
	background:url(../images/homeBackgroundRight.png) no-repeat;
	height:413px;
	margin-top:-73px;
	z-index:-1
}
#showcaseGreen {
	background:url(../images/showcaseGreen.png) no-repeat;
	height:300px;
	margin-top:-120px;
	margin-left:20px;
	position:static;
	opacity:1
}
#showcaseGreen:hover {
	cursor:pointer;
	
}
#showcaseBlue {
	background:url(../images/showcaseBlue.png) no-repeat;
	height:296px;
	margin-top:323px;
	width:961px;
	margin-left:-9px;
	float:left;
	position:absolute
}
#contentBlue {
	margin-left:-9px;
	margin-top:-10px;
	float:left
}
@media screen and (-webkit-min-device-pixel-ratio:0){
#contentBlue {margin-top:-25px;}
}
#interiorContentTop{
	height:217px;
	background:url(../images/interiorContentTop.png) no-repeat;
	margin-top:-170px;
	z-index:-1
}
#ContentTop {
	background:url(../images/contentTop.png) no-repeat;
	width:961px;
	float:left;
	height:47px
}
#ContentCenter {
	background:url(../images/contentMiddle.png) repeat-y;
	width:961px;
	float:left;
	min-height:250px
}
#ContentBottom {
	background:url(../images/contentBottom.png) no-repeat;
	width:961px;
	float:left;
	height:40px
}
#aboutnav {
	background:url(../images/about_nav.png) no-repeat;
	width:300px;
	float:left;
	height:250px;
	padding-left:25px;
	padding-top:50px;
}
#aboutnav a {color:#00a333 !important;}

/* ----- CONTACT FORM ----- */
.contact {
	font-size:18px;
	color: #161c23;
	border:2px solid #b23e17;
	background: #f7f4ee;
	float:right;
	padding:25px;
	margin-left:10px;
}

.ipt, .contact textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background:#edeae5;
	border:1px solid #03a536;
	color:#363636;
	width:400px;
}

.btn {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	background:#edeae5;
	border:1px solid #03a536;
	color:#161c23;
	padding:2px 8px 2px 8px;
}
/* ----- END CONTACT FORM ----- */

#linebreak {
	background:url(../images/line_break.png) no-repeat;
	width:835px;
	height:15px;
	margin-bottom:10px;
	margin-top:15px;
}
.padding {
	padding:15px
}
.padding-interiorheading {
	padding:15px 0 15px 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
.padding-interiorheading {padding:25px 0 0 0; height:80px}
}
.padding-green {
	width:390px; 
	padding:5px 30px
}
.padding-greenbox {
	width:475px; 
	padding:0 0 0 30px;
}
.margin {
	margin:15px
}

#footer {
	height:71px;
	background:url(../images/footerBackground.png) no-repeat 480px 10px;
}

#footer a {
	font-weight:bold;
}

#social {
	float:left;
}

/*Getting Safari to Behave*/
@media screen and (-webkit-min-device-pixel-ratio:0){
#footer {background:url(../images/footerBackground.png) no-repeat 485px 10px;}
}

#navigation ul li ul li {font-size:10px !important;}