@charset "utf-8";

* { /* sets 0 margin and 0 padding on everything */

	margin: 0; 
	padding: 0; 
}
html { 

	height: 100%
}	

body {

	height: 100%;
	background: #afc2e5;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

h2 {

	padding: 15px 0;
	margin: 0 0 0px 5px;
	color: #3a53af;
}

.smallCities {

	padding-top: 20px;
	padding-left: 10px;
padding-bottom: 15px;
    font-weight: 100;
    font-size: 12px;	
}

.p2 {

	font-size: 12px;
}

p { 

	margin: 0 25px 0 25px;
}

ul {

	padding: 5px 0 5px 20px;
}

li {

	padding: 3px 0 3px 0;
	line-height: 15px;
	list-style: square;
}

#wrapper {

	float: left;
	width: 100%;
	min-height: 100%;	
}

#content-wrapper {

	float: left;
	height: 100%;
	width: 100%;
	position: relative;
}

.headerBack {

	background-position: left;
	height: 100px;
	width: 100%;
	background-image: url(../images/CC_BG_slice.jpg);
	background-repeat: repeat;
	border-bottom: #000000 solid;
}

.header {

	float: left;
	height: 100px;
	width: 190px;
	background-image: url(../images/CC_logo_w-grad_LT.jpg);
	background-repeat: no-repeat;
	padding-left: 27px;

}



.header2 {

	float: right;
	width: 243px;
	height: 100px;
	background-image: url(../images/CC_map_RT.jpg);
	background-repeat: no-repeat;
	padding-right: 10px;
}

#content {

	margin: 0 17% 0 17%; /*Margins for content column. Should be “0 RightColumnWidth 0 LeftColumnWidth*/
	border-right: #000000 2px solid;
	border-left: #000000 2px solid;
	background: #fff;
	padding-bottom: .5px;
	min-height: 600px;
}

#left {

	float: left;
	width: 17%; /*Width of left column in percentage*/
	margin-left: -100%;
	background:  #afc2e5;	
}

#left h2, #right h2 {

	border-bottom: 1px dotted #CCC;
}

#left a {

	text-decoration: none;
	font-size: 14px;
	color: #000;
}

#left a:hover {

	color: #3a53af;
	text-decoration: underline;
}

#left ul { 

	padding: 5px 0 5px 20px;
	border-bottom: #000000 solid 1px;
}	

#left li {

	padding: 3px 0 3px 0;
	line-height: 15px;
	list-style-image: url(../images/CC_list_check_mark_16x16.gif);
}	

#testimonials {

	float: left;
	width: 17%; /*Width of right column in pixels*/
	margin-left: -17%; /*Set margin to that of -(RightColumnWidth)*/
	background: #afc2e5;
	color: #000000;
}

#footer {

	font-size: 1em;
	clear: both;
	width: 100%;
	background: black;
	color: #FFF;
	text-align: center;
	padding: 1px 0;
}

#footer a {

	color: #FFFF80;
}

#bottomNav { 

	position: absolute;
	bottom: 5px;
	left: 18%;
	right: 18%;
}

#bottomNav a {

	font-size: .75em;
	text-decoration: none;
}

#bottomNav a:hover {
	
	text-decoration: underline;
}

.in {

	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	height: 100%;
	position: relative;
}

.in a {

	text-decoration: none;
}

.in a:hover {

	text-decoration: underline;	
}

.images {

	width: 80%;
	height: auto;
	padding-left: 10%
}	

.testimonialHeading {

	padding-top: 15px;
	padding-left: 10px;
}

.testimonialSig {

	padding-top: 10px;
	font-style: italic;
	font-size: 8px;
}

#makeabyte {

	font-size: 10px;
}

#makeabyte a { 

	text-decoration: none;
}

.databaseHeading {

	background-color: #afc2e5;
	width: 100%;
}
.databaseHeading td {

	padding: 5px;
    font-weight: bold;
}

.databaseHeading a {

	text-decoration: none;
	padding: 10px;
}

.databaseHeading a:visited {

	color: blue;
}

.databaseHeading a:hover {

	text-decoration: underline;
}

.databaseRow1 {

	background-color:  #c9c9c9;
	width: 100%;
}
.databaseRow1 td {
	padding: 5px;
}

.databaseRow2 {

	background-color: #d3d3d3;
}
.databaseRow2 td {
	padding: 5px;
}	