
@font-face{
	font-family: Gotham-Light;
	src: url( /css/Gotham-Light.otf );
}

@font-face{
	font-family: Gotham-Book;
	src: url( /css/Gotham-Book.otf ) ;
}

* {
	margin:0;
	padding:0;
}

html, body{
	height:auto;
}

body{
	margin:0;
	font-family:Arial;
	font-size:100%;
	color:#444444;
	background-color:#fff;
}

img{
	border:0px;
}

a{
	color:#e4701b;
	text-decoration:none;
}
a:hover{
	color:#e4701b;
	text-decoration:underline;
}
hr{
	border:0;
	color:#dddddd;
	background-color:#dddddd;
	height:2px;
	width:100%;
	text-align:left;
	margin: 18px 0 0 0;
}

p.title{
	font-size:20px;
	color:#6f6f6f;
	font-family:Gotham-Light, Helvetica, Arial, sans-serif;
	margin:-10px 0 15px 0;
}

p.intro{
	font-size:28px;
	color:#6f6f6f;
	font-family:Gotham-Light, Helvetica, Arial, sans-serif;
	margin:10px 0 10px 0;
}

p.txt_body, ol.txt_body, ul.txt_body{
	font-size:14px;
	color:#4f4f4f;
	font-family:Helvetica, Arial, sans-serif;
	margin:7px 0 7px 0;
	line-height: 18px;

}

p.txt_body_narrow{
	font-size:14px;
	color:#4f4f4f;
	font-family:Helvetica, Arial, sans-serif;
	width:432px;
	line-height: 18px;
}

p.txt_body_people{
	font-size:14px;
	color:#4f4f4f;
	font-family:Helvetica, Arial, sans-serif;
	margin:7px 0 7px 0;
	width:500px;
	line-height: 18px;

}

#container_body, .container_body{
	height:auto !important;
	left:0;
	margin:0 auto;
	min-height:500px;
	padding:0;
	position:relative;
	top:0;
	width:972px;
	/*background-color:#10529e;*/
}

#container_header, .container_header {
	position:relative;
	top:10px;
	width:972px;
}

#shop_mo{
	float:right;
	border:none;
}

#mo_logo{
	float:left;
}

#linebreaker {
	clear:both;
	margin-top:10px;
}


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

#menu_sub01{
	width:100%;
	margin:50px 0 0 0;
}

#list_submenu01{
	margin:7px 0 0 0;
	padding:0;
}

#list_submenu01 li{
	display:inline;
	list-style-type:none;
	padding-right:15px;
}

#content_left{
	width:432px;
	min-height:350px;
}

#content_right{
	float:right;
	width:520px;
}

#content_people{
	float:right;
	margin:0 0 0 0;

}

#content{
	width:100%;
	min-height:350px;
}

#img_rt{
	float:right;
	margin:6px 0 0 0;
}

#img_lt{
	margin:6px 0 0 0;
}

#list_menu01{
	float:right;
	margin:7px 0 0 0;
	width:600px;
	list-style:none;
	height:10px;
}

ul#list_menu01 li{
	float:left;
	margin:0 0 0 20px;;
	padding: 0;
}
ul#list_menu01 a{
	float:left;
	display:block;
	height:15px; /*--Specify height of navigation--*/

}
ul#list_menu01 a:hover{
	background-position:left -15px;
	color:#e4701b;
	border-bottom:1px #ccc solid;
}
.menu01_home a{
	display: block;
	width:42px;
	background-image:url("/images/menu01_home.gif");
}
.home .menu01_home a{
	background-position:left -15px;
}
.menu01_whatwedo a{
	display: block;
	width:83px;
	background-image:url("/images/menu01_whatwedo.gif");
}
.what-we-do .menu01_whatwedo a{
	background-position:left -15px;
}
.menu01_ourwork a{
	display: block;
	width:77px;
	background-image:url("/images/menu01_ourclients.gif");
}
.our-work .menu01_ourwork a{
	background-position:left -15px;
}
.menu01_whoweare a{
	display: block;
	width:82px;
	background-image:url("/images/menu01_whoweare.gif");
}
.who-we-are .menu01_whoweare a{
	background-position:left -15px;
}
.menu01_blog a{
	display: block;
	width:35px;
	background-image:url("/images/menu01_blog.gif");
}
.blog .menu01_blog a{
	background-position:left -15px;
}
.menu01_inthenews a{
	display: block;
	width:80px;
	background-image:url("/images/menu01_inthenews.gif");
}
.in-the-news .menu01_inthenews a{
	background-position:left -15px;
}
.menu01_contact a{
	display: block;
	width:57px;
	background-image:url("/images/menu01_contact.gif");
}
.contact .menu01_contact a{
	background-position:left -15px;
}

.footer_txt{
	font-family:arial;
	font-size:10px;
	color:#444444;
	margin:15px 0 10px 0;
}
.footer_txt a{
	margin-left:15px;
	color:#444444;
	text-decoration:none;
}
.footer_txt a:hover{
	color:#00b6ff;
}

.footer_follow{
	margin:15px 0 10px 0;
	float:center;
}
.footer_bbb{
	float:right;
	margin:15px 0 10px 0;
}

