/*-----------------------------------------------------
              >> Blueprint Default CSS <<
              
This is the default Blueprint stylesheet. You're free
to modify it however you wish, or replace it entirely.              
              
-----------------------------------------------------*/

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, 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-family: inherit;
	vertical-align: baseline;
}

body {
  padding: 0 auto;
  font-family: Arial, sans-serif;
	font-size: 85%;
	background:#fbfae9;     
}

a img {
  border: none;
}

a {
  text-decoration:none;
  color:#003d4a;
}

a:hover {
  color:#7f9ea4;
}

p a {
  text-decoration:underline;
}

p.more {
  text-align:right;  
}

p.more a {
  font-weight:bold;
  text-decoration:none;
}


/*-----------------------------------------------------
                     >> Layout <<
-----------------------------------------------------*/
.container {
  width:920px;
  margin:0 auto;
	padding:25px 35px 25px 15px;
	background-color:#ffffff;
}

.content {
  float:left;
  width:550px;
  margin-bottom:40px;
}

.wide {
  width:100%;
  float:none;
}

.sidebar {
	float:right;
	position:relative;
	width:186px;
	padding:5px;
	border:2px solid #cbcbcd;
	margin-top:10px;
	font-size:90%;
  margin-bottom:0px;
}

/* This is the email address in the sidebar of each page */
.email {
	margin-bottom:10px;
}


.footer {
	position:relative;
  padding:0.4em 10px;
  clear:both;
	background:#efea9c;
	overflow:auto;
	width:100%;
}



/*-----------------------------------------------------
                  >> Navigation <<
-----------------------------------------------------*/

.globalNav {
	background:url(/static/images/nav.gif) bottom left repeat-x;
	width:920px;
	margin-bottom:0;	
}

.globalNav ul {
  overflow:hidden;
  width:80%;
  padding:0;
  margin: 0 0 0px 0;
  list-style:none;
  font-size:12px;
}

.globalNav ul li {
	float:left;
  width:auto;
  overflow:visible;
  margin:0;
	margin-right:25px;
	text-transform:uppercase;
	padding-bottom:15px;
}


.globalNav ul li a {
	padding:5px;
	margin-bottom:14px;
	color:#4f5156;
	overflow:visible;
}


.globalNav ul li a:hover {
	color:#a7a8aa;
}

.globalNav li.active {
	color:#003d4a;
	background:url(/static/images/li2.gif) bottom left repeat-x;
}
.globalNav li.active a {
	color:#003d4a;
}

/*-----------------------------------------------------
                  >> Sub-Navigation <<
-----------------------------------------------------*/

.subNav {
	float:left;
}

.subNav ul {
	width:134px;
	list-style:none;
	padding:0;
	float:left;
	border-bottom:2px solid #cbcbcd;
	border-right:2px solid #cbcbcd;
	border-left:2px solid #cbcbcd;
	margin-right:10px;
	margin-top:10px;
	font-size:11px;
}

.subNav ul li {
	width:134px;
	margin-bottom:0;
}



.subNav ul a {
	font-size:11px;
	color:#4f5156;
	display:block;
	width:128px;
	padding:7px 0 7px 6px;
	border-top:2px solid #cbcbcd;
}
.subNav ul li a:hover {
	color:#a7a8aa;
}

.subNav ul li.active a {
	background:#bfcb38;
	color:#003d4a;
	border-bottom:2px solid #cbcbcb;
}


.subNav ul ul {
	list-style-type:none;
	padding:5px 0 3px 10px;
	margin:0;
	border:0;
	width:124px;
	font-size:11px;
}

.subNav ul ul li {
	width:110px;
	border:0;
	border-top:none;
	padding:0;
}
.subNav ul ul li a {
	border-top:none;
	width:110px;
	padding:3px 0;
}
.subNav ul ul li.thirdLine a {
	background:none;
	color:#003d4a;
	color:#4f5156;
}
.subNav ul ul li.thirdActive a {
	color:#003d4a;
}
.subNav ul ul li a:hover {
	color:#a7a8aa;
}
.subNav ul ul ul {
  margin-top:0;
}


/*-----------------------------------------------------
                  >> Basic Typography <<
-----------------------------------------------------*/

.siteTitle {
  font-size:36px;
  margin-bottom:30px;
  color:#003153;
  overflow:hidden;
  width:100%;
}

.siteTitle span {
  float:left;
}

em, i {
  font-style:italic;
}

