@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear{
	clear:both;
}


#header-main{
	background:white;
	-moz-box-shadow: 3px 0px 11px grey;
	-webkit-box-shadow: 3px 0px 11px grey;
	box-shadow: 3px 0px 11px grey;
	padding-top:20px;
	padding-bottom:20px;
	width: 100%;
	padding-right:0px; margin-right:0px;
	background-color: rgba(255,255,255,0.90);
	margin:auto;
	position: fixed;
	
}

#header-left{
	margin:0px;
	padding:0px;
}

#header-logo{
	background:url(../img/header-logo.png) no-repeat;
	width: 150px;
	height:102px;
	float:left;
}


#header-right{
	float:right;
}

#phone-number{
	margin-left:523px;
	padding-bottom:5px;
	padding-top:14px;
}

#phone-number h1{
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	padding-top:3px;
	color: #4f1410;
}

#header-tagline{
	padding-left:170px;
}

#header-tagline h4{
	font-family: 'Lora', serif;
	font-size:18px;
	padding-bottom:6px;
	font-style:italic;
	padding-top:8px;
	color: #4f1410;
}



#phone-icon{
	background:url(../img/header-phone.png) no-repeat; top:;
	width:25px; height:27px;
	float:left;
	padding-right:10px;
}

#header-right li{
	float:left;
	padding-top:23px;
	padding-right:15px;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
}

#header-right a{
	text-decoration:none;
	color: #4c4c4c;
	text-transform:uppercase;
	font-weight: 500;
	letter-spacing:1px;
}

#header-right a:hover{
	color: #4f1410;
}


#banner-main{
	background: url(../img/homepage-banner-main.jpg) no-repeat;
	width:1406px; height:400px;
	float:left;
	margin-top:142px;
	margin-bottom:0px;
}

#main-content{
	width:960px;
	margin:auto;
	padding-bottom:80px;
}

#welcome-note{
	float:left;
	padding-bottom:50px;
}

#featured-project{
	float:left;
	padding-bottom:50px;
}


ul.home-bullets-rgt{
	color: #4c4c4c;
	font-family: 'Lora', serif;
	font-size:16px;
	float:right;
	margin-top:0px; padding-top:0px;
	line-height:24px;
	width:300px;
	list-style: disc; 
}

ul.home-bullets-lft{
	color: #4c4c4c;
	font-family: 'Lora', serif;
	font-size:16px;
	float:left;
	margin-top:0px; padding-top:0px;
	line-height:24px;
	width:300px;
	list-style: disc; padding-left:10px; margin-left:10px;
}

#main-content h1{
	color: #4f1410;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:28px;
	font-family: 'Oswald', sans-serif;
	border-bottom:1px solid #898989; padding-bottom:10px;
}

#main-content h3{
	color: #000;
	font-family: 'Lora', serif;
	font-size:18px;
	font-weight:bold;
	padding-top:6px;
}

#main-content h4{
	color: #4f1410;
	font-family: 'Lora', serif;
	font-size:16px;
	padding-top:10px;
	line-height:18px;
}


#main-content p{
	color: #4c4c4c;
	font-family: 'Lora', serif;
	font-size:16px;
	line-height:24px;
	padding-top:15px;
	padding-bottom:25px;
}

.sub-link{
	color:#4f1410;
	font-size:20px;
	text-decoration:none;
}

.sub-link:hover{
	text-decoration:underline;
}

/*-------------DROP DOWN STR-------------------*/		
		
#nav li:hover ul { 
margin:0px;
padding:0px;
display:block;
background:#000;

}	

	.wdsmall {
	width:100px;
	
	}

#children {
display: none;
position:absolute;
width:200px;
z-index:1001;
opacity:0.80;
margin-top:8px;
text-align:left;
top:106px;
}

#children li {
margin:0px;
background:#000;
border:none;
padding-left:10px;
padding-top:5px;
padding-bottom:10px;
border-top:0px;
border-bottom:1px solid #333;


}


