/*
File:        print.css - printable styles for IPA.
*/


body {
  font-family: Arial, Helvetica, Swiss, SunSans-Regular !important;
  font-size: 11pt;
}

body > #wrap {
	background: url("images/header.png") repeat-x #FFF;
	width: 100%;
}

/* -----------------------  GLOBAL STYLES ---------------------*/

div, p, ul, ol, li, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

a:link, a:visited, a:active { 
  color:#015382;
  text-decoration: none;
}

a:hover  { 
  color:#000;
  text-decoration: underline;
}

/* Text Styles */
form, h1, h2, h3, h4, h5, h6 {
  color: #012F50;
}
#content p, .body_text, textarea, input, text, .error, .note, ul, ol, li, .widget-wrap div{ 
  font-size: 14pt;
  line-height: 18pt;
  color: #000;
}


#content p {padding-top:5px; padding-bottom:20px;}
#content .page {padding-top:15px !important;}
.content-wrap {
    padding: 12px 20px;
}


.entry-content p, {
	margin-bottom: 20px;
}

.home #content .post p, .home .entry-content p, .widget p{
	padding-bottom: 5px !important;
}

p.message-box{
	margin:16px 20px 16px 20px;
}

.message-box span{
	font-weight: bold;
}

h1 {
  font-size: 20pt;
  margin-bottom: 18pt;
  font-weight: normal;
}
h2 {
  font-size: 18pt;
  margin-bottom:14pt;
}
h3 {
  font-size: 14pt;
  margin-bottom:3px;
}
h4 {
  font-size: 14pt;
  margin-bottom:3px;
}
h5 {
  font-size: 11pt;
}

ul, ol, li {
  padding-left:10px;
}

.error {
  font-size: 12px;
  line-height: 15px;
  color: #DB0008 ; 
  font-weight: bold;
}
.note {
  color: #333333;
}

.white {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
textarea, input, text {
  padding: 2px;
  margin: 0 0 15px 0;
	background: #eee;
	border: #ccc 1px solid;
	overflow: auto;
}
.textfield, .search {
  height: 15px;
}

select {
  margin: 0 0 5px 0;
}
.site_photo, .site_image {
  margin: 0 10px 5px 0;
  padding: 0;
	border: #ccc 1px solid;
  float: left;
}    
.submit {
  margin: 0;
  padding: 0;
	border-width: 0;
}
/* Text Styles Ends */

/* Pages Start */
#headerprint {
  display:none;
}

#content-sidebar-wrap{
	width:100% !important;
}


#header {
  background: url("images/header.png") repeat-x #FFF;
  background-color: #002f4f;
  width: 100%;
  height:60px;
  margin:auto;
  padding: 0;
  border-width :2px 2px 2px 2px;
  border-style: solid;
  border-color: #99CCFF;
  display:none;
}

#nav{
	display:none;
}

.print_header{
 	background: url("images/header.png") repeat-x #FFF;
 	background-color: #002f4f;
  	width: 100%;
  	margin-bottom:20px;
	padding-top:20px
	border: 0px 0px 0px 0px !important;
	height: 60px;
}

.logo img, .print_header img{
	margin: 10px 0pt 0px 15px;
	overflow:hidden;
	border:0;
}

#nav {
  background: url("images/navigation.png") repeat-x #FFF;
  width: 901px;
  height: 29px;
  margin: auto;
  padding: 3px 0 0 0;
  text-align: center;
  font-weight: bold;
  border-width :0 2px 0 2px;
  border-style: solid;
  border-color: #99CCFF;
  text-transform:none;
}



#utility_navigation {
  width: 901px;
  height: 50px;
  margin: 0;
  padding: 3px 0 0 0;
  font-weight: bold;
  margin:auto;
  border-width :0 2px 0 2px;
  border-style: solid;
  border-color: #99CCFF;
}

.ulility_container{
	margin-top:8px;
	float:left;
}

#email_box {
  margin-right:20px;
  margin-left:40px;
}

#search_box {

}

.home_link {
  width: 128px;
  height: 128px;
  margin: 82px 0 0 112px;
  padding: 0;
  float: left;
}
#content {
  width: 901px;
  height: 100%;
  margin: 0;
  padding: 0;
  float: left;
}
#scol1 {  
  background: #E1E1E1;
  width: 291px;
  margin: 0 0 0 0;
  padding: 0;
  float: left;
}


#sidebar {  
  width: 262px;
  margin: 0 0 0 0;
  padding: 0;
  float: left;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #99CCFF;
}

.home #sidebar  {  
  background: #E3E3E3 !important;
}

.sidebar-content #content, .content-sidebar #content {  
  border-top: 15px solid #0B304E;
  border-left: 1px solid #99CCFF;
  width:624px;
  margin: 0 0 0 0;
  float: right;
 
}

.home #content, .home  #content{
	border-left: none !important;
	background: none !important;

}

/* --------------------  HOMEPAGE & Widgets -----------------------*/
#home-top .widget {  
  background: url("images/content_area_footer.png") repeat-x left bottom;
  width:624px;
  margin: 1px 0 0 0;
  padding: 0 0 20px 0;
  border: 1px solid #99CCFF;
}


