/*///////////////*/
/*Universal Reset*/
/*///////////////*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

img, div {behavior: url(images/iepngfix.htc); outline:none;}
/*////////////////////////*/
/*Re-occurring Page Styles*/
/*////////////////////////*/
strong {font-weight:bold}

body{
	background-color:#fff;
	background-image:url(../images/siteBKG.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top center;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
}
acronym{border-bottom: 1px dotted; cursor:help;}
.purple{color:#6c3c94;}  /*the basic hex color for areas like the footer is #639*/
.blue{color:#9f9fce;}
.green{color:#693;}
.grey{color:#e4e4e4;}
.yellow{color:#ffb522;}
.red{color:#900;}
.white{color:#fff;}
.indent{text-indent:1.5em;}
.italic{font-style:italic;}
.subhead{font-size:150% !important;}
.underline{text-decoration:underline;}
#unbold /*for mojoe.html in IE6*/{font-weight:normal !important}
h1{font-weight:normal;}
h2, h3, h4, h5, h6, .header{font-weight:bold;}
.header{font-size:85%}
h3{font-size:90%;}
h4{font-size:90%;}
h5{font-size:90%;}
h6{font-size:86%;}
.clearBoth{clear:both;}
.floatRight{float:right;}
.floatLeft{float:left;}
/*//////////*/
/*Page Style*/
/*//////////*/
#wrapper{
	width:950px;
	height:100%;
	margin:15px auto;
	border:10px solid #000;
	background-color:#fff;
	overflow:auto;
}

.noIndent {
	text-indent: none !important;
	
}

/*100% height and overflow:auto keep everything inside the wrapper in firefox, IE7 and IE8. foe IE6, just do a fixed height and be done w/ it.*/
/*///////////*/
/*Header Area*/
/*///////////*/
#top{
	float:left;
	width:100%;
	height:150px;
	background-image:url(../images/top.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#top img{
	float:left;
	margin-left:20px;
	margin-top:0px;
}

#topnavigation{float:right; display:inline; font-size:80%; margin-top:5px; margin-left:270px;}
.class2{color:#9f9fce; font-size:80%;}
#topnavigation a{color:#9f9fce; text-decoration:none; padding-right:3px;}
#topnavigation a:hover{color:#900;}
.noRight{border-right:none !important;}


#slogan{
	float:left;
	width:685px;
	margin-left:20px;
}

#slogan img{
	float:left;
	clear:both;
	margin-top:30px;
}

#slogan p {
	margin:10px 20px 5px;
	font-size:150%;
	color:#693;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
/*//////////////////*/
/*Navigation Section*/
/*//////////////////*/
#navigation {
	float:left;
	width:100%;
	height:33px;
	margin:0 auto;
	margin-left:-7px;
	text-align:center;
	text-transform:uppercase;
}

#navigation ul{
	float:right;
	background-image:url(../images/navBKG.jpg);
	background-repeat:repeat;
}

#navigation li {
	list-style-type:none;
	display:inline;
	float:left;
	padding:10px;
	width:108px;
}

#navigation a{
	color:#639;
	padding:9px;
	padding-left:25px;
	text-decoration:none;
	font-weight:bold;
}

#navigation a:hover{
	color:#fff;
	padding:9px;
	padding-left:12px;
	text-decoration:none;
	border-left:12px solid #d7e0d5;
	background-color:#639;
}

#Nav1{
	width:70px !important;
	border-left:8px solid #639;
}

#Nav1 a{
	padding:9px;
	padding-left:25px;
	margin-left:-10px;
	text-decoration:none;
}

#Nav1 a:hover{
	padding:9px;
	padding-left:12px;
}

#Nav2{
	list-style-type:none;
	display:inline;
	float:left;
	width:85px !important;
	margin-left:5px;
}

#Nav2 a{
	padding:9px;
	padding-left:22px;
	margin-left:-9px;
	text-decoration:none;
}

