/* CSS
Designer: Jell Creative
Client: Reynold Ducasse
Created: 07.15.08
Modified:
*/
/* Global Defaults
=====================================================================*/
body,div,ul,li,h1,h2,h3,h4,h5,form,fieldset,input,p,table,tr,th,td,embed,object{ margin:0px;padding:0px; }
ul,li,h1,h2,h3,h4,h5,p{font-family: Arial, Helvetica, sans-serif;}
table{ border-collapse:collapse;border-spacing:0; }
fieldset,img,abbr{ border:0; }
img, h1,h2,h3,h4,h5,h6,strong,var{ font-style:normal;font-weight:normal; }
ul { list-style:none; }
div { text-align: left;}
a,ins{ text-decoration:none; }
strong { font-weight: bold; }

/* Global Elements
=====================================================================*/
html{
	width:100%;
	height:100%;
}

body,html {
	background-color: #CCCCCC;
	text-align: center;
	margin:0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center;

}

.banner{
	clear:left;
	width:921px;
	height:166px;
	background-image:url(images/home_banner.jpg);
	background-repeat:no-repeat;

float: left;
}
.banner2{
	clear:both;
	width:921px;
	height:166px;
	background-color:#330066;
	background-image:url(images/lloyd_banner2.jpg);
	background-repeat:no-repeat;
}

#bannerQuote{
	width:550px;
	padding:25px 0px 0px 260px;
}

#bannerQuote h1{
	color:#fff;
	font-size:20px;
	text-transform:none;
	line-height:1.5em;
}
#bannerQuote h2{
	color:#fff;
	font-size:27px;
	text-transform:uppercase;
	line-height:37px;
	padding-top: 20px;
}

.bannerAttribute{
	color:#fff;
	font-size:12px;
	text-transform:none;
	text-align:right;
	line-height:1.5em;
}

/*navigation START*/
.nav{
	float:right;
	width:660px;
	padding:0px;
	margin:0px;
position: relative;
z-index:100;
}
.nav ul{
	list-style: none;
	padding: 0px;
	margin:50px 0px 0px 0px;
	float: right;
}
.landing.nav ul {
	margin:35px 0px 0px 0px;
}
.nav ul li {
	font-size:11px;
	letter-spacing:0.1em;
	color: #999999;
	float: left;
}
.nav ul li a:link {
	color: #999999;


}
.nav ul li a:visited {
	color: #999999;
}
.nav ul li a:hover {
	color: #330099;

}
span.spacer{
	padding: 0px 14px 0px 14px;
	color: #999;
}
#current a{
color: #330066;
}

.nav ul li.book{
	position:relative;
	top:-13px;
	width:170px;
	margin-left:15px;
	
}


a#book_lloyd_top  {

	display: inline-block;
	/*float: right; */
	padding: 10px 18px;
	padding-bottom: 9px;
	border-radius: 4px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background: #7aa545;
	border: 1px solid #7aa545;
	color: #fff;
	/*margin-top: -13px;*/
	
	width:168px;
	text-align:center;
	padding: 10px 0px;
	
	/* chrome needs: */;
	/*margin-top: -25px; */
	
	/*position: absolute;  */
	
	}

.dd{
	width:170px;
	top:0px;
	/*display:none;*/
	position: absolute;
	left: -999em;
	}

/*.nav ul li.book:hover .dd{
	display:block;
	left:auto;
}	 */
.dd.show{
	display:block;
	left:auto;
	
}
.nav ul li .dd li{
	display:block;
	float:none;
	
}
.nav ul li .dd li.line a{
	border-bottom:solid 1px #a4ce70;
	margin-top:4px;
	
}

.nav ul li .dd li a{
	display:block;
	text-align:center;
	color:#fff;
	font-size:14px;
	padding:12px 0px;
	-webkit-transition: background-color .3s ;
		 -moz-transition: background-color .3s ;
		  -ms-transition: background-color .3s ;
		  -o-transition: background-color .3s ;
		  transition: background-color .3s ;
	 background-color:#90bc5a;
	 letter-spacing:0px;
	 
	}

.nav ul li .dd li a:hover{
	background-color:#84b04e;
	
}






/*navigation END*/


/*Main content styles START*/
.container{
	margin: 0px auto 0px auto;
	width: 921px;
	padding:0px 20px 0px 20px;

}
.topcontent{
	float:right;
	padding:0px 0px 21px 0px ;
	*float: none;
	*margin-bottom: 20px;
}
.logo{
	padding: 20px 0px 0px 0px;
	width:auto;
	float:left;
}

.main {
clear:both;

}
/*LEFT COL*/
.leftcol{
	margin:20px 0px 0px 0px;
	padding:0px 20px 0px 0px;
	width: 228px;
	float:left;
}

.leftcol p{
	font-size: 17px;
	margin:0px;
	padding:0px;
	line-height:24px;
	color: #999999;
	font-style:oblique;
	text-align: right;
}
.leftcol p.small{
	font-size: 12px;
	color: #666;
	width:auto;
	text-align:left;

}
.leftcol p.attribute{
	font-size: 11px;
	margin:0px;
	padding:0px 0px 0px 12px;
	line-height:16px;

}

