/* @override 
	http://spmresourcecentre.net/iprc/includes/themes/iprc/css/site.css
	http://www.spmresourcecentre.net/iprc/includes/themes/iprc/css/site.css
*/

/* site.css - iprc sreen styles */

/*@import url(diagnostic.css);*/

/* @group GLOBALS
========================== */

body {
	font-size: 62.5%;
	background: #fff;
	}


a {}
a:hover {}


.content ul {
	margin-left: 15px;
	}


/* @group Globals - Tables
========================== */

.content table {
	width: 100%;
	}

th {}

td {}

tr.alt td { background: #eee; } /*Move*/

/* @end Globals - Tables
--------------------- */



/* @group Globals - Forms
========================== */

#primary form {}

#primary #svSearchResults form {
	max-width: 100%;
	}

#primary fieldset {
	border: none;
	padding: 0;
	}


#primary legend {
	margin: 0;
	padding: 0;
	}

#primary label {}

.submit, .buttons input {}


/* @group Globals - Forms - Search
========================== */

#searchForm {
	position: absolute;
	top: 107px;
	right: 13px;
	margin: 0;
	}

.home #searchForm {
	top: 65px;
	right: 0;
	
	}

#searchForm div {
	background: url(../images/bg-search.gif) no-repeat;
	}

#searchForm input.text {
	float: left;
	width: 115px;
	padding: 6px 9px 3px;
	border: 0;
	font-family: Verdana;
	font-size: 10px;
	font-style: italic;
	color: #464647;
	background: transparent;
	}

#searchForm .submit {
	width: 35px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #268958;
	}

/* @end Globals - Forms - Search
--------------------- */



/* @group Globals - Forms - Login
========================== */

#login {}

#login ol {}

#svLoginContainer input.text {}

#svLoginContainer p.required {}

#sendLogin fieldset {}


.sidebar #login {}

/* @end Globals - Forms - Login
--------------------- */



/* @group Globals - Forms - Comments
========================== */

#svComments {}

#svComments dl {}

/* @end Globals - Forms - Comments
--------------------- */

/* @end Globals - Forms
--------------------- */

/* @end GLOBALS
--------------------- */



/* @group HELPER CLASSES
========================== */



/* @end HELPER CLASSES
--------------------- */



/* @group LAYOUT
========================== */

#container {
	width: 900px;
	margin: 0 auto;
	}

#content {
	background: #efefe4 url(../images/bg-content-004.png) repeat-y;
	
	min-height: 400px; /*devnote: temporary*/
	}
.home #content {
	background-position: 100% 0;
	}


#primary {
	float: left;
	overflow: hidden;
	background: url(../images/bg-content-top.jpg) repeat-x;
	}
* html #primary { display: inline; }

.twoColSL #primary {}

.twoColSR #primary {}

.threeCol #primary {
	width: 495px;
	padding-right: 23px;
	padding-left: 33px;
	}

.home #primary {
	width: 534px;
	padding: 15px 0 0 15px;
	background: transparent;
	}

.content,
.sidebar {
	min-height: 100px; /*Fixes odd no-content disappearing bug.*/
	}

#left {
	float: left;
	}

#right {
	float: right;
	width: 168px;
	background: url(../images/bg-content-top.jpg) repeat-x;
	}
.home #right {
	background: transparent;
	}

.sidebar {}

#left.sidebar {
	width: 166px;
	margin: 0 1px;
	}

.threeCol #right {
	float: right;
	width: 164px;
	padding-top: 178px;
	padding-right: 17px;
	}


img#hero {
	display: block;
	width: 100%;
	/*height: auto;*/
	margin: 0 0 2.4em;
	}


.home .main {
	background: url(../images/rule-vert-white.gif) repeat-y 178px 0;
	}

#intro {
	float: left;
	width: 168px;
	color: #5f5f5f;
	}
#intro p {
	line-height: 1.667;
	}

/* @group Layout - Header
========================== */

#header {
	position: relative;
	height: 92px;
	}
.home #header {
	height: 110px;
	}

/*#header h1 {
	position: absolute;
	top: 23px;
	left: 0;
	}
.home #header h1 {
	top: 24px;
	}*/

#header h1 a {
	display: block;
	width: 561px;
	height: 25px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
	}
.home #header h1 a {
	width: 687px;
	height: 29px;
	background: url(../images/logo-home.png) no-repeat;
	}

