@import url(globalnav.css);

/* @group GLOBALS
===================================== */

html {
	height: 100%;
}

body {
	font-size: 62.5%;
	background-color: #444444;
	height: 100%;
	margin: 0;
	}

textarea {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
	}

ul, ol, dl { margin-bottom: 1.5em; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }




/* @end GLOBALS
-------------------------------- */


/* @group LAYOUT
===================================== */

#container {
	width: 980px;
	height: 100%;
	margin: 0 auto 0 auto;
	background: #7B9788;
	}

#content {
	clear: both;
	min-height: 500px;
	}

#primary {
	width: 99%;
	padding: 0;
	border: #0000ff 0px dashed;
	min-height:500px;
	}
#primary.oneCol {
	width: 979px;
	border: #ff00ff 0px dashed;
	}
#primary.twoCol {
	width: 800px;
	}
#primary.threeCol {
	width: 325px;
	}

.left { float: left; }
.right { float: right; }

#sidebar {
	min-height: 100px; /* Fixes odd no-content disappearing bug. */
	margin: 0;
	width: 190px;
	border: #00ff00 1px dashed;
	}

#header {
	border: #ff0000 0px dashed;
	height: 60px;	
}

#footer {
	border: #ff0000 0px dashed;
	height: 20px;	
	font-family:sans-serif; 
	font-size:10pt;
	padding: 0px 2px 0px 4px;
	color: #ffffff;
}


/* @end LAYOUT
-------------------------------- */




/* @group PANE
===================================== */

.pane, .pane > .back, .pane > .cont { display: block; }

.pane {
    position: relative;
}

.pane > .back {
	position: absolute;
    width: 100%; height: 100%;
    top: auto; bottom: auto; left: auto; right: auto;
}

.pane > .cont {
    position: relative;
    z-index: 10;
}

.darkBG {
	background: #000000; 
	opacity: 0.3; 
	filter: alpha(opacity=30);
}

.lightText {
	color: #ffffff;
}

.lightText a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

/* @end PANE
===================================== */

/* @start CURVEBOX
===================================== */


#pageheadingCurved {
	/*width: 937px;
	height: 85px;
	margin: 8px 0 5px 15px;
	padding: 0 0 0 0;*/

 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}


b.btop, b.btop b, b.bbot, b.bbot b {
    display: block;height: 10px;font-size: 1px;
    background-image:url('../../grow/assets/images/growTopLeftCurve.gif');
    background-repeat: no-repeat
}
b.btop b {
    background-image:url('../../grow/assets/images/growTopRightCurve.gif');
	background-position: 100% 0px;
}
b.bbot {
    background-image:url('../../grow/assets/images/growBotLeftCurve.gif');
	background-position: 0 0px;
	/*background-position: 0 -20px*/
}
b.bbot b {
    background-image:url('../../grow/assets/images/growBotRightCurve.gif');
	background-position: 100% 0px
}

/* @end CURVEBOX
===================================== */

