BODY {
	background-image: url(/images/bg.jpg);
	height: 100%;
	width: 100%;
	text-align: center;
	margin: 0px;
}
.content {
	width: 858px;
/*	border: 1px solid red;*/
	margin-left: auto;
	margin-right: auto;
	background-image:url(/images/bg1_reflection.jpg);
	background-repeat:no-repeat;
	text-align: left;
	font-size: 12px;
	color: white;
	font-family: arial, helvetica, sans-serif;
	background-position: 0px -140px;
}
.menu {
	width: 854px;
	/*width: 100%;*/
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border: 2px solid #696969;
	text-align: center;
	background-color: #000000;
	background-image: url(/images/navbar_gradient.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.menu_side {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
/*	margin-left: -3px;*/
}
/*
.menu_side TABLE {
	width: 864px;
}
*/
.menu TD {
	text-align: center;
	width: 130px;
}
.menu TR {
	height: 30px;
}
.navbar {
/*	width: 100%;*/
	margin-left: 4px;
	width: 120px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	/*border: 1px solid red;*/
}
.navbar_side {
	text-align: left;
	font-size: 13px;
	height: 30px;
	font-weight: bold;
	border: 2px solid #696969;
	background-color: #000000;
	background-image: url(/images/navbar_gradient.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-top: 7px;
	padding-left: 8px;
	cursor: pointer;
}
.navbar_side_l {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	border-left: 2px solid #696969;
	border-right: 2px solid #696969;
	border-bottom: 2px solid #696969;
	background-color: #000000;
	background-image: url(/images/navbar_gradient.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-top: 7px;
	padding-left: 8px;
	cursor: pointer;
}
.navbar_side_m {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	height: 30px;
	border-left: 2px solid #696969;
	border-right: 2px solid #696969;
	border-bottom: 2px solid #696969;
	background-color: #000000;
	background-image: url(/images/navbar_gradient.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-top: 7px;
	padding-left: 8px;
	cursor: pointer;
	display: none;
	margin-left: 40px;
}

.menu_side A:link {
	text-decoration: none;
	color: white;
}
.menu_side A:visited {
	text-decoration: none;
	color: white;
}
.text_content {
	text-align: left;
	font-size: 14px;
	border: 2px solid #696969;
	background-color: #000000;
	padding-top: 32px;
	padding-left: 48px;
	padding-right: 48px;
	padding-bottom: 32px;
	background-image: url(/images/navbar_gradient.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.text_content_title {
	font-size: 18px;
	color: #43A2D3;
	padding-bottom: 10px;
	font-weight: bold;
}
.text_content A {
	font-weight: bold;
}
.text_content A:link {
	color: #43A2D3;
	text-decoration: underline;
}
.text_content A:hover {
	color: #43A2D3;
	text-decoration: underline;
}
.text_content A:visited {
	color: #43A2D3;
	text-decoration: underline;
}

.quicklinks {
	padding-top: 10px;
	font-size: 14px;
}

.quicklinks A {
	font-weight: bold;
}
.quicklinks A:link {
	color: #43A2D3;
	text-decoration: underline;
}
.quicklinks A:hover {
	color: #43A2D3;
	text-decoration: underline;
}
.quicklinks A:visited {
	color: #43A2D3;
	text-decoration: underline;
}
.quickheader {
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 8px;
}

.menu TABLE {
	width: 100%;
	text-align: center;
	color: white;
/*	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;*/
	text-align: center;
	vertical-align: middle;
}
.menu A:link {
	text-decoration: none;
	color: white;
}
.menu A:visited {
	text-decoration: none;
	color: white;
}
/*
DIV.menu A:hover {
	background-image: url(/images/navbar_selected_gradient.gif);
	background-position: bottom;
	background-color: #0085A2;
}*/
.menu A.nolink {
	color: #777777;
}
.menuspacer {
	vertical-align: middle;
	background-image: url(/images/navbar_divider.gif);
	background-repeat: no-repeat;
	background-position: center;
}
DIV.summary {
	margin-top: 20px;
	padding-left: 8px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
	background-color: black;
	border: 2px solid #696969;
	background-image: url(/images/mainbox_gradient.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
DIV.summary IMG {
	border: none;
}
DIV.summary TABLE {
	height: 100%;
}
.summarylogo {
	padding-left: 25px;
}
.header {
	color: white;
	font-size: 20px;
	padding-top: 30px;
}
.header_padding {
	height: 40px;
}
.description {
	text-align: left;
	font-size: 14px;
	margin-top: 20px;
}
.description_header {
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 6px;
/*	border-bottom: 2px solid #696969;*/
	text-align: center;
	margin-bottom: 20px;
	margin-left: 16px;
	margin-right: 16px;
	width: 244px;
	background-image: url(/images/horizontal_divider.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	/*white-space: nowrap;*/
}
.description_text {
/*	width: 294px;*/
	color: white;
	margin-left: 16px;
	margin-right: 16px;
	width: 244px;
}
.vert_divider {
	background-image: url(/images/vertical_divider.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin-left: 2px;
	margin-right: 4px;
	width: 8px; 
}
.commentbox {
	background-color: white;
	height: 140px;
	width: 500px;
}
.hidden {
	display: none;
}
.titles {
	font-size: 20px;
	font-weight: bold;
	color: #43A2D3;
}
.links {
	margin-left: 20px;
	font-weight: bold;
	margin-top: 10px;
}
.links A:link {
	color: #43A2D3;
	/*text-decoration: none;*/
}
.links A:visited {
	color: #43A2D3;
	/*text-decoration: none;*/
}
.comment_content {
	width: 99%;
	border: 1px solid red;
	height: 100px;
	position: relative;
}

.fixed {
	width: 100px;
	position: absolute;
	top: 0px;
	height: 100px;
	color: black;
	z-index: 3;
/*border: 1px solid red;*/
}
.comment_image {
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	font-size: 100px;
	padding-top: 8px;
	#padding-top: 10px;
	cursor: pointer;
}
.comment_text {
	width: 200px;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background-color: black;
	z-index: 4;
	border: 2px solid #696969;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}
.comment_title {
	font-weight: bold;
	margin-bottom: 12px;
}
.closebutton {
	float: right;
	cursor: pointer;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
	margin-top: 2px;
	padding: 2px 2px 2px 2px;
	border: 1px solid white;
}
.minimenu {
	color: #43A2D3;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	cursor: pointer;
}
.swbheader {
	color: #43A2D3;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.swbsubheader {
	color: #43A2D3;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.contact_us {
	font-weight: bold;
}
.contact_us A {
	color: #43A2D3;
}
.fake_link {
	color: #43A2D3;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}
.peoplel, .peopler {
	margin-top: 20px;
	clear: left;
}
.peopler IMG {
	float: right;
	padding-right: 20px;
	padding-left: 20px;
}
.peoplel IMG {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
.about_text {
	width: 400px;
}
.people_text {
	padding-right: 20px;
	padding-left: 20px;
}
.peoplel_text {
	padding-right: 20px;
	padding-left: 10px;
	width:400px;
	float:right;
}
.peopler_text {
	padding-right: 10px;
	padding-left: 20px;
	width:400px;
	float:left;
}
.desc_text {
	font-weight: bold;
	color: #43A2D3;
}
.clearfix {
	clear: both;
/*visibility: hidden;*/
}
.client_title {
	font-weight: bold;
	margin-bottom: 5px;
	clear: both;
}
.client_text {
	clear: both;
	margin-bottom: 20px;
	font-style: italic;
}
/*
.client_text IMG {
	float: right;
	margin-left: 5px;
}
*/
.client_logo {
	padding-right: 10px;
}
.client_details {
	margin-top: 20px;
}

.meter {
	height: 100px;
	width: 70px;
	margin-top: 4px;
	margin-left: 13px;
}
.meter_image {
	top: 1px; 
	left: 0px; 
	width: 70px; 
	height: 8px; 
	z-index: 0; 
	position: absolute;
}

/* additions for blog */

.blog {
	color: white;
}
.blogcheck {
	color: white;
	cursor: pointer;
	background-color: #000000;
	background-image: url(images/navbar_gradient.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom: 10px;
	border: 2px solid #696969;
	padding: 20px;
}
.topictitle {
	color: #43A2D3;
	font-weight: bold;
	margin-bottom: 10px;
}
.blogpeople {
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
}
.blogpeople A {
	font-weight: bold;
}
.blogpeople A:link {
	color: #43A2D3;
	text-decoration: underline;
}
.blogpeople A:hover {
	color: #43A2D3;
	text-decoration: underline;
}
.blogpeople A:visited {
	color: #43A2D3;
	text-decoration: underline;
}
.blogresponse {
	color: white;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.respauthnew {
	color: white;
	font-weight: bold;
}
.resptext {
	margin-top: 10px;
	color: white;
}
.respdate {
	color: white;
	font-style: italic;
}
.blogmsg {
	font-weight: bold;
	color: white;
}
.respentry {
	color: white;
	background-color: #000000;
	background-image: url(images/navbar_gradient.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom: 10px;
	border: 2px solid #696969;
	padding: 20px;
}
.text {
	color: white;
}
.testimonials A {
	color: #43A2D3;
	text-decoration: underline;
}

.testimonials A:link {
	color: #43A2D3;
	text-decoration: underline;
}
.testimonials A:hover {
	color: #43A2D3;
	text-decoration: underline;
}
.testimonials A:visited {
	color: #43A2D3;
	text-decoration: underline;
}
.borderimg {
	border: 2px solid #696969;
	margin-top: 10px;
	margin-bottom: 10px;
}
.nonborderimg {
	margin-top: 10px;
	margin-bottom: 10px;
}

.centerimg {
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;
} 
.logotab {
	width: 175px;
	background-color: white;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px solid #696969;
}
.logotab td {
	padding-top: 7px;
}
.imgtab {
	padding-top: 2px;
	padding-bottom: 2px;
	border: 2px solid #696969;
}
.xmascard {
	background-color: white;
	color: black;
}
.xmascard td {
	padding-left: 20px;
}
.listgroup {
	margin-left: 2em;
}