#Nav2 a:hover{padding-left:10px;}
#Nav6 a{margin-left:-20px;}
/*//////////////////////////////////*/
/*Portfolio and Top-Half of the page*/
/*//////////////////////////////////*/
#topContent{
	float:left;
	width:936px;
	margin-top:0px;
	font-size:80%;
	background-color:#fff;
	padding:7px;
}

#portfolio{
	height:350px;
	background-image:url(../images/portfolio.jpg);
	background-position:top center;
	border:2px solid #000;
	display:none;
}

#portfolioText{
	float:left;
	width:470px;
	padding:7px;
	line-height:1.4em;
}

#portfolioText img{
	padding:7px;
}

#newsFeed{
	float:left;
	display:inline;
	width:32em;
	padding-left: 5em;
	/* margin:1.5em; Commented Out */ 
	margin-bottom:0em;
/*	background-color:#ded4ad;*/
}

#newsFeed iframe{
	margin-left:1em !important;
}

#googleCall{
	float:left;
	display:block;
	margin:1.5em;
	background-color:#6c3c94;
	background-image:url(../images/background%20Google%20Call.jpg);
	background-repeat:no-repeat;
	width: 28em;
}

#portfolioNoscript{
	float:left;
	width:935px;
	padding:7px;
	line-height:1.4em;
	font-size:.8em;
}

#portfolioText p{margin-top:7px;}

#clientShot{
	float:right;
	/*width:600px;*/
	width:420px;
	height:280px;
	display:none;
}

.slider-wrap								{width: 420px;} /*keeping the position:relative is good in all browsers*/
#img										{display:none; position:absolute; top:-10px; left:453px;}
#img2 img									{display:none; position:absolute; clear:right; top:-5px; left:-30px; /*keep this in the slider-wrap div b/c it's relative position, if it's in a float it looks wrong in IE6*/}
.panel ul									{text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{position: relative; overflow: hidden; width: 420px; height: 280px; }/*big picture*/
.stripViewer .panelContainer				{position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{float: left; height: 100%; position: relative; width: 600px; } /*big picture caption*/
.stripNavL, .stripNavR, .stripNav			{ 	display: none; }
.nav-thumb 									{ 	border: 1px solid black; margin-right: 5px; margin-left:0px;} 
#movers-row									{ 	float:left; margin: 0px 5px 0px 15px; width:920px;}
#movers-row div								{ 	width: 83px; float: left;}
#movers-row div a.cross-link 				{ 	float: left; }
.photo-meta-data							{ 	background-color:#000; /*transparency settings for all browsers*/	filter:alpha(opacity=70);-moz-opacity:0.7;-khtml-opacity: 0.7;opacity: 0.7;/*END transparency settings*/ padding: 10px; height:30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white; } /*caption and its background*/
.photo-meta-data span 						{ font-size: 13px; }
.photo-meta-data a							{ color:#fff; font-weight:bold; text-decoration:none;} /*caption link style*/
.photo-meta-data a:hover					{ text-decoration:underline;}	/*caption link style hover*/
.cross-link									{ 	display: block; width: 62px; margin-top: 14px; margin-right:5px; 
											  position: relative; z-index:0; }
.cross-link img								{ 	width:60px; height:40px;} /*this lets you use the big img as the thumb*/

.panelContainer img{width:420px; height:280px;}
#bigClient{
	float:left;
	width:690px;
	margin:0px 7px 0px 0px;
}

#description{
	float:left;
	width:auto;
	margin-right:7px;
	padding:7px;
	margin-top:21px;
}

#description p{padding:7px; width:auto; margin:7px 0px;}

#picture{
	float:left;
	width:676px;
	height:338px;
	padding:7px;
	background-color:#693;
}

#clientList{
	float:left;
	width:100%;
	height:100%;
}

.client{
	float:left;
	display:inline;
	width:288px;
	margin-right:6px;
	margin-top:7px;
	border:3px solid #693;
	background-color:#bdd074;
	padding:7px;
}