#children li a {
padding:8px 0px 8px 2px;
font-size:12px;
text-shadow:none;
color:white;
display:block;
line-height:15px;
font-weight:lighter;
width:200px;
z-index:1001;
border:none;
}

#children li a:hover {
	color: #CCC;
}

/*-------------DROP DOWN END-------------------*/	

#img01{
	background:url(../img/featured-project01.jpg) no-repeat;
	width:227px; height:195px;
	margin-top:20px;
}

#img02{
	background:url(../img/featured-project02.jpg) no-repeat;
	width:227px; height:195px;
	margin-top:20px;
}

#img03{
	background:url(../img/featured-project03.jpg) no-repeat;
	width:227px; height:195px;
	margin-top:20px;
}

#img04{
	background:url(../img/featured-project04.jpg) no-repeat;
	width:227px; height:195px;
	margin-top:20px;
}


.boxes{
	float:left;
	padding-right:15px;
	width:227px;
}

.boxes-rgt{
	float:left;
	padding-left:5px;
}

h2.big-header{
	background: #4f1410;
	color:white;
	border:0px;
	margin-bottom:6px;
	padding:8px;
	padding-left:25px;
	text-transform:uppercase;
	letter-spacing:4px;
	font-size:26px;
	font-family: 'Oswald', sans-serif;
}

.list-lft{
	width:475px;
	float:left;
}

.list-right{
	width:479px;
	float:right;
}

.list-lft li{
	font-size:16px;
	color:#1b1b1b;
	line-height:24px;
	padding:10px;
	padding-left:25px;
	margin-bottom:5px;
	font-family: 'Lora', serif;
}



.list-right li{
	font-size:16px;
	color:#1b1b1b;
	line-height:24px;
	padding:10px;
	padding-bottom:10px;
	padding-left:25px;
	margin-bottom:5px;
	font-family: 'Lora', serif;
}

#individual{
	padding:20px;
}

ul.individual li{
	font-size:16px;
	color:#1b1b1b;
	line-height:24px;
	padding:10px;
	padding-left:25px;
	margin-bottom:2px;
	font-family: 'Lora', serif;
}


li.dark{
	background: #dbdbdb;
}

li.light{
	background: #f2f2f2;
}

footer-top{
	background: #191816;
	padding:15px;
}

ul.footer-links{
	width:960px;
	margin:auto;
}

#footer-bg{
	background: #191816;
	padding:15px;
}

#footer-top li{
	padding-right:20px;
	color: #ffffff;
	display: inline;
	font-size:16px;
	font-family: 'Oswald', sans-serif;
}

#footer-top a{
	color: #ffffff;
	letter-spacing:1px;
	font-weight:100;
	text-decoration:none;
	text-transform:uppercase;
}

#footer-top a:hover{
	text-decoration:underline;
}


#footer-bottom-bg{
	background: #ededed;
	padding:15px;
	padding-bottom:40px;
	padding-top:28px;
}

#footer-widgets{
	width:960px;
	margin:auto;
}

#footer-bottom h1{
	font-size:26px;
	font-family: 'Oswald', sans-serif;
	color: #040404;
	letter-spacing:1px;
	font-weight:100;
}

#footer-bottom h2{
	font-size:14px;
	text-transform:capitalize;
	font-family: 'Oswald', sans-serif;
	color: #626262;
	padding-top:10px;
	line-height:24px;
}

.widget{
	float:left;
	padding-right:135px;
}

.widget-rgt{
	float:left;
	width:250px;
	padding-left:20px;
}


.widget-rgt h2{
	font-size:16px;
	text-transform: lowercase;
	font-family: 'Oswald', sans-serif;
	color: #4c4c4c;
	padding-top:10px;
	line-height:24px;
}

.link-footer{
	font-size:16px;
	color: #4f1410;
}

span.bold{
	font-weight:400;
}

span.colored{
	color: #763b37;
	font-weight:400;
}

#banner-about{
	background: url(../img/about-main-img.jpg) no-repeat;
	width:1961px; height:570px;
	width:100%;
	margin:auto;
}

