/* Start of CMSMS style sheet 'stem base layout' */
/* 
Stem Brand Stylesheet
by Kevin Kemmerly 11-2008 
 */
 @charset "UTF-8";

/* CSS Document */

/* Reset code */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 100%;
}
ol, ul {
	list-style: none; 
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end Reset code */

html {
	min-height: 100%;
}
body  {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #4D4E3A;	
	background: #fff url(images/bg_right.jpg) repeat-x left top;
	margin: 0 auto; 
	padding: 0;
	text-align: center;
	color: #000000;
	min-height: 100%;
	height: 100%;

}
p {
	padding: 0 0 8px 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #4D4E3A;
	}
h2 { 
	padding: 0 0 9px 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	line-height: 100%;
	font-weight: normal;
	color: #EA6617;
	}	
#outer-wrapper {
	/*display: table;*/
		position: absolute;
	top: 0;
	left: 0;
	/*position: relative;*/
	width: 100%;
	
	height: 100%;
	min-height:100%;
	background-image: url(images/bg_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: none;
	text-align: center;
	
}

#wrapper { 
	display: block;
	width: 980px;
	min-height: 100%;
	background: #fff url(images/bg_wrap.gif) repeat-y center top;
	margin: 0 auto; 
	height: 95%;
	min-height: 100%;
	/*_height: 600px;*/
	padding: 0;
	text-align: left; 
	/*overflow: hidden;*/
}
#logo {
	float: left;
	width: 153px;
	padding: 0;
	margin: 0 0 52px 0;
}
#mainnav {
	margin: 0 0;
	padding: 0;
}
#mainnav ul, #subnav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 19px 0;
	}
#subnav {
	min-height: 270px;
	_height: 270px;
	}
#mainnav ul li, #subnav ul li, #subnav ul li.currentpage {
	padding: 0 0 0 0;
	margin: 0;
	}
#mainnav ul li a, #subnav ul li a, #mainnav ul li h3, #subnav ul li h3  {
	display: block;
	padding: 1px 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #4D4E3A;
	text-decoration: none;
	line-height: 120%;
	}	
#subnav ul li h3, #mainnav ul li a.activeparent  {
	font-weight: bold;
	color: #000;
}
#mainnav ul li a:hover, #subnav ul li a:hover {
	color: #000;
	}		

#content {
	display: block;
	float: left;
	width: 932px;
	background-image: url(images/bg_content.jpg);
	background-position: 2px top;
	background-repeat: no-repeat;
	background-color: none;
	margin: 0 0 0 48px;
	padding: 0;
	
}
#col1 {
	float: left;
	width: 204px;
	margin: 70px 0 0 0;
	padding: 0 13px 0 13px;
	text-align: left;
}
#col2 {
	float: left;
	width: 204px;
	margin: 196px 0 0 0;
	padding: 0 13px 0 13px;
}
#col2 ul {
	list-style-image: url(images/orange_bullet.gif);
	color: #4D4E3A;	
	padding: 0 0 8px 15px;
	margin: 0;

}
#col2 ul li {
	padding: 0 0 8px 0;
	margin: 0;

}
#col3 {
	float: left;
	width: 452px;


	margin: 105px 0 0 0;
	padding: 0 5px 0 13px;
}
body.logos #col3 {
	float: left;
	width: 452px;
        min-height: 600px;
        background-color: #fff;
	margin: 196px 5px 0 13px;
	padding: 0;
}

#col3 h2 {
	padding: 0 0 5px 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 40px;
	line-height: 110%;
	font-weight: normal;
	color: #fff;
	}	
#footer {
	margin: 0;
	padding: 5px 0;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.orange {
	color: #EA6617;
}


/* End of 'stem base layout' */

