/* Import Yahoo! UI (Reset, Fonts and Grids)
----------------------------------------------- */

@import url("reset.css");
@import url("fonts.css");
@import url("grids.css");


/* Base
----------------------------------------------- */

body {
	font-family: "lucida grande", verdana, sans-serif;
	background: #2c3843;
}

a {
	color: #0085ff;
	text-decoration: none;
}

a:hover {
	color: #0085ff;
	text-decoration: underline;
}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

hr {
	border: none;
	height: 1px;
	background: #d0d3d5;
	margin: 20px 0 20px 0;
}

.text-input {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	padding: 3px;
}

.form td {
	padding: 5px;
}

.form {
	position: relative;
	right: 5px;
}

.form p {
	padding: 0 !important;
}

.small-type {
	font-size: 11px;
}

/* Floats
----------------------------------------------- */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}


/* Header
----------------------------------------------- */

#hd {
	background: url('../images/paper-plane.gif') top left no-repeat;
}

#hd .logo {
	position: relative;
	bottom: 25px;
}

.hero-banner {
	margin: 20px 0 0 50px;
	position: relative;
	top: 3px;
}

#home-hd {
	background: url('../images/paper-plane-home.gif') top right no-repeat;
}

#home-hd .logo {
	margin-top: 40px;
}



/* Primary Navigation
----------------------------------------------- */

#primary-navigation {
	margin: 0 0 0 240px;
}

#primary-navigation li {
	float: left;
	background: url('../images/off-tab-right.gif') top right no-repeat;
	color: #ffffff;
	margin: 0 0 0 5px;
	position: relative;
	top: 3px;
}

#primary-navigation .current {
	background: url('../images/on-tab-right.gif') top right no-repeat;
	color: #2c3843 !important;
}

#primary-navigation em {
	margin: 0 20px 0 13px;
	position: relative;
	bottom: 12px;
	font-weight: bold;
}

#primary-navigation a {
	color: #ffffff;
	text-decoration: none;
}

#primary-navigation a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/* Body
----------------------------------------------- */

#bd {
	padding: 30px 0 30px 0;
	background: #ffffff;
}


/* Hero
----------------------------------------------- */

.hero {
	background: url('../images/hero-bg.gif') top left repeat-x;
	margin-bottom: 20px;
}


/* Sub Navigation
----------------------------------------------- */

#sub-navigation ul {
	border-top: 1px solid #d0d3d5;
	font-family: "lucida grande", tahoma, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#sub-navigation li {
	border-bottom: 1px solid #d0d3d5;
	padding: 11px 8px 11px 8px;
}

#sub-navigation .current {
	background: #2c3843 url('../images/subnav-sheen.gif') top left repeat-x;
	color: #ffffff;
}


/* Content
----------------------------------------------- */

#content p, .news-panel p {
	color: #66727c;
	line-height: 150%;
	padding-bottom: 10px;
}
/* special xmas styles */
#content .kiva p  {
	color: #FFF;
}
#content .kiva a  {
	color: #7EBD2D;
}
/* end special xmas styles */
#content ul {
	list-style-type: disc;
	color: #66727c;
	padding-bottom: 10px;
}

#content li {
	margin: 5px 0 0 20px;
}

#content h1 {
	font-size: 21px;
	margin-bottom: 10px;
}

#content h2 {
	font-size: 16px;
	margin: 20px 0 10px 0;
}

#content h3, .news-panel h3 {
	font-weight: bold;
	margin-bottom: 5px;
}

#spotlight p {
	margin: 0;
	padding: 0;
	line-height: 16px;
}

.news-panel {
	background: #fffadc;
	border: 1px solid #ffe9c9;
	padding: 10px;
	margin-top: 5px;
}

.pdf-panel {
	background: #fffadc;
	border: 1px solid #ffe9c9;
	padding: 10px;
	margin: 0 0 20px 0;
}

.pdf-icon {
	position: relative;
	top: 2px;
	margin-right: 5px;
}
/* blog sidebar navigation
/* Blog content
----------------------------------------------- */
blockquote {
	margin-left: 18px;
}
blockquote blockquote {
	color: #66727c;
	line-height: 150%;
}
.readMore {
	padding-top: 12px;
}
/* Footer
----------------------------------------------- */

#ft {
	padding: 30px 0 20px 0;
	background: url('../images/grass.gif') top left repeat-x;
}

#ft p {
	color: #d5d7d9;
	font-size: 11px;
	margin: 10px 0 0 0;
}


/* Sifr
----------------------------------------------- */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
}
/* blog sidebar navigation
----------------------------------------------- */
#blogSidebar {

}
#blogSidebar li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#blogSidebar ul {
	margin: 0px;
}
#blogSidebar li h2 {
	font-size: 16px;
	margin: 11px 8px 11px 8px;
}
#blogSidebar #pages ul,
#blogSidebar #recent-posts ul,
#blogSidebar #category-cloud ul,
#blogSidebar #archives ul {
	border-top: 1px solid #d0d3d5;
	font-family: "lucida grande", tahoma, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#blogSidebar #pages li,
#blogSidebar #recent-posts li,
#blogSidebar #category-cloud li,
#blogSidebar #archives li {
	border-bottom: 1px solid #d0d3d5;
	padding: 11px 8px 11px 8px;
}
.catcloud {
	padding: 11px 8px 11px 8px;
	border-bottom: 1px solid #d0d3d5;
	border-top: 1px solid #d0d3d5;
}




ul.prlist li {
	padding-top: 5px;
	
}