

/************************* MAIN STYLES *************************/
body {
	background: #3b4145;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em;
	color: #ffffff;
	margin:0;
}

#wrapper1 {
	width: 100%;
	background: #4c5155 url(images/homeback1.gif) repeat-x;;
}
#wrapper2 {
	width: 960px;
	margin:0 auto;
}
a:link, a:visited {
	color:#ffffff;
}
a:hover, a:active {
	color:#9bb3c7
}

/************************* HEADER1 STYLES *************************/
#header1 {
	background:url(images/map1.png) no-repeat;
	overflow: hidden;
	width: 940px;
	height: 150px;
}
#logo {
	background: url(images/mainlogo.png) no-repeat 342px 35px;
	width: 652px;
	height: 97px;
	float:left;
}
#logo a {
	display:block;
	width:310px;
	height:62px;
	margin:35px 0 0 342px;
}
#logo span {
	display: none;
}
#contactinfo {
	text-align: right;
	width: 250px;
	height: 97px;
	float: right;
	font: .917em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9bb3c7;
	margin-top:35px;
}
#contactinfo ul  {
	list-style:none;
	margin: 0;
	padding: 0;
}
#contactinfo ul li {
	list-style:none;
	margin: 0 0 10px 0;
	padding: 0;
}
#contactinfo strong {
	font-size: 1.25em;
}
#contactinfo a:link, #menu a:visited {
	color: #ffffff;
	text-decoration:none;
}
#contactinfo a:hover, #menu a:active {
	color: #9bb3c7;
	text-decoration:none;
}

/************************* HEADER2 STYLES *************************/
#header2 {
	background:url(images/servingpanel.png) no-repeat;
	width: 960px;
	height: 385px;
}
#servingpanel {
	width: 240px;
	height: 385px;
	float: left;
}
#servingpanel span {
	display:none;
}
#flashholder {
	background:url(images/flashback.png) no-repeat;
	width: 720px;
	height: 385px;
	float: left;
}

/************************* MAIN NAVIGATION *************************/
#menu {
	text-align:right;
	font:1.05em Arial, Helvetica, sans-serif;
	font-weight:bold;
	width: 680px;
	height: 15px;
	overflow: hidden;
	margin: 0 auto;
	clear:both;
	float:right;
}

#menu ul {
	list-style:none;
	margin:0 -12px 0 0;
	padding:0;
}
#menu ul li {
	list-style:none;
	display:inline;
	border-right:1px solid #485f72;
	text-transform: uppercase;
	padding:0 12px;
}
#menu ul li a:link, #menu ul li a:visited {
	color: #ffffff;
	text-decoration:none;
}
#menu ul li a:hover, #menu ul li a:active {
	color: #9bb3c7;
	text-decoration:none;
}

/************************* PANEL AREA *************************/
ul#location1 {
	margin:115px 23px 24px 23px; 
	font-size: .817em;
	color:#d3d8dc;
	padding:0;
}
ul#location1 li {
	list-style:none;
	margin: 0 0 14px 0;
}
a:link.floaty, a:visited.floaty {
	color: #9bb3c7;
	text-decoration:none;
	float:right;
}
a:hover.floaty, a:active.floaty {
	color: #ffffff;
	text-decoration:none;
	float:right;
}
ul#location1 li.one {
	background:url(images/icon1.gif) no-repeat;
	padding-left:15px;
}
ul#location1 li.two {
	background:url(images/icon2.gif) no-repeat;
	padding-left:15px;
}
ul#location1 li.three {
	background:url(images/icon3.gif) no-repeat;
	padding-left:15px;
}
ul#location1 li.four {
	background:url(images/icon4.gif) no-repeat;
	padding-left:15px;
}
ul#location1 li.five {
	background:url(images/icon5.gif) no-repeat;
	padding-left:15px;
}
ul#location1 li.six {
	background:url(images/icon6.gif) no-repeat;
	padding-left:15px;
}


/************************* CONTENT AREA *************************/
#container {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
}

#content {
	margin:15px 25px;
	width: 910px;
}


.post {
	margin-bottom: 50px;
}

