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;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

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: "" "";
}








/***********************************************************************************/








* { 
	font-family: Arial, Helvetica, sans-serif;
}

.clearer 
{
    clear: both;
	width: 99%;
	height: 1px;

}

body {
	background-color: #FFF;
	margin: 0px auto; 

	text-align:center ;
	font-family: Arial, Helvetica, sans-serif;
}

#container { 
	margin: 0px auto; 
	width: 962px;
	padding: 0;
	text-align: left;
	background: #FFF url(/images/site/main-bg.jpg) -15px bottom no-repeat;
}

h1, h2, h3, h4, h5, h6
{
	clear:both;
}


/**********************************************************
Video Pages
********************/

.videoBox {
	float: left;  
	padding: 15px;

	width: 200px; 
	height: 190px; 
		
	background: url(/images/site/video-bg.jpg) -5px -3px no-repeat; 
	margin: 0 0 12px 0;
}

.video
{
	width: 150px;
	float: left;
	padding: 5px;
	text-align: center;
}
.video img
{
	margin-bottom: 3px;
	border: 0;
}

.video a
{
	font-size: 12px;
}

.listSection
{
	width: 100%;
	margin-top: 10px;
	padding-top: 20px;
	border-top: solid #999 1px;
}

#branding {
	width: 962px;
	height: 168px;
	margin: 0 0 7px 0;
	padding: 0;	
	border-bottom: 1px solid #666699;
	background: url(/images/site/branding-bg-new.jpg) left -24px no-repeat;
}

	#branding #flashcontent {
		float:left; 
		width: 205px; 
		height: 168px;
	}

	#branding #introduction {
		float: right; 
		width: 535px; 
		height: 158px; 
		padding: 10px 40px 0 0; 
		font-size: 11px;
		line-height: 16px;
	}

		#branding #introduction h1 {
			margin: 4px 0 8px 0;		
			color: #666699;	
			font-weight: normal;
			font-size: 16px;
		}
		
		#branding #introduction p {
			font-size: 11px;
			line-height: 16px;
			margin-bottom: 12px;
		}

			#branding #introduction a {
				color: #666699;	
				text-decoration: underline;
			}

				#branding #introduction a:hover {
					color: #666699;	
					text-decoration: none;
				}
						
#nav {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	height: 90px;
	width: 962px;
	margin: 0;
	padding: 0;
	background: url(/images/site/nav-bg2.jpg) left top no-repeat;
}

#nav ul {
	padding: 0;
	margin: 0;
}

#nav ul li {
	display: block;
	list-style: none;
	float: left;
	width: 120px;
	height: 90px;
	line-height: 80px;
	text-align: center;

}

#nav ul li.last {

}

#nav ul li a {
	display: block;
	width: 120px;
	height: 90px;
	text-decoration: none;
	color: #666699;
	font-size: 15px;
	font-weight: bold;
}


.home #nav ul li#home a,
.ethos #nav ul li#ethos a,
.about #nav ul li#about a,
.contact #nav ul li#contact a,
.services #nav ul li#services a,
.news #nav ul li#news a,
.videos #nav ul li#videos a,
#nav ul li a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
	background: url(/images/site/nav-item-over.jpg) left top no-repeat;
}



#whoWeAre img
{
	float: left;
	margin: 10px 10px 10px 0;

}

#whoWeAre img.vcard 
{
	float: left;
	margin: 0 3px 0 0;

}

#whoWeAre h2
{
	font-size: 1em !important;
	margin-top: 20px !important;

}

.serviceMenu {

 list-style: none;
 margin: 10px 0px 0px 0;
 font-size: 0.75em;
 padding:0 0 0 0;
}
.serviceMenu li {
 background: url(/images/site/bullet.gif) no-repeat;
 text-indent: 19px;
 padding:0 0 7px 0;
}

#whoweareMenu {

 list-style: none;
 margin: 10px 0px 0px 0;
 font-size: 0.75em;
 padding:0 0 0 8px;
}
#whoweareMenu li {
 background: none;
 text-indent: 12px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