.hosting{
	float: right;
	display:inline;
	width:230px;
	margin-right: 50px;
	margin-top:7px;
	border:3px solid #6c3c94;
	background-color: #FFFFFF;
	padding:7px;
}

#message{margin-top:-60px;}
.client a, .last a, #otherSites a{color:#416200 !important;}
.client a:hover, .last a:hover, #otherSites a:hover{color:#639 !important;}

.last{
	float:left;
	display:inline;
	width:288px;
	border:3px solid #693;
	margin-top:7px;
	margin-right:none;
	padding:7px;
	background-color:#bdd074;
}

.clientHead{color:#416200/*6c3c94*/; font-size:160%; font-weight:bold;}
#clientList img{float:left; display:inline; clear:right; width:285px; height:175px; margin:7px 0px 14px; border: 1px solid #000;}
#otherSites{
	float:right;
	display:inline; 
	width:225px; 
	height:auto; 
	background-color:#bdd074;
	border:3px solid #693;
}

#contactPanel{
	float:left;
	display:inline; 
	width:388px; 
	height:auto; 
	background-color:#bdd074;
	border:3px solid #693;
	margin-left:13px;
	color:#416200;
	margin-bottom:25px;
}

#otherSites li, #contactPanel li{margin:7px; padding:7px; padding-top:0px; border-bottom:1px solid #693;}
.siteLast{border-bottom:none !important; padding:0px !important; margin-left:14px !important;}
currentSite a{color:#639 !important;}

#folioBKG{
	float:left;
	display:inline;
	width:935px;
	background-image:url(../images/portfolio.jpg);
	background-position:top center;
}

/*//////////////////////////////////*/
/*//////////////MAP PAGE////////////*/
/*//////////////////////////////////*/

#map{float:left; display:inline; width:640px;border:3px solid #693; margin:7px;}
#directions{float:left; display:inline; width:260px; margin:7px 0px;}
.directionsHead{float:left; display:inline; width:100%; font-size:120%; background-color:#6c3c94; color:#fff; font-weight:bold;}
#directions p{padding:7px !important; width:100%; font-size:90%;}

/*//////////////////////////////////*/
/*Page divider||Secondary navigation*/
/*//////////////////////////////////*/
#divider{
	float:left;
	width:100%;
	height:20px;
	background-image:url(../images/divider.jpg);
	background-repeat:repeat;
	background-position:top left;
	border-top: 1px solid #afa3ad;
	border-bottom: 1px solid #afa3ad;
	margin-top:7px;
}

#divider p{padding:7px;}

#share{padding-top:2px;}
#bookmark{float:right; width:171px; margin-top:-25px; margin-right:4px;}
/*//////////////////////*/
/*Lower Part of the page*/
/*//////////////////////*/
#lowerPart{
	float:left;
	width:100%;
	height:auto;
	background-image:url(../images/lowerPart.jpg);
	background-repeat:repeat;
	background-position:0px 0px;
}

#services1, #services2, #services3{
	float:left;
	width:297px;
	height:auto; /*determines height of frame and content box*/
	margin:0px 7px 12px 7px;
	border:1px solid #000;
	line-height:130%;
	display:inline;	/*set to fix floated div break in IE6*/
	
}

.serviceLink{text-align:center; font-weight:bold;}
.serviceLink a{text-decoration:none; font-size:110%;}
.serviceLink a:hover{text-decoration:underline;}
/*//////////////////////////*/
/*Services background colors*/
/*//////////////////////////*/
#services1{background-color:#fc6;}
#services2{background-color:#933;}
#services3{background-color:#639;}
#services2, #services3{margin-left:12px;}
#services1 p, #services2 p, #services3 p{padding:7px; font-size:76%;}

.serviceHead{
	width:auto;
	height:1em;
	background-color:#fff/*#933*/;
	color:#fff;
	padding:7px;
	font-size:130%;
}