#banner-sep{
	background: url(../img/sep-img.jpg) no-repeat;
	width:1961px; height:570px;
	width:100%;
	margin:auto;
}

#banner-about-people{
	background: url(../img/people-main-img.jpg) no-repeat;
	width:1961px; height:570px;
	width:100%;
	margin:auto;
}

#banner-ss{
	background:url(../img/ss-main-img.jpg) no-repeat;
	width:1961px; height:570px;
	width:100%;
	margin:auto;
}

#banner-service{
	background:url(../img/service-main-img.jpg) no-repeat;
	width:1961px; height:570px;
	width:100%;
	margin:auto;
}

#banner-contact{
	background:url(../img/contact-main-img.jpg) no-repeat;
	width:1961px; height:570px;
	width:100%;
	margin:auto;
}

#inner-main-content{
	width:960px;
	margin:auto;
	padding-top:50px;
	padding-bottom:50px;
}

#inner-main-content h1{
	color: #4f1410;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:28px;
	font-family: 'Oswald', sans-serif;
}

#inner-main-content p{
	color: #4c4c4c;
	font-family: 'Lora', serif;
	font-size:16px;
	line-height:27px;
	padding-top:15px;
	padding-bottom:20px;
}

#inner-main-content h2{
	color:  #4f1410;
	font-family: 'Lora', serif;
	font-size:22px;
	font-weight:bold;
	padding-top:2px;
}

#about-content-img{
	background: url(../img/about-content-img.jpg) no-repeat;
	float:left;
	margin-top:20px;
	padding-right:40px;
	width:250px; height:97px;
}

#testimonial-big{
	width:920px;
	padding:20px;
	margin:auto;
	margin-top:20px;
	padding-bottom:50px;
	background: #4f1410;
}

#testimonial-big h1{
	color: #fff;
	text-transform:uppercase;
	letter-spacing:3px;
	font-size:38px;
	padding-top:10px;
	text-align:center;
	font-family: 'Oswald', sans-serif;
}

.sidebyside{
	width:450px;
	float:left;
	padding-right:30px;
}

#testimonial-big p{
	color: #fff;
	text-align:center;
	font-family: 'Lora', serif;
	font-size:16px;
	font-style:italic;
	line-height:24px;
	padding-top:15px;
	padding-bottom:25px;
}

#testimonial-big h3{
	color: #fff;
	text-align:center;
	font-family: 'Lora', serif;
	font-size:24px;
	font-weight:bold;
}

#testimonial-big h4{
	color: #fff;
	text-align:center;
	font-family: 'Lora', serif;
	font-size:18px;
}

#inner-tagline{
	float:right;
	width:960px;
	margin:auto;
}

h1.tagline{
	color: #fff;
	background: #000;
	padding:20px;
	width:210px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:40px;
	margin-top:310px;
	margin-left:530px;
	text-align:center;
	font-family: 'Oswald', sans-serif;
}

h1.tagline-ss{
	color: #fff;
	background: #000;
	padding:20px;
	width:480px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:40px;
	margin-top:310px;
	margin-left:230px;
	text-align:center;
	font-family: 'Oswald', sans-serif;
}

h1.tagline-services{
	color: #fff;
	background: #000;
	padding:20px;
	width:190px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:40px;
	margin-top:310px;
	margin-left:520px;
	text-align:center;
	font-family: 'Oswald', sans-serif;
}

h1.tagline-portfolio{
	color: #fff;
	background: #000;
	padding:20px;
	width:200px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:40px;
	margin-top:310px;
	margin-left:510px;
	text-align:center;
	font-family: 'Oswald', sans-serif;
}


.bio-wrapper{
	padding-bottom:10px;
	padding-top:20px;
	border-bottom: 1px solid #bebebe;	
}


.email-links{
	text-decoration:none;
	color: #000;
	margin-top:10px;
	font-family: 'Lora', serif;
	font-size:16px;
	font-weight:bold;
	padding-top:6px;
}

.email-links:hover{
	text-decoration:underline;

}