#header p {
	position: absolute;
	top: 50px;
	left: 1px;
	margin: 0;
	}
/*.home #header p {
	top: 57px;
	left: -1px;
	}*/

#header p q {
	display: block;
	width: 408px;
	height: 17px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	background: url(../images/logo-tagline.png);
	}
.home #header p q {
	width: 530px;
	height: 22px;
	background: url(../images/logo-tagline-home.png);
	}

/* @end Layout - Header
--------------------- */



/* @group Layout - Footer
========================== */

#footer {
	clear: both;
	padding: 10px 0 11px;
	background: url(../images/bg-footer-corners.gif) no-repeat 1px 100%;
	}

.home #footer {
	background-image: url(../images/bg-footer-corners-home.gif);
	}

#footer p {}

#fineprint {
	padding: 0 2px;
	background: #fff;
	}

#fineprint p {
	margin: 0;
	padding: 0 0 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #999;
	}

/* @end Layout - Footer
--------------------- */

/* @end LAYOUT
--------------------- */



/* @group NAVIGATION/UI
========================== */

/* @group Nav - Utility
========================== */

#navUtility {
	position: absolute;
	top: 76px;
	right: 196px;
	margin: 0;
	list-style: none;
	}
.home #navUtility {
	top: 73px;
	right: 181px;
	}

#navUtility li {
	float: left;
	margin: 0;
	font-size: 1.1em;
	line-height: 1;
	}
.home #navUtility {
	font-size: 1.2em;
	}

#navUtility a {
	padding: 0 8px;
	border-left: 1px solid;
	text-decoration: none;
	color: #9b8e3a;
	}
#navUtility a:hover {
	text-decoration: underline;
	color: #84360e;
	}

#navUtility li.nav-home a {
	border: 0;
	}
.home #navUtility li a {
	border: 0;
	}

#navUtility li.nav-rss {
	width: 18px;
	height: 18px;
	margin: 0;
	}

#navUtility li.nav-rss a {
	display: block;
	float: right;
	width: 18px;
	height: 18px;
	margin: -11px -36px 0 0;
	padding: 3px;
	border: 0;
	text-indent: -9999px;
	background: url(../images/ico-rss.png) no-repeat 50% 50%;
	}
.home #navUtility li.nav-rss a {
	margin: -38px -183px 0 0;
	}

.home #navUtility li.nav-home {
	display: none;
	}


.home h2.pageTitle {
	margin: 0 0 .444em !important;
	font-family: 'Times New Roman', Times, Palatino, 'Palatino Linotype', Georgia, serif;
	font-size: 1.8em;
	line-height: 1.277;
	font-weight: normal;
	color: #3a7b40;
	}

/* @end Nav - Utility
--------------------- */


/* @group Nav - Primary
========================== */

#directory {
	margin: 0;
	padding: 0;
	}

#directory dt,
#directory dd {
	margin: 0;
	padding: 0;
	font-size: 1em;
	}

#directory dt {
	padding: 15px 5px 15px 19px;
	font-size: 1.3em;
	line-height: 1.231;
	color: #fff;
	background: #418747 url(../images/bg-section-title-corner.gif) no-repeat;
	}

#directory dt abbr {
	display: block;
	border: 0;
	}

#navPrimary {
	margin: 0;
	list-style: none;
	font-family: Helvetica, Arial, sans-serif;
	background: #e4e6cc url(../images/bg-navPrimary-shade.jpg) repeat-x;
	}

#navPrimary li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	font-size: 1em;
	}

#navPrimary a {
	display: block;
	padding: 7px 19px 6px;
	font-size: 13px !important;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #363636;
	}
#navPrimary a:hover {
	color: #3a7b40;
	}
li#navAboutTheCentre a,
li#navResourceAnnex a {
	color: #969696;
	}
#navPrimary li.current a {
	min-height: 1px;
	padding-top: 10px;
	padding-bottom: 1px;
	border: none;
	color: #84360e;
	}


#navPrimary li ul {
	display: none;
	}

#navPrimary li.current ul {
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	}

#navPrimary li.current ul li {
	margin: 0;
	border: 0;
	}

#navPrimary li.current ul li a {
	min-height: 1px;
	padding: 0 4px 0 19px;
	font-size: 1.1em !important;
	color: #5f5f5f;
	background: transparent;
	}
