@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
}
.header-container {
	background-image: url(/site-images/header-bg.jpg);
	height: 93px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2b2c2d;
}
.header {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	height: 93px;
}
.logo {
	float: left;
	width: 205px;
}
.navigation {
	float: right;
	margin-top: 17px;
}
.content-container {
	background-color: #FFF;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2b2c2d;
	clear: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content {
	text-align: left;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: left;
	/*min-height:354px;
	height:auto !important;
	height:354px;*/
	font-size: 13px;
	line-height: 18px;
	vertical-align: bottom;
	overflow: hidden;
}
.contact-content {
	float: left;
	width: 500px;
}
.contact-form-container {
	width: 520px;
	float: left;
}
h1 {
	font-size: 24px;
	color: #4188c4;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 0px;
	line-height: normal;
}
h2 {
	color: #f77404;
	font-size: 16px;
	font-weight: normal;
}
h3 {
}
.sitemap-photo {
	float: right;
	margin-bottom: 15px;
}
.blog-content {
	float:left;
	width: 775px;
	clear: left;
	margin-right: 40px;
}
.blogpost {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #484848;
	padding-bottom: 10px;
}
h1.blogtitle {
	background-image: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.blogsummary {
	margin-bottom: 20px;
	margin-top: 8px;
}
.blogreadmorelink {
	text-align: right;
}
.blogposteddate {
	font-size: 10px;
	font-style: italic;
	color: #666;
}
.poster {
	font-weight: bold;
	text-transform: capitalize;
}
p.postedby {
	font-size: 10px;
	color: #666;
}
.postedby {
	text-transform: capitalize;
	font-style: italic;
	text-align: right;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.posteddate {
	font-weight: bold;
}
/* ADD COMMENT FORM */
.addcommentform label {	
	border: 1px solid #FFFFFF;
	color:#999;
	padding: 3px;
	margin-right: 4px;
	margin-bottom: 5px;
	float: left;
	width: 100px;
	text-align: right;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.addcommentform p {
	clear: left;
	margin: 0px;
}
.addcommentform .captcha input {
	height: 24px;
	width: 200px;
	padding-top: 8px;
}
.addcommentform .captcha label {
	float: left;
	margin-right: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 101px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.addcommentform .submitarea label {

}
.addcommentform input {
	background-color: #ffffff;
	border: 1px solid #999;
	color: #2b2c2d;
	padding: 3px;
	float: left;
	width: 200px;
	margin-bottom: 4px;
}
form.addcommentform {
	padding-bottom: 10px;
	margin-bottom: 15px;
	clear: both;
	line-height: normal;
	margin-top: 15px;
	overflow: auto;
}
.addcommentform textarea {
	background-color: #ffffff;
	border: 1px solid #999;
	color: #2b2c2d;
	padding: 3px;
	float: left;
	margin-bottom: 4px;
	height: 60px;
	width: 200px;
}
.addcommentform .submit {
	background-color: #4188c4;
	border: 1px solid #000;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	width: 208px;
	margin-bottom: 20px;
	padding: 5px;
}
p.comment_approval_message {
	color: #FF0000;
}

/* COMMENT BLOCK AREA */
.commentblock {
	font-size: 12px;
	padding-bottom: 10px;
	border: 1px none #999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	color: #DDD;
	background-color: #ececec;
	padding-right: 10px;
	padding-left: 10px;
}
.comment {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 15px;
	color: #000000;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.commentblock p {
	margin-top: 0px;
	padding-top: 0px;
}
.commentcount {
	padding: 5px;
	background-color: #3d3d3d;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
	color: #FFFFFF;
}
ul.blogarchivelist, ul.blogcatlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.blogarchivelist li, .blogcatlist li {
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.blogarchivelist li a, .blogcatlist li a {
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 5px;
	display: block;
	background-image: url(../site-images/categories-bg.gif);
	background-repeat: no-repeat;
	height: 21px;
	background-position: center top;
}
.blogarchivelist li a:hover, .blogcatlist li a:hover {
	color: #FFFFFF;
	background-image: url(../site-images/categories-bg.gif);
	background-repeat: no-repeat;
	background-position: center -25px;
}

.blog-archive-cats {
	float:left;
	border:1px none #000;
	width: 205px;
	line-height: normal;
}
.footer-container {
	background-image: url(/site-images/footer-bg.jpg);
	height: 240px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4188c4;
	clear: left;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #4188c4;
}
.footer {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 26px;
	clear: left;
}
.footer h1 {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.footer-leftcol {
	float: left;
	width: 700px;
}
ul.client-examples {
	margin: 0px;
	list-style-type: none;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.client-examples li {
	display: block;
	float: left;
	margin-right: 34px;
	text-align: center;
}
.url {
	padding-top: 5px;
	margin-bottom: 10px;
}
.url a {
	color: #FFF;
	text-decoration: none;
}
.url a:hover {
	text-decoration: underline;
}
.footer-rightcol {
	float: left;
	width: 320px;
	color: #FFF;
	line-height: 18px;
	text-align: justify;
}
.footer-rightcol p {
	margin-top: 0px;
}
.footer-rightcol a {
	color: #4188c4;
	text-decoration: none;
}
.footer-rightcol a:hover {
	text-decoration: underline;
}
.designby {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 10px;
	font-size: 11px;
	color: #8f8f8f;
	height: 30px;
	clear: left;
}
.designby a {
	color: #4188c4;
	text-decoration: none;
}
.designby a:hover {
	color: #FFF;
	text-decoration: underline;
}
.copyright {
	float: left;
	width: 60%;
}
.subnavigation {
	float: left;
	width: 40%;
	text-align: right;
}

.adminlink {
	text-align: left;
	float: none;
	margin-bottom: 20px;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
ul.subsitenav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.subsitenav li {
	margin-right: 15px;
	display: inline;
}

ul.view_all_clients {
	margin: 15px 0px 20px;
	padding: 0px;
	list-style-type: none;
}
ul.view_all_clients li {
	display: block;
	width: 196px;
	float: left;
	margin-right: 8px;
	margin-bottom: 40px;
	text-align: center;
	height: 130px;
}
.view_all_clients a {
	color: #2b2c2d;
}

ul.sitemap {
	font-size: 14px;
	list-style-type: square;
}
.sitemap li {
	margin-bottom: 10px;
}
.sitemap li ul {
	margin-top: 10px;
}
/**  CONTACT FORMS FORMATTING  **/

form.Contact_Us  {
	width: 340px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: normal;
	overflow: auto;
}
.Contact_Us label {
	background-color: #FFF;
	border: 1px solid #FFF;
	color:#999;
	padding: 3px;
	margin-right: 4px;
	margin-bottom: 5px;
	float: left;
	width: 120px;
	text-align: right;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
}

.Contact_Us textarea {
	height: 80px;
	width: 200px;
	margin-bottom: 5px;
	float: left;
	border: 1px solid #999;
	color: #2b2c2d;
	padding: 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.Contact_Us input {
	border: 1px solid #999;
	margin-bottom: 5px;
	color: #2b2c2d;
	float: left;
	width: 200px;
	padding: 3px;
}
.Contact_Us select {
	margin-bottom: 5px;
	width:207px;
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Contact_Us input.submit {
	background-color: #4188c4;
	border: 1px solid #000;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	width: 208px;
	margin-bottom: 20px;
	padding: 5px;
}
.Contact_Us input.submit:hover {
	background-color: #f77404;
}
.Contact_Us .radiodiv {
	float: left;
	margin-bottom: 5px;
}
.Contact_Us .radiodiv div {
	clear: left;
	padding-top: 5px;
	vertical-align: middle;
}
.Contact_Us input.radio {
	width: 25px;
	background-color: #000;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.Contact_Us .checkboxdiv {
	float: left;
	margin-bottom: 5px;
}
.Contact_Us .checkboxdiv div {
	width: 60px;
	float: left;
	padding-top: 5px;
	vertical-align: middle;
}
.Contact_Us input.checkbox {
	width: 25px;
	background-color: #000;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Contact_Us p {
	clear: left;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

.Contact_Us .submitarea label {
	background-color: #FFF;
	margin-left: 0px;
	background-image: none;
	width: 120px;
	float: left;
	border: 1px solid #FFF;
}

.Contact_Us .captcha input {
	height: 24px;
	padding-top: 8px;
	float: left;
}
.Contact_Us .captcha label {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	border: 1px solid #FFF;
	text-align:right;
	float: left;
}
.error {
	background-color: #FF6666;
	font-weight: bold;
	font-size:12px;
	color: #FFFFFF;
	padding: 10px;
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	float: right;
	width: 500px;
}
/*Footer Form*/
form.Contact_Us_Clients {
	margin: 0px;
	padding: 0px;
}
.Contact_Us_Clients label {
	color:#999;
	padding: 3px;
	margin-right: 4px;
	margin-bottom: 5px;
	float: left;
	width: 100px;
	text-align: right;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.Contact_Us_Clients textarea {
	height: 80px;
	width: 200px;
	margin-bottom: 5px;
	float: left;
	border: 1px none #999;
	color: #2b2c2d;
	padding: 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 5px;
}
.Contact_Us_Clients input {
	border: 1px none #999;
	margin-bottom: 5px;
	color: #2b2c2d;
	float: left;
	width: 200px;
	padding: 3px;
	margin-right: 5px;
}
.Contact_Us_Clients input.submit {
	background-color: #4188c4;
	border: 1px none #000;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	width: 206px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.Contact_Us_Clients input.submit:hover {
	background-color: #f77404;
}
.Contact_Us_Clients .captcha label {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	border: 1px none #FFF;
	text-align:right;
	float: left;
}
.Contact_Us_Clients .captcha input {
	height: 24px;
	padding-top: 8px;
	float: left;
}
.Contact_Us_Clients p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/** CONNECT ICONS **/

#connectIcons {
	float: right;
	width: 120px;
	margin-top: 5px;
	margin-right: 10px;
}
#connectIcons a {
	width: 42px;
	height: 37px;
	position: fixed;
	right: 0px;
}
#connectIcons #connect_email {
	background: url(../site-images/connect.png) 0px -92px no-repeat;
	top: 176px;
}
#connectIcons #connect_email:hover {
	background: url(../site-images/connect.png) 0px -136px no-repeat;
	top: 176px;
}
#connectIcons #connect_rss {
	background: url(../site-images/connect.png) 0px -180px no-repeat;
	top: 132px;
}
#connectIcons #connect_rss:hover {
	background: url(../site-images/connect.png) 0px -224px no-repeat;
	top: 132px;
}
#connectIcons #connect_twitter {
	background: url(../site-images/connect.png) 0px -269px no-repeat;
	top: 88px;
}
#connectIcons #connect_twitter:hover {
	background: url(../site-images/connect.png) 0px -312px no-repeat;
	top: 88px;
}
#connectIcons #connect_facebook {
	background: url(../site-images/connect.png) 0px -5px no-repeat;
	top: 45px;
}
#connectIcons #connect_facebook:hover {
	background: url(../site-images/connect.png) 0px -48px no-repeat;
	top: 45px;
}


/* Manage Comment Links when Logged in */
.managelinks {
	margin-bottom: 10px;
}
a.editlink {
	background-color: #009966;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin-top: 10px;
	padding: 4px;
	text-decoration: none;
	text-transform: capitalize;
	margin-bottom: 5px;
	display: inline-block;
}
a:hover.editlink {
	background-color: #005539;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
a.dellink {
	background-color: #990000;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	padding: 4px;
	text-decoration: none;
}
a:hover.dellink {
	background-color: #690000;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	width: 50px;
}

/* Prev/Next Links - Products and News */
.previouspage {
	float: left;
	width: 50%;
}
.previouspage input.blogPrevious {
	background-color: #F60;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border:1px #000 solid;
	cursor: pointer;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 5px;
	width:125px;
	display:inline;
}
.nextpage {
	float: right;
	width: 50%;
}
.nextpage input.blogNext {
	background-color: #F60;
	border:1px #000 solid;
	cursor: pointer;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 5px;
	width:125px;
	display:inline;
	padding: 5px;
	float: right;
}
a {
	color: #4188c4;
}
a:hover {
	text-decoration: none;
}
.breadcrumb {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 8px;
}
ul {
}

