@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	border: 1px solid #000000;
	text-align: left;
	background-repeat: repeat-x;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/small_top_grad_charleston.png);
	height: 1414px;
	background-position: 0px 517px;
} 
#container #charleston_head {
	background-color: #000;
	color: #FFF;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
} 
#sidebar1 {
	width: 325px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	float: right;
	background-image: url(images/tall_box_charleston_web_design.png);
	background-repeat: no-repeat;
	height: 840px;
	background-position: center center;
}
#sidebar1 p a img {
	margin: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	height: 45px;
	width: 45px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar1 p #end_quote {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
#footer {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	position: relative;
	height: 89px;
	top: 10px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
}
a {
	color: #FFF;
}
a:hover {
	color: #f67f1f;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p  {
	font-family: "Levenim MT", Vrinda;
	font-weight: lighter;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#container #charleston_head ul li {
	list-style-type: none;
	display: block;
	width: 74px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	height: 20px;
	margin: 0px;
	float: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #footer ul li {
	list-style-type: none;
	position: relative;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	width: 120px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 22px;
}
#container #charleston_head ul li a {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}
#container #charleston_head ul li a:hover {
	color: #E36E2B;
}
#container #footer ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
#container #footer ul li a:hover {
	color: #E36E2B;
}
#container #footer ul {
	margin: 0px;
	padding: 0px;
}
#container #charleston_head ul {
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 1024px;
	font-family: "Levenim MT", Vrinda;
}
h1 {
	font-family: "Levenim MT", Vrinda;
	font-size: 24px;
	color: #FFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
h2 {
	font-family: "Levenim MT", Vrinda;
	font-size: 18px;
	color: #FFF;
	font-style: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	font-family: "Levenim MT", Vrinda;
	font-size: 20px;
	color: #FFF;
}
#mainContent ul li {
	font-family: "Levenim MT", Vrinda;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#footer .trendeO a img {
	float: left;
	position: relative;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 2px;
	margin-right: 30px;
	margin-bottom: 7px;
	margin-left: 0px;
	bottom: 7px;
}
#sidebar1 a img {
	position: relative;
	height: 0;
	width: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#sidebar1 .trendeO a {
	font-family: "Levenim MT", Vrinda;
	color: #F76F1F;
}
li {
	font-family: Verdana, Geneva, sans-serif;
	list-style-type: none;
}
#charleston_trend {
	background-position: right;
	width: 521px;
	height: 20px;
	float: right;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #57485A;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#sidebar1 #email {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
	height: 45px;
	width: 240px;
	float: right;
	display: block;
	position: relative;
	padding-top: 21px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#sideBarTop {
	height: 110px;
	width: 320px;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar1 #number {
	width: 310px;
	height: 32px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	display: block;
	float: right;
	font-size: 28px;
	text-align: justify;
	padding: 1px;
}
#sidebar1 #emailIcon {
	margin: 0px;
	padding: 0px;
	height: 66px;
	width: 66px;
	float: left;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#charleston_twitter_feed {
	height: 358px;
	width: 250px;
	padding-left: 34px;
	position: relative;
	margin: 0px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
}
h4 {
	font-family: "Levenim MT", Vrinda;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #57485A;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
	text-align: justify;
	width: 620px;
}
#lakeside {
	height: 200px;
	width: 166px;
	position: relative;
	float: left;
	margin: 20px;
	padding: 5px;
}
#elevation {
	float: left;
	height: 168px;
	width: 166px;
	position: relative;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 35px;
}
#elevation #artElevation {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#amherst {
	float: left;
	height: 200px;
	width: 166px;
	position: relative;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
}
#amherstImage {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#lakeside #lakesidePic {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.trendeO {
	color: #E36E2B;
	font-size: 20px;
	font-family: "Levenim MT", Vrinda;
}
#sideq {
	text-align: justify;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 16px;
	position: relative;
	width: 289px;
	padding: 0px;
}
.sitemap {
	text-align: right;
	float: right;
	height: 20px;
	width: 30px;
	position: relative;
	padding-top: 88px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}