/*MIDDLE COL*/

.middlecol{
	width: 383px;
	border-right:#999999 1px solid;
	border-left:#999999 1px solid;
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 0px 20px 0px 20px;

}

/*RIght COL*/
.rightcol{
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	width: 228px;
	float:left;
	text-align:center;
}
img {
	font-size: 10px;
	line-height: 13px;
	color: #333333;
}



/* Typographic Elements
=====================================================================*/

h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #330066;
	line-height: 24px;
	margin-bottom: 7px;
}
h2 {
	font-size:17px;
	line-height: 25px;
	color: #79a644;
	margin-bottom: 6px;
}
h3 {
	font-size:13px;
	line-height: 20px;
	color: #330066;
	margin-top: 10px;
	font-weight:bold;
}

p {
	font-size: 13px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 10px;
}

p a:link, p a:visited {
	color: #330066;
}

p a:hover {
	color: #333333;
}
.bodyIndent {
	text-align: right;
	padding-bottom: 20px;
	margin: 0px;
	line-height: 20px;
}
.quote {
	font-weight: bold;
	text-indent: -7pt;
	padding: 0px 0px 5px 10px;
	margin: 0px;
}

a,  a:link,  a:visited{
	color: #330066;
}

a:hover{
	color: #666666;
}
.spaceafter {
	margin-bottom: 20px;
}

.green{
	background-color: #79a644;
	padding: 14px;
	margin:0px;
}
.green h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 0px;
	letter-spacing: 0px;
	font-weight: bold;
	margin: 0px;
}
#list {
	padding:0px;
	margin:0px;
	background-color: #EBEBEB;
}
#list ul {

	margin:0px;

}

#list li {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background-image: url(images/green_bullet.gif);
	background-repeat: no-repeat;
	background-position: 14px 1em;
	/*_background-position: 14px 1.2em;
	*background-position: 14px 1.2em;*/

	border-top: 1px solid #ffffff;
	padding: 6px 14px 6px 24px;


}
#A, #B, #C, #D, #E{
display:none;


}


.contentreveal {
	/*position: absolute;
	visibility: hidden;*/
	width: 228px;
}
.showing {
	visibility: visible;
}
.hidden {
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	display: none;
}
/* List Elements
=====================================================================*/

ul.bullet_arrow  {
	margin-top: 20px;
	margin-bottom:20px;
}

ul.bullet_arrow li {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
	background-image: url(images/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.3em;
	text-align: left;
	padding:0px 0px 0px 20px;
	margin-bottom: 7px;
}
ul.bullet_arrow li a, ul.bullet_arrow li a:link, ul.bullet_arrow li a:hover{
	color: #330066;
}



#bulletList ul li{
	padding-left:13px;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	font-size: 13px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 6px;

}

/* Footer
=====================================================================*/

#footer {
	clear:both;
	padding:50px 0px 10px 0px;
	margin-bottom:10px;
	height:30px;
}
#footer p{
	color: #999999;
	width: 250px;
	font-size: 10px;
	line-height:14px;
	text-align: right;
	float: right;
}
#footer p a:link, #footer p a:visited{
color: #999999;
}
#footer p a:hover{
color: #330066;
}

#top_images {
	float: left;
	margin-right: 20px;
	border:none;
}
#footer_logos {
	padding: 20px 0px 10px 0px;
	border-top: 1px solid #e0e0e0;
	display: none;

}
#logo_text {
	color: #333333;
	width: 265px;
	font-size: 12px;
	line-height:12px;
	text-align: left;
	float: left;
}
#all_logos {
	float: right;
	width: 655px;
}
#logos_list{
	height: 66px;
	margin-bottom: 25px;
	margin-top: 5px;
}
#logos{ /* image links */
	height: 66px;
	float: left;
	width: 190px;
	text-align:center;
}
#dreamshaper{ /* image links */
	height: 66px;
	float: left;
	width: 250px;
	margin-left: 10px;
	text-align:center;
}
#lastFooterLink {
	float: right;
}
#firstFooterLink{
	float: left;
	width: 120px;
}
#logo_images {
	margin-left: 2px;

}
span.pipe{

padding: 0px 6px 0px 6px;
color: #999;
}

.logo_row{
	float:left;
	display:inline;
	width: 655px;
	margin-bottom: 25px;
	margin-top: 5px;
	}
.logo_row li{
	float:left;
	display:inline;
	width:180px;
	text-align:left;
}
.logo_row li a{
	display:inline-block;
}




/* FORM AREA
=========================================================================*/



.formgreen2 {
	font-size: 11px;
	color: #79a644;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.formgreen {
	font-size: 11px;
	color: #79a644;
	font-family: Arial, Helvetica, sans-serif;
}
.formtxt {
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 9px 9px 0px;
}
.formfill {
	margin: 0px;
	padding: 0px 11px 9px 0px;
}

