/***********************************************
pip_main.css is the general 
stylesheet for pecanipmpipe.tamu.edu. (pecan.ipmpipe.org)
Fixed width, 2 col
************************************************/

* {
  margin: 0;
  padding: 0;
	} 

body {
	font-size: 62.5%;
	background-color: #8E7546;
	}

a:hover {
	color:#254830;
	background-color: #F8E36D;
	}
	
#container {
	top: 0px;
	width: 822px;
	margin-bottom: 0px;
	text-align:left;
	margin-top: 20px;
	padding: 0px;
	}
		
#header {
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #efdf42;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	width: 819px;
	border-top-width: 1px;
	}
	
.searchbox {
	padding-right: 10px;
	padding-bottom: 8px;
	padding-top: 0px;
	position: absolute;
	top: 65px;
	right: 250px;
	}

#global_nav {
	float: left;
	width: 790px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #2c8289;
	/*background-color: #98C6CB;*/
	text-align: center;
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	padding-right: 15px;
	padding-left: 15px;
	}
	
#global_nav a {
	font-size: 110%;
	color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	}
	
#global_nav a:hover {
	color: #404040;	
	}

#global_nav li {
	display: inline;
	list-style-type: none;
	padding-left: 20px;
	padding-right: 20px;
	}

#content {
	text-align:left;
	line-height: 1.2;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	margin: 0px;
	width: 810px;
	}
	
#content_left {
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 175px;
	margin: 0px;
	font-size: 130%;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	color: #404040;
	}
	
#left_nav {
	float: left;
	padding: 5px;
	width: 165px;
	}
	
#left_nav a {
	display: block;
	padding: 5px;
	color: #333;
	text-decoration: none;
	}
	
/*#left_nav a:hover {
	color:#254830;
	background-color: #f8e36d;
	}
	*/
	
#left_nav p {
	margin-top: 10px;
	padding: 5px;
	}

/*#left_nav ul  {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	float: none;
	width: 100%;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	background-color: #EFF2EE;
	/*background-color: #F9F9F2;*/
	}
*/
/*
#left_nav li {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #CAD5CC;
	border-bottom-color: #CAD5CC;
	border-left-color: #CAD5CC;
	}
/*

/*IE hack - IE doesn't read the min-height style*/
*html #content_right {
	height: 45em;
}
/*end hack*/

#content_right {
	min-height: 45em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 15px;
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CAD5CC;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 130%;
	font-family: "Segoe UI", Helvetica, Arial, sans-serif;
	color: #404040;
	width: 575px;
	line-height: 1.5em;
	}
	
#content_right a {
	text-decoration: none;
	color: #404040;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7D9983;
	}

#content_right table {
	padding: 5px;
	}
	
#content_right h1 {
	font-size: 150%;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	padding-top: 5px;
	color: #039;
	line-height: 1em;
	padding-bottom: 8px;
	}
	
#content_right h2 {
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	color: #694001;
	padding-top: 5px;
	padding-bottom: 3px;
	}
	
#content_right h3 {
	font-size: 100%;
	color: #006262;
	padding-top: 8px;
	padding-bottom: 0px;
	}
	


#content_right ul {
	padding-bottom: 10px;	
	}
	
#content_right ul li {
	margin-left: 25px;
	list-style-type: none;
	list-style-image: url(/img/backgrounds/bullet_brn.gif);
	line-height: 18px;
	padding-bottom: 5px;
	}
	
#content_right ol {
	text-indent: 10px;	
   }
	
#content_right ol li {
	list-style-image: none;
	list-style-position: inside;
	}
	
#components {
	width: 100%;
	/*overflow: hidden;*/
	height: 200px;
	color: #404040;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	}
	
#components p a {
	color: #404040;
	text-decoration: underline;
	padding-top: 0;
	padding-bottom: 0;
	}
		
#components p a:hover {

	}	
	
.col240 {
	float: left;
	width: 240px;
	overflow: hidden;
	}

