/* ----------------------------
   ---- HTML5 Declarations ---- */
   
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
audio[controls], canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
nav ul, nav li, menu ul, menu li {
	margin: 0;
	list-style: none;
	list-style-image: none;
}
/* 1. Addresses appearance set to searchfield in S5, Chrome */
/* 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
nav {
	margin:0;
	padding:0;
}
/* ------------------------------
   ---- General Declarations ---- */
   
body {
	margin: 0;
	padding: 20px 0;
	background-color: #dcdcdc;
	/*background-image: url(/images/common/bkgdtile.gif);*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #4d4d4d;
	line-height: 23px;
}
body a:link, body a:active, body a:visited {
	color: #e51b24;
	font-weight: normal;
	text-decoration: underline;
}
body a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	text-shadow: 0 1px 1px rgba(51, 51, 51, 0.3);
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #e51b24;
	margin: 0 0 15px 0;
	line-height: 25px;
}
h1 a:link, h1 a:active, h1 a:visited {
	color: #e51b24;
	font-weight: bold;
	text-decoration: none;
}
h1 a:hover {
	color: #e51b24;
	font-weight: bold;
	text-decoration: underline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin: 0;
}
img {
	border: 0; /* Removes border when inside 'a' element in IE6/7/8/9 */
}
sub, sup { /* Prevents sub and sup affecting line-height in all browsers */
	font-size: 75%;
	line-height: 0;
	position: relative;/*vertical-align: baseline;*/
}
form {
	margin: 0; /* Corrects margin displayed oddly in IE6/7 */
}
/* 1. Improves usability and consistency of cursor style between image-type 'input' and others */
/* 2. Corrects inability to style clickable 'input' types in iOS */
label, input[type="button"], input[type="submit"], input[type="image"], button {
	cursor: pointer;
}
input[type="button"], input[type="submit"], input[type="image"], button {
	-webkit-appearance: button;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #777;
	margin: 20px 0 0 0;
	padding: 15px 0 0 20px;
	background-image: url(/images/common/openquote.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 23px;
}
.blockquoteTitle {
	padding-left: 23px;
}
.hr {
	margin: 20px 0 20px 0;
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}
.spacer {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0px;
	line-height:0px;
	font-size:0px;
}
.photoBorder {
	border: 1px #ccc solid;
	padding: 3px;
}
.staffPhoto {
	float: right;
	margin: 10px 0 10px 15px;
	text-align: right;
}
.shadows {
	-moz-box-shadow: rgba(51, 51, 51, 0.50) 0 0 4px;
	-webkit-box-shadow: rgba(51, 51, 51, 0.50) 0 0 4px;
	box-shadow: rgba(51, 51, 51, 0.50) 0 0 4px;
}
.text-shadows {
	text-shadow: 0 1px 1px rgba(51, 51, 51, 0.3);
}
.redtext {
	color:red;
}
.siteLink {
	background: url(/images/common/newwindow.gif) #EFEFEF no-repeat 385px center;
	width: 370px;
	color: #4D4D4D;
	padding: 10px 30px 10px 10px;
	margin-left:15px;
	text-align: right;
	margin-bottom:10px;
}
/* -----------------------------
   ------- HdrNav Styles ------- */

#hdrWrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	border-top: 5px red solid;
	border-bottom: 1px #ddd solid;
	background-color: #fff;
}
#hdrLeft {
	width: 225px;
	height: 164px;
	padding: 15px 0 0 15px;
	float: left;
	border-bottom: 1px #ddd solid;
}
#hdrRight {
	width: 705px;
	height: 156px;
	padding: 23px 15px 0 0;
	text-align: right;
	float: left;
	font-size: 13px;
	color: #999;
	border-bottom: 1px #ddd solid;
}
.searchInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:28px;
	font-weight: normal;
	color: #999;
	width: 170px;
	height: 24px;
	padding-left:5px;
	border-top: 1px #ccc solid;
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
	border-left: 1px #ccc solid;
}
#hdrNav {
	margin: 1px 0;
	padding: 0;
	width: 960px;
	text-align: center;
	line-height: 12px;
	background: #eee; /* for non-css3 browsers */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #ffffff, #dedede); /* for firefox 3.6+ */
}
/* -----------------------------
   ------ MainMenu Styles ------ */
   