#navPrimary li.current ul li a:hover {
	text-decoration: underline;
	}

#navPrimary li.current ul li a.current {
	color: #5f5f5f;
	}

#navPrimary li.current ul ul {
	padding-bottom: 0;
	}

#navPrimary li.current ul ul li {
	padding: 0 0 0 10px;
	}

#navPrimary li.current ul ul a {
	padding-top: 2px;
	padding-bottom: 1px;
	font-weight: normal;
	background: url(../images/ico-bullet-nav-lvl3.gif) no-repeat 12px 5px;
	}

#navPrimary li.current ul ul a.current {
	text-decoration: underline;
	color: #363636;
	}

#navPrimary li#navAboutTheCentre ul li a,
#navPrimary li#navResourceAnnex ul li a {
	font-weight: normal;
	}

/* @end Nav - Primary
--------------------- */


#footNavPrimary {
	overflow: hidden;
	margin: 0;
	padding: 0 0 2px 186px;
	list-style: none;
	
	zoom: 1;
	}

#footNavPrimary li {
	float: left;
	margin: 0;
	font-size: 1em;
	line-height: 1;
	word-spacing: -1px;
	}

#footNavPrimary a {
	padding: 0 2px 0 2px;
	border-left: 1px solid;
	font-size: .9em !important;
	text-decoration: none;
	white-space: nowrap;
	color: #84360e;
	
	font-family: Tahoma;
	}
#footNavPrimary a:hover {
	text-decoration: underline;
	color: #363636;
	}
#footNavPrimary li.first a {
	padding-left: 0;
	border: 0;
	}
#footNavPrimary li.last a {
	padding-right: 0;
	}
#footNavPrimary li.current a {
	text-decoration: underline;
	}
li#footNavAboutTheCentre a,
li#footNavResourceAnnex a {
	color: #5f5f5f;
	}

#footNavPrimary li ul {
	display: none;
	}


/* @group Nav - Secondary
========================== */

.navSecondary {
	list-style: none;
	}

.navSecondary li {
	margin: 0;
	}

.navSecondary li {
	margin-bottom: .5em;
	}

.navSecondary li a {
	display: block;
	}
.navSecondary li a:hover {}

.navSecondary li.current a {}


/* @group Nav - Secondary - Second Level
========================== */

.navSecondary li ul {
	margin: 0;
	list-style: none;
	}

.navSecondary li.current ul {}

.navSecondary li li {}

.navSecondary li.current li a {}

/* @end Nav - Secondary - Second Level
--------------------- */

/* @end Nav - Secondary
--------------------- */


/* @group Nav - More Results
========================== */

.moreResults {}

.moreResults ul {}

.moreResults li {}

.moreResults li.resultsFound {}

.moreResults li.navNext {}

.moreResults li.navPrev {}

.moreResults li a {}

/* @end Nav - More Results
--------------------- */

/* @end NAVIGATION/UI
--------------------- */



/* @group MODULES
========================== */

/* @group Calendar
========================== */

.svCalendar table {}

.svCalendar th,
.svCalendar td {}

.svCalendar th {}

.svCalendar th a {}
.svCalendar th a:hover {}

.svCalendar td {}

.svCalendar tr.dayofweek td {}

/* @end Calendar
--------------------- */


/* @group Dragable Feeds
========================== */

#svRSSFeeds form {}

li.boxItemHeader { /* Link of items inside dragable boxes */
	}

a.boxItemHeader { /* Link of items inside dragable boxes */
	}

#svAddNewFeed {}

#svAddNewFeed button { /* !important used to override dragable_feeds.css */
	}

/* @end Dragable Feeds
--------------------- */


/* @group Favorites
========================== */

#svFavoritesList h3,
#svPageTools h3 {
	font-size: 1.3em;
	font-style: italic;
	color: #3a7b40;
	}

#svFavoritesList p {
	font-size: 1.1em;
	font-style: italic;
	color: #3a7b40;
	}

#favoriteList li a {
	margin: 0 0 0 3px;
	}
#favoriteList li a.remove {
	margin-left: 0;
	}

#favoriteListMore {
	margin: 0;
	}

/* @end Favorites
--------------------- */


/* @group Features Slideshow
========================== */

#features {
	height: 205px;
	margin: 0 0 11px;
	padding: 20px;
	background: #000;
	}

