/* remove default browser styles /*

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }


/* my styles */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #555555;
	background-color:#f7f7f7;
}
a{
	color: #555555;
	text-decoration:none;
}
a:hover{
	color: #555555;
	text-decoration:underline;
}

/* header stuff */
#wrapper{
	background-image:url(../gfx/background.gif);
	display: table;
	margin: auto;
	width: 100%;
}
#header{
	background-image:url(../gfx/headerBackground.png);
	background-repeat:repeat-x;
	height: 109px;
	width: 100%;
}
#header h1{
	background-image:url(../gfx/makeSense.png);
	background-repeat:no-repeat;
	width: 700px;
	height: 41px;
	text-indent:-9999px;
	margin: auto;
	position: relative;
	top: 20px;
}
/* navigational stuff */
#header ul{
	width: 700px;
	margin: auto;
	text-align:center;
	color: #666666;
	font-size: 0.8em;
	position: relative;
	top: 47px;
}
#header li{
	float: left;
	margin: auto;
	background-repeat:no-repeat;
}
#header span{
	display: none;
}
#header a{
	display: block!important;
	height: 100%;
}

#nav1{
	background-image:url(../gfx/nav_what.gif);
	width: 50px;
	height: 13px;
}
#nav2{
	background-image:url(../gfx/nav_focus.gif);
	width: 53px;
	height: 13px;
}
#nav3{
	background-image:url(../gfx/nav_who_we_are.gif);
	width: 92px;
	height: 13px;
}
#nav4{
	background-image:url(../gfx/nav_who_you_are.gif);
	width: 96px;
	height: 13px;
}
#nav5{
	background:url(../gfx/nav_maing_sense_for_who.gif);
	width: 158px;
	height: 13px;
}
#nav6{
	background:url(../gfx/nav_contact.gif);
	width: 73px;
	height: 13px;
}
#nav7{
	background:url(../gfx/nav_make_sense_of_this.gif);
	width: 131px;
	height: 13px;
}
/* splash content */
#flashcontent{
	width: 100%;
	text-align: center;
	background-image:url(../gfx/splashBackground.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
#flashcontent p{
	padding-top: 150px;
	font-size: 30px;
	color: #666666;
	text-shadow: #000000;
}
.credit{
	padding-top: 10px!important;
	font-size:12px!important;
	font-style:italic;
}
#mainContentContainer{
	width: 700px;
	margin: auto;
}
#leftColumn{
	width: 340px;
	float: left;
}
#leftColumn p{
	margin-bottom: 11px;
}
#rightColumn{
	width: 330px;
	float: right;
	margin-top: 4px;
}
#rightColumn h3{
	margin-bottom: 7px;
	width: 149px;
	height: 11px;
	background-image:url(../gfx/some_of_our_clients.gif);
	text-indent:-9999px;
	background-repeat:no-repeat;
}
#rightColumn img{
	margin-right: 6px;
}
.makeSenseOfThis{
	margin-top: 9px;
	background-image:url(../gfx/make_sense_of_this.gif)!important;

}
/* footer styles */
#footer{
	clear: both;
	width: 100%;
	background-image:url(../gfx/footerBackg.png);
	text-align: center;
	height:100%;
	background-repeat:repeat-x;
	font-size: 0.7em;]
	
}
#footer ul{
	padding-top: 30px;
	padding-bottom: 10px;
}
#footer li{
	display: inline;
	color: #777777;
}
#footer a{
	color: #777777!important;
}
#nameField{
	display: none;
}
#contactForm{
	margin-top: -11px;
	
}
#contactForm input{
	width: 250px;
	margin-top: 2px;
	margin-bottom: 5px;
	border: 1px solid #cccccc!important;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	padding: 3px;
	-moz-border-radius: 4px!important;
	border-radius: 4px!important;
}
#contactForm textarea{
	width: 250px;
	margin-top: 2px;
	height: 100px;
	border: 1px solid #cccccc!important;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	padding: 3px;
	-moz-border-radius: 4px!important;
	border-radius: 4px!important;
}
#submitButton{
	width: 100px!important;
	background-color:#905FA0;
	color: white!important;
	font-size:0.9em!important;
	font-weight: bold;
	margin-top: 5px!important;
	border: 0px!important;
}
#assocList{
	margin-left: 20px!important;
	list-style:disc;
}
#leftColumn h2{
	color:#905FA0!important;
	text-shadow: #000000;
	margin-bottom: 8px;
}
#clientList{
	margin-left: -5px;
}
#clientList li{
	float: left;
	text-align: center;
	width: 70px!important;
	font-size: 0.8em;
	font-weight: bold;
	
}
#testimonials{
	float: left;
	margin-top: 10px;
}
#leftColumn h5{
	margin-bottom: 10px;
	font-weight: normal;
}
.highlight{
	color: #905FA0;
	font-weight: bold;
}
.smaller{
	font-size: 0.8em;
}