/***********************************************
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: #9c814d;
	}

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;
	top: 65px;
	right: 300px;
	}
	
#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: #F1F5E0;
	}
	
#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;
	}
*/
	
.searchbox {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-top: 0px;
	position: absolute;
	top: 65px;
	right: 200px;
	}
	
/*IE hack - IE doesn't read the min-height style*/
*html #content_right {
	height: 34em;
}
/*end hack*/

#content_right {
	min-height: 36em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;
	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: 595px;
	line-height: 1.5em;
	}
	
#content_right a {
	text-decoration: none;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #404040;
	}

#content_right table {
	padding: 5px;
	}
	
#content_right h1 {
	font-size: 140%;
	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: #8B3801;
	padding-top: 5px;
	padding-bottom: 3px;
	}
	
#content_right h3 {
	font-size: 100%;
	color: #039;
	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;
	}
	
#content_right ol {
	text-indent: 10px;	
   }
	
#content_right ol li {
	list-style-image: none;
	list-style-position: inside;
	}
	
#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-image: url(/img/backgrounds/green_span_footer_home.gif);
	background-repeat: repeat-x;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #699;
	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;
	}
	
#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%;
	}
	
.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;
	}

.callout1 a {
	font-weight: bold;
	}
	
.callout1 {
	background-color: #efefef;
	padding: 10px;
	}
	
.callout h2 {
	color:#960;
	}
	
.callout1 h4 {
	font-size: 100%;
	color: #e98005;
	padding-top: 8px;
	padding-bottom: 8px;
	}
	
.callout2 {
	background-color: #FFE9A4;
	padding: 5px;
	border: 1px solid #666;
	}
	
.callout3 {
	background-color: #fff;
	padding: 5px;
	border: 1px dashed #666;
	}
	
td {
	padding: 3px;
	border: 1px solid #ddd;
	}

/*input.btn {
   color:#000000;
   background:#E6F7FF;
   font:Verdana, Arial, Helvetica, sans-serif 85% bold;
   border:1px solid #000000;
*/

.caps {
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	color: #336;
	font-size: 130%;
	}
	
.dropcap {
	float: left;
	width: .7em;
	font-size: 4em;
	line-height: 83%;
	}