#features div.svSlideshow {
	position: relative;
	height: 205px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	}

#features div.svSlides {
	position: relative;
	}


#features dl {
	margin: 0;
	padding: 0 0 0 206px;
	}

#features dt { display: none; }

#features dd.image {
	position: absolute;
	top: 0;
	left: 0;
	}

#features dd.image img {
	display: block;
	border: 3px solid #fff;
	}

#features dd.summary {
	padding: 25px 0 0;
	font-size: 12px;
	color: #fff;
	}

#features dd.summary p {
	font-size: 12px;
	}

#features dd.summary h3 {
	margin: 0 0 8px;
	font-family: 'Times New Roman', Times, Palatino, 'Palatino Linotype', Georgia, serif;
	font-size: 24px !important;
	line-height: 28px;
	font-weight: normal;
	color:#fff;
	}

#features dd.summary h3.hang {
	text-indent: -11px;
	}

#features dd.summary span.readMore {
	display: none;
	}

#features ol.svPager {
	position: absolute;
	/*width: 180px;*/
	bottom: 1px;
	left: -3px;
	z-index: 20;
	margin: 0 !important;
	list-style: none;
	}

#features ol.svPager li {
	float: left;
	width: 19px;
	height: 19px;
	margin: 0 4px;
	}

#features ol.svPager a {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: 0;
	padding: 0;
	line-height: 19px;
	text-decoration: none;
	color: #e8de8d;
	background: #a79940 url(../images/bg-nav-slides.png) no-repeat 0 100%;
	}

#features ol.svPager li a:hover,
#features ol.svPager li.activeLI a {
	color: #464646;
	background-position: 0 0;
	}

/* @end Features Slideshow
--------------------- */


/* @group Galleries
========================== */

#svGallery {}

#svGallery li {}

.oneCol #svGallery li {
	width: 9%;
	}

.twoColSR #svGallery li,
.twoColSL #svGallery li {
	width: 11%;
	}

.threeCol #svGallery li {
	width: 18%;
	}

/* @end Galleries
--------------------- */



/* @group Indexes
========================== */

.svIndex {}

.svIndex dl {}

.svIndex dl.hasImage {}


.svIndex dt {}

.svIndex dt.releaseDate {}

.svIndex dt a {}


.svIndex dd {}

.svIndex dd.image {}

.svIndex dl.hasImage dd.image {}


.content .svIndex {}

.content .svIndex dt {}


.sidebar .svIndex dl {}

.sidebar .svIndex dl.hasImage {}

.sidebar .svIndex dl.hasImage .image {}

/* @end Indexes
--------------------- */


/* @group Indexes - Ratings
========================== */

.content .svIndex dd.credits,
.content .svIndex dd.comments,
.content .svIndex dd.tags,
.content .svIndex dd.rating {
	line-height: 20px; /* acommodate height of stars */
	}

div.stars a {
	width: 14px;
	height: 13px;
	background: transparent url(../images/rater/stars.png) no-repeat;
	}

.zero		{ background-image: url(../images/rater/star_zero.png); }
.one		{ background-image: url(../images/rater/star_one.png); }
.onehalf	{ background-image: url(../images/rater/star_onehalf.png); }
.two		{ background-image: url(../images/rater/star_two.png); }
.twohalf	{ background-image: url(../images/rater/star_twohalf.png); }
.three		{ background-image: url(../images/rater/star_three.png); }
.threehalf	{ background-image: url(../images/rater/star_threehalf.png); }
.four		{ background-image: url(../images/rater/star_four.png); }
.fourhalf	{ background-image: url(../images/rater/star_fourhalf.png); }
.five		{ background-image: url(../images/rater/star_five.png); }

/* @end  Indexes - Ratings
--------------------- */



/* @group Promos/Badges
========================== */

.promo {
	padding: 9px 9px 9px 19px;
	}

.promo p {
	margin: 0;
	font-size: 1em;
	line-height: 1.3;
	font-weight: bold;
	color: #969696;
	}

#spmNetwork p a {
	display: block;
	text-decoration: none;
	color: #969696;
	}

#spmNetwork p a span {
	float: left;
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin: 2px 5px 0 0;
	}
#spmNetwork p a span img {
	display: block;
	}
#spmNetwork p a:hover span img {
	margin: -20px 0 0;
	}

#spmNetwork p a strong {
	text-decoration: underline;
	}



