body {
	margin: 0px;
	background: #808080 url(../images/background.gif) top left repeat-x;
}

#container {
	width: 800px;
	height: auto;
	position: relative;
	left: 50%;
	top: 0;
	margin: 0 0 0 -410px;
	padding: 391px 9px 0 11px;
	background: url(../images/container-bkgd.png) left top repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#leftShadow {
	display: none;
}

#rightShadow {
	display: none;
}

/*IE6's dropshadow*/

*html #container {
	background: url(../images/container-bkgd.gif) left top repeat-y;
}

*html #leftShadow {
	display: block;
	width: 10px;
	height: 249px;
	position: absolute;
	left: 0;
	top: 142px;
	background: url(../images/leftShadow.gif) left top no-repeat;
}

*html #rightShadow {
	display: block;
	width: 10px;
	height: 249px;
	position: absolute;
	left: 810px;
	top: 142px;
	background: url(../images/rightShadow.gif) left top no-repeat;
}

/*------*/

#textSize {
	width: 18px;
	height: 140px;
	position: absolute;
	left: 811px;
	top: 389px;
	margin: 0;
	padding: 24px 15px 0 15px;
	background: url(../images/text-bkgd.gif) left top no-repeat;
}

#textSize img {
	margin: 0 0 5px 0;
	cursor: pointer;
}

/* ------ Header ------ */

#header {
	width: 780px;
	height: 139px;
	position: absolute;
	left: 11px;
	top: 0;
	background: url(../images/top-bkgd.gif) left top no-repeat;
	margin: 0;
	padding: 3px 0 0 20px;
}

#rightInfo {
	width: 300px;
	height: 70px;
	padding: 15px 17px 0 0;
	float: right;
	font-size: 12px;
	color: #122050;
	text-align: right;
	line-height: 20px;
}

#rightInfo strong {
	font-size: 18px;
	font-weight: normal;
	
}

/* ------ Mast ------ */

#mast {
	width: 800px;
	height: 249px;
	position: absolute;
	left: 11px;
	top: 142px;
}

/* ------ Top Nav ------ */

#topNav {
	width: 451px;
	height: 43px;
	position: absolute;
	left: 361px;
	top: 99px;
	z-index: 5;
}

#topNav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
}

#topNav ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#topNav ul li a {
	height: 28px;
	display: block;
	font-size: 12px;
	color: #d4e5f7;
	text-decoration: none;
	margin: 0;
	padding: 15px 13px 0 14px;
}

#homeBtn {
	width: 35px;
	height: 43px;
}

#aboutBtn {
	width: 135px;
	height: 43px;
}

#blogBtn {
	width: 25px;
	height: 43px;
}

#newBtn {
	width: 68px;
	height: 43px;
}

#contactBtn {
	width: 44px;
	height: 43px;
}

#topNav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	background-color: #1b3076;
	padding: 3px;
}

#topNav li ul li {
	margin: 0;
	padding: 0;
}

#topNav li ul li a {
	margin: 0;
	padding: 5px 5px 0 5px;
}

#topNav li ul li a:link, #topNav li ul li a:visited {
	background-color: #1b3076;
}

#topNav li ul li a:hover, #topNav li ul li a:active {
	color: #213b90;
	background-color: #edd691;
}

#topNav li:hover ul {
	left: auto;
}

#topNav li:hover ul, #topNav li.sfhover ul {
	left: auto;
}

/* ------ Column Container ------ */

#columnContainer {
	background: url(../images/columns-bkgd.gif) left top no-repeat;
	margin-top: 0;
	padding: 0;
}

/* ------ Left Column ------ */

#leftColumn {
	width: 218px;
	height: auto;
	float: left;
}

#leftColumn h3 {
	margin: 0;
	padding: 8px 0;
	font-size: 16px;
	color: #d4e5f7;
	text-align: center;
}

#leftColumn h3 a:link, #leftColumn h3 a:visited, #leftColumn h3 a:hover, #leftColumn h3 a:active {
	color: #d4e5f7;
	text-decoration: none;
}

#leftColumn ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #122050;
}

#leftColumn ul li {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#leftColumn ul li a {
	width: 200px;
	height: 15px;
	display: block;
	margin: 0;
	padding: 10px 0 10px 18px;
	border-bottom: 1px solid #1f2f62;
}

#leftColumn ul li a:link, #leftColumn ul li a:visited {
	color: #d4e5f7;
	text-decoration: none;
	background: none;
}

#leftColumn ul li a:hover, #leftColumn ul li a:active {
	color: #213b90;
	text-decoration: none;
	background-color: #edd691;
}

