@import url("reset.css");

/* @group Globals */

.box {
   width: auto;
   height: auto;
   border: 1px solid #FFFFFF;
   text-align: center;
   padding: 2px;
   margin: 2px;
}

/* Background Color */
.tb2 {
	background-color : #710000;
	border: 2px solid #008000;
	width: 170px;
}


/* Tag Redefinitions */

body {
	background: #fff url(../images/bg.gif) repeat-x;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	padding: 0 0 40px 0;
	}

a {
	color: #c2be32;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

p {
	font: 86%/1.6em Helvetica, Arial, Geneva, sans-serif;
	color: #666;
	margin: 1em 0 0 0;
	}
p2 {
	font: 55%/1.6em Helvetica, Arial, Geneva, sans-serif;
	color: #666;
	margin: 1em 0 0 0;
	}
p3 {
	font: 55%/1.6em Helvetica, Arial, Geneva, sans-serif;
	color: #d7d356;
	margin: 1em 0 0 0;
	}
h2 {
	color: #d7d356;
	font: 182% Helvetica, Arial, Geneva, sans-serif;
	margin: 0 0 .4em 0;
	}



em, strong {
	font-weight: bold;	
	}

/* General Tags */

.accessible {
	display: none;	
	}

/* image replacement */

.replace {
	position: relative;
	margin: 0px;
	padding: 0px;
	overflow: hidden

;	
	/* */	
	}

.replace span.empty {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;	
	/*for Opera 5 and 6*/	
	}

/* clearfix */

/* clearfix giving problems for expanded rows in safari but need it for ie6 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
	}

.clearfix {
	display: inline-block;	
	}

.clearfix {
	display: block;	
	}

* html .clearfix {
	height: 1px;	
	}

.clearfloat { /* 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;
}



.required {
	color: #f00;
	}

/* @end */

/* @group Layout */

.twoColFixRt #container { 
	width: 916px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* 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 */
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	border-left: 1px solid #e6e6e6;
	display: inline;
	}
.twoColFixRt #mainContent { 
	margin: 0 170px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow: visible;
} 
.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;
	display: inline;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	display: inline;

	border: 1px solid red;
}



/* @end */

/* @group Header */

#site-logo, #site-logo span.empty {
	background: url(../images/header.jpg) no-repeat;
	width: 916px;
	height: 322px;
	}

/* @end */

/* @group Content */

#mainContentText {
	margin: 0 0 0 210px;
	}



.intro {
	color: #878787;
	line-height: 2em;
	margin: 2em 0 3em 0;
	}

.intro p {
	font-size: 116%;
	color: #999;
	}



/* @end */

/* @group Sidebar */

#sidebar1 {
	overflow: visible;
	padding-top: 0;
	}



#sidebar1 img {
	margin: 3em -200px 0 0;
	}



#sidebar1 .callOut {
	margin: 2em 0 0 0;
	}

#sidebar1 .callOut h5 {
	font-size: 86%;
	color: #c9c319;
	text-transform: uppercase;	
	}

#sidebar1 .callOut p {
	font-size: 72%;
	margin: .6em 0 0 0;
	}

#sidebar1 .callOut img {
	margin: .4em 0 0 0;
	}



/* @end */

/* @group Navigation */

#primaryNav {
	list-style: none;
	padding: 0 0 60px 0;
	background: url(../images/photo-pears.jpg) no-repeat 0 bottom;
	margin: 0;
	}

#primaryNav li {
	list-style: none;
	padding: 0;
	}

#primaryNav a {
	text-decoration: none;
	text-transform: lowercase;
	color: #999;
	padding: 0 0 .3em 0;
	display: block;
	}
	
#primaryNav a.current {
	text-decoration: none;
	text-transform: lowercase;
	color: #c9c319;
	}

#primaryNav a:hover {
	color: #c9c319;
	}





/* @end */

/* @group Footer */

#footer {
	border-top: 1px solid #e6e6e6;
	margin: 20px 0 0 210px;
	}

#footer p {
	font-size: 86%;
	color: #c9c319;
	text-transform: uppercase;
	}



/* @end */

