@charset "utf-8";

body  {
	font: 103% Georgia, "Times New Roman", Times, serif;
	background: #6E1E21 url(../images/page_bg.jpg) repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
a,a:link,a:visited{
	color: #6e1e21;
	text-decoration:none;
}
a:hover{
	color:#2A2A2A;
}

h1{ color:#2A2A2A; 
}
ul li{
	list-style-position:inside;
}
p, ul.p, #contactUs,ul.ad {
	padding:6px;
	margin:3px;
	background:#F8F8F8;
	border: 1px solid #E0E0E0;
}
ul.p li{ list-style:url(../images/ul_diamond.gif) inside;
	line-height:20px;	}
	
ul#outsource {
	background:url(../images/pigs_collage.jpg) no-repeat;
	padding:18px 5px;
	margin-top:8px;
}
ul#outsource li{
		margin-left:165px;
		padding:4px;
}
ul#outsource li:hover{
		border:2px dashed #EEC1C2;
	background:#FBFBFB;
	padding: 2px;
	cursor:pointer;
}
p.short{
	width:60%;
	background:#F4F4F4 url(../images/ul_diamond.gif) no-repeat left center;
	padding-left: 20px;
	}

p.contact_info {
	line-height:21px;
	border:2px dashed #6e1e21;
	}
p.contact_info:hover {
	line-height:21px;
	border:2px dashed #999999;
	}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #3E3E3E;
	text-align: left;
	margin: 20px auto;
	
}
 
 #header {
	height:135px;
	border: 2px solid #919191;
	background: #DDDDDD url(../images/header_logo.jpg) no-repeat;
	padding: 0 10px 0 0px;
} 

 #header a.home_link{
	float:left;
	width:160px;
	height:135px;
	margin:0;
	padding:0;
	text-decoration: none;
}
 #header h1 {
	color:#6e1e21;
	position:relative;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 10px 190px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

 #header h2{
	font-size:96%;
	padding: 0 0 0 10px;
	margin:0;
}
#header .h2_img{
	float:left;
	margin-left: 30px;
	padding: 0 5px;
}

 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB url(../images/sidebar2_bg.jpg) repeat-x; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 5px;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}

#sidebar2 img{
	padding: 2px;
	border:1px solid #E0E0E0;
	margin-left:2px;
	}
#sidebar2 img:hover{
	border:2px dashed #666666;
	padding: 1px;
	}
#mainContent {
	padding: 0;
	margin: 0 194px 0 0;
	min-height:350px;
} 
#content{
	padding-left:20px;
}

 #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border-top:2px solid #CCCCCC
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

ul#menu{
	width:100%;
	background:url(../images/menu_bg.jpg) repeat-x;
	border-left: 2px solid #919191;
	border-bottom: 2px solid #919191;
	border-right: 2px solid #919191;
	height:40px;
	margin:0;
	padding:0 0 0 0%;
}

ul#menu li {
	float:left;
	margin: 0; 
	padding:0;
	list-style: none; 
}
ul#menu a span {
	font-size:104%;
	font-weight:bold;
	line-height:40px;
	padding:0px 8px; 
	display: block;
	
	
}
ul#menu a span:hover{
	color:#F8F8F8;
	background:url(../images/menu_bg_hover.jpg) repeat-x;
	}

.boxed{
	border:1px solid #F3F3F3;
}



input, textarea{
	font-weight:bold;
	border:2px solid #373737;
	color:#6E1E21;
}
#logindiv { 
  width:360px; 
  height:220px; 
  padding:24px; 
  background:#ecfdce; 
  border:1px solid #ccc;
  margin:auto;
}

#loginform {
  width:300px;
  height:200px;
  margin:auto;
}

#promptDiv { 
  width:278px; 
  height:48px; 
  padding:10px;
  margin-bottom:16px;
  background:#ffffff;
  text-align:left;
  font-size:11px;
  
  color:#666666;
  border:1px solid #222;
}

#buttonDiv { 
  text-align:center;
}
.fieldTitle {
  margin-bottom:3px;
  font-weight:bold;
  color:#666666;
  background:#F9F9F9;
}
.fieldEntry {
	margin-bottom:8px;
}


.toolTip { 
	color: #6e1e21;
	cursor: help; 
	position: relative; /* This contains the .toolTipWrapper div that is absolutely positioned  */
}

.toolTipWrapper { /* The wrapper holds its insides together */
	width: 315px;
	position:absolute;
	top:-310px;
	display: none; /* It has to be displayed none so that the jQuery fadein and fadeout functions will work */
	color: #6e1e21;
	font-weight: bold;
	font-size: 14px; /* A font size is needed to maintain consistancy */
	right: 200px;
	}
	
.toolTipTop { /* Top section of the tooltip */
			width: 315px;
			height: 30px;
			background: transparent url(../images/bubbleTop.gif) no-repeat;
}

.toolTipMid { /* Middle section of the tooltip */
	padding: 7px;
	background: #F7F7F7 url(../images/bubbleMid.gif) repeat-y top;
		}
.toolTipMid  ul{
	margin:2px;
	padding:2px;
}
.toolTipMid li{
	padding:2px 0;
	}
		
.toolTipBtm { /* Bottom Section of the tooltip */
			height: 75px;
			background: transparent url(../images/bubbleBtm.gif) no-repeat;
		}
		
