body {
	font-family: Tahoma, Arial;
	font-size: 13px;
	color: #333333;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-repeat: repeat-x;
	background-color: #364B06;
	background-image: url(../images/body-bg.jpg);
}
img {
 vertical-align:bottom;
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: none;
 border-left-style: none;
}
h1 {
	font-size: 12px;
	background-color: #B4BD64;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #445811;
	margin: 0px;
	text-transform: capitalize;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-left: 20px;
	text-transform: uppercase;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
 color: #669900;
 text-decoration: underline;
 font-weight: normal;
 font-variant: normal;
}
a:visited {
 color: #669900;
 text-decoration: underline;
 font-weight: normal;
 font-variant: normal;
}
a:hover {
 color: #0264C7;
}
.rightimg {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 20px;
}
.rightimage {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 0px;
}

.questionimg {
	margin-top: 20px;
	margin-left: 7px;
}


#container {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-image: url(../images/content-bg.jpg);
}
#logohome {
	height: 93px;
	width: 226px;
}
#freequote {
	height: 81px;
	width: 164px;
	float: right;
	margin-top: 42px;
}

#header {
	width: 798px;
	background-image: url(../images/charlotte-swg-header.jpg);
	height: 217px;
}
#navigation {
	width: 168px;
	background-repeat: no-repeat;
	float: left;
	height: 220px;
	background-image: url(../images/navigation-bg.jpg);
}
#navigation a {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
#navigation a:visited {
	color: #333333;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
}



#navigation ul {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 13px;
	text-align: right;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation li {
	list-style-type: none;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}

#contentwrapper {
	width: 630px;
	float: right;
	background-repeat: no-repeat;
	background-image: url(../images/content-top-bg.jpg);
}

#content {
	width: 590px;
	margin-left: 17px;
	margin-bottom: 20px;
}
#footer {
	width: 643px;
	background-image: url(../images/footer-bottom-bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
	padding-bottom: 20px;
	font-size: 11px;
	padding-left: 155px;
}
#footer ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
}
#footer li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#footer a {
	color: #878B4E;
}
#footer a:visited {
	color: #878B4E;
}
#footer a:hover {
	color: #28306E;
}
img { 
  border-top-style: none; 
  border-right-style: none; 
  border-bottom-style: none; 
  border-left-style: none; 
 } 
  .leftimg { 
      float: left; 
      margin-right: 10px; 
      margin-top: 0px; 
      margin-bottom: 10px; 
 } 
 .rightimg { 
      float: right; 
      margin-left: 10px; 
      margin-top: 0px; 
      margin-bottom: 10px; 
 }