#MainMenu img {
	border: none;
}
#MainMenu, #MainMenu ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 960px;
}
#MainMenu a:link, #MainMenu a:active, #MainMenu a:visited {
	display:inline-block;
	float: inherit;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	color: #555;
	text-decoration: none;
	padding: 0 20px;
}
#MainMenu li {
	display: inline-block;
	zoom:1;
	position: relative;
	padding: 14px 0 14px 0;
}
li.top:hover {
	background-color: #ddd;
}
#MainMenu ul {
	position: absolute;
	top: 39px;
	display: none;
	background-color: #fff;
	border: #666 1px solid;
	z-index: 100001;
	float: left;
	width: 230px;
	text-align: left;
}
#MainMenu ul li {
	width: 230px;
	border: none;
	border-bottom: #666 1px dotted;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	display: block;
}
#MainMenu ul li a:link, #MainMenu ul li a:active, #MainMenu ul li a:visited {
	font-size: 12px;
	font-weight: normal;
	color: #222;
	line-height: 17px;
}
#MainMenu ul li a:hover {
	color: #e51b24;
	font-weight: normal;
	text-decoration: none;
}
#MainMenu .last {
	border-bottom: none;
	border-right: none;
}
#MainMenu .last .submenu {
	width: auto;
	border: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#MainMenu ul ul {
	top: 6px;
	z-index: 100001;
}
#MainMenu li ul { /* IE 7 sub menu position fix */
	left: 1px;
	margin: 0;
}
#MainMenu li ul ul {
	left: 225px;
	margin: 0;
}
#MainMenu li:hover ul ul, #MainMenu li:hover ul ul ul, #MainMenu li:hover ul ul ul ul {
	display: none;
}
#MainMenu li:hover ul, #MainMenu li li:hover ul, #MainMenu li li li:hover ul, #MainMenu li li li li:hover ul {
	display: block;
}
#MainMenu .submenu {
	background-image: url(/images/hdrnav/arrow.gif);
	background-repeat: no-repeat;
	background-position: 215px 50%;
}
#MainMenu .submenu:hover {
	background-image: url(/images/hdrnav/arrow-over.gif);
	background-repeat: no-repeat;
	background-position: 215px 50%;
}
.MainMenuDown {
	color: #fff !important;
}
.sublevelDown {
	font-weight:bold;
	color:#333;
}
/* ---------------------------
   ------ Footer Styles ------ */

#footer {
	margin: 0 auto;
	padding: 20px 0;
	width: 960px;
	font-size: 11px;
	color: #999;
	line-height: 19px;
}
#footer a:link, #footer a:active, #footer a:visited {
	padding: 0 3px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
#MainFooter {
	position: relative;
	padding: 0px;
	margin: 0px;
}
#MainFooter li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	position: relative;
	padding: 0;
	margin: 0;
}
#MainFooter li a:link, #MainFooter li a:active, #MainFooter li a:visited {
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
#MainFooter li a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
#MainFooter .last {
	border-right-width: 0px;
}
.cmsAuth {
	cursor: pointer;
}
/* -------------------------
   ------ Home Styles ------ */
   
