/* Reset Styles */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
/*li{list-style:none;}*/
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}
/* End Reset Styles */


/* Default Styles */
body {
	font-family: Verdana, Arial;
	line-height: 1.6;
	color: #333;
	background-color:#CAE4EB;
	background-image: url('/images/background.png');
	background-repeat: repeat-x;
	font-size:11px;
	text-align:justify;
}

#blogContent ul li
{
	list-style-image:none;
	list-style-position:inside;
	list-style-type:disc;
	margin-left:16px;
	text-indent:-13px;
}

#blogContent ul
{
	padding-bottom: 12px;
	margin-top: 0px;
}

#blogAllContent ul li ul li
{
	list-style-image:none;
	list-style-position:inside;
	list-style-type:disc;
	margin-left:16px;
	text-indent:-13px;
	padding: 0px;
}

#blogAllContent ul li ul
{
	padding-bottom: 12px;
	margin-top: 0px;
}

p
{
	padding-bottom: 9px;
}
a {
	outline:0;
	text-decoration: none;
	font-weight: bold;
	color: #8E489B;
}
a:hover {
	color:#92C741;
}

.commentLink
{
	color: #8E489B !important;
	float:right;
}

h1 {
color:#5B4255;
font-size:22px;
letter-spacing:-1px;
padding-top:15px;
font-family: Arial;
padding-bottom:15px;
}
h2 {
	font-size: 18px;
	font-family: Arial;
	color:#5B4255;
}
h3 {
	color:#5B4255;
	font-family:Verdana;
	font-size:15px;
}
p {
	line-height:1.4;
}
strong {
	font-weight: bold;
}
ul {
	margin-top: 10px;
}

.error {
	color: white;
	font-weight: bold;
	background: red;
	padding: 10px;
	border: solid 1px white;
	text-align: center;
	font-size: 12px;
}

.notice {
	color:white;
	font-weight: bold;
	background: green;
	padding: 10px;
	border: solid 1px white;
	text-align: center;
	font-size: 12px;
}

.clear {
	clear:both;
}
.currency {
	text-align: right;
}

/* Enables Form Submission via Enter Key */
.hiddenSubmit {
display:none;
}

/* End Default Styles */



/* Page Layout */
body {
	width: 1000px;
	margin: auto;
}
#header {
	width: 955px;
	height: 64px;
	background: url('/images/logo.png') no-repeat;
	margin:10px auto;
}
#header a {
	
}
#container {
	margin: 0 auto;
	width: 955px;
}

#menu
{
	width:693px;
	margin-right:auto;
	margin-left:auto;
	height:77px;
}

#menu li{
	list-style: none;
	display: inline;
}

#menu a
{
	display:block;
	float:left;
	height:97px;
}

#home
{
	width:94px;
	background: url('/images/home.png') no-repeat;
}

#allAboutUs
{
	width:96px;
	background: url('/images/all_about_us.png') no-repeat;
}

#whatWeDo
{
	width:102px;
	background: url('/images/what_we_do.png') no-repeat;
}

#ourFolio
{
	width:100px;
	background: url('/images/our_folio.png') no-repeat;
}


#whatOthersSay
{
	width:104px;
	background: url('/images/what_others_say.png') no-repeat;
}

#whatOtherSayContent
{
	height: 390px;
}

#blog
{
	width:98px;
	background: url('/images/blog.png') no-repeat;
}

#sayHello
{
	width:99px;
	background: url('/images/say_hello.png') no-repeat;
}

#subMenus
{
	height:26px;
}

.showSubMenu
{
	height:130px !important;
}

#ourFolioSub a, #whatWeDoSub a
{
	color:#111111;
	font-size:10px;
	height:17px;
	text-align:left;
	font-size:9px;
	width:100%;
}

#ourFolioSub a:visited, #whatWeDoSub a:visited
{
	color:#577F17;
}

#ourFolioSub a:hover, #whatWeDoSub a:hover
{
	color: #5B428A;
}

#ourFolioSub
{
	background: url('/images/our_folio_sub_menu.png') no-repeat;
	width: 137px;
	padding-left:31px;
	padding-top:46px;
	float:left;
	margin-left:314px;
	_margin-left:-375px;
	*margin-left:-375px;
	margin-top:81px;
	height:80px;
	position:absolute;
}

#whatWeDoSub
{
	background: url('/images/what_we_sub_menu.png') no-repeat;
	width: 308px;
	height:80px;
	padding-left:16px;
	padding-top:46px;
	float:left;
	margin-left:-32px;
	_margin-left:-722px;
	*margin-left:-722px;
	margin-top:81px;
	position:absolute;
}

#whatWeDoSub td
{
	padding-right:14px;
}

#weDo ul
{
	display:none;
}

#folio ul
{
	display:none;
}

#homeSpotlight
{
	height:201px;
	padding-left:82px;
	padding-top:19px;
	width:318px;
}

#homeSpotlight a
{
	float:right;
}

#homeFeature
{
	height:198px;
	margin-top:6px;
	padding-bottom:7px;
	padding-left:59px;
	padding-top:7px;
	width:352px;
	float:left;
}