.post-title {
	font-size: 200%;
	line-height: 1.2;
	font-weight: normal;
}

.post-title a {
	color: #333333;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 5px;
}

.post-meta a {
	color: #666666;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	color: #d3d8dc;
	margin-top: 15px;
}

.post-content h1 {
	font-size:1.417em;
	color:#ffffff
}
.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.8em;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #FFF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin:15px 0 15px 20px;
	padding:0;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	list-style: none;
	background:url(images/bullet1.gif) no-repeat 0 5px;
	line-height: 1.5em;
	padding:0 0 0 20px;
	margin-bottom: 10px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 300px;
}

.sidepanel {
	margin-bottom: 30px;
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #EFEFEF;
	padding: 0 0 5px 0;
	color: #333333;
	font-weight: bold;
	font-size: 90%;
}

.sidepanel ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

/************************* FOOTER 1 *************************/
#footer1 {
	background-color:#4c5155;
	width: 100%;
	height: 190px;
}
#footer1wrapper {
	width:940px;
	margin:0 auto;
}
#panel1 {
	background:url(images/panel1.jpg) no-repeat;
	width:321px;
	height: 165px;
	float:left;
	text-align:center;
}
#panel1 span {
	display:none;
}
a.facebook {
	background:url(images/facebook.jpg) no-repeat;
	width:57px;
	height: 70px;
	margin: 60px 8px 0 -20px;
	display:inline-block;
}
a.linkedin {
	background:url(images/linkedin.jpg) no-repeat;
	width:57px;
	height: 70px;
	margin: 60px 8px 0 8px;
	display:inline-block;
}
a.flickr {
	background:url(images/flickr.jpg) no-repeat;
	width:57px;
	height: 70px;
	margin: 60px 8px 0 8px;
	display:inline-block;
}
#panel2 {
	background:url(images/panel2.jpg) no-repeat;
	width:321px;
	height: 165px;
	float:left;
}
#communities {
	margin:58px 38px 15px 15px;
	font-size:.917em;
	color: #ffffff;
	line-height:1.6em;
}
#communities img {
	float:left;
	margin:0 15px 15px 0;
	border:0;
}
#panel3 {
	background:url(images/panel3.jpg) no-repeat;
	width:298px;
	height: 165px;
	float:left;
}
#panel3 span {
	display:none;
}
a.thumbs {
	background:url(images/thumbs1.jpg) no-repeat;
	width: 219px;
	height: 86px;
	margin: 57px 0 0 32px;
	display:block;
}
	


/************************* FOOTER 2 *************************/
#footer2 {
	background:url(images/footerback1.gif) repeat-x 0 0;
	margin:0;
	height:50px;
	width: 100%;
	padding:15px 0;
}
#footer2wrapper {
	width:940px;
	margin:0 auto;
}

#footerinfo {
	text-align: left;
	width: 250px;
	float: left;
	font: .917em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
}
#footerinfo ul  {
	list-style:none;
	margin: 0;
	padding: 0;
}
#footerinfo ul li {
	list-style:none;
	margin: 0 0 8px 0;
	padding: 0;
}
#footerinfo strong {
	font-size: 1.25em;
}
#footerinfo a:link, #footerinfo a:visited {
	color: #ffffff;
	text-decoration:none;
}
#footerinfo a:hover, #footerinfo a:active {
	color: #9bb3c7;
	text-decoration:none;
}
#footerlinks {
	text-align: right;
	width: 400px;
	float: right;
	font: .917em Arial, Helvetica, sans-serif;
	color: #ffffff;
	list-style:none;
	overflow:hidden;
}
#footerlinks ul {
	margin:0 -9px 0 0;
}
#footerlinks li.page_item {
	list-style:none;
	display:inline;
	margin: 0;
	padding:0 8px 0 8px;
	border-right:1px solid #485f72;
}
#footerlinks a:link, #footerlinks a:visited {
	color: #ffffff;
	text-decoration:none;
	text-transform:uppercase;
}
#footerlinks a:hover, #footerlinks a:active {
	color: #9bb3c7;
	text-decoration:none;
	text-transform:uppercase;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}