#homeLeft {
	width: 440px;
	float: left;
	padding: 0 30px 0 0;/*background-color: cyan;*/
}
#homeLeft h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #e51b24;
	margin: 0 0 15px 0;
	line-height: 34px;
}
#homeLeft h1 a:link, h1 a:active, h1 a:visited {
	color: #e51b24;
	font-weight: bold;
	text-decoration: none;
}
#homeLeft h1 a:hover {
	color: #e51b24;
	font-weight: bold;
	text-decoration: underline;
}
#homeRight {
	width: 450px;
	padding: 20px 0 0 0;
	float: left;/*background-color: yellow;*/
}
.homeTn {
	margin: 0 14px 15px 0;
	padding: 2px;
	border: 1px #ccc solid;
	float: left;
	line-height: 0;
}
.homeTnLast {
	margin: 0 0 15px 0;
	padding: 2px;
	border: 1px #ccc solid;
	float: left;
	line-height: 0;
}
/* ------------------------------
   ------ Container Styles ------ */

#wrapper {
	margin: 0 auto;
	padding: 30px 20px 60px 20px;
	width: 920px;
	background-color: #fff;
	border-bottom: 5px #333 solid;
}
#left {
	width: 240px;
	padding: 0;
	float: left;
}
#left ul {
	margin: 0;
	padding: 0;
}
#right {
	width: 650px;
	padding: 0 0 0 30px;
	float: left;
}
#right ul li {
	list-style: url(/images/common/li.gif);
	line-height: 19px;
	padding-bottom: 9px;
}
#right ol li {
	line-height: 19px;
	padding-bottom: 9px;
}
#leftBlog {
	width: 650px;
	padding: 0 30px 0 0;
	float: left;
}
#leftBlog ul li {
	list-style: url(/images/common/li.gif);
	line-height: 19px;
	padding-bottom: 9px;
}
#leftBlog ol li {
	line-height: 19px;
	padding-bottom: 9px;
}
#rightBlog {
	width: 240px;
	padding: 0;
	float: left;
}
#rightBlog ul {
	margin: 0;
	padding: 0;
}
#leftContact {
	width: 345px;
	padding: 0;
	float: left;
}
#rightContact {
	width: 545px;
	padding: 0 0 0 30px;
	float: left;
}
#videonav ul {
	margin-left:25px;
}
#videonav ul li {
	list-style: url(/images/common/li.gif);
	line-height: 19px;
	padding-bottom: 9px;
}
#videonav ul li a {
	text-decoration:none;
}
#videonav ul li a:hover {
	text-decoration:underline;
}
/* ------------------------------
   ------- Sub Nav Styles ------- */

li.sublevel {
	cursor: pointer;
	color: #fff;
	background-color: #333;
	list-style: none;
	width: 240px;
	border-bottom: 1px #fff solid;
	background-image: url(/images/subnav/arrow.gif);
	background-position: 220px 13px;
	background-repeat: no-repeat;
}
a.sublevelhead:link, a.sublevelhead:active, a.sublevelhead:visited, a.sublevelhead:hover {
	margin-left: 10px;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	display: block;
	font-weight: bold;
	font-size: 13px;
}
.sublevel ul {
	display: none;
	background-color: #f5f5f5;
}
.sublevel ul li {
	border-bottom: 1px #999 dotted;
	padding: 6px 10px 6px 25px;
	list-style: none;
	background-image: url(/images/subnav/arrowsub.gif);
	background-position: 17px 11px;
	background-repeat: no-repeat;
	line-height: 17px;
}
.sublevel ul li a:link, .sublevel ul li a:active, .sublevel ul li a:visited {
	color: #4d4d4d;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.sublevel ul li a:hover {
	color: #e51b24;
	font-weight: normal;
	text-decoration: none;
}
.sublevelDown {
	color: #000 !important;
	font-weight: bold !important;
}
/* ---------------------------
   ------- Blog Styles ------- */
   