#leftColumn img {
	margin-top: 1px;
}

#blogNav {
	margin-bottom: 10px;
}

#blogNav h3 {
	color: #213b90;
}

#blogNav ul li a {
	height: auto !important;
}

/* ------ Right Column ------ */

#rightColumn {
	width: 561px;
	height: auto;
	float: right;
	margin: 0;
	padding: 0 0 24px 0;
	font-size: 14px;
	color: #213b90;
	line-height: 24px;
	text-align: justify;
}

#todaysDate {
	font-size: 14px;
	font-weight: bold;
	color: #f5dd98;
	width: 300px;
	height: 25px;
	margin: 0;
	padding: 7px 0 0 0;
}

#rightColumn h1 {
	font-size: 16px;
}

#rightColumn h2 {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	margin-top: 0;
	padding-top: 0;
}

#rightColumn h3 {
	font-size: 12px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#rightColumn p {
	padding-right: 20px;
}

#rightColumn a:link, #rightColumn a:visited {
	color: #5298e0;
	text-decoration: underline;
}

#rightColumn a:hover, #rightColumn a:active {
	color: #5298e0;
	text-decoration: none;
}

.video {
    color: #000000;
}

.videoNarrow {
    width: 330px;
	height: 230px;
	color: #000000;
}

#flashcontent {
	text-align: center !important;
}

#community {
}

#community img {
	margin: 0 10px 10px 15px;
	border: 1px solid #666666;
}

#map {
	width: 330px;
	height: 500px;
	font-size: 12px;
	line-height: 20px;
	border: 1px solid #213b90;
}

#map a:link, #map a:visited {
	color: #5298e0 !important;
	text-decoration: underline;
}

#map a:hover, #map a:active {
	color: #5298e0 !important;
	text-decoration: none;
}

#map input {
	margin-bottom: 3px;
}

#rightBox {
	width: 222px;
	height: auto;
	float: right;
	margin: 0;
	padding: 0;
}

* html #rightBox {
	margin-right: -4px;
}

#contentLinks {
	width: 207px;
	height: auto;
	float: right;
	background: url(../images/contentLinks.gif) left top repeat-y;
	margin: 20px 0 10px 10px;
	padding: 0;
}

#contentLinksTop {
	width: 207px;
	height: auto;
	background: url(../images/contentLinksTop.gif) left top no-repeat;
	margin: 0;
	padding: 0;
}

#contentLinksBtm {
	width: 204px;
	height: auto;
	background: url(../images/contentLinksBtm.gif) bottom left no-repeat;
	margin: 0;
	padding: 10px 2px 10px 1px;
}

#contentLinksBtm ul {
	list-style: none;
	width: 204px;
	height: auto;
	margin: 0;
	padding: 5px 0;
}

#contentLinksBtm ul li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
}

#contentLinksBtm ul li a {
	width: 180px;
	/*height: 14px;*/
	display: block;
	margin: 0 2px;
	padding: 10px;
	/*border-bottom: 1px solid #1f2f62;*/
}

#contentLinksBtm ul li a:link, #contentLinksBtm ul li a:visited {
	color: #d4e5f7;
	text-decoration: none;
	background: none;
}

#contentLinksBtm ul li a:hover, #contentLinksBtm ul li a:active {
	color: #213b90;
	text-decoration: none;
	background-color: #edd691;
}

/* - miniContact - */

#miniContact {
	width: 191px;
	height: 220px;
	float: right;
	background: url(../images/miniContact.gif) left top no-repeat;
	margin: 0;
	padding: 42px 0 0 31px;
}

#miniContact2 {
	width: 191px;
	height: 220px;
	background: url(../images/miniContact.gif) left top no-repeat;
	margin: 0;
	padding: 42px 0 0 31px;
}

#miniContact input {
	width: 133px;
	height: 15px;
	float: left;
	background: none;
	border: none;
	margin: 0 0 5px 0;
	padding: 5px 0 0 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #2372e3;
}

#miniContact2 input {
	width: 133px;
	height: 15px;
	float: left;
	background: none;
	border: none;
	margin: 0 0 5px 0;
	padding: 5px 0 0 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #2372e3;
}

#shortFields input {
	width: 114px;
}

#miniContact textarea {
	width: 172px;
	height: 60px;
	float: left;
	background: none;
	border: none;
	overflow: auto;
	margin: 1px 0 5px 0;
	padding: 5px 0 0 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #2372e3;
}

#miniContact2 textarea {
	width: 172px;
	height: 60px;
	float: left;
	background: none;
	border: none;
	overflow: auto;
	margin: 1px 0 5px 0;
	padding: 5px 0 0 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #2372e3;
}