.serviceHead img{float:left;width:25px; height:26px; display:inline;margin-right:7px; margin-top:-3px;}

#colorLEFT{
	background-color:#ffb522; 
	border-bottom:1px solid #000; 
	color:#4c0099;
}

#colorMIDDLE{
	background-color:#900;
	border-bottom:1px solid #000;
	color:#fff;
}

#colorRIGHT{
	background-color:#4c0099;
	border-bottom:1px solid #000;
}
	
#services1 p{color:#4c0099;}
#services2 p, #services3 p{color:#fff;}
#services1 a, #services2 a, #services3 a{font-weight:bold; text-decoration:none;}
#services1 a:hover, #services2 a:hover, #services3 a:hover{text-decoration:underline;}

/*/////CONTACT PAGE////*/
#float{float:left; display:inline; width:935px;}
.contact{width:215px; float:left; dislay:inline; padding-left:14px; margin-bottom:10px; /*can't do auto width b/c IE6 messes up*/}
.quoteContact{
	width:335px;
	float:left;
	dislay:inline;
	padding-left:19px; /*can't do auto width b/c IE6 messes up*/
}
fieldset{ /*same styles as mainBody p from other pages*/
	width:auto;
	color:#000;
	font-size:12px;
	line-height:1.6em;
	padding:7px;
}

input{margin:7px; margin-left:0px;}
input:hover, textarea:hover{background-color:#693; color:#fff;}
input, textarea {border:1px solid #693;}
#phone, #email, #other{border:none; width:16px; height:16px; margin:0px;} 

/*add a width, height, padding and margin to the checkboxes for IE6 &7*/
/*/////////////////////*/

/*//////////////////////////*/
/*FOOTER AND FOOTER SECTIONS*/
/*//////////////////////////*/
#footer{
	float:left;	
	display:inline;
	width:950px;
	background-color:#e4e4e4;
	font-size:80%;
	margin-top:7px;
}

#footer2 {
	font-size: 85%;
	color: #900;
	width: 546px;
	margin-top:15px;
	padding-top: 3px;
	border-top: 1px dotted #6c3c94;
}

#section1, #section2{
	float:left;
	display:inline;
}

#section1{
	width:546px;
	height:106px; /*determinese footer border's line-height*/
	padding:7px;
}

#section1 p{padding:2px;}

#section1 img{
	float:left;
	margin-right:8px;
	width:65px;
}

#section2{
	border:none;
	background-image:url(../images/footerRIGHT.jpg);
	background-repeat:repeat;
	background-position:top left;
	width:375px;
	padding:7px;
	border-left:inset 1px #000;
	font-weight:bold;
	color:#639;
}

#section2 ul{
	float:left;
	color:#639;
	width:122px;/*takes into account the 20px padding created in mojoe.js*/
}

#section2 a{text-decoration:none;color:#639;}
#section2 a:hover{color:#933;}

#section2 li{
	font-size:90%;
	list-style:none;
	text-indent:1em;
	padding:1px;
	font-weight:normal;
}

#section1 p a{color:#639;}
#section1 p a:hover{color:#933;}


/*//////////*/
/*About Page*/
/*//////////*/
.main{
	float:left;
	display:inline;
	width:100%;
	height:auto;
}

.mainBody{
	float:left;
	display:inline;	
	width:100%;
	background-image:url(../images/portfolio.jpg);
	background-position:top center;
}

.mainLeft{
	float:left;
	display:inline;
	width:500px;
}

.mainBody h2, .mainBody h3, .mainBody h4, .mainBody h5, .mainBody h6, .header{margin-left:20px;}

.mainBody p{
	width:auto;
	color:#000;
	font-size:12px;
	line-height:1.6em;
	padding:3px 7px 7px 20px;
}

.mainLeft p{
	width:auto;
	color:#000;
	font-size:12px;
	line-height:1.6em;
	padding:3px 7px 7px 20px;
}


