body {
  background-color: #ffffff;
  font-family: arial, Geneva, Tahoma, sans-serif;
  padding: 0px;
  margin: 0px;
  color: #444;
	font-size:.9em;
	line-height:1.2em;
}

/* anchors */
a {font-size: 105%; color: blue;}
a:visited {color:purple;}
a:hover {color: #564b47;}
a:active { color:#000000;}

a.pdf {background: url(../images/tru_new/file-pdf.png) no-repeat right top; padding-right:14px; margin-right:4px;}
a.xls {background: url(../images/tru_new/file-xls.png) no-repeat right top; padding-right:14px; margin-right:4px;}
a.ppt {background: url(../images/tru_new/file-ppt.png) no-repeat right top; padding-right:14px; margin-right:4px;}
a.doc {background: url(../images/tru_new/file-doc.png) no-repeat right top; padding-right:14px; margin-right:4px;}
a.star {background: url(../images/tru_new/file-star.png) no-repeat right top; padding-right:18px; margin-right:4px;}
a.email {background: url(../images/tru_new/file-email.png) no-repeat right top; padding-right:14px; margin-right:4px;}
a.rss {background: url(../images/tru_new/file-rss.png) no-repeat right top; padding-right:18px; margin-right:4px;}
a.external {background: url(../images/tru_new/file-external.png) no-repeat right top; padding-right:14px; margin-right:4px;}


/* Lists */
ul, ol {margin:5px 5px 20px 25px; padding:0;}
li {margin: 5px;}

.b1, .b2, .b3, .b4 {list-style-type:none; margin-left:5px;}
.b1 li {padding-left:20px;background: transparent url('../images/tru_new/bullet01.png') no-repeat center left;}
.b2 li {padding-left:20px;background: transparent url('../images/tru_new/file-star.png') no-repeat center left;;}
.b3 li {padding-left:20px;background: transparent url('../images/tru_new/bullet02.png') no-repeat center left;;}
.b4 li {padding-left:20px;background: transparent url('../images/tru_new/bullet03.png') no-repeat center left;;}


/* headers */
h1, h2, h3, h4, h5, h6 {
	font-family: georgia, times, 'times new roman', serif;
  padding: 0px 0px 0px 0px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: .01em;
}

h1 {font-size: 1.75em !important;  margin: 25px 0 10px 0; line-height:1em; padding: 0px 0px 5px 0px; border-bottom: 3px double #ddd;}
h2 {font-size: 1.45em !important; margin: 25px 0 10px 0; line-height:1.1em;}
h3 {font-size: 1.25em !important; margin: 25px 0 5px 0;  line-height:1em;}
h4 {font-size: 1.1em !important; font-weight: bold; margin: 25px 0 5px 0;}
h5 {font-size: 1.1em !important; margin: 25px 0 5px 0;}
h6 {font-size: .8em !important; font-weight: bold; margin: 25px 0 5px 0;}


img {border: 0;}
a img{border: 0;}


p{
  padding: 0px 0px 0px 0px;
  margin:0px 7px 15px 0px; 
}


/* sections */
#container, #header, #banner, #footer, #main-nav, #sub-nav   {
  width: 960px;
  margin: 0 auto 0; 
  padding: 0;
}

#container {
border-top: 1px solid #ccc;
} 

#header {
height: 60px;
text-align: left;
margin-top: 15px; 
}

#logo{
	float:left;
	border: 0 !important;
}
  
#header .search {
	float: right;
	width: 460px;
	height: 25px;
	text-align: right;
}

#header .search form{
	vertical-align:top;
	margin: 0 9px 0 0;
}

#header a {
	font: .75em/.75em  Verdana, Geneva, Tahoma, sans-serif;
	color: #848484;
	padding: 0 10px 0 10px;
	border-right: 1px solid #ddd;
	text-decoration: none; 
	}

#header a:hover {
	text-decoration: underline; 
	}
  
#header input {
	width: 170px;
	height: 15px;
	margin: 15px 0 0 20px;
	padding: 1px 8px 1px 10px;
	font: normal normal normal 11px/15px Verdana, Geneva, Tahoma, sans-serif;
	color: #000;
	background: #fff;
	border: 1px solid #b7b7b7;
	}

