/* reset browser defaults */
@import url("reset.css");
/* apply basic typography styles */
@import url("typography.css");
/* apply navigation menu styles */
@import url("navigation.css");

/* Clear Fix - Forces clear:both for floated items within a relative div */
.clearfix {
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	display: none;
	line-height: 0;
	height: 0;
}

/* 2 Column Layout settings */
#col_wrapper {
	position: relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%;	/* width of whole page */
	overflow: hidden;	/* This chops off any overhanging divs */
}
.leftmenu {
	background: #e6e6e6 url(../images/bg_col.png) no-repeat;
	overflow: hidden;
}
.leftmenu #main_wrap {
	float: left;
	width: 200%;
	position: relative;
	left: 193px;
	background: #fff;
}
.leftmenu .content_wrap {
	float: right;
	width: 50%;
	position: relative;
	right: 193px;
	padding-bottom: 25px;
}
.leftmenu #content {
	margin: 25px 25px 0 218px;
	position: relative;
	right: 100%;
	/*overflow: hidden;	/* removed to overlap video into left column */
}
.leftmenu #left, .leftmenu #contact_footer {
	float: left;
	width: 160px;
	height: 575px;
	position: relative;
	right: 178px;
}
.leftmenu #contact_footer {
	clear: left;
	height: auto;
	position: absolute;
	bottom: 0px;
	left: -178px;
}

/* General Layout settings */

html {
	overflow-y: scroll;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 12px/15px Arial, Helvetica, sans-serif;
	background: #000 url(../images/bg_tile.jpg);
}
a, a:link, a:visited {
	color: #0957a4;
	text-decoration: underline;
}
a:hover, a:active {
	color: #d2232a;
	text-decoration: none;
}
a.file, a.html, a.pdf, a.doc, a.flv{
	background: no-repeat left center;
	display: block;
	line-height: 30px;
	padding: 2px 10px 2px 40px;
	margin: 2px;
	clear: left;
}
a.file:hover, a.html:hover, a.pdf:hover, a.doc:hover, a.flv:hover{
	background-color: #fff;
}
a.html {
	background-image: url(../images/icons/html.gif);
}
a.pdf {
	background-image: url(../images/icons/pdf.gif);
}
a.doc {
	background-image: url(../images/icons/word.gif);
}
a.flv {
	background-image: url(../images/icons/flv.gif);
}

a.print-button {
	display: block;
	float: right;
	margin: -2em -1em;
	padding: 2px 2px 2px 20px;
	background: url(../images/icons/printer.gif) no-repeat left center;
	line-height: 16px;
}

img {
	border: 0 none;
}
h1, h2, h3 {
	text-transform: uppercase;
	color: #231f20;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1;
    margin-bottom: 20px;
}
h1 {
	font-size: 25px;
    position: relative;
}
h2 {
	font-size: 20px;
	color: #d2232a;
}
h3 {
	font-size: 14px;
	text-transform: none;
}
h1 .open-quote, h1 .close-quote {
    color: #ccc;
    font-size: 48px;
    line-height: 0;
    position: relative;
    top: 12px;
}
h1 .open-quote {
  margin-left: -24px;
}
h1 .close-quote {
  margin-right: -24px;
}
hr {
  background: url(../images/bg-hr.jpg) no-repeat;
  padding: 5px 0;
  width: 620px;
  margin: 0 0 25px;
  border: 5px solid #ccc;
}
#content ul, #content ol  {
	overflow: hidden; /* shrink the list to sit beside floats in compliant browsers */ 
	margin: 0;
	padding: 0 0 1.3em 1em;
}
#content ul li   {
	margin-left: 2em;
	padding-left: 11px;
	list-style: none;
	background: url(../images/li_red_15.png) no-repeat;
	margin-bottom: 0.5em;
}
#content ul li ul li {
	margin-left: 0;
	background: url(../images/li_li_red_15.png) no-repeat;
}
#content dl , #content dl.faq{
	margin: 0px;
	padding: 0px;
}
#content dl dt {
	font-weight: bold;
}
#content dl dd {
	padding-bottom: 1em;
}
#content dl dd ul {
	margin: 0.5em 0px 0px;
	padding: 0px;
}
#content dl dd ul li {
	margin: 0px;
}

#content dl.faq dt {
	margin-bottom: 0.25em;
	background: url(../images/Q.gif) no-repeat;
	padding: 2px 0px 2px 20px;
}
#content dl.faq dd {
	padding-left: 18px;
	background: url(../images/A.gif) no-repeat;
	padding-top: 1px;
}
#content blockquote.callout {
	position: relative;
	background: #f1f1f1;
	margin: 0px;
	padding: 8px 16px 8px 15px;
	font-size: 14px;
	line-height: 17px;	
}
#content blockquote.callout h3 {
    clear: both;
    padding-left: 1.3em;
}
#content blockquote.callout ul li {
	padding-left: 14px;
	background: url(../images/li_red_17.png) no-repeat;
}
#content blockquote.callout ul li ul li {
	padding-left: 14px;
	background: url(../images/li_li_red_17.png) no-repeat;
}
#content ul.nolist li , #content blockquote.callout ul.nolist li{
	background: url(../scripts/none);
	padding: 0px;
	margin: 0px;
}

.extra-height{
	line-height:2em;
}