h1 {
  font-size:13px;
  font-weight: bold;
  margin: 1.0em 0 0.7em 0;
  letter-spacing:0.05em;
	color:#141414;
}
h2 {
  font-size:11px;
  line-height:1;
  font-weight: normal;
	font-style:italic;
	color:#141414;
  margin-top:1.8em;
  margin-bottom:0.7em;
}
h3 {
  font-size: 11px;
  line-height: 1.25;
  margin-top:2.0em;  
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}

h4 {
  margin-top:2.0em;    
  font-size:11px;
  letter-spacing: 0.075em;  
  margin-bottom:0.5em;
}

p {
  font-size:100%;
  line-height:130%;
  margin-bottom:17px;
  width:90%;
}

.content p {
	color:#4f5156;
	width:98%;
	font-size:11px;
}


ul {
  padding-left: 40px;
  font-size:90%;  
  margin:18px 0 18px 0;
}

li {
  line-height:110%;
  margin-bottom:4px;
  width:70%;
}

blockquote {
  padding:1.2em 2.0em;
}
blockquote p {
  font-size:1.2em;
  color:#003153;
  padding:0;
  margin:0;
  width:100% ! important;
}

blockquote cite {
  font-style:italic;
  font-size:0.9em;
}

hr {
	color:#003d4a;
	width:100%;
	background-color:#003d4a;
	height:1px;
	border-style:none;
}

.sidebar p {
  line-height:120%;
}

.sidebar h3 {
	margin-top:0;
	font-size:12px;
	font-weight:bold;
}

.sidebar a.email {
	padding-left:10px;
	background:url(/static/images/list-arrow.gif) 0 center no-repeat;
}

.footer p {
  font-size:9px;
  color:#141414;
	margin-bottom:0;
}

/* footer elements */
p.privacy {
	float:left;
	width:48%;
}

.privacy a {
	text-decoration:none;
	color:#141414;
}

.privacy a:hover {
	color:#a7a8aa;
}

p.copyright {
	float:right;
	text-align:right;
	width:48%;
}

/*-----------------------------------------------------
               >> Home page elements <<
-----------------------------------------------------*/

.home {
	width:711px;
	margin-bottom:0;
	padding-bottom:0;
}
/* main image and page content section */
.welcome {
	position:relative;
	float:left;
	background:url(/static/images/home-banner2.jpg) no-repeat;
	width:711px;
	height:481px;
	margin-top:0;
	border:0;
	padding:0;
}

.welcome h2 {
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	width:200px;
	margin-left:500px;
	margin-top:0;
	padding-top:1em;
}

.welcome p {
	font-size:13px;
	font-weight:bold;
	color:#bfcb38;
	width:200px;
	margin-left:500px;
}


/* news box, right hand side of page */
.news {
	float:right;
	position:relative;
	width:186px;
	padding:5px;
	border:2px solid #cbcbcd;
	margin-top:10px;
	padding-bottom:120px;
	margin-bottom:4px;
	background:url(/static/images/news.jpg) bottom right no-repeat;
}

.news h3 {
	margin-top:0;
	background:url(/static/images/arrow.gif) top right no-repeat;
}

.news p {
	font-size:11px;
	color:#4f5156;
	width:100%;
}

.news a {	
	color:#141414;
	font-size:12px;
	font-weight:bold;
}

.news a:hover {
	color:#003d4a;
}

/* join us box (underneath news box) */

.join {
	float:right;
	position:relative;
	width:186px;
	padding:5px;
	border:2px solid #cbcbcd;
	margin-top:10px;
	padding-bottom:120px;
	background:url(/static/images/join-us.jpg) bottom right no-repeat;
	clear:right;
}

.join h3 {
	margin-top:0;
	background:url(/static/images/arrow.gif) top right no-repeat;
}

.join p {
	font-size:11px;
	color:#4f5156;
	width:100%;
}

.join a {	
	color:#141414;
	font-size:12px;
	font-weight:bold;
	display:block;
	width:186px;
}

.join a:hover {
	color:#003d4a;
}


/* areas of focus section (underneath main image) */
.focus {
	width:702px;
	position:relative;
	float:left;
	margin-top:-150px;
	padding-left:10px;
}

.focus h3 {
	padding-left:6px;
	margin-top:15px;
	margin-bottom:3px;
	font-weight:bold;
	font-size:13px;
	color:#141414;
}

.keyAreas {
	width:702px;
	float:left;
}

.keyAreas ul {
	list-style-type:none;
	padding-left:0;
	overflow:auto;
	margin-top:15px;
}