#mainBody2{
	float:left;
	display:inline;
	padding:7px;
	background-image:url(../images/portfolio.jpg);
	background-position:top center;
}

#mainBody2 h1{
	color:#900;
	font-weight:bold;
	margin-top:14px
}

#mainBody2 p{margin-top:3px; margin-bottom:3px;}

.mainHeader{
	width:auto;
	height:26px;
	padding:3px;
}

subHeader{
	width:500px;
	font-size:130% !important;
	padding-left:7px;
}

.mainHeader img{
	width:24px;
	float:left;
	margin-right:7px;
}

.mainBody a, #portfolioText a{color:#639; font-weight:bold; text-decoration:none;}
.mainBody a:hover, #portfolioText a:hover{color:#000; font-weight:bold; text-decoration:none;}

#quote{
	float:right; 
	font-size:160%; 
	width:280px;
	margin-right:50px;
	margin-bottom:-150px; /*gets rid of white space created in IE6&7*/
	font-style:italic;
	padding:7px;
}

#purple{			/*sets the style for the about page header so that mainHeader class can be reusable*/
	background-color:#639;
	color:#fff;
	font-size:180%;
	font-weight:bold;
}

#yellow{			/*sets the style for the design section's pages header so that mainHeader class can be reusable*/
	background-color:#ffb522;
	color:#639;
	font-size:180%;
	font-weight:bold;
}

#red{			/*sets the style for the development section's pages header so that mainHeader class can be reusable*/
	background-color:#900;
	color:#fff;
	font-size:180%;
	font-weight:bold;
}

#grey{		/*sets the style for the hosting section's pages header so that mainHeader class can be reusable*/
	background-color: #e4e4e4/*#BDD074*/;
	color:#639;
	font-size:180%;
	font-weight:bold;
}

#green{		/*sets the style for the hosting section's pages header so that mainHeader class can be reusable*/
	background-color: #693/*#BDD074*/;
	color:#fff;
	font-size:180%;
	font-weight:bold;
}

.lightgreen{		/*sets the style for the hosting section's pages header so that mainHeader class can be reusable*/
	background-color:#BDD074;
	color:#fff;
	font-size:100%;
	font-weight:bold;
}

#adobe{
	float:right; 
	display:inline;
	width:400px;
	margin-top:28px;
}

#adobe img{margin:7px; margin-left:14px;}

/*///////////*/
/*Client Page*/
/*///////////*/

.pastSites{float:left; display:inline; width:300px; margin-bottom:7px; margin-top:7px;}
.pastSites p{line-height:.5em;}
#pastSites2{float:left; display:inline; width:250px; padding-bottom:14px; margin-top:-170px; margin-left:270px;}
#pastSites2 p{line-height:.5em;}
#pastSites3{float:left; display:inline; width:250px; padding-bottom:14px; margin-top:-170px; margin-left:380px;}
#pastSites3 p{line-height:.5em;}

/*////////////////////*/
/*////////////////////*/
/*////////////////////*/

#whyUs{
	float:right; 
	display:inline;
	width:400px;
	height:380px;
	margin-top:21px;
	margin-left:20px;
}

.whyHead{
	background-color:#6c3c94;
	border:3px solid #6c3c94;
	font-weight:bold;
	color:#fff;
	font-size:130%;
}

.whyBody{
	
	color:#000;
	height:auto;
}

#whyUs ul{margin-left:20px;}
#whyUs li{padding:7px 20px 7px 20px; list-style-type:square; list-style-position:inside;}


#free a{color:#6c3c94; text-decoration:none; margin:7px; padding:20px;}
#free a:hover{color:#000; text-decoration:underline;}
#free{float:left; display:inline; width:386px; padding:7px;}


/*////////////////////*/
/*///PROCESS PAGE/////*/
/*////////////////////*/

