/* --------------------------------------------------------------

   layout.css

-------------------------------------------------------------- */
body {
	background: #e3eff5 url('/images/topHomeRepeatBg.jpg') repeat-x;
	display: table;
	width: 100%;  
}

body#sec {
	background: #e3eff5 url('/images/topSecRepeatBg.jpg') repeat-x;
	display: table;
	width: 100%;  
}

hr {
	color: #b0c3cc;
	background-color: #b0c3cc;
	height: 1px;
	border: none;
	margin: 0 0 25px 0;
	clear: both;
}

p.borderBottom {
	border-bottom: 1px solid #DEDEDE;
}

.overflow {
	overflow: hidden;
	height: 1%;
}

img.left, p.left { float: left; margin: 0 20px 10px 0;}
img.right, p.right { float: right; margin: 0 0 10px 20px;}

.left { float: left;}
.right { float: right; }
.center { display: block; margin: 0px auto;}

ul {
	margin: 0 0 25px 0;
}

ul li {
	margin: 0;
	padding: 0 0 10px 23px;
	background-image:url('/images/goldCheckmark.jpg');
	background-repeat: no-repeat;
	background-position: 0 4px;
}


/* wrapper
-------------------------------------------------------------- */
div#wrapper {
	width: 940px;
	height: 1%;
	margin: 0px auto;	
	padding: 0px 20px;
	overflow: hidden;
}


/* topNav
-------------------------------------------------------------- */
ul#topNav {
	padding: 13px 0;
}


/* header
-------------------------------------------------------------- */
div#header {
	margin: 0;
	height: 1%;
	overflow: hidden;
	width: 100%;
}

div#headerInfo { 
	width: 940px;
	margin: 20px auto 0 auto;
	padding: 0 25px;
	height: 1%;
	overflow: hidden;
}

div#logo {
	width: 295px;
	float: left;
}

div#phoneInfo {
	width: 230px;
	float: right;
}

div#bigSlider {
	background: transparent url(/images/bigSlider.png) no-repeat;
   	width: 940px;
	height: 396px;
	margin: 10px auto;
	padding: 19px 0 0 20px;
	display: block;
}

div#homeSlider {
	padding: 0;
	margin: 0;
}

div#smallSlider {
	background: url(/images/smallSlider.png) no-repeat;
   	width: 960px;
	height: 240px;
	margin: 24px auto 10px auto;
}

div#smallSlider img {
	margin: 10px 0 0 20px;
}

/* contentWrap
-------------------------------------------------------------- */
div#contentWrap {
	width: 100%;
	background-color: #e3eff5;
	padding: 0 0 40px 0;
}

                                                              
/* featuredVideos
-------------------------------------------------------------- */
div#featuredVideos {
	height: 1%;
	overflow: hidden;
	margin: 0 0 30px 0;
}

div.featuredVideosSection {
	width: 140px;
	overflow: auto;
	margin: 0 20px 0px 0;
	float: left;		
}

div.photo1 span,
div.photo2 span,
div.photo3 span,
div.photo4 span,
div.photo5 span,
div.photo6 span {
	display: none;
}

div.featuredVideosSection.last {
	margin-right: 0;
}

div.photo1 a:link, div.photo1 a:visited {
	display: block;
	width: 140px;
	height: 88px;
	background: transparent url('/images/photo_1.jpg')  no-repeat top;	
}

div.photo1 a:hover {
	background: transparent url('/images/photo_1.jpg')  no-repeat bottom;	
}

div.photo2 a:link, div.photo2 a:visited {
	display: block;
	width: 140px;
	height: 88px;
	background: transparent url('/images/photo_2.jpg')  no-repeat top;	
}

div.photo2 a:hover {
	background: transparent url('/images/photo_2.jpg')  no-repeat bottom;	
}
div.photo3 a:link, div.photo3 a:visited {
	display: block;
	width: 140px;
	height: 88px;
	background: transparent url('/images/photo_3.jpg')  no-repeat top;	
}

div.photo3 a:hover {
	background: transparent url('/images/photo_3.jpg')  no-repeat bottom;	
}
div.photo4 a:link, div.photo4 a:visited {
	display: block;
	width: 140px;
	height: 88px;
	background: transparent url('/images/photo_4.jpg')  no-repeat top;	
}

div.photo4 a:hover {
	background: transparent url('/images/photo_4.jpg')  no-repeat bottom;	
}
div.photo5 a:link, div.photo5 a:visited {
	display: block;
	width: 140px;
	height: 88px;
	background: transparent url('/images/photo_5.jpg')  no-repeat top;	
}