.bio-wrapper h3{
	color: #4f1410;
	font-family: 'Lora', serif;
	font-size:18px;
	font-weight:bold;
	padding-bottom:8px;
	padding-top:6px;
}



h1.tagline-contact{
	color: #fff;
	background: #000;
	padding:20px;
	width:235px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:40px;
	margin-top:310px;
	margin-left:475px;
	text-align:center;
	font-family: 'Oswald', sans-serif;
}

#comma-left{
	background:url(../img/comma-left.png) no-repeat;
	width:54px; height:41px;
	float:left;
	margin-top:20px;
}

#comma-right{
	background:url(../img/comma-right.png) no-repeat;
	width:54px; height:41px;
	float:right;
	margin-top:20px;
}

ul.inner-bullets li{
	color: #4c4c4c;
	font-family: 'Lora', serif;
	font-size:16px;
	margin-top:0px; padding-top:0px;
	line-height:28px;
	list-style: disc; padding-left:10px; margin-left:20px;
}

ul.inner-bullets-left li{
	color: #4c4c4c;
	font-family: 'Lora', serif;
	font-size:16px;
	margin-top:0px; padding-top:0px;
	line-height:28px;
	list-style: disc; padding-left:10px; margin-left:20px;
}

ul.inner-bullets-left{
	float:left;
	padding-right:160px;
}

ul.inner-bullets-right li{
	color: #4c4c4c;
	font-family: 'Lora', serif;
	font-size:16px;
	margin-top:0px; padding-top:0px;
	line-height:28px;
	list-style: disc; padding-left:10px; margin-left:20px;
}

ul.inner-sub-bullets li{
	color: #4c4c4c;
	font-family: 'Lora', serif;
	font-size:16px;
	margin-top:0px; padding-top:0px;
	line-height:28px;
	list-style: square; padding-left:10px; margin-left:50px;
}

span.bolder{
	font-weight:bold;
	color: #4f1410;
	font-size:18px;
	text-decoration:underline;
	
}

span.bolder-black{
	font-weight:bold;
	color: #000;
	font-size:18px;
}

span.bolder-black-small{
	font-weight:bold;
	color: #000;
	font-size:16px;
}

.contact-form-wrapper{
	float:left;
	width:500px;
	margin-bottom:50px;
}

#first-name, #email-address, #phone{
	width:500px;
	background:#f2f2f2;
	padding:20px;
	margin-bottom:10px;
	border:1px solid #CCC;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-shadow: 2px;
	-moz-box-shadow:  0px 1px 0px #f2f2f2;
	-webkit-box-shadow:  0px 1px 0px #f2f2f2;
	box-shadow: 0px 1px 0px #f2f2f2;
}

#question{
	width:500px;
	min-height:100px;
	background:#f2f2f2;
	padding:20px;
	margin-bottom:5px;
	border:1px solid #CCC;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-shadow: 2px;
	-moz-box-shadow:  0px 1px 0px #f2f2f2;
	-webkit-box-shadow:  0px 1px 0px #f2f2f2;
	box-shadow: 0px 1px 0px #f2f2f2;
}

#contact-form-button{
	background: #191816;
	color:white;
	width:500px;
	padding:20px; padding-top:10px; padding-bottom:10px;
	font-family: 'Oswald', sans-serif;
	font-size:24px;
	border:none;
	text-transform:uppercase;
	letter-spacing:4px;
	float:right;
}

#contact-form-button:hover{
	background: #4f1410;
	cursor:pointer;
}


#social-links{
	float:right;
	width:370px;
}

#fb-btn{
	background:url(../img/fb-off.jpg) no-repeat;
	width:359px; height:69px;
	margin-top:20px;
}

#fb-btn:hover{
	background:url(../img/fb-on.jpg) no-repeat;
	width:359px; height:69px;
	cursor:pointer;

}

#linkdin-btn{
	background:url(../img/linkedin-off.jpg) no-repeat;
	width:359px; height:69px;
	margin-top:20px;
}

#linkdin-btn:hover{
	background:url(../img/linkedin-on.jpg) no-repeat;
	width:359px; height:69px;
	margin-top:20px;
	cursor:pointer;
}