#miniContact input.submit {
	width: 175px;
	height: 26px;
	margin: 0;
	padding: 0;
	background: url(../images/submitBtn.gif) left top no-repeat;
	cursor: pointer;
}

#miniContact :hover input.submit {
	background-position: 0 -26px;
} 

#miniContact2 :hover input.submit {
	background-position: 0 -26px;
} 

#miniContact p {
	float: left;
	font-size: 10px;
}

#miniContact2 p {
	float: left;
	font-size: 10px;
}

#miniContact a:link, #miniContact a:visited {
	color: #2372e3;
	text-decoration: underline;
}

#miniContact2 a:link, #miniContact a:visited {
	color: #2372e3;
	text-decoration: underline;
}

#miniContact a:hover, #miniContact a:active {
	color: #2372e3;
	text-decoration: none;
}

#miniContact2 a:hover, #miniContact a:active {
	color: #2372e3;
	text-decoration: none;
}

.qcLayout {
	width: 175px;
	text-align: right;
	clear: both;
	margin: 0;
	padding: 0;
}

/* - mainContact - */

#contactContainer {
	width: 205px;
	height: auto;
	float: right;
	margin-left: 10px;
	padding-right: 10px;
}

#contactContainer2 {
	width: 205px;
	height: auto;
	margin-left: 10px;
	padding-right: 10px;
}

#mainContact {
	width: 185px;
	height: auto;
	background-color: #d4e5f7;
	border: 1px solid #2372e3;
	padding: 10px;
}

#mainContact input {
	width: 180px;
	height: 18px;
	border: 1px solid #2372e3;
	margin: 0 0 5px 0;
	padding: 5px 0 0 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #2372e3;
}

#mainContact select {
	width: 185px;
	height: 28px;
	border: 1px solid #2372e3;
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #2372e3;
}

#mainContact textarea {
	width: 180px;
	height: 80px;
	border: 1px solid #2372e3;
	overflow: auto;
	margin: 1px 0 5px 0;
	padding: 5px 0 0 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #2372e3;
}

#mainContact input.submit {
	width: 175px;
	height: 26px;
	margin: 0 0 0 4px;
	padding: 0;
	background: url(../images/submitBtn.gif) left top no-repeat;
	border: none;
	cursor: pointer;
}

#mainContact a:hover input.submit {
	background-position: 0 -26px;
} 

/* ------ Footer ------ */

#footer {
	width: 800px;
	height: auto;
	clear: both;
	margin: 0;
	padding: 0;
	background: #f5dd98 url(../images/footer.gif) left top no-repeat;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}

#bottomAddress {
	text-align: right;
	color: #d4e5f7;
	margin: 0;
	padding: 13px 5px 13px 0;
}

#footer a:link, #footer a:visited {
	color: #5298e0;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #5298e0;
	text-decoration: none;
}

#bottomNav {
	padding: 15px 100px;
	color: #5298e0;
}

#bottomNav a {
	margin: 0 5px;
}

/* ------ Disclaimer ------ */

#disclaimer {
	padding: 0 20px 10px 20px;
	font-size: 11px;
	text-align: center;
	color: #000000;
}

/* ------ ASPX form/Error box controls ------ */

#errors {
	margin-bottom: 20px;
	margin-left: 0px;
}

#lblErrors li {
	color: #FF0000!Important;
	font-weight: bold;
}

#btnValidateForm {
	margin-top: 10px;
	margin-left: 75px;
}

#pnlCaptcha {
	margin-top: 25px;
	margin-bottom: 100px;
    text-align: left;
	width: 500px!Important;
}

#lblVerifySubmission {
	font-size: 12px!Important;
}

#lblVerifySubmission span {
	font-weight: bold;
}

#CaptchaControl1_image {
	margin-top: 10px;
	margin-bottom: 10px;
}

.captcha span {
	margin-right: 10px;
}

#btnSubmitForm {
	margin-top: 5px;
}

#ValidationSummary2 ul li {
	color: #FF0000!Important;
}

/* Clearfix */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
.brclear {clear:both;height:0;margin:0;font-size: 1px;line-height: 0;}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {visibility: visible !important;margin: 0;}
.sIFR-replaced {visibility: visible !important;}
span.sIFR-alternate {position: absolute;left: 0;top: 0;width: 0;height: 0;display: block;overflow: hidden;}
.sIFR-flash + div[adblocktab=true] {display: none !important;}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
	visibility: hidden;
}

/* ----------- videos ----------- */