#spmPrinciples {
	padding: 10px 4px 1px 19px;
	}

#spmPrinciples h2 {
	font-size: 1.3em;
	line-height: 1.308;
	font-weight: bold;
	color: #3a7b40;
	}
#spmPrinciples h2 a {
	text-decoration: none;
	color: #3a7b40;
	}
#spmPrinciples h2 a:hover {
	color: #363636;
	}

#spmPrinciples p {
	font-size: 1.1em;
	line-height: 1.273;
	font-weight: bold;
	color: #5f5f5f;
	}
#spmPrinciples p a {
	text-decoration: none;
	color: #5f5f5f
	}
#spmPrinciples p a:hover {
	color: #363636
	}



div.promobox {
	width: 148px;
	color: #3a7b40;
	}

div.promobox h2 {
	font-size: 1.3em;
	line-height: 1.231;
	font-weight: bold;
	color: #3a7b40;
	}

div.promobox p {
	font-size: 1.1em;
	line-height: 1.637;
	color: #3a7b40;
	}

div.promobox a {
	color: #9b8e3a;
	}



#principleEndorsers {}

#principleEndorsers p {
	font-weight: bold;
	line-height: 1.5;
	color: #3a7b40;
	}

#principleEndorsers p a {
	color: #6e6e6e;
	}
#principleEndorsers p a:hover {
	color: #9b8e3a;
	}



#takeTheQuiz {
	border-bottom: 15px solid #f5f4ee;
	color: #fff;
	background: #418747 url(../images/bg-quiz-corner.gif) no-repeat 100% 0;
	}

#takeTheQuiz a {
	display: block;
	padding: 34px 0 60px;
	text-decoration: none;
	color: #fff;
	}
#takeTheQuiz a:hover {
	color: #f6f2c9;
	}

#takeTheQuiz span {
	display: block;
	height: 80px;
	overflow: hidden;
	margin: 0 0 14px;
	}

#takeTheQuiz span img {
	display: block;
	}
#takeTheQuiz a:hover span img {
	margin: -80px 0 0;
	}

#takeTheQuiz em {
	display: block;
	padding: 0 8px 0 27px;
	font-size: 1.2em;
	line-height: 1.5;
	font-style: normal;
	}

/* @end  Promo/Badges
--------------------- */



/* @group Quote
========================== */

div.quote {}

div.quote blockquote {
	margin: 0 0 .5em;
	text-indent: -7px;
	color: #9b8e3a;
	}

div.quote blockquote p {
	margin: 0;
	font-family: 'Times New Roman', Times, Palatino, 'Palatino Linotype', Georgia, serif;
	font-size: 1.6em;
	line-height: 1.25;
	color: #9b8e3a;
	}

div.quote p {
	font-size: 1.1em;
	line-height: 1.455;
	color: #6e6e6e;
	}

div.quote p cite {
	font-style: normal;
	}

/* @end  Quote
--------------------- */



/* @group Quiz
========================== */

form#cg {
	margin: 0;
	padding: 20px 0 0;
	}

form#cg legend {
	display: none;
	}

form#cg fieldset {
	margin: 0;
	}

form#cg ul {
	margin: 0 0 0 20px;
	list-style: decimal;
	}

form#cg li {
	margin: 0 0 20px;
	list-style: decimal !important;
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: bold;
	color: #3a7b40;
	
	zoom: 1;
	}

form#cg p.fieldLabel {
	float: none;
	width: 100%;
	margin: 0 0 5px;
	padding: 0;
	line-height: 1.5;
	text-align: left;
	}

form#cg label {
	display: block;
	float: none;
	width: 100%;
	margin: 0 0 4px;
	padding: 1px 0 3px;
	line-height: 1.5;
	font-weight: normal;
	text-align: left;
	color: #6e6e6e;
	}

form#cg label input {
	margin: 0 5px 0 0;
	vertical-align: baseline;
	}

form#cg div.buttons {
	text-align: left;
	}

form#cg input.submit {
	/*width: 35px;*/
	height: 25px;
	margin: 0;
	padding: 0 2px;
	border: 0;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #29813f;
	}


#quizResults {}

#quizResults ul {}

#quizResults li {
	margin: 0 0 1.5em;
	color: #3A7B40;
	}

#quizResults li strong {
	display: block;
	margin: 0 0 8px;
	color: #3A7B40;
	}
	
