/* start browser reset - created by eric meyer */
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;
}
body {
	line-height: 1;
	color: black;
	background: black;
}
ol, ul {
	list-style: none;
}
strong {
	font-weight: bold;
}
/* 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 {
width: 350px;
margin: 0px;
padding: 20px;
quotes: "\201C" "\201D";
}
blockquote:before { content: open-quote; font-weight: bold; font-size: 2em; color: #ff3333;}
blockquote:after { content: close-quote; font-weight: bold; font-size: 2em; color: #ff3333;}
a {
	text-decoration: none;
}    
/* end browser reset */

img { -ms-interpolation-mode:bicubic; }

html {
}

body {
	font-family: Arial;
	font-size: 0.8em;
}

/* basic layout styles */

#container {
	width: 1000px;
	background: url(../img/backgroundRep.gif);
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}

#kickerText {
	background: url(../img/kickerFooter.gif) no-repeat left bottom;
	height: 156px;
	width: 1000px;
	overflow: auto;
}

/* navigation styles */

#nav {
	float: right;
	width: 275px;
	margin: 28px 97px 0px 0px;
}
	#nav li {
		display: inline;
		background: #000;	
		border-left: 1px solid #fff;
		border-top: 1px solid #000;
		padding: 0px 10px 2px 11px;	
		margin: 0px -4px 0px 0px;
	}
			#nav li:hover {
				background: #ff3333;
				color: #fff;
			}
			#nav .first { border-left: 0px solid #fff; }
			#nav .last { border-right: 1px solid #000; }
			#nav .last a { color: #fff; }

										
	#nav a {
		color: #fff;
		font-size: 0.85em;
		text-decoration: none;
	}
	#nav #active {
		background: #fff;
		border-left: 1px solid #000;
	}
			#nav #active a { color: #000; }

/* end navigation styles */

#mainContent, #mainAltContent {
	width: 434px;
	float: left;
	margin: 3px 0px 0px 12px;
	min-height: 490px;
	height: auto !important;
  height: 490px;
}
		#mainAltContent { margin: 3px 0px 0px 10px; }
		#mainAltContent ul {
			color: #333333;
			margin: 0px 0px 10px 20px;
			font-size: 0.97em;
		}
				#mainAltContent li {
					margin-bottom: 1px;
				}
		
img[src*="kicker"]{
	margin-bottom: 29px;
}

#sideBar, #sideBarBlog {
	width: 270px;
	float: left;
	margin: 44px 0px 0px 181px;
}
		#sideBarBlog {
			margin: 3px 0px 0px 181px;
		}
		
		.sideBarModule {
			background: #fff;
			border: 1px solid #000;
			width: 241px;
			margin: 10px 0px 0px 0px;
			padding: 15px 15px 20px 15px;
		}
				.sideBarModule h4 {
						text-transform: uppercase;
						font-size: 0.95em;
						margin: 0px 0px 10px 0px;
				}
				.sideBarModule ul { margin: 5px 0px 20px 0px; }
				.sideBarModule li, .sideBarModule p { margin: 5px 0px 5px 0px; font-size: 0.95em; }
						.sideBarModule p { margin: 5px 0px 20px 0px; }
						.sideBarModule li a { text-decoration: none; }

#footer {
	color: #ccc;
	background: black;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.9em;
	text-align: right;
	padding: 5px 0px 0px 0px;	
	clear: both;
}

.module, .biography, .hfeed {
	width: 396px;
	border: 1px solid black;
	background: #fff;
	padding: 19px 19px 8px 19px;
	margin: 0px 0px 8px 0px;
}

.biography {
	width: 650px;
	margin: 0px;
	background: #fff;
}
		#heading, #headingBlog {
			width: 671px;
			height: 50px;
			padding: 13px 0px 0px 17px;
			background: #fff;
			border: 1px solid black;
			margin: 44px 0px 10px 208px
		}
				#headingBlog {
					width: 700px;
					padding: 13px 0px 0px 16px;
					margin: 44px 0px 10px 180px
				}

/* blog styles .. hAtom Microformat */

.hentry { margin: 20px 0px 30px 0px; }
		.entry-title { font-family: Times; font-size: 1.50em; margin-bottom: 5px; }
		.entry-title a {
			color: #000;
			text-decoration: none;
		}
				.entry-title a:hover, .post-info a:hover { color: #ff3333; }
		
		.entry-content {
			margin: 10px 0px 20px 0px;
			font-size: 0.9em;
		}
				.entry-content ul { margin-left: 40px; margin-bottom: 10px;}
				.entry-content li { font-size: 1.1em; padding: 5px; list-style: square outside; }
		
		.published { color: #000; font-style: italic; }	
		.post-info {
			text-align: center;
			text-transform: uppercase;
			font-size: 0.8em;
		}
		.entry-meta { font-size: 0.8em; }

.comments {
    font-size: 0.9em;
    }

/* Team */

.member {
	width: 799px;
	clear: both;
	overflow: auto;
	margin-bottom: 10px;
	margin-left: 99px;
}
		.member p, #mainAltContent p {
			font-size: 0.95em;
		}

.headshot {
	float: left;
	margin-right: 10px;
}

.biography {
	float: right;
}

/* common presentation styles  */

/* header sizes, per the wisdom of the crowd */

h1 { font-size: 2em; }
h2 { font-size: 1.67em; }
h3 { font-size: 1.38em; font-family: Times;}
h4 { font-size: 1.25em; }
h5 { font-size: 1.11em; color: #ff3333; margin-bottom: 18px; font-weight: bold; }
h6 { font-size: 1.05em; }

a {
	color: #ff3333;
	text-decoration: none;
}
	a:hover {
		color: #000;
	}

p {
	margin: 0px 0px 16px 0px;
	line-height: 1.18;
	font-size: 1.1em;
}

.italic {
	font-style: italic;
}
	
.services {
	color: #ff3333;
}

.blogPreview {
	color: #999;
	font-size: 0.92em;
	letter-spacing: 0.2px;
	word-spacing: 1px;
	line-height: 1.2;
	padding: -5px 0px 5px 0px;
}

.readMore {
	padding: 10px 0px 0px 0px;
	display: block;
}

#definition {
	background: #ababab;
	color: #fff;
	font-size: 0.72em;
	line-height: 1.25;
	padding: 21px 19px 21px 19px;
    border: 1px solid black;
}

/* hCard */

.vcard {
	color: #ff3333;
	font-size: 0.95em;
}

.adr {
	margin: 5px 0px 20px 0px;
}
