/*
Theme Name: ThinkPayDirt
Theme URI: http://thinkpaydirt.com/
Description: ThinkPayDirt's theme
Version: 1.0
Author: Ackmann & Dickenson
Author URI: http://www.ackmanndickenson.com/
Tags: fixed-width, two columns
*/



body {
	background: #6c96ac;
	text-align: center;
	font-family: "Lucida Grande", Lucida, Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #555555;
	margin-top: 30px;
	margin-bottom: 30px;
}

#sidebar ul {
	padding:0px;
	margin:0px;
}

p {
}


a:link, a:visited{
	text-decoration: underline;
	color:  #375362;
}


a:hover, a:active{
	text-decoration: none;
	color:  #375362;
}


b, strong {
	font-weight: bold;
}

.image-left{
	float: left;
	margin:  0px;
	padding: 3px 12px 3px 0px;
}

.image-right{
	float: right;
	margin:  0px;
	padding: 3px 0px 3px 12px;
}

img {
}

a img {
	border: 0px;
}

.imageStyle {
}

.clear {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* @end */


/* @group GLOBAL CLASSES */


blockquote, .standout {
	font-weight: bold;
	font-style: normal;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	color: #555555;
	padding-left: 10px;
		border-left-color: #6c96ac;
		border-left-width: 5px;
		border-left-style: solid;
}


h1 {
	display:none;
}

h2 {
	font-family: Myriad, "Myriad Roman" , "Myriad Pro" , "Myriad Web", "Lucida Grande", Lucida, Tahoma, Arial, Verdana, sans-serif;
	font-size: 18px;
	line-height: 1.1em;
	color: #375362;
	text-align: left;
	font-weight:  bold;
	letter-spacing: -1px;
}

h3 {
	font-family: Myriad, "Myriad Roman" , "Myriad Pro" , "Myriad Web", "Lucida Grande", Lucida, Tahoma, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 1.1em;
	color: #375362;
	text-align: left;
	font-weight:  bold;
	letter-spacing: -1px;
}


h4 {
	font-size: 14px;
	line-height: 1.1em;
	color: #375362;
	text-align: left;
	font-weight:  bold;
}


h5 {
	font-size: 12px;
	line-height: 1.1em;
	color:#64422a;
	text-align: left;
	font-weight:normal;
}


ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}


/* @end */

/* @group CONTAINER */


#container {
	width: 940px;
	height:  auto;
	background: url(images/middlebg.png) repeat-y;
	margin: 0px auto; /* Right And Left Margin Widths To Auto 
	text-align: center; /* Hack To Keep IE5 Windows Happy */
}

#container #top{
	position: relative;
	background: url(images/topbg.png) top no-repeat;
	width:  940px;
	height: 14px;
	z-index: 3;
}

#container #bottom{
	position: relative;
	background: url(images/bottombg.png) bottom no-repeat;
	width:  940px;
	height: 14px;
	z-index: 4;
}


/* @end */

/* @group PAGEHEADER */


#pageHeader {
	position: relative;
	margin-left: 12px;
	margin-right:  12px;
	height: 90px;
	background: #375362;
	border: 0px;
}

#pageHeader h1 { 
	margin: 0px;
	padding-left: 25px;
	padding-top: 20px;
	font-family: Myriad, "Myriad Roman" , "Myriad Pro" , "Myriad Web", "Lucida Grande", Lucida, Tahoma, Arial, Verdana, sans-serif;
	font-size: 24px;
	line-height: 1.1em;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	letter-spacing: .1px;
	text-shadow: 0px 1px 3px #333333;
}

#pageHeader h2 {
	margin: 0px;
	padding-left: 25px;
	padding-top: 8px; 
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	font-family: Georgia, Times, serif;
	text-transform: none;
		letter-spacing: .1px;

}

#pageHeader #logo{
	float: right;
	margin-right: 0px;
	margin-left: 24px;
}

#breadcrumbcontainer {
	position:  relative;
	text-align:  center;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	height:  24px;
	background: url(images/breadcrumbbg.png) repeat-x;
	padding:  3px 0px 0px 24px;
	font-size:  10px;
	text-align: left;
	color: #555555;
	border-top-color: #6c96ac;
		border-top-style: solid;
		border-top-width: 1px;
}

#breadcrumbcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-top: 6px;
	padding-left: 8px;
	display:  inline;
}

#breadcrumbcontainer li { 
	margin: 0 0 0px 0;
	display: inline;
}

#breadcrumbcontainer a {
	text-decoration: none;
	display: inline;
	color:  #666666;
}

#breadcrumbcontainer a:hover {
	text-decoration: underline;
	display: inline;
	color:  #666666;
}

/* @end */

/* @group CONTENT LAYOUT */


#contentwrapper {
	position: relative;
	margin-left:  12px;
	margin-right: 12px;
	background: none;
	padding:  0px;
}

#contentContainer {
	position: relative;
	margin-left: 220px;
	padding: 0px 24px 18px 35px;
	text-align:  left;
	background: none;
}

#contentContainer ul {
}

#contentContainer li {
}

#footer {
	position: relative;
	height: 30px;
	margin-left: 8px;
	margin-right: 8px;
	background: none;
	padding: 7px 10px 8px 10px;
	text-align: center;
	font-size: 11px;
	border-top: 1px dashed #aeaeae;
	z-index: 6;
}

#footer p {
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group TOOLBAR */



/* @group BLOG */



.blog-entry {
	font-family: "Lucida Grande", Lucida, Verdana, Helvetica, Arial, sans-serif;
	margin: 10px 0px 4px 0px;
	border-bottom: 1px dashed #aeaeae;
}

.blog-entry-title {
	font-size: 15px;
	line-height: 18px;
	color: #375362;
	text-align: left;
	font-weight: bold;
	margin-bottom: 6px;
}

.blog-entry img {
	padding: 3px;
	border: 0px;
}

.blog-entry-date {
	font-size: 11px;
	text-indent: 16px;
	color: #555555;
	margin-bottom: 5px;
	padding: 2px;
	background: url(images/menuarrow.png) left no-repeat;
}

.blog-read-more {
	font-size: 11px;
	margin-top: 6px;
	padding: 0px;
	font-style: normal;
}

.blog-read-more a {
	font-size: 11px;
}

.blog-read-more a:hover {
	font-size: 11px;
}

.blog-entry-summary {
	margin-bottom: 10px;	
}


.blog-entry-category {
	color: #375362;
	font-size: 11px;
	margin-bottom: 5px;
	padding: 2px;
	background: #eeeeee;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

.blog-entry-body {
	margin-bottom:  12px;
}

.blog-entry-comments {
	font-size: 10px;
	text-align:  left;
	color: #375362;
	margin-top: 7px;
}

.blog-entry-comments a {
}

.blog-entry-comments-inline {
	font-size: 11px;
	line-height: 1.4em;
	text-align:  left;
	margin-top: 8px;
	padding-bottom: 10px;
}

p.blog-entry-tags {
	font-size: 11px;
	line-height: 1.4em;
	text-align:  left;
	margin-top: 8px;
	padding-left: 20px;
	font-style: normal;
}


/* @end */

/* @group BLOG ARCHIVE PAGE */

.blog-archive-background {
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
	font-size: 20px;
	line-height: 1.3em;
	color: #375362;
	text-align: left;
	font-weight:  bold;
	margin-top: 12px;
	padding-bottom: 6px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #aeaeae;
}

.blog-archive-link {
	margin: 0px;
	font-size: 12px;
}

.blog-archive-link a:hover {
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

#blog-archives {
	margin-bottom: 10px;
	line-height: 1.6em
}

#blog-categories {
	margin-top: 12px;
	margin-bottom: 10px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-top: 10px;
	margin-bottom: 10px;
}

a.blog-rss-link {
	background: url(images/rss_icon.gif) no-repeat left center;
	padding-left: 16px;
	display: block;
	float: left;
}

a.blog-comments-rss-link {
	background: url(images/rss_icon.gif) no-repeat left center;
	padding-left: 16px;
	display: block;
	float: left;
}

/* @end */


/* @group BLOG TAG CLOUD */

ul.blog-tag-cloud {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}

.blog-tag-size-1 {	
	font-size: 0.8em;
}

.blog-tag-size-2 {	
	font-size: 0.85em;
}

.blog-tag-size-3 {	
	font-size: 0.9em;
}