blockquote.quote {
	font-style: italic;
	text-align: justify;
	margin: 1em 2.5em;
	background: url(../images/quote_open.png) no-repeat;
	padding-top: 1em;
}
blockquote.quote p {
	margin: 1em 2em;
	padding: 0px;
}
blockquote.quote .source {
	float: right;
	font-style: normal;
	margin-top: -1em;
}




.width_wrapper {
	text-align: left;
	width: 880px;
	margin: auto;
}


#logo {
	position: absolute;
	margin: 17px 3px;
}


#video_wrap {
	height: 200px;
	width: 300px;
	color: #f1f1f1;
}
.video_frame {
	background: url(../images/video_frame.png) no-repeat;
	height: 386px;
	width: 534px;
	margin-bottom: 1.5em;
}
.video_inside{
	height: 386px;
	width: 534px;
	left: 16px;
	top: 16px;
	position: relative;
}
.video_playlist_frame {
	background: url(../images/video_playlist_frame.png) no-repeat;
	height: 440px;
	width: 534px;
	margin-bottom: 1.5em;
  padding-bottom: 17px;
}
.video_playlist_inside{
	height: 406px;
	width: 500px;
	left: 17px;
	top: 17px;
	position: relative;
}

#left #google_translate_element {
	margin: 1em 0;
	text-align: center;
}

.service-entry{
	position: relative;
	overflow: hidden;
	margin-bottom: 1em;
}
	

.float-lt {
	float: left;
	margin: auto 1em 0.35em auto;
	position: relative;
}
.float-rt {
	float: right;
	margin: auto auto 0.35em 1em;
	position: relative;
}

.float-rt-img{
	float:right;
	margin-right:3em;
}

.border-1px {
	border: 1px solid #000;
}

table {
	font-size: 1em;
	text-align: left;
}
table.dot-sep {
	width: 300px;
}
table.dot-sep tr {
	background: url(../images/dot.gif) repeat-x left bottom;
}
table.dot-sep td {
	padding-top: 2px;
}
table.dot-sep span {
	background: #fff;
	padding: 2px 0.2em 2px 0;
}

.contact_info, .contact_title {
	float: left;
}
.contact_info {
	border-left: 1px solid #848484;
	padding: 6px 6px 66px;
	font: 12px/18px "Times New Roman", Times, serif;
	color: #535353;
}
.contact_info a, .contact_info a:link, .contact_info a:visited {
	color: #535353;
}
.contact_info a:hover, .contact_info a:active {
	color: #d2232a;
}

.contact_title {
	margin: 44px -2px 0 0;
}


#footer {
	clear: both;
	background: #f4f1ee;
	border-top: 1px solid #ece9e7;
	border-bottom: 1px solid #ece9e7;
	text-align: center;
	font-size: 0.9em;
}
#footerlinks  {
	margin: 1em;
}
#footerlinks a  {
	margin: 0px 0.5em;
	text-transform: uppercase;
}

/* Web Design Link */
#riwd {
	text-align: center;
	background: #f4f1ee;
	padding: 3px;
	font: 0.85em Verdana, Geneva, sans-serif;
}
.pdf-small {
	line-height: 20px;
	background-image: url(../images/icons/pdficon_small.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
}

.doc-small {
	line-height: 20px;
	background-image: url(../images/icons/word_small.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
}

.fm {
	text-align: center;
	margin-top: 40px;
}

.left-links {
    font-weight: bold;
	margin-top: 40px;
	text-align: center;
}
.left-links ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
.left-links ul li {
    margin-bottom: 1em;
}

.slideshow {
  background: #eee;
  height: 350px;
  width: 630px;
  margin: 0 0 25px;
  overflow: hidden;
  position: relative;
}
.slideshow .slides {
  height: 350px;
  width: 630px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.slideshow .slide {
  width: 100%;
}
.slideshow .slide img {
  background: #ccc;
  padding: 10px;
}

.toggle {}
.toggle-title {
	color: #0957a4;
}
.toggle-title:hover {
    color: #d2232a;
    cursor: pointer;
}
.toggle-content {}

.column-wrap, .two-column {
  position: relative;
  overflow: hidden;
}
.two-column .left, .two-column .right {
  display: inline;
  float: left;
  margin: 0 1% 0 0;
  width: 49%;
}
.two-column .right {
  float: right;
  margin: 0 0 0 1%;
}

#content .tabs-container {}
#content .tabs-container ul.tabs {
  display: block;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0 0 25px;
}
#content .tabs-container ul.tabs li {
  background: transparent;
  list-style: none;
  margin: 0 6px;
  padding: 0;
  float: left;
  font: normal 34px/1 Arial, Helvetica, sans-serif;
  text-align: center;
  width: 200px;
}
#content .tabs-container ul.tabs li a {
  text-decoration: none;
  color: #d2232a;
  display: block;
}
#content .tabs-container ul.tabs li a:hover, #content .tabs-container ul.tabs li.active a { color: #0957a4; }
#content .tabs-container ul.tabs li a span.tab-more {
  color: #0957a4;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
  text-transform: lowercase;
}
#content .tabs-container ul.tabs li a span.tab-more span.less { color: #d2232a; }
#content .tabs-container .tab-content {
  border-top: 5px solid #ccc;
  position: relative;
  padding-top: 25px;
}