#quizResults p.yourAnswer strong {
	color: #000;
	}

#quizResults li p {
	margin: 0;
	color: #6e6e6e;
	}

#quizResults li p.questionResponse {}

#quizResults li ul {
	margin: 8px 0 0;
	list-style: none;
	}

#quizResults li li {
	margin: 0;
	color: #6e6e6e;
	}

#quizResults li li a {
	font-style: italic;
	}

/* @end  Quiz
--------------------- */

#svSearchResults .moreResults {
	padding: 1px 5px;
	border: solid #b6b5b2;
	border-width: 1px 0;
	background: transparent;
	}

#svSearchResults form {
	padding: 5px 10px 10px;
	border: 1px solid #fff;
	background: #e5e6cc;
	}

/* @group Session Tools
========================== */

#svSessionTools p#welcome {}

/* @end Session Tools
--------------------- */



/* @group Updates (home)
========================== */

#updates {
	float: right;
	width: 340px;
	}

#updates .svIndex {
	margin: 0 0 8px;
	padding: 16px 0 0;
	border: 1px solid #8f8f89;
	border-width: 1px 0 0;
	}
#updates .svIndex:first-child {
	padding-top: 0;
	border: 0;
	}

#updates .svIndex h3 {
	margin: 0 0 6px;
	font-size: 1.6em;
	font-weight: bold;
	color: #3a7b40;
	}

#updates .svIndex dl {
	margin: 0 0 8px;
	padding: 0 0 10px;
	border: 1px dashed #c0c0bb;
	border-width: 0 0 1px;
	}
#updates .svIndex dl.last, #updates .svIndex dl:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	}

#updates .svIndex dt {
	margin: 0;
	font-size: 1.2em;
	line-height: 1.584;
	font-weight: normal;
	color: #5f5f5f;
	}

#updates .svIndex dd {
	font-size: 1.2em;
	line-height: 1.584;
	color: #5f5f5f;
	}

#updates .svIndex dd p {
	line-height: 1.584;
	}

#updates .svIndex dd span.readMore a {
	text-decoration: underline;
	color: #9b8e3a;
	}
#updates .svIndex dd span.readMore a:hover {
	text-decoration: underline;
	color: #3a7b40;
	}

/* @end Updates (home)
--------------------- */



/* @group User Tools - Categories
========================== */

#svCategories li {
	margin: 0;
	padding: 0;
	}

#svCategories li a {
	margin: 0;
	padding: 0;
	}

/* @end User Tools - Categories
--------------------- */


/* @group User Tools - Favorites
========================== */

ul#favoriteList,
ul#favoriteList ul {
	list-style: none;
	}

#favoriteList li {}

#favoriteList li a {}

#favoriteListMore {
	padding-top: 7px;
	}

/* @end User Tools - Favorites
--------------------- */

/* @end MODULES
--------------------- */



/* QUICK LINKS */
#headerWrapper #header {min-height:100px;padding:2em 0;position:relative;}
#headerTitle {float:left;width:800px;}
#headerTitle h1 {position:relative;top:auto;left:auto;}
#headerTitle p {position:relative;top:auto;left:auto;}
#searchWrapper {float:right;width:400px;}
#searchWrapper form {margin:0;float:right;padding:1em 0 1em 2em;margin:0;}
#searchWrapper form input.text {color:#464647;font-style:italic;padding:6px 9px 3px 9px;margin:0;font-size:10px;background:transparent;float:left;width:111px;font-family:Verdana, Geneva, sans-serif;}
#searchWrapper form .submit {background:#268958;border:0;color:#fff;height:25px;width:35px;text-transform:uppercase;font-size:10px;}
#searchWrapper div {background: url(../images/bg-search.gif) no-repeat;padding:0;margin:0;}
#quickLinks {float:right;width:600px;}
#quickLinks ul {list-style:none;padding:0;margin:0;float:right;}
#quickLinks ul li {display:inline;padding:0 1em;border-right:1px solid #9B8E3A;font-size:1.1em;}
#quickLinks ul li.last {border-right:none;padding-right:0;margin-right:0;}
#quickLinks ul li a {color:#9B8E3A;text-decoration:none;}
#quickLinks ul li a:hover, #quickLinks ul li a:focus {color:#84360E;text-decoration:underline;}

/* EOF */