.blog-tag-size-4 {	
	font-size: 0.95em;
}

.blog-tag-size-5 {	
	font-size: 1em;
}

.blog-tag-size-6 {	
	font-size: 1.05em;
}

.blog-tag-size-7 {	
	font-size: 1.1em;
}

.blog-tag-size-8 {	
	font-size: 1.15em;
}

.blog-tag-size-9 {	
	font-size: 1.2em;
}

.blog-tag-size-10 {	
	font-size: 1.25em;
}

.blog-tag-size-11 {	
	font-size: 1.3em;
}

.blog-tag-size-12 {	
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {	
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {	
	font-size: 1.55em;
}

.blog-tag-size-17 {	
	font-size: 1.6em;
}

.blog-tag-size-18 {	
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {	
	font-size: 1.75em;
}

/* @end */


/* @group FILE SHARING */

.filesharing-description {
	margin-bottom: 15px;
}

.filesharing-item {
	margin-bottom: 10px;
}

.filesharing-item a {
	color: #555555;
	text-decoration: underline;
}

.filesharing-item a:hover {
	color: #375362;
	text-decoration: none;
}

.filesharing-item-title {
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: normal;
}

.filesharing-item-description {
}

/* @end */

/* @group PHOTO ALBUM */

/* @group Index Page (Thumbnail view) */


.album-title {
	font-size: 18px;
	line-height: 1.3em;
	color: #375362;
	text-align: left;
	font-weight:  bold;
	margin-top: 12px;
	margin-bottom: 8px;
}

.album-description {
	margin-bottom: 60px;
}

.album-wrap {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 30px;
	margin-right: 6px;
	padding-right: 8px;
}

html>body .thumbnail-wrap {
	margin-bottom: 60px;
	margin-right: 12px;
	padding-right: 8px;	
}

.thumbnail-frame {
		border-style: none;
		position: absolute;
   		bottom: 0;
    	left: 0;
}

.thumbnail-frame a:hover {
	border-style: none;
}

.thumbnail-frame a {
	border-style: none;
}

.thumbnail-frame img {
	border: hidden;
}

.thumbnail-caption {
	margin-top: 3px;
	font-size: 11px;
	color: #555555
}

/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	margin: 0px;
	padding: 0 20px 20px 20px;
	text-align: center;
	background: none #ffffff;
}

.photo-navigation {
	padding:  12px;
	margin-bottom: 22px;
	background-color: #6c96ac;
	text-align: center;
	border-bottom:  4px solid #dddddd;
}

.photo-navigation a:link, .photo-navigation a:visited {
	font-size: 12px;
	color: #ffffff;
}

.photo-navigation a:hover {
	font-size: 12px;
	color: #ffffff;
}

.photo-frame{
	margin-bottom: 22px;
	padding: 6px;
	border: 1px solid #aeaeae
}

.photo-links {
	font-size: 12px;
	color: #ffffff;
}

.photo-title {
	margin: 8px 0px 4px 0px;
	font-size: 18px;
	line-height: 1.3em;
	color: #ffffff;
	text-align: center;
	font-weight:  bold;
	text-shadow: 0px 1px 3px #333333;
	line-height: 20px;
		letter-spacing: .1px;
	padding-top: 3px;
}

.photo-caption {
	font-size: 12px;
	line-height: 15px;
	margin: 0px;
	margin-top: 6px;
	color: #ffffff;
}

/* @end */


/* @group EXIF Data */
/* Data wrapper */
.exif-data {
	clear: left;
	margin: 0;
	padding: 15px;
	float: left;
	width: 200px;
}

.exif-data p {
	margin: 0;
	padding: 0;
	color: #383d44;
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-pixel-x-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}


/* @end */

/* @end */


/* @group QUICKTIME ALBUM */


/* @group Index Page (Movie Thumbnail view) */


.movie-page-title {
	font-size: 18px;
	line-height: 1.3em;
	color: #375362;
	text-align: left;
	font-weight:  bold;
	margin-bottom: 8px;
}

.movie-page-description {
	margin-bottom: 15px;

}

.movie-thumbnail-frame {
	float: left;
		width: 136px;
		position: relative;
	display: inline;
	border-style: none;
	padding: 0;
	text-align: center;
	margin: 0px 15px 24px 0px;
}

.movie-thumbnail-frame:hover {
	border-style: none;
}

.movie-thumbnail-caption {
	margin-top: 3px;
	margin-bottom:  3px;
	font-size: 11px;
	color: #555555
}

	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	margin: 15px 0px 15px 0px;
	text-align: center;
	background: #6c96ac;
}

.movie-title {
	font-size: 18px;
	line-height: 1.3em;
	color: #375362;
	text-align: left;
	font-weight: bold;
	margin: 20px 20px 5px 20px;
}

.movie-description {
	margin-top: 3px;
	margin-bottom: 15px;
	text-align: center;
		color: #ffffff;
}

/* My Comment */

.movie-frame {
	text-align: center;
	padding: 2px;
	background: #ffffff;
}
	
/* @end */


/* @group Quicktime Page */

.movie-background {
	margin: 15px 0px 15px 0px;
	text-align: center;
	background: #6c96ac;
}

.movie-title {
	font-size: 18px;
	line-height: 1.3em;
	color: #375362;
	text-align: left;
	font-weight: bold;
	margin: 20px 20px 5px 20px;
}

.movie-description {
	margin-top: 3px;
	margin-bottom: 15px;
	text-align: center;
}

.movie-frame {
	text-align: center;
	padding: 2px;
	background: #ffffff;
}
	
/* @end */

/* @end */


/* @group CONTACT FORM */


.message-text {
}

.required-text {
	color: #375362;
} 

.form-input-field {
}

.form-input-button {
}

/* @end */

body,
#sidebar #sidenavContainer #sidebar #sidenav,
.blog-entry-date,
.filesharing-item a,
.thumbnail-caption,
.movie-thumbnail-caption,
.blog-entry-comments-inline {
	color: #42210B;
}

body {
	background: #A5A5A5;
}

blockquote, .standout {
	border-left-color: #A5A5A5;
	color: #42210B; 
}

#pageHeader {
	background: #FFFFFF;
}