#header .search-submit, #header .button {
	display: none;
	}

	
/*main navigation*/
#main-nav {
	height: 27px;
	font: bold .85em/.85em Verdana, Geneva, Tahoma, sans-serif;
	background-color: #1d427c;
	text-align: center;
}

#main-nav ul {
	list-style: none;
	margin: 0;
  padding-top: 8px;
}

#main-nav li {
  display: inline;
	border-right: 1px solid #2b526b;
	margin: 0;
}
  
#main-nav  li.navlast {border-right: none; }
#main-nav li.ipf-homepage {display: none;}
 
#main-nav a {padding: 0px 21px 0px 21px; text-transform: uppercase; text-decoration: none; color: #fafafa;}
#main-nav a:visited {color: #fff;}
#main-nav a:hover {text-decoration: underline;}
#main-nav a:active {color: #eee;}


/* sub nav */
#sub-nav {
	height: 23px;
	font: normal normal normal .8em Verdana, Geneva, Tahoma, sans-serif;
	letter-spacing:.01em;
	background: #1d427c;
}

#sub-nav ul {
	list-style: none;
	margin: 0;
  padding: 0;
	}

#sub-nav li {
	float: left;
	margin:0;
	padding: 4px 15px 6px 15px; text-transform: uppercase; text-decoration: none; color: #fafafa;
	}
  
#sub-nav  li.navlast {border-right: none; }  
#sub-nav a {display: block; text-decoration: none; color: #fafafa;}
#sub-nav a:visited {color:#fff;}
#sub-nav a:hover {text-decoration: underline;}
#sub-nav a:active {color:#eee;}	
	
	
  /* location bar */
 #location{
 	font: normal normal normal .75em/1.7em Verdana, Geneva, Tahoma, sans-serif;
  color: #999;
  text-align:left;
	height: 20px;
 }
 
 .menubump {
  padding-left:205px !important;
 }
 
#location a {text-decoration: none; color: #999;}
#location a:visited {color:#999;}
#location a:hover {color:#999; text-decoration: underline;}
#location a:active {color:#eee;}
  
  
/* layout variations */
#rightwide{ 
  border-left: 180px solid #fff; 
	border-bottom:10px solid #fff;
} 


/* left and right side bars */
#left {
 overflow: hidden;
 width:180px; 
 float:left; 
 position:relative;
 margin-left:-180px; 
 margin-right: 0px;
 background-color: #f7f7f7;
 border-bottom: 3px solid #b3cec2;
 border-top: 3px solid #b3cec2;
}

 
 #right {
 width:200px; 
 float:right; 
 position:relative; 
 margin-right:-200px; 
 margin-left:1px;
 }
 

.rightcontainer {
  float:right; 
  margin:5px 0px 20px 0px; 
  background-color:#fff;
} 
 
.leftcontainer {
  float:left; 
  margin:20px 0 20px 0px; 
} 
  
.boxright{
  margin-bottom: 30px;
}

.boxleft{
  margin-bottom: 30px;
}

.boxright  h2, .boxleft h2, .boxright  h3, .boxleft h3 , .boxright  h4, .boxleft h4{
  border-bottom:2px double #ddd;
  padding-top:10px;
  margin: 0;
}
  
.boxright  p, .boxleft p{
  padding: 10px;
  margin: 0px 0 3px 0;
 }
 

/* content */
#content, #content1, #content2{ 
  display: block; 
  margin: 0px 0px 0px 10px; 
  border-top: 1px solid #fff;
}

#content table, #content1 table, #content2 table {
  margin: 15px;
  padding: 10px;
	
}

#content  table td, #content1 table td, #content2 table td {
border-bottom: 1px solid #b3cec2;
padding: 6px 6px 6px 12px;
vertical-align:text-top;
}



#content .ipbf-qitem-rowa {margin:0; padding:0; }
#content .ipbf-qitem-column-left {margin:0;padding:0; }
#content .ipbf-qitem-prompt {margin:0; padding:0;}
#content .ipbf-qitem-preview-table {margin:0;padding:0; }
#content .ipbf-TextInput-Area {margin:0;padding:0;}

