/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

.clear {
	clear:both;
}
/* =Structure
----------------------------------------------- */

body {
	background:url(../images/body-bg.gif);
	margin-top:50px;
	font-family:Verdana, Geneva, sans-serif, Arial;
}
#wrapper {
	width:1033px;
	background:#fff;
	margin:0 auto;
	padding-bottom:30px;
}

#wrapper-top {
	width:1033px;
	height:15px;
	background:url(../images/wrapper-bg-top.gif) no-repeat;
	margin:0 auto;
}

#wrapper-btm {
	width:1033px;
	background:url(../images/wrapper-bg-btm.gif) no-repeat bottom;
	margin:0 auto;
	padding-bottom:10px;
}
#header {
	height:172px;
	background:url(../images/sursham-tompkins-logo.gif) no-repeat 507px 20px;
}

#content {
	height:256px;
	width:894px;
	float:right;
	background:url(../images/content-bg.jpg) repeat-x #fff;
	
}

.feature-image {
	width:644;
	height:256;
	float:left;
}

.thumbmnail-images {
	border-left:5px solid #fff;
	height:256px;
	width:235px;
	float:left;
	padding-left:10px
}

.thumbmnail-images img {
	margin:0 5px 5px 0;
}

.copy {
	width:564px;
	float:right;
	margin-right:250px;
	text-align:right;
	margin-top:12px;
}


/* =Main Navigation
----------------------------------------------- */

#navigation {
	width:618px;
	height:26px;
	text-align:right;
	font-size:80%;
	color: #fff;
	padding-right:10px;
	background:#5063ac;
}
#navigation ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#navigation ul li {
	display: inline;
	list-style-type: none;
	margin:0 8px 0 2px;
}
#navigation ul li a {
	color: #fff;
	text-decoration: none;
}
#navigation ul li a:hover, #navigation ul li a.current {
	color: #2270b7;
	text-decoration: none;
}
/* = Sub Navigation
----------------------------------------------- */

#sub-navigation {
	width:620px;
	height:26px;
	text-align:right;
	padding-top:10px;
	font-size:80%;
	color: #5063ac;
	padding-right:10px;
}
#sub-navigation ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#sub-navigation ul li {
	display: inline;
	list-style-type: none;
	margin:0 8px 0 2px;
}
#sub-navigation ul li a {
	color: #112b4e;
	text-decoration: none;
}
#sub-navigation ul li a:hover {
	color: #2270b7;
	text-decoration: none;
}

/* = Projects Navigation
----------------------------------------------- */

#projects-navigation {
	float:left;
	margin-left:34px;
	background:#fff;
}


#projects-navigation ul li a {
	color:#97999c;
	text-decoration:none;
	font-size:80%;
	display:block;
	margin-bottom:20px;
}

#projects-navigation ul li a:hover {
	color:#5a5c60;
}




/* = Page Elements
----------------------------------------------- */

#icons {
	float:right;
	margin:0 140px 0 0;
}

#facebook {
}

#email {
	margin:0 20px 0 10px;
}


#area-title {
	color:#2270b7;
	margin-left:34px;
	font-size:80%;
	margin-top:40px;
	
}

.hidden {
	display:none;
}

/* = Typography
----------------------------------------------- */

p {
	color:#8b8a8a;
	line-height:1.4em;
	font-size: 75%;
}

.copy a {
	color:#8b8a8a;
	text-decoration:none;
}

.copy a:hover {
	text-decoration:underline;
}

.larger p {
	font-size:100%;	
}