#whoweareMenu li ul 
{   
list-style: none;
 margin: 5px 0px 5px 0px;
 padding: 0px 0px 0px 15px;
}
#whoweareMenu li ul li 
{
  background: url(/images/site/bullet.gif) no-repeat center left;
 text-indent: 12px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}   
    

/* Main Styles *****************************************************/

#main {
	width: 962px;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#main #secondaryContent {
	width: 220px;
	/*height: 240px;*/
	background: #fefefe url(/images/site/secondary-bg.jpg) left top no-repeat;	
	margin: 0;
	padding: 28px 5px 40px 20px;
	float: left;
}

html>body #main #secondaryContent {
	width: 185px;
}

#main #secondaryContent p {
	margin: 0;
	padding: 2px 0px 2px 0px;
	font-size: 12px;
	color: #666699;
}

#main #secondaryContent h1 {
	font-size: 1em;
	margin: 3px 0 0 0;
	color: #003399;
	
	color: #666699;
	
	font-weight: normal;
}

#main #secondaryContent h2 {
	font-size: 0.9em;
	margin: 3px 0 5px 0;
	color: #003399;
	
	color: #666699;
	
	font-weight: normal;
}

#main #secondaryContent h3 {
	font-size: 12px;
	margin: 18px 0 5px 0;
	color: #666699;
	font-weight: bold;
}

#main #secondaryContent a:link, #main #secondaryContent a:visited  {
	color: #003399;
	color: #666699;
	text-decoration: none;
}

#main #secondaryContent a:hover, #main #secondaryContent a:active  {
	color: #111;
	text-decoration: none;
}


#main #secondaryContent a.readmore {
	font-size: 0.70em;
	padding-top: 0;
	margin-top: 0;
	background: url(/images/site/bullet.gif) top left no-repeat;
	padding-left: 10px;
}


#main #tileContent {
	float: right;
	width: 245px;
	padding-top: 20px;
}

	#main #tileContent #contactTile {
		margin-top: 39px; 
		width: 199px; 
		height: 133px; 
		background: url(/images/site/tile-contact-bg.jpg) left top no-repeat;
		padding: 50px 22px 20px 22px;
		font-size: 12px;
		color: #1d3d83;
	}

		#main #tileContent #contactTile p {
			margin: 0 0 8px 0;
			font-size: 12px;
			color: #1d3d83;
		}

			#main #tileContent #contactTile p a {
				text-decoration: underline;
				color: #996666;
			}
				
				#main #tileContent #contactTile p a:hover {
					text-decoration: underline;
					color: #1d3d83;
				}		
		
	
#main #mainContent {
	float: left;
	vertical-align: top;
	padding-top: 25px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	width: 470px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}


#main #mainContent p {
	margin: 0;
	padding: 7px 0px 7px 0px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

	#main #mainContent em {
		font-style: italic;
	}
	
	#main #mainContent strong {
		font-weight: bold;
	}

#main #mainContent ul {
	font-size: 11px;
	text-indent: 13px;
	margin-left: 0;
	padding-left: 0;
}

	#main #mainContent ul li {
		color: #333333;
		background: url(/images/site/bullet-small.gif) -7px -1px no-repeat;
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 7px;
	}

#main #mainContent h1 {
	font-size: 1.2em;
	margin: 3px 0 0 0;
	color: #666699;
	font-weight: bold;
}

#main #mainContent h2 {
	font-size: 0.75em;
	margin: 5px 0 5px 0;
	color: #666699;
	font-weight: normal;
}

#main #mainContent h3 {
	font-size: 15px;
	line-height: 19px;
	margin: 8px 0 8px 0;
	color: #666699;
	font-weight: normal;
}

#main #mainContent a:link, #main #mainContent a:visited  {
	color: #666699;
	text-decoration: none;
}

#main #mainContent a:hover, #main #mainContent a:active  {
	color: #111;
	text-decoration: none;
}

ol
{
	font-size: 0.75em;
}



/****************************************************************************
Home Page
*******************/
#areasOfPractice {
 	width: 469px;
	height: 186px;
	margin: 10px 0 0 0;
	padding: 5px 0 0 15px;
	background: url(/images/site/areas-of-service-bg.jpg) left top no-repeat;
}

#areasOfPractice div.right {
	
}