#home-top{
	margin-bottom: 15px;
}

#home-bottom .widget {
  	background: url("images/content_area_footer.png") repeat-x left bottom;
	width: 305px;
	float: left;
 	border-left: 1px solid #99CCFF;
 	border-bottom: 1px solid #99CCFF;
  	border-top: 15px solid #0B304E;
  	padding-bottom:25px;
	
	
}

#featured-post-3, #home-bottom .featuredblogposts {
 	border-right: 1px solid #99CCFF;
	
}

#featured-newsitem-5, #home-bottom .featureditems{
	margin-left: 11px;
}

.widgettitle, .page-label{  
  background: url("images/center_columnB_top.png") repeat-x #FFF !important;
  height: 25px;
  margin: 0;
  padding: 10px 0 0 10px !important;
  border-bottom: 1px solid #99CCFF;
  font-size: 13pt !important;
  color: #012f50 !important;
  font-weight: bold !important;
  text-transform: none !important;
}

.widget-wrap div{
	padding:5px 20px 5px 20px !important;
	
}

.widget .post {
	margin-bottom: 10px !important;
}


#content .widget h2, .widget h2{
	margin:0px;
}

.widget h2 a:link, .widget h2 a:active,.widget h2 a:visited {
	color: #015382 !important;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none
}


.content-wrap {
	padding: 0 20px 20px 20px;
}

/* -----------------------  Navigation ---------------------*/

#nav li {
	background: none !important;
	float:left;
	list-style-type:none;
}

#nav a:link, #nav a:visited, #nav a:active {
  font-family: Arial, Helvetica, Swiss, SunSans-Regular;
  color: #007181;
  text-decoration: none;
  margin: 0;
  padding: 0 25px 5px 0;
  font-size: 15px;
  line-height: 20px;
}


/* -----------------------  Single-Post Pages ---------------------*/

.single .post_info{
	font-size:14pt;
	line-height:18pt;
	text-transform: none !important;
	margin-bottom: 10px;
}

.addthis_container{
	margin-bottom: 15px;
}

.post-meta {
    border-top: 1px solid #E6E6E6;
    clear: both;
    font-size: 10pt;
    padding: 5px 0 0;
    text-transform: none !important;
}


/* -----------------------  Multi-post pages ---------------------*/

#content .post {
	margin: 0 0 20px 0;
}

.list_container {
  margin: 10px 0 10px 0;
  border-width :0 0 1px 0;
  border-style: dotted;
  border-color: #E50278;
}

.byline, .post-info {
  font-size:9pt !important;
  font-style: italic;
  line-height: 14px !important;
  text-transform: none !important;
}

/* -------------------  Specifically Pages For Printing ---------------------*/


.printable #utility_navigation, .post-edit-link{
	display:none;
}

.printable #wrap{
	width:100%
}

.page_head {page-break-before:always}

.no_break {page-break-before:auto !important}

/* ------------------- Full-Width Pages ---------------------*/

.full-width-content #content {
    width: 100% !important;
}

/* ------------------- NEWS RELEASES ---------------------*/

.home #content .news-release{
	margin: 0 0 10px;
}

#content .news-release{
	margin: 0 0 40px;
}

/* -----------------------  SIDEBARS ---------------------*/

#sidebar{
	border-top: 15px solid #0B304E;
	padding-top:1px;
}

.widgettitle a.rss_link {
	float:right;
	margin: 0px 10px 0px 10px;
	height:15px;
	width:15px;
	background: url('images/rss.png') no-repeat;
	background-position: top left;
	overflow:hidden;
}

.widgettitle a{
	display:block;
	float:left;
}

.widgettitle{
	padding-right:10px;
}


/* -----------------------  Images and Captions ---------------------*/


#content img, #content p img {
	max-width: 100%;
	}

#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}


img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
img.alignnone {
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
	}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #F7F7F7;
	padding: 5px 0 0 1px;
	text-align: center;
	border: 1px solid #E6E6E6;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}

/* -----------------------  FOOTER ---------------------*/


#footer {
  width: 905px;
  margin-left: auto;
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 20px;
  font-size: 10pt;
  line-height: 16px;
  color: #505050;
  background: #fff;
  text-transform:none;
  margin:auto !important;
}

#footer p {
  font-size: 10pt;
}



#footer a:link, #footer a:visited, #footer a:active { 
  color:#015382 !important;
  text-decoration: none;
}

#footer a:hover{
	color:#015382 !important;
	text-decorateion: underline;
}

#footer_columnA, #footer_columnB, #text-8 {  
	display:none !important;
}
#footer_column_infoA {
  float: left;
  margin: 0;
  padding:  0 0 0 0;
}
#footer_column_infoB {
  float: left;
  margin: 0 0 0 30px;
}
#footer_column_infoC {
  float: left;
  margin: 0 0 0 30px;
  padding-left: 20px;
  border-width : 0 0 0 1px;
  border-style: solid;
  border-color: #99CCFF;
}
#footer_column_infoD {
  float: left;
  margin: 0 0 0 30px;

}