.blogNav {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-top: 3px #ddd solid;
	border-bottom: 3px #ddd solid;
}
.blogNav ul li {
	padding: 5px 5px 3px 21px;
	list-style: none;
	background-image: url(/images/subnav/arrowsub.gif);
	background-position: 12px 10px;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 17px;
}
.blogNav ul li a:link, .blogNav ul li a:active, .blogNav ul li a:visited {
	color: #4d4d4d;
	font-weight: normal;
	text-decoration: underline;
}
.blogNav ul li a:hover {
	color: #e51b24;
	font-weight: normal;
	text-decoration: none;
}
/* -------------------------------
   ------- rss Feed Styles ------- */
   
#rssFeed, #rssFeed ul {
	padding: 0;
	margin: 0;
	float: left;/*list-style: none;
	font-size: 12px;*/
}
#rssFeed h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin: 0 0 10px 0;
}
#rssFeed li {
	/*display: block;
	float: left;
	position: relative;*/
	list-style:none;
	padding-bottom: 4px;
}
#rssFeed li a.rssItemLink {
	font-size: 13px;
	/*color: #990000;*/
	font-weight: normal;
	text-decoration: underline;
	line-height: 18px;
	margin-top: 10px;
}
#rssFeed li a.rssItemLink:hover, #rssFeed li a.rssItemLink:active, #rssFeed li a.rssItemLink:focus {
	/*color: #e51b24;*/
	text-decoration: none;
}
#rssFeed li p a.rssItemLink:link, #rssFeed li p a.rssItemLink:visited {
	color: #e51b24;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}
#rssFeed li p a.rssItemLink:hover, #rssFeed li p a.rssItemLink:active, #rssFeed li p a.rssItemLink:focus {
	color: #e51b24;
	text-decoration: none;
}
#rssFeed p {
	font-size: 12px;
	line-height: 18px;
}
#rssFeed img {
	/*display: none;*/
}
#rssFeed h4 {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin: 5px 0;
	color: purple;
}
#rssFeed .last {
	border-right: none;
}
/* --------------------------------
   ------- ShareThis Styles ------- */

.stButton .chicklets {
	padding-left: 10px !important;
}
/* ---------------------------
   ------- Form Styles ------- */
   
.formLabels {
	float:left;
	text-align:right;
	padding:5px;
	line-height:21px;
	width:125px;
}
.formTextbox {
	float:left;
	text-align:left;
	padding:5px;
	line-height:21px;
}
.formSpacer {
	clear:both;
}
.formCAPTCHA { /* use on BlockUI CAPTCHA boxes */
	float:left;
	margin: 0 auto;
	width: 300px;
	padding: 0px 10px 20px 0px;
	text-align: left;
	background-color: #fff;
}
.inputLarge {
	width:201px;/* IE6 fix due to variable char width in older browser */
}
.inputMedium {
	width:120px;/* IE6 fix due to variable char width in older browser */
}
.inputSmall {
	width:66px;/* IE6 fix due to variable char width in older browser */
}
.inputTiny {
	width:23px;/* IE6 fix due to variable char width in older browser */
}
.textArea {
	width:300px;/* matches width of captcha image */
}
.captchaImage {
	padding:0px;
}
.formrequired {
	color:red;
}
input.search {
	height:17px;
	padding-left:2px;
	border:1px solid #999;
	width:150px;
	color:#cc0000;/* Do rounding (native in Firefox and Safari) 
    -webkit-border-radius: 6ex 0ex 0ex 6ex;
    -moz-border-radius: 6ex 0ex 0ex 6ex;
	*/
}
#searchContainer {
	width:190px;
}
#leftSearch {
	float:left;
	padding-right:2px;
	margin-top:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#rightSearch {
	margin-top:12px;
	float:left;
}
/* --------------------------------------
   ------- Awesome Buttons Styles ------- */
   