#homeFeature img
{
	margin-bottom:10px;
	margin-left:13px;
	margin-top:-11px;
}

#homeFeature p
{
	margin-top:0;
	margin-left:13px;
	line-height:1;
}

#homeFeature a
{
	background: url('/images/view_our_folio.png') no-repeat;
	width:131px;
	height:29px;
	display:block;
	margin-left:13px;
	margin-top:7px;
}

#homeBlogs
{
	float:left;
	height:213px;
	margin-left:7px;
	margin-top:21px;
	width:509px;
}

#homeBlogs table
{
	margin-left:16px;
}

#homeBlogs table tr th
{
	color:#310F29;
	font-weight:bold;
	width: 85px;
	padding-right:10px;
	text-align:center;
	vertical-align:top;
	line-height:1;
	padding-top:18px;
}

#homeBlogs table tr td
{
	padding-right:9px;
}
.day
{
	font-size:46px;
	font-family: arial;
}

.month
{
	font-size:15px;
}

.readMore
{
	font-size:9px;
	text-align:right;
}

.homeBlogContent
{
	padding-top:11px;
	font-size: 11px;
}

.homeBlogContent h2
{
	font-size: 14px;
	font-weight: bold;
	margin-top:6px;
}

.background
{
	width: 955px;
	height:485px;
	margin-top:-13px;
	background: url('/images/background_content.png') no-repeat;
	_margin-top:-48px;
}

.content
{
	float:left;
	height:405px;
	width:626px;
	padding-right:10px;
}

#homeBackGround 
{
	background: url('/images/landing_content.png') no-repeat;
	width: 955px;
	height:485px;
	margin-top:-13px;
}

.folderImg
{
	width:295px;
	height:468px;
	float:left;
	background-position: 9px 12px;
	background-repeat:no-repeat;
}
#folioBackground 
{
	background-image: url('/images/building_brand_value.png');
}

#folioContent p
{
	padding-right:16px;
}

.folioContent
{
	float:left;
	height:453px;
	width:100%;
}

#ourStoryBackground 
{
	background-image: url('/images/pave_your_own_path.png');
}

#whatWeDoBackground 
{
	background-image: url('/images/we_walk_your_talk.png');
}

#sayHelloBackground 
{
	background-image: url('/images/were_all_ears.png');
}

#sayHelloContent
{
	float:left;
	height:453px;
	width:636px
}

#sayHelloContent p
{
	padding-bottom:8px;
}

#holder
{
	float:left;
	width:625px;
}

.webscroll
{
	height:280px;
	width:642px;
	overflow:auto;
}

#frmContact th
{
	padding-right:10px;
}


#freeConsult
{
	background: url('/images/free_consult.png') no-repeat;
	width:131px;
	height:29px;
	display:block;
	margin-top:7px;
	margin-bottom:4px;
}

#blogBackground 
{
	background-image: url('/images/create_a_revolution.png');
}

#blogContent
{
	height:400px;
}

#viewAll
{
	margin-top:-34px;
	float:right;
}

#blogAllContent a
{
	font-weight:bold;
	color: #1f1f1f;
}

#blogAllContent ul li
{
	padding-bottom:25px;
}

#blogAllContent p
{
	padding-bottom:10px;
}

#blogContent p
{
	padding-bottom:10px;
}

#whatOtherSayBackground
{
	background-image: url('/images/inspire_your_audience.png');
}

#whatOtherSayContent a.readMore
{
	display:block;
	padding-bottom:16px;
}

.project tr td a
{
	color:#111111;
	font-size:9px;
}

.greenArrow
{
	padding-bottom:1px;
}

.folioTable
{
	margin-top: 20px;
	width:100%;
	text-align:center;
}	

.project
{
	width:100%;
}

.project tr td
{
	vertical-align: center;
}

.websitePhoto
{
	height: 82px;
}

.websiteLink, .folioLink
{
	padding-bottom:15px;
}

.websiteLink a, .folioLink a
{
	position:relative;
	top:-4px;
}

.hide
{
	display:none;
}
#footer-container {
	margin:auto;
	width:955px;
	text-align:center;
	font-size:11px;
	color:#1111111;
	padding-top:3px;
	clear: both;
}

#footer p
{
	padding-bottom:3px;
}

#footer a
{
	color:#111;
	font-weight:normal;
}

#facebook{
	float:right;
	background:url('../images/find-us-on-facebook.gif') no-repeat;
	width:144px;
	height:44px;
	margin-top:-38px;
	margin-right:20px;
}

#messageSent
{
	color:#5B4255;
	font-weight:bold;
	padding-top:30px;
}

#whatWeDoContent ul
{
	margin-top: -2px;
	margin-bottom: 10px;
}

#whatWeDoContent ul li
{
	list-style-image:none;
	list-style-position:inside;
	list-style-type:disc;
	text-indent:-13px;
	_text-indent:-16px;
	*text-indent:-16px;
	margin-left:16px;
}

#testimonialBackLink
{
	padding:0;
	margin:0;
}

#siteMap
{
	margin-left:16px;
}

#siteMap li ul
{
	margin-left:10px;
	margin-bottom:10px;
}
/* End Page Layout */