.formtitle {
	padding: 0px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-align: left;
	letter-spacing: .1em;
	margin: 0px 0px 8px;
}
form {
	margin: 0px;
	padding: 0px;
}
.valname2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 12px;
	font-weight: normal;
	display:inline;
	padding: 0px;
}
.greenstar {
	color:#79a644;
}
.bold {
	font-weight: bold;
}

.formalert {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-align: left;
	letter-spacing: .1em;
	margin: 0px 0px 8px;

	line-height: 13px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
}
#required {
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	display: none;
	}
#logo_container{
float:left;
margin:10px 0px 0px 0px;
}
#logo_container img{
float:left;
margin-bottom:20px;
}


.middlecol li{
font-size: 12px;
line-height:22x;
padding:2px 0px 2px 0px;
}
.middlecol li ul{
padding:0px 0px 0px 15px;
}






#lloyd_2col {
	float: left;
width: 100%;
background: url(/images/lloyd_lg.jpg) 38px bottom no-repeat;
margin-top: 25px;
}

#twocol_right {
float: right;
width: 430px;
margin-right: 20px;
padding-top: 25px;
padding-bottom: 50px;
}

#twocol_right h1 {
	font-size: 24px;
	font-weight: bold;
	text-transform: none;
	line-height: 30px;
}

#twocol_right p {
font-size: 16px;
line-height: 26px;
}

.lb_btns .btn {
	display: block;
	float: left;
	padding: 18px 30px;
	padding-bottom: 16px;
	border-radius: 4px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	outline: 0;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
#book_lloyd_top {
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
#contact {
	padding: 0 20px;
	color: #fff;
	padding-bottom: 45px;
	float: left;
	width: 930px;
}
#contact p,
#contact h1 {
	color: #fff;
}
#contact h1 {
	font-size: 24px;
	font-weight: bold;
	text-transform: none;
}
#contact p,
.form_row,.form_row label, .form_row textarea {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 26px;
}
.lb_btns .btn.blue-outline {
	background: #fff;
	color: #777;
	border: 1px solid #777;
}
.lb_btns .btn.blue-outline:hover {
	color: #2f3285;
	border: 1px solid #2f3285;
}
#twocol_right a.btn.green {
	background: #7aa545;
	border: 1px solid #7aa545;
	color: #fff;
	float: right;
}
#twocol_right a.btn {
	margin-top: 10px;
}
#contact_wrap {
	float: left;
width: 963px;
background: #7aa545;
position: relative;
margin-left: -21px;
}
#contact_wrap{
(;width: 964px;);
}
#contact_right {
	float: right;
	padding-top: 40px;
	padding-right: 20px;
	width: 430px;
}
#contact_left {
	float: left;
	padding-left: 20px;
	padding-top: 35px;
	width: 430px;
}
#contact_right .form_row {
	float: left;
	width: 100%;
	clear: both;
}
#contact_right label {
	float: left;
	display: block;
}
#contact_right input[type="text"],
#contact_right textarea {
	float: right;
	border: 0;
	background: #fff;
	padding: 10px 14px;
	padding-bottom: 8px;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 17px;
	width: 330px;
}
#contact_right textarea {
	height: 88px;
}
#contact_right .form_row label {
	font-size: 12px;
	text-transform: uppercase;
padding-top: 8px;
}
#contact_right #radios {
	float: left;
	margin-left: 72px;
	clear: both;
	width: 358px;
padding-top: 10px;
padding-bottom: 17px;
}
#contact_right #radios input,
#contact_right #radios label,
#contact_right #radios p {
	float: left;
	text-transform: none;
	font-size: 14px;
	line-height: 24px;
	padding-top: 0;
	padding-bottom: 0;
	display: block;
}

#contact_right #radios input {
	margin-left: 15px;
	margin-top: 5px;
}
#contact_right #radios label {
	margin-left: 5px;
}
.lb_btns .btn.white-outline {
	color: #fff;
	padding-top: 25px;
	padding-bottom: 23px;
	border: 1px solid #fff;
	background: #7aa545;
	width: 175px;
	font-size: 18px;
	font-weight: normal;
	margin-left: 72px;
	cursor: pointer;
	*margin-top: 10px;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {

	/*a#book_lloyd_top  {

	margin-top: -25px;
	}*/
}
.lb_btns .btn.white-outline:hover,
#twocol_right a.btn.green:hover,
a#book_lloyd_top:hover {
	background: #709941;
	/* border: 1px solid #709941; */
	color: #fff;
}
span.help-block {
width: 100%;
float: left;
font-size: 14px;
display: block;
position: relative;
margin-top: -17px;
margin-left: 72px;
}
#yt_video_wrap img {
	display: block;
	float: left;
}
#contact_left p a {
	color: #fff;
	text-decoration: underline;
}

a.green_bar {
background: #79a644;
display: block;
text-align: center;
color: #fff;
font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
font-size: 16px;
padding: 9px;
}
img.home_video_thumb {
	display: block;
}
#yt_video_inner{
	height:518px;
	
}
#yt_video_wrap{
	clear:both;
	
}