.awesome, .awesome:visited {
	/*background: #222 url(/images/common/alert-overlay.png) repeat-x;*/
	display: inline-block;
	padding: 7px 15px 8px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.25);
	position: relative;
	cursor: pointer;
}
.awesome:hover {
	background-color: #111;
	color: #fff;
	text-decoration: none;
}
.awesome:active {
	top: 1px;
}
.small.awesome, .small.awesome:visited {
	font-size: 11px;
}
.awesome, .awesome:visited, .medium.awesome, .medium.awesome:visited {
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.large.awesome, .large.awesome:visited {
	font-size: 14px;
	padding: 7px 25px 8px;
}
.red.awesome, .red.awesome:visited {
	background-color: #ff3333;
	color: #fff;
	text-decoration: none;
}
.red.awesome:hover {
	background-color: #b20f0f;
}
.green.awesome, .green.awesome:visited {
	background-color: #339900;
	color: #fff;
	text-decoration: none;
}
.green.awesome:hover {
	background-color: #006600;
}
/* ---------------------------------
   ------------ Plugins ------------ */

 section, header, nav, footer, aside {
	display:block;
}
.codeContainer {
	margin:0 5px 15px 5px;
	padding:5px;
	border:1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
code {
	white-space:pre-line;
}
.slideshow {
	float: right;
}
.slideshow img, .slideshowalt img {
	margin: 0 0 0 15px;
	padding: 4px;
	border: 1px #ccc solid;
}
.slideshowCMS {
	float: left;
}
.slideshowCMS img {
	margin: 0;
	padding: 27px;
	border: 1px #ccc solid;
}
.slideshowServices {
	float: left;
}
.slideshowServices img {
	margin: 0;
	padding: 27px;
	border: 1px #ccc solid;
}
.photoLeft {
	margin: 0 15px 15px 0;
	padding: 4px;
	border: 1px #ccc solid;
	float: left;
}
.formTextbox ul {
	list-style:none;
	margin:0;
	padding:0;
}
.formTextbox li {
	padding-bottom: 2px;
}
.ctext {
	text-align:center;
}
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
.devProcess {
	margin: 0 2px 20px 0;
	padding: 5px 30px 5px 10px;
	color: #fff;
	background-color: #333;
	float: left;
	background-image: url(/images/subnav/arrow-over.gif);
	background-repeat: no-repeat;
	background-position: 90% 55%;
}
.devProcess a:link, .devProcess a:active, .devProcess a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}
.devProcess a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
.table {
	width:910px;
	margin:15px 0 30px 0;
	border:1px solid #ccc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	clear:both;
}
.altTable {
	margin:15px 0 15px 0;	
}
.tableHeader {
	display:table;
	width:910px;
	color:#000;
	font-weight:bold;
	border-bottom:1px solid #efefef;
	text-shadow:1px 1px 0px #ffffff;
	clear:both;
}
.tableRow {
	display: table;
	width:910px;
	border-bottom:1px solid #efefef;
	text-shadow:1px 1px 0px #ffffff;
	clear:both;
}
.tableCell {
	display:table-cell;
	padding: 5px;
	float:left;
	line-height:21px;
	min-width:90px;
	max-width:795px;
}
.medTableCell {
	min-width:135px;
}
.lrgTableCell {
	min-width:185px;
}
.interior {
	border-right:1px solid #efefef;
}
.interiorLeft {
	border-left:1px solid #efefef;
}
.lastRow {
	border:none;
}
/* ---------------------------
   ------- Sample Styles ------- */
#sampleLeft {
	width: 410px;
	padding: 0 50px 0 0;
	float: left;
}
#sampleRight {
	width: 188px;
	padding: 0;
	border: 1px #ccc solid;
	float:left;
	text-align: center;
	background-color: #f2f2f2;
}
#sampleRight img {
	border: 1px #ccc solid;
}
#sampleRight ul {
	margin: 0;
	padding: 0;
}
#sampleRight ul li {
	list-style: none;
}
#sampleMobile {
	padding: 0;
	float:left;
}
#sampleMobile img {
	border: 1px #ccc solid;
}
#sampleMobile ul {
	margin: 0;
	padding: 10px 0 0 0;
}
#sampleMobile ul li {
	list-style: none;
}