.keyAreas li {
	width:218px;
	float:left;
	border:2px solid #cbcbcd;
	padding:3px 4px;
	margin-right:4px;
	background:url(/static/images/arrow.gif) no-repeat top right;
	height:3em;
	overflow:hidden;
}

.keyAreas h4 {
	margin-top:0;
}

.keyAreas a {
	font-size:12px;
	font-weight:bold;
	display:block;
	width:100%;
	color:#141414;
}

.keyAreas li p {
	color:#4f5156;
	font-size:11px;
	width:100%;
	margin-bottom:0;
}

.help {
	float:left;
	width:210px;
	margin-left:10px;
}

.help ul {
	list-style-type:none;
	padding-left:0;
}

.help li {
	float:left;
}

.help li a {
	width:198px;
	float:left;
	background: #003d4a url(/static/images/arrow2.gif) no-repeat top right;
	border:2px solid #003d4a;
	padding:3px 4px;
	height:3em;
	overflow:hidden;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	letter-spacing:0.1em;
}

.help li a:hover {
	background: #bfcb38 url(/static/images/arrow2.gif) no-repeat top right;
	border:2px solid #bfcb38;
	color:#003d4a;
}



/*-----------------------------------------------------
           >> Some standard 'page' styles <<
-----------------------------------------------------*/


.text {
	margin-top:-80px;
	margin-left:10px;
}

.page p {
	color:#4f5156;
	width:98%;
	font-size:11px;
}

.page ul {
	list-style:none;
	padding-left:15px;
}

.page li {
	font-size:11px;
	color:#4f5156;
	margin-bottom:7px;
	padding-left:10px;
	background:url(/static/images/list-arrow.gif) 0 center no-repeat;	
}

.subPage {
	width:540px;
	float:left;
	margin-left:10px;
}

.subPage ul {
	list-style-type:none;
	padding-left:0;
	margin-top:5px;
}

.subPage li {
	width:250px;
	float:left;
	border:2px solid #cbcbcd;
	padding:3px;
	margin-right:4px;
	background:url(/static/images/arrow.gif) no-repeat top right;
	height:3em;
	overflow:hidden;
}

.subPage h4 {
	margin-top:0;
}

.subPage a {
	font-size:12px;
	font-weight:bold;
	display:block;
	width:100%;
	color:#141414;
}

.subPage li p {
	color:#4f5156;
	font-size:11px;
	width:100%;
	margin-bottom:0;
}

.page hr {
	
}

/*-----------------------------------------------------
                  >> Breadcrumbs <<
-----------------------------------------------------*/

.breadcrumbs {
	position:relative;
	padding:20px 0 10px;
	font-size:10px;
}

.lower {
	padding:0 0 10px 0;
}


/*-----------------------------------------------------
                   >> Personnel <<
-----------------------------------------------------*/

.personnelList {
	overflow:auto;
	width:550px;
	position:relative;
}

.person {
	width:550px;
	border-bottom:1px solid #003d4a;
	overflow:auto;
	margin-bottom:17px;
}
.bio {
	position:relative;
	width:413px;
	float:right;
/*	border:1px solid red;*/
}

.bio h1 {
	margin-top:0;
}

.bio h2 {
	font-style:italic;
	font-size:11px;
	color:#141414;
	font-weight:normal;
	margin-bottom:0;
	margin-top:0;
}

.bio h2 a {
	color:#141414;
}

.bio h3 {
	font-style:italic;
	font-size:11px;
	color:#141414;
	font-weight:normal;
	margin-top:0.5em;
	letter-spacing:0;
}

.bio ul {
	list-style:none;
	padding-left:2px;
}

.NoImage {
	float:left;
	width:550px;
}

/*-----------------------------------------------------
                     >> Images <<
                     
Sizes
large: 440px
medium: 200px
small: 100px

Adjust accordingly!

-----------------------------------------------------*/


img.personnel {
	width:120px;
	margin:0 15px 17px 0;
	float:left;
}