#inProcess{
	float:left;
	display:inline;
	width:400px;
	margin-left:20px;
	margin-top:21px;
}

#inProcess img{	margin:7px 0px; width:200px; float:left; display:inline;}
	
.inProcessSite{
	float:left;
	display:inline;
	width:400px;
}
.inProcessSite img{border: 2px solid #6c3c94}
#inProcessBody, .inProcessBody{
	float:left;
	display:inline;
	width:195px;
}

.siteMap{
	float:left;
	display:inline;
	width:225px;
	margin-left:7px;
}

.siteMapHead{
	background-color:#6c3c94;
	border:3px solid #6c3c94;
	font-weight:bold;
	color:#fff;
	font-size:130%;
	margin-top:7px;
}

.siteMap ul{
	margin:7px;
	font-size:120%;
}

#fourText{
	float:right;
	display:inline;
	width:537px;
	text-align:right;
	margin-top:-90px;
}

#fourHead{
	color:#6c3c94;
	font-size:400%;
	font-weight:bold;
	width:100px;
}

#fourText a{color:#6c3c94; text-decoration:none; font-weight:bold;}
#fourText a:hover{color:#000; text-decoration:underline;}

/*logo page*/
.logo{
	float:left;
	display:inline;
	width:208px;
	margin-right:6px;
	margin-top:7px;
	border:3px solid #693;
	background-color:#bdd074;
	padding:7px;
}
.logo img{
	margin-left:.5em;
	background-color:#fff;
	border:1px solid #693;
}

.logoHead{
	float:left;
	display:block;
	width:208px;
	margin-bottom:1em;
	color:#416200;
	font-size:160%;
	font-weight:bold;
}
.caption{
	float:left;
	display:block;
	margin-left:5px;
	background-color:#bdd074;
	padding-left:3px;
	width:195px;
	height:170px;
	cursor:default;
}
.caption li{
	float:left;
	display:inline;
	border:none; 
	clear:both;
	margin-top:3px;
}
.caption li img{
	position:relative;
	top: 5px;
	margin-right:10px;
	border:none; 
	width:20px;
	height:22px;
	border:none;
}
.logoImages{
	position:relative;
	clear:left;/*you need this for it to look right in safari*/
	width:215px;
	height:180px;
	overflow:hidden;
}
.logoImages img.front{
	position:absolute;
	top:0px;
	left:0px;
}
/*CMS Page*/
.subheadRed{margin-left:0px !important; margin-top:1em;}
.subheadRed a{
	color:#693;
	font-weight:bold;
	text-decoration:none;
	font-size:1.8em;
}

#facebook { 
	width:30em;
	
}

#facebook a {
	margin: 2px;
	padding: 1px;

}

.TitleFacebook {
	color:#6c3c94;
	padding: .5em 0em .5em 0em;
	font-size: 1.5em;
	

}

#facebooklogo{
	float:left;
	display:block;
	width: 13.5em;
}

#facebooklogo img{
	width:20px;
	height:21px;
}

#facebookFrame{
	float:left;
	display:block;
	width:25em;
	height: 8em;
	padding: .5em;
	border: 1px solid #6c3c94; 
	background-color:#FFFFFF;
}

#facebookFrame2{
	float:left;
	display:block;
	width:30em;
}

#blogCenter {
	font-size: .8em;
	text-align: center;
}

#faq a:link { color:#6c3c94; text-decoration:none}
#faq a:visited { color:#6c3c94; text-decoration:none}
#faq a:hover { color:#900; text-decoration:none}
#faq a:active { color:#6c3c94; text-decoration:none}

#answers a:link { color:#6c3c94; text-decoration:none}
#answers a:visited { color:#6c3c94; text-decoration:none}
#answers a:hover { color:#900; text-decoration:none}
#answers a:active { color:#6c3c94; text-decoration:none}

#blogCenter a{color:#6c3c94; text-decoration:none;}
#blogCenter a:hover{color:#000; text-decoration:underline;}