#video1 a {
	width: 175px;
	height: 98px;
	display: block;
	float: left;
	margin: 0 5px 5px 0 !important;
	text-decoration: none !important;
}

#video1 a:link, #video1 a:visited {
	background: url(../images/videos/welcome.jpg) left top no-repeat;
}

#video1 a:hover, #video1 a:active {
	background: url(../images/videos/welcome.jpg) left -98px no-repeat;
}

#video2 a {
	width: 175px;
	height: 98px;
	display: block;
	float: left;
	margin: 0 5px 5px 0 !important;
	text-decoration: none !important;
}

#video2 a:link, #video2 a:visited {
	background: url(../images/videos/mark-cressman.jpg) left top no-repeat;
}

#video2 a:hover, #video2 a:active {
	background: url(../images/videos/mark-cressman.jpg) left -98px no-repeat;
}

#video3 a {
	width: 175px;
	height: 98px;
	display: block;
	float: left;
	margin: 0 5px 5px 0 !important;
	text-decoration: none !important;
}

#video3 a:link, #video3 a:visited {
	background: url(../images/videos/blog.jpg) left top no-repeat;
}

#video3 a:hover, #video3 a:active {
	background: url(../images/videos/blog.jpg) left -98px no-repeat;
}

#video4 a {
	width: 175px;
	height: 98px;
	display: block;
	float: left;
	margin: 0 5px 5px 0 !important;
	text-decoration: none !important;
}

#video4 a:link, #video4 a:visited {
	background: url(../images/videos/free-consultation.jpg) left top no-repeat;
}

#video4 a:hover, #video4 a:active {
	background: url(../images/videos/free-consultation.jpg) left -98px no-repeat;
}

#video5 a {
	width: 175px;
	height: 98px;
	display: block;
	float: left;
	margin: 0 5px 5px 0 !important;
	text-decoration: none !important;
}

#video5 a:link, #video5 a:visited {
	background: url(../images/videos/contact.jpg) left top no-repeat;
}

#video5 a:hover, #video5 a:active {
	background: url(../images/videos/contact.jpg) left -98px no-repeat;
}

#video6 a {
	width: 175px;
	height: 98px;
	display: block;
	float: left;
	margin: 0 5px 5px 0 !important;
	text-decoration: none !important;
}

#video6 a:link, #video6 a:visited {
	background: url(../images/videos/overview.jpg) left top no-repeat;
}

#video6 a:hover, #video6 a:active {
	background: url(../images/videos/overview.jpg) left -98px no-repeat;
}

#video7 a {
	width: 175px;
	height: 98px;
	display: block;
	float: left;
	margin: 0 5px 5px 0 !important;
	text-decoration: none !important;
}

#video7 a:link, #video7 a:visited {
	background: url(../images/videos/trucking-accidents.jpg) left top no-repeat;
}

#video7 a:hover, #video7 a:active {
	background: url(../images/videos/trucking-accidents.jpg) left -98px no-repeat;
}

#video8 a {
	width: 175px;
	height: 98px;
	display: block;
	float: left;
	margin: 0 5px 5px 0 !important;
	text-decoration: none !important;
}

#video8 a:link, #video8 a:visited {
	background: url(../images/videos/medical-malpractice.jpg) left top no-repeat;
}

#video8 a:hover, #video8 a:active {
	background: url(../images/videos/medical-malpractice.jpg) left -98px no-repeat;
}

#video9 a {
	width: 175px;
	height: 98px;
	display: block;
	float: left;
	margin: 0 5px 5px 0 !important;
	text-decoration: none !important;
}

#video9 a:link, #video9 a:visited {
	background: url(../images/videos/family.jpg) left top no-repeat;
}

#video9 a:hover, #video9 a:active {
	background: url(../images/videos/family.jpg) left -98px no-repeat;
}

#video10 a {
	width: 175px;
	height: 98px;
	display: block;
	float: left;
	margin: 0 5px 5px 0 !important;
	text-decoration: none !important;
}

#video10 a:link, #video10 a:visited {
	background: url(../images/videos/personal-approach.jpg) left top no-repeat;
}

#video10 a:hover, #video10 a:active {
	background: url(../images/videos/personal-approach.jpg) left -98px no-repeat;
}

#video11 a {
	width: 175px;
	height: 98px;
	display: block;
	float: left;
	margin: 0 5px 5px 0 !important;
	text-decoration: none !important;
}

#video11 a:link, #video11 a:visited {
	background: url(../images/videos/passion.jpg) left top no-repeat;
}

#video11 a:hover, #video11 a:active {
	background: url(../images/videos/passion.jpg) left -98px no-repeat;
}

#blog {
	padding-right: 20px;
}