.captioned {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
.captioned blockquote {
  background:none;
  margin: 6px 0 0 0;
  padding: 0;
  border:0;
}
.captioned blockquote p {
  font-size:0.85em;
  color:#777;
  font-style:normal;
  line-height: 140%;
}
img.small, .smallCaptioned {
  float:left;
  width:100px;
  margin:0 18px 10px 0;
}
img.med, .medCaptioned {
  float:left;
  width:200px;
  margin:0 18px 10px 0;
}
/*img.med_right, .med_rightCaptioned {
  float:right;
  width:200px;
  position: relative;
  margin-right: -210px;  
}*/
img.large, .largeCaptioned {
  width:440px;
  margin:0;
  padding: 0;
  border: 1px solid #ddd;
  background:#fff;  
}
.largeCaptioned {
  margin: 1.7em 0;
  border: none;
  padding: 0;
}

.medCaptioned img, 
/*.med_rightCaptioned img,*/
.smallCaptioned img,
.small_rightCaptioned img,
.largeCaptioned img {
  float:none;
  margin:0;
}



/*-----------------------------------------------------
                     >> Blog & News <<
-----------------------------------------------------*/

.post {
  margin-bottom:50px;
}

.date {
  font-size:70%;
  color:#000;
  padding-left:4px;
}

p.numberComments {
  font-size:12px;
  text-align:right;
  margin-top:25px;
  color:#003153;
}

.pagination {
  margin-top:15px;
  width:90%;
  text-align:right;
  font-size:11px;
}

.pagination ul {
  margin-top:4px;
  float:right;
  list-style:none;
  font-size:11px;
}

.pagination ul li {
  border-right:1px solid #444;
  padding:0 4px;
  float:left;
}

p.bio img {
  float:left;
  margin:0 9px 6px 0;
  border:1px solid #eee;
}



/*-----------------------------------------------------
                  >> Contact Form <<
-----------------------------------------------------*/

.contactImg {
	margin-left:144px;
}	

.contact {
	margin-left:144px;
	margin-top:-80px;
	padding-left:10px;
	position:relative;
	width:550px;
	overflow:auto;
}

.contact p {
	color:#4f5156;
	width:98%;
	font-size:11px;
}

form {
  width:70%;
  padding:0;
	margin-top:0px;
	float:left;
}

fieldset {
  padding:0;
}

label {
  display:block;
  color:#4f5156;
  font-size:11px ! important;
}

fieldset input {
  width:98%;
  font-size:15px;
  margin-bottom:10px;
}

fieldset textarea {
  width:99%;
  font-size:15px;
  line-height:130%;
}

p.submit {
  text-align:left;
  margin-top:10px;
  width:100%;
  overflow:hidden;
}

.submit input {
  font-size:16px;
}

.submit input {
	border:1px solid #949599;
	background:#ffffff;
	color:#3a3a3b;
	font-family:Arial, sans-serif;
	text-align:center;
	padding:3px 0;
	font-size:12px;
	width:120px;
}

.submit input:hover {
	color:#a7a8aa;
	
}
/* address bar at right of contact form */

.address {
	float:right;
	width:28%;
}

.address h3 {
	font-size:11px;
	font-weight:bold;
	margin-top:0;
	color:#141414;
}

.address p {
	font-size:11px;
	color:#4f5156;
}

/*-----------------------------------------------------
                     >> Search <<
-----------------------------------------------------*/

div.siteTitle form {
  position:relative;
  float:right;
  width:190px;
  padding-top:20px;
	margin-right:0;
}

input#query {
	margin-bottom:15px;
	float:left;
	width:150px;
	height:16px;
	padding:2px;
	margin-right:2px;
	border:1px solid #949599;
}

input.btn {
	float:right;
}

input.go {
	background:#949599;
	border:1px solid #949599;
	font-size:11px;
	line-height:1;
	padding:0;
	color:#ffffff;
	width:25px;
	height:22px;
	cursor:pointer;
}
input.go:hover {
	background:#a7a8aa;
	border:1px solid #a7a8aa;
}
/*-----------------------------------------------------
                     >> Links <<
-----------------------------------------------------*/

/* This is what appears in the 'quicklinks' sidebar */

ul.links {
	padding-left:0px;
	list-style:none;
	margin-top:5px;
	margin-bottom:10px;
}

ul.links li {
  font-weight:normal;
	padding-left:10px;
	font-size:11px;
	color:#003d4a;
	background:url(/static/images/list-arrow.gif) 0 center no-repeat;
}

.links a {
	color:#003d4a;
}

.links a:hover {
	color:#7f9ea4;
}



/*-----------------------------------------------------
                     >> Mimetypes <<
-----------------------------------------------------*/

a.download {
  display:block;
  overflow:hidden;
  border:1px solid #ccc;
  margin:0;
  padding:0;
  background:#eee;
  position:relative;
  text-decoration:none;
}
a.download:hover {
  background:#E6F1FF;
}
a.download label {
  margin:20px 0 0 0;
  padding:0;
  display:block;
  line-height:140%;
  float:left;
}
a.download label span {
  font-weight:bold;
  font-size:12px;
}
a.download img {
  float:left;
  margin:0;
  padding:3px 0;
  width:64px;
  height:64px
}