#content-wrapper{
	padding-bottom:20px;
	margin-bottom:25px;
	border-bottom: 4px solid #bebebe;	
}

#content-wrapper h3{
	color: #4c4c4c;
	line-height:24px;
	padding-top:10px;
	font-family: 'Lora', serif;
	font-size:18px;	
}

.portfolio-boxes h3{
	color: #4c4c4c;
	line-height:24px;
	padding-top:10px;
	font-family: 'Lora', serif;
	font-size:18px;	
}

#tier-images{
	margin-top:25px;
	float:left;
	padding-bottom:10px;
}

.row1{
	background:url(../img/row1-1.jpg) no-repeat;
	width:251px; height:240px;
	padding-right:20px;
}

.row1-1{
	background:url(../img/row1-2.jpg) no-repeat;
	width:344px; height:240px;
	padding-right:20px;
}

.row2{
	background:url(../img/row2-1.jpg) no-repeat;
	width:297px; height:240px;
	padding-right:20px;
}

.row2-1{
	background:url(../img/row2-2.jpg) no-repeat;
	width:368px; height:240px;
	padding-right:20px;
}

.row3{
	background:url(../img/row3-1.jpg) no-repeat;
	width:378px; height:240px;
	padding-right:20px;
}

.row3-1{
	background:url(../img/row3-2.jpg) no-repeat;
	width:316px; height:240px;
	padding-right:20px;
}

.row4{
	background:url(../img/row4-1.jpg) no-repeat;
	width:378px; height:240px;
	padding-right:20px;
}

.row5{
	background:url(../img/row5-1.jpg) no-repeat;
	width:342px; height:240px;
	padding-right:20px;
}


.row5-1{
	background:url(../img/row5-2.jpg) no-repeat;
	width:338px; height:240px;
	padding-right:20px;
}


.row6{
	background:url(../img/row6-1.jpg) no-repeat;
	width:341px; height:240px;
	padding-right:20px;
}


.row6-1{
	background:url(../img/row6-2.jpg) no-repeat;
	width:260px; height:240px;
	padding-right:20px;
}


.row7{
	background:url(../img/row7-1.jpg) no-repeat;
	width:438px; height:240px;
	padding-right:20px;
}


.row7-1{
	background:url(../img/row7-2.jpg) no-repeat;
	width:218px; height:240px;
	padding-right:20px;
}


.portfolio-boxes{
	width:250px;
	padding:20px;
	float:left;
	height:455px;
	margin-bottom:20px;
	margin-right:30px;
	border:4px solid #bebebe;
}

.portfolio-boxes:hover{
	border:4px solid #4f1410;
	cursor:pointer;
}

.portfolio-boxes-rgt:hover{
	border:4px solid #4f1410;
	cursor:pointer;
}


.portfolio-boxes-rgt{
	width:250px;
	height:455px;
	margin-bottom:20px;
	padding:20px;
	margin-left:2px;
	float:left;
	border:4px solid #bebebe;
}

.portfolio-boxes-rgt h3{
	color: #4c4c4c;
	line-height:24px;
	padding-top:10px;
	font-family: 'Lora', serif;
	font-size:18px;	
}


.box-img-colomn1-1{
	background:url(../img/colomn1-1.jpg) no-repeat;
	width:250px; height:200px;
	margin-top:15px;
}

.box-img-colomn1-11{
	background: url(../img/featured-image-new01.jpg) no-repeat;
	width:250px; height:200px;
	margin-top:15px;
}

.box-img-colomn1-11-1{
	background: url(../img/featured-image-new04.jpg) no-repeat;
	width:250px; height:200px;
	margin-top:15px;
}

.box-img-colomn1-11-11{
	background: url(../img/featured-image-new07.jpg) no-repeat;
	width:250px; height:200px;
	margin-top:15px;
}

.box-img-colomn1-2{
	background:url(../img/colomn1-2.jpg) no-repeat;
	width:250px; height:200px;
	margin-top:15px;
}