#pageHeader h1 {
	color: #FFFFFF;
}

#pageHeader h2 {
	color: #FFFFFF;
}

#breadcrumbcontainer {
	border-top-color: #A5A5A5;
}

a:link, a:visited {
	color: #586336;
}

a:hover, a:active,
.filesharing-item a:hover {
	color: #586336;

}

h1 {
	color:  #586336;
}

h2 {
	color:  #586336;
}

h3 {
	color:  #586336;
}

h4 {
	color:  #586336;
}

#sidebar #sidenavContainer #sidebar #sidenav .sideHeader {
	color:  #586336;
}

#navcontainer a,
#navcontainer ul ul a,
#navcontainer ul ul ul a,
#navcontainer ul ul ul ul a {
	color:  #777777;
}

#navcontainer a:hover,
#navcontainer ul ul a:hover,
#navcontainer ul ul ul a:hover,
#navcontainer ul ul ul ul a:hover {
	color:  #586336;
}

#navcontainer #current,
#navcontainer ul ul #current,
#navcontainer ul ul ul #current,
#navcontainer ul ul ul ul #current {
	color: #586336;
}

#navcontainer .currentAncestor,
#navcontainer ul ul .currentAncestor,
#navcontainer ul ul ul .currentAncestor,
#navcontainer ul ul ul ul .currentAncestor {
	color: #586336;
}

.blog-entry-title {
	color: #586336;
}

.blog-entry-category {
	color: #586336;
}

.blog-entry-comments {
	color: #586336;
}

.blog-archive-month {
	color: #586336;
}

.album-title {
	color: #586336;
}

.photo-navigation {
	background-color: #586336;
}

.photo-navigation a:link, .photo-navigation a:visited {
	color: #FFFFFF;
}

.photo-navigation a:hover {
	color: #FFFFFF;
}

.photo-title {
	color: #FFFFFF;
}

.photo-caption {
	color: #FFFFFF;
}

.movie-page-title {
	color: #586336;
}

.movie-title {
	color: #586336;
}

.movie-background {
	color: #9EAA6A;
}

.movie-description {
	color: #555555;
}

.required-text {
	color: #586336;
}
#sidebar #sidenavContainer {
	float: right;
	padding: 0px 4px 10px 0px;
}