#content .ipbf-qitem-prompt {vertical-align:top;}
#content .ipbf-qitem-column-left  {margin:0; padding:0; vertical-align:top;text-align:right;}
#content .ipbf-qitem-column-left  table{ width:100%;}

#ipbf-tblStdResponseControl tr td {border-style:none;}
#ipbf-qitem-preview-table tr td {border-style:none;}
#ipbf-qitem-prompt tr td {border-style:none;margin:0;padding:0;}

#ctl10_ctlResponse_lblPage {font-size:80%;}






.half{
width: 48%; 
}

.third{
width: 31%; 
float: left;
}


.half-right{
width: 48%; 
float: right
}

/* images */
.captionleft,.captionleftwhite, img.alignleft{float:left;}
.captionright,.captionrightwhite, img.alignright{float:right;}
.captionright img, .captionleft img, img.alignright, img.alignleft, .captionrightwhite, .captionleftwhite, #content p img, #content1 p img, #content2 p img {padding:2px;}
.captionright, .captionleft, img.alignleft, img.alignright, .captionrightwhite, .captionleftwhite, #content p img, #content1 p img, #content2 p img  {
	margin:7px; 
	font-size:.85em; 
	text-align:center; 
	border:1px solid #ddd; 
	background-color:#eee;
}

.captionrightwhite, .captionleftwhite  {
	border-style:none; 
	background-color:transparent;
	color:#000;
}




.homepagelink {text-align:right; clear:both;}
.homepagelink  a {display:block; padding-bottom:5px; font-weight:bold; color:#5b5b5b;text-decoration: none;}
.homepagelink a:visited {color:#5b5b5b;text-decoration: none;}
.homepagelink a:hover {color:blue;text-decoration: underline;}
.homepagelink a:active {color:#000;}


/* footer */ 
#footer {
  height:80px;
	overflow: hidden;
	clear: both;
	padding: 10px 0 10px 0;
	text-align: center;
	background-color: #1d427c;
	font-size:.8em;
	border-top:2px solid #eee;
 }
 
#footer .snicons {
  margin-top: 7px;
}

#footer a {color:#ddd;text-decoration: none;}
#footer a:visited {color:#ddd;text-decoration: none;}
#footer a:hover {color:#fff;text-decoration: underline;}
#footer a:active {color:#ddd;}
  

/* Forms */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 200px;
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}

.page-template-quick-post .text-input {
	width: 97.5%;
	}

#comments-template label {
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}

textarea {
	clear: left;
	display: block;
	width: 60%;
	font: 14px/20px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}

.button {
	width: 100px;
	margin-right: 9px;
	padding: 6px 9px;
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	color: #eee;
	background: #1d427c;
	border: none;
	}

.button:hover {
	cursor: pointer;
	background: #79a892;
	}

.search-form input {
	margin-right: 9px;
	}

  
.widget {
	overflow: hidden;
	margin: 0 0px 10px 3px;
	padding: 3px 3px 0 3px;
	background: #fff;
	border: 1px solid #ddd;
}

.boxleft .widget {
	margin-left:0px;
}

.widget h4 {
  height: 19px;	
  margin: 0 0 10px 0;	
  padding: 3px 10px;	
  font-size:3em;
  font-weight: bold;	
  color: #f7f7f7;	
  background: #093653 url(../images/tru_new/widget-title.png) repeat-x 0 0;
	text-align:center;
}

.widget ul li {
	font-size:.9em;
}


.flickrBody {text-align:center;}
.flickrBody img {margin:3px;border:1px solid #eee;}
.rssHeader a{font-size:130%; font-weight:bold; margin:25px 0 25px 0; text-decoration:none; color:#000;}
.rssBody {font-size:80%;}
.rssBody ul {padding:0; margin:0;}
.rssImageRow {list-style:none;}
.rssImageRow img{float:left; border:1px solid #ddd; margin:0 7px 10px 0px; padding:3px; background-color:#eee;}
.rssRow {margin-left:25px;}
.rssText {height:120px;}
.rssMeta {font-size:75%; color:#999;}
.rssContent {}
.rssTitle {text-decoration:none; color:#000; margin-top:25px;}
.rssImageTitle {font-size:120%;}




  