.padright {
	padding-right: 25px;
	}

.padleft {
	padding-left:  25px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #cccccc;
	}

img.icon {
	width:60px;
	height:60px;
	float:left;
	clear:left;
	margin-right:20px;
	margin-bottom:135px;
	}
		
#footer  {
	float:left;
	width: 800px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 0px;
	background-color: #596744;
	/*background-image: url(/img/backgrounds/green_span_footer_home.gif);
	background-repeat: repeat-x;*/
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #98C6CB;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	padding-left: 10px;
	margin-bottom: 25px;
	line-height: 1.8em;
	}
	
#footer a {
	color: #FFFFFF;
	background-color: transparent;
	}
	
#footer a:hover {
	text-decoration: underline;
	color: #1C2A10;
	}

.footer_img {
	margin-left: -15px;
	}

.hr {
	clear: both;
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #CAD5CC;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 3px;
	margin-right: 8px;
	}
	
.hrdot {
	clear: both;
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: dotted;
	border-bottom-color: #CAD5CC;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 3px;
	margin-right: 8px;
	width: 100%;
	}
	
p {
	margin-top: 0px;
	margin-bottom: 10px;
	}
	
.gotop {
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
	margin-right: 20px;
	width: 25px;
	height: 25px;
	}
	
.floatleft {
	float: left;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0;
	text-align: center;
	line-height: 1.2em;
	color: #999999;
	padding: 5px;
	}
	
/*takes away the dotted alink in safari*/
.floatleft img {
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	}
	
.floatright {
	float: right;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px dashed #CCCCCC;
	margin-left: 0;
	margin-left: 0;
	text-align: center;
	line-height: 1.3;
	color: #999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	}

.floatright img {
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	}

.clear { 
	clear: both;
	height: 0;
	width: 100%;
	font-size: 5px;
	margin: 0;
	padding: 0; }

.small {
	font-size: 90%;
	}
	
.prev {
	float: left;
	padding-left: 15px;
	padding-bottom: 8px;
	color: #859e8a;
	}
	
.prev a {
	color: #859E8A;
	}
	
.next {
	float: right;
	padding-bottom: 8px;
	color: #859e8a;
	padding-right: 15px;
	}
	
.next a {
	color: #859E8A;
	}

.bread {
	color: #9C814D;
	font-size: 90%;
	margin-bottom: 5px;
	padding-right: 10px;
	text-align: left;
	}
	
.bread a {
	color: #9C814D;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F2F0E1;
	}

.thumbnail {
	float: left;
	border: 1px solid #C2CFB8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 10px;
	text-align: center;
	font-size: 70%;
	background-color: #e8e4ca;
	padding: 5px;
	line-height: 1;
	color: #999999;
	}
	
.thumbnail img {
	padding-bottom: 8px;
	}

.news_callout a {
	}
	
.news_callout {
	/*background-color: #efefef;*/
	background-color: #F5F4EB;
	padding: 10px;
	border: 1px dotted #8E7546;
	}
	
.news_callout li {
	padding-bottom: 8px;
	}
	
.news_callout h2 {
	color:#960;
	}
	
.news_callout h4 {
	font-size: 100%;
	color: #e98005;
	padding-top: 8px;
	padding-bottom: 8px;
	}

.callout1 a {
	}
	
.callout1 {
	/*background-color: #efefef;*/
	background-color: #FFF3E8;
	padding: 10px;
	}
	
.callout1 li {
	padding-bottom: 8px;
	}
	
.callout h2 {
	color:#960;
	}
	
.callout1 h4 {
	font-size: 100%;
	color: #e98005;
	padding-top: 8px;
	padding-bottom: 8px;
	}
	
.callout2 {
	background-color: #FFE9A4;
	padding: 10px;
	border: 1px solid #666;
	}
	
td {
	padding: 3px;
	border: 1px solid #eeeeee;
	}
	
.caps {
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	color: #930;
	font-size: 130%;
	}