.box-img-colomn1-22{
	background:url(../img/featured-image-new02.jpg) no-repeat;
	width:250px; height:200px;
	margin-top:15px;
}

.box-img-colomn1-22-2{
	background:url(../img/featured-image-new05.jpg) no-repeat;
	width:250px; height:200px;
	margin-top:15px;
}

.box-img-colomn1-22-22{
	background:url(../img/featured-image-new08.jpg) no-repeat;
	width:250px; height:200px;
	margin-top:15px;
}

.box-img-colomn1-3{
	background:url(../img/colomn1-3.jpg) no-repeat;
	width:250px; height:200px;
	margin-top:15px;
}

.box-img-colomn1-33{
	background:url(../img/featured-image-new03.jpg) no-repeat;
	width:250px; height:200px;
	margin-top:15px;
}

.box-img-colomn1-33-3{
	background:url(../img/featured-image-new06.jpg) no-repeat;
	width:250px; height:200px;
	margin-top:15px;
}

.box-img-colomn1-33-33{
	background:url(../img/featured-image-new09.jpg) no-repeat;
	width:250px; height:200px;
	margin-top:15px;
}


.box-img-colomn2-1{
	background:url(../img/colomn2-1.jpg) no-repeat;
	width:250px; height:200px;
	margin-top:15px;
}

.box-img-colomn2-2{
	background:url(../img/colomn2-2.jpg) no-repeat;
	width:250px; height:200px;
	margin-top:15px;
}

.box-img-colomn2-3{
	background:url(../img/colomn2-3.jpg) no-repeat;
	width:250px; height:200px;
	margin-top:15px;
}


.box-img-colomn3-1{
	background:url(../img/colomn3-1.jpg) no-repeat;
	width:250px; height:200px;
	margin-top:15px;
}

.box-img-colomn3-2{
	background:url(../img/colomn3-2.jpg) no-repeat;
	width:250px; height:200px;
	margin-top:15px;
}

.box-img-colomn3-3{
	background:url(../img/colomn3-3.jpg) no-repeat;
	width:250px; height:200px;
	margin-top:15px;
}


.box-img-colomn4-1{
	background:url(../img/colomn4-1.jpg) no-repeat;
	width:250px; height:200px;
	margin-top:15px;
}

.box-img-colomn4-2{
	background:url(../img/colomn4-2.jpg) no-repeat;
	width:250px; height:200px;
	margin-top:15px;
}

.box-img-colomn4-3{
	background:url(../img/colomn4-3.jpg) no-repeat;
	width:250px; height:200px;
	margin-top:15px;
}

.box-img-colomn4-4{
	background:url(../img/colomn4-4.jpg) no-repeat;
	width:250px; height:200px;
	margin-top:15px;
}



#inner-main-content h5{
	color: #4c4c4c;
	line-height:24px;
	font-weight:bold;
	padding-bottom:10px;
	font-family: 'Lora', serif;
	font-size:22px;	
}

#services-img{
	float:right;
	background:url(../img/services-content-img.jpg) no-repeat;
	width:334px; height:300px;
}

#services-img-02{
	float:right;
	background:url(../img/services-img-02.jpg) no-repeat;
	width:334px; height:300px;
}

#services-img-02{
	float:right;
	background:url(../img/services-img-02-gym.jpg) no-repeat;
	width:334px; height:300px;
}

.services-sub-bullets{
	width:428px;
	background: #f8f8f8;
	padding:20px;
	border: 1px solid #d8d8d8;
	margin-right:10px;
	float:left;
}

.services-sub-bullets-rgt{
	width:428px;
	border: 1px solid #d8d8d8;
	background: #f8f8f8;
	padding:20px;
	margin-left:10px;
	float:left;
}

ul.small-bullets-lft{
	float:left;
	font-size:16px;
	color: #4c4c4c;
	line-height:24px;
	padding-top:10px;
	font-family: 'Lora', serif;
}

ul.small-bullets-rgt{
	float:right;
	font-size:16px;
	color: #4c4c4c;
	line-height:24px;
	padding-top:10px;
	font-family: 'Lora', serif;
}