#main #mainContent #areasOfPractice ul {
	list-style: none;
	margin: 10px 0px 0px 0px;
	font-size: 0.75em;
	padding:0 0 0 0px;
}

#main #mainContent #areasOfPractice ul li {
	background: url(/images/site/bullet.gif) left 2px no-repeat;
	text-indent: 21px;
	padding:0;
	color: #333366;
	font-size: 11px;
	line-height: 19px;
	display: block;
	width: 200px;
	height: 19px;
	float: left;
}

#areasOfPractice div {
 width: 230px;
 float: left;
}

/****************************************************************************
Contact Page
*******************/

.mapContainer {
	width: 380px;
	height: 190px;
	background: #e1e9f5 url(/images/site/map-bg.gif) left top no-repeat;
	padding: 10px;
	margin: 94px 0 0 0;
}

#mapY {
	width: 380px;
	height: 190px;	
}

#mapC {
	width: 380px;
	height: 190px;
}
/****************************************************************************
Team Pages
*******************/

#teamPhotos {
	background-color: #efeff5;
	margin: 12px 0 0 0px;
	padding: 15px;
	width: 650px;
	clear: both;
}




/* Footer Styles ************************************************************/

#footer {
	width: 962px; 
	height: 184px; 
	clear: both;

}

	#footer #logoBox {
		width: 72px; 
		height: 60px; 
		float: left;
		margin: 0 0 0 75px;
	}

		#footer #logoBox a {
			text-indent: -20000px;
			width: 72px;
			height: 60px;
			display: block;
		}
		
	#footer #bloglink {
		width: 932px; 
		height: 30px; 
		clear: both;	
		margin-top: 1px;
		text-align: right;
		padding-right: 4px;
		float: right;
	}

		#footer #bloglink p a {
			font-size: 11px;
			line-height: 18px;	
			color: #666699;
			text-decoration: none;
		}
	
#footnav {
	width: 410px;
	height: 45px;
	padding-top: 20px;
	float: left;
	background: none;
	color: #666699;
	font-size: 11px;
	margin-left: 123px;
}

#footnav a {
	color: #666699;
}

#footnav ul {
	padding: 0;
	margin: 0;
	font-size: 0.60em;
	line-height: 1.6em;
}

#footnav ul li {
	display: inline;
	list-style: none;
	list-style-position: inside;
	padding: 0 10px 0 10px;
	margin: 0;
	border-right: 1px solid #cacaca;
	font-size: 11px;
}

#footnav ul li.last {
	border-right: none;
	padding-right: none;
}

#footnav ul li a:link, #footnav ul li a:visited {
	color: #666699;
	font-size: 11px;
	text-decoration: none;
}

#footnav ul li a:hover, #footnav ul li a:active {
	color: #111;
	font-size: 11px;
	text-decoration: none;
}

#extreme {
	width: 270px;
	height: 45px;
	float: right;
	text-align: right;
	background: none;
	color: #666699;
	font-size: 11px;
	margin: 0;
	padding-top: 20px;
}

#extreme a:link, #extreme a:visited {
	color: #666699;
	font-size: 1em;
	text-decoration: none;
	vertical-align: top;
	padding-top: 5px;
}

#extreme a:hover, #extreme a:active {
	color: #111;
	font-size: 1em;
	text-decoration: none;
	vertical-align: top;
	padding-top: 5px;
}

#whoWeAreGrid {
	margin-top: 12px;
}


#whoWeAreGrid div {
	float: left;
	padding: 8px 4px 2px 4px;
	margin: 1px 1px 8px 1px;
	text-align: center;
	border: dotted 1px #ccc;
	width: 106px;
	height: 155px;
		height: 170px;
}

#main #whoWeAreGrid h2 {
	font-weight: bold;
	font-size: 14px;
	margin: 21px 0 4px 0 !important;
}

#whoWeAreGrid div p {
	font-size: 10px;
}

/**************************************************************************
News Scroller
******************/

#scrollingnews {
	width: 182px;
	height: 100px;
}

#scrollingnews h3 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

#scrollingnews p {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
}

#scrollingnews p a {
	text-decoration: underline !important;
}