html>body #sidebar #sidenavcontainer {
	padding: 0px 8px 10px 0px;
    margin: 0px;
}


#contentContainer {
	margin-right: 220px;
	margin-left: 0px;
	width:636px;
	min-height:735px;
}
#pageHeader {
	background-image: url(images/headerbg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#contentContainer p {
width:636px;
padding-bottom:4px;
}

#bottomInfo{
	width:430px;
	padding-bottom:10px;
}
#brochureBox{
	width:195px;
	background-color:#B9D6F4;
	float:right;
}
#brochureBox h5{
	line-height:18px;
	margin-top:0;
	padding:10px;
	width:175px;
	color:#64422a;
}
#brochureBox2{
	width:195px;
	height:55px;
	background-color:#B9D6F4;
	float:right;
	margin:-100px 0 0 0;
}
#brochureBox2 h5{
	line-height:18px;
	margin-top:0;
	padding:10px;
	width:175px;
	color:#64422a;
}
#quoteBox{
	width:440px;
	height:155px;
	border:#000000 1px solid;
	padding:10px;
	margin:50px 0 0 90px;
}
.blueTitles{
	color:#1f6ec6;
	font-weight:bold;
	padding-bottom:10px;
}
#sidebar {
	text-align:left;
	width:220px;
	float:right;
	list-style:none;
	margin:-10px -8px -8px -8px;
}

#sidebar #sidenav a:link, #sidebar #sidenav a:visited{
	text-decoration:none;
	color:#777777;
}
#sidebar #sidenav a:hover, #sidebar #sidenav a:active{
	text-decoration:underline;
	color:#586336;
}
#sidebar ul{
	padding:0;
	list-style:none;
}
#sidebar #sidenav ul li ul{
	list-style:none;
	padding:5px 0 0 20px;
}
#sidebar #sidenav li ul li{
	background: url(images/menuarrow.png) no-repeat 10px 3px;
	text-indent:30px;
	font-size:11px;
	height:20px;
}
#sidebar #sidenav li{
	background: url(images/navbutton.png) no-repeat;
	text-indent:35px;
	font-size:11px;
	padding:4px 0 8px 0;
}
#sidebar #sidenav li ul li{
	display:none;
}
#sidebar #sidenav .current_page_item ul li{
	display:block;
	padding:0;
}
#sidebar #sidenav .current_page_ancestor ul li{
	display:block;
	padding:0;
}
.current_page_ancestor{
	font-weight:normal;
	text-decoration:none;
}
.current_page_item{
	font-weight:bold;
	color:#586336;
}
.current_page_item li{
	font-weight:normal;
	text-decoration:none;
}
#sidebarInfo {
background-color:#EEEEEE;
border-bottom:1px dashed #AEAEAE;
border-top:1px dashed #AEAEAE;
color:#555555;
font-size:11px;
line-height:15px;
margin-top:0;
padding:10px 8px;
text-align:left;
width:184px;
}
.newsDate{
	margin-top:-15px;
}
.newsDate1{
	margin-top:-8px;
}
#mediaContact{
	width:245px;
	height:105px;
	background-color:#B9D6F4;
	float:right;
	margin:-140px 0 0 0;
}
#mediaContact h5{
	line-height:18px;
	margin-top:0;
	padding:10px;
	width:225px;
	color:#64422a;
}
#news{
	width:390px;
	padding-bottom:10px;
}
#testimonialsRight{
	width:440px;
	border:#000000 1px solid;
	padding:10px;
	margin:3px 0 25px 175px;
}
#testimonialsLeft{
	width:460px;
	border:#000000 1px solid;
	padding:10px;
	margin:3px 0 25px 0;
}
.tightParagraph{
	margin-top:-11px;
}
#affiliations{
	text-align:left;
	float:left;
	padding-bottom:23px;
    width:600px;
}
.affiliationImg{
	float:left;
	padding-bottom:38px;
	text-align: right;
	vertical-align: bottom;
    padding-right:20px;
    width:120px;
}


.sideHeader ul {
	padding:0px;
	margin:0px;
}

.sideHeader li {
	background-image:none;
}

.widgettitle {
	display:none;
}

.page-item-10, .page-item-61 {
	margin-top:10px;
}