div.photo5 a:hover {
	background: transparent url('/images/photo_5.jpg')  no-repeat bottom;	
}
div.photo6 a:link, div.photo6 a:visited {
	display: block;
	width: 140px;
	height: 88px;
	background: transparent url('/images/photo_6.jpg')  no-repeat top;	
}

div.photo6 a:hover {
	background: transparent url('/images/photo_6.jpg')  no-repeat bottom;	
}


/* content
-------------------------------------------------------------- */
div#content {
   	width: 940px;
	margin: 0 auto;
	padding: 0 20px;
	height: 1%;
	overflow: hidden;
}

div#contentLeft {
	width: 300px;
	float: left;
}

div#contentRight {
	width: 620px;
	float: right;
}


/* subNav
-------------------------------------------------------------- */ 
ul#subNav {
	margin: 0 0 25px 0;
}

ul#subNav li {
	background-image: none;
	margin: 0;
	padding: 0;
}

ul#subNav li a:link, ul#subNav li a:visited {
	display: block;
	width: 263px;
	height: 28px;
	padding: 6px 0 0 37px;
	margin: 0 0 6px 0;
	background-image: url('/images/subNav.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	
}

ul#subNav li a:hover {
	background: url('/images/subNav.jpg') no-repeat 0 -34px;
	color: #FFFFFF;	
	_margin: 0 0 6px 0;
	
}

ul#subNav li a#subNavActive {
	background: url('/images/subNav.jpg') no-repeat 0 -68px;
	color: #FFFFFF;	
}
  

/* footer
-------------------------------------------------------------- */ 
div#footer {
	width: 100%;
	background: #1C566b url('/images/footerRepeatBg.jpg') repeat-x;
}               
 
div#footerContent {
	width: 940px;
	margin: 0 auto;
	padding: 40px 20px;
	height: 1%;
	overflow: hidden;
}

div#footerWrapSection {
	height: 1%;
	overflow: hidden;
	margin: 0 0 40px 0;
}

div.footerSection {
	width: 220px;
	overflow: hidden;
	margin: 0 20px 0px 0;
	float: left;
}

div.footerSection.last {
	margin-right: 0;
}

ul#highlights li {
	margin: 16px 0 0 0;
	padding: 0 0 0 35px;
	line-height: 30px;
}

ul#highlights li.video {
	background-image:url('/images/videoIcon.png');
	background-repeat: no-repeat; 
}

ul#highlights li.gallery {
	background-image:url('/images/galleryIcon.png');
	background-repeat: no-repeat; 
}

p.bna {
	margin-left:70px;
}

ul#highlights li.blogHighlight {
	background-image:url('/images/rss-blog-icon.png');
	background-repeat: no-repeat;  
}

ul#highlights li.testimonials {
	background-image:url('/images/testimonialsIcon.png');
	background-repeat: no-repeat; 
}
 

/* embedVideo
-------------------------------------------------------------- */

div.eVLeft {
	float: left; 
	width: 320px;
	margin: 0 15px 10px 0;
}

div.eVRight {
	float: right; 
	width: 320px;
	margin: 0 0 10px 15px;
}


a#player, a#player2,a#player3 {
	width: 320px; 
	height: 180px; 
	margin: 0 15px 0 0;
	display: block;
}

div.viewAll {
	clear: both;
	margin: 5px 0 0 0;
	padding: 5px;
	display: block;
	text-align: center;
	background-color: #dae8ef;
	font-size: 9pt;
}

/* thankyou
-------------------------------------------------------------- */
.thankYou {
	width: 200px;
}

.middle {
	margin: 0 0 0 10px;
}


/* contactForm
-------------------------------------------------------------- */
div#contactForm {
	background-color: #FFFFFF;
	border: 1px solid #CBDAE2;
	padding: 20px 20px 0px 20px;
}

input#inputTextName, #comment_name, #comment_email {
	width: 158px;
	padding: 5px;
	margin: 0 5px 10px 5px;
	border: 1px solid #CDD9DF;
	background-color: #E4EEF4;
}

input#inputTextEmail, input#inputTextPhone {
	width: 142px;
	padding: 5px;
	margin: 0 5px 10px 5px;
	border: 1px solid #CDD9DF;
	background-color: #E4EEF4;
}                       

textarea {
	clear: both;
	padding: 5px;
	margin: 0 5px 20px 5px;
	border: 1px solid #CDD9DF;
	background-color: #E4EEF4;
	display: block;
	width: 555px;
}

