/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

html,body { width:100%; height:100%; background: #FF7D00; min-width:834px; min-height:500px; } strong { font-weight:bold; }

/* LAYOUT CONTAINERS FOR MAIN SITE */
#vCenterSite { position:absolute; width:100%; top:50%; left:0; margin-top:-250px; }
#wrapSite { width:834px; height:480px; margin: 0px auto; background: transparent url(/inc/img/shared/rounded-repeat.gif) 0 0 repeat-y;  overflow: auto; }

/* LAYOUT CONTAINERS FOR HOMEPAGE */
#vCenterHome { position:absolute; width:100%; top:50%; left:0; margin-top:-182px; }
#wrapHome { width:834px; height:365px; margin: 0px auto; background: transparent url(/inc/img/shared/rounded-repeat.gif) 0 0 repeat-y;  overflow: auto; }

/* ROUNDED CORNERS */
#roundTopBg { width:100%; height:100%; background: transparent url(/inc/img/shared/rounded-top.gif) 0 0 no-repeat; }
#roundBotBg { width:100%; height:100%; background: transparent url(/inc/img/shared/rounded-bot.gif) 0 100% no-repeat; }




/* PAGE LAYOUTS */

#navWrap, #bodyWrap { margin-top:60px; }
#navWrap { width:220px; float:left; margin-left:2px; }
#bodyWrap { width:580px; float:left; }

#navCol { padding-left:25px; margin-left:}
#bodyCol { padding-left: 40px; }

#logo { margin-left:1px; margin-top: }

#tag { width:794px; margin:0 auto; text-align:right; font-weight:bold; }
#tag, #tag a { font:10px/26px Arial, Helvetica, sans-serif;  color:#eeeeee; text-decoration:none; }
#tag a:hover { text-decoration:underline; }
/* SITE NAVIGATION */

#siteNav { margin-top:34px;  }
#siteNav li { margin-left:12px; }
#siteNav a { background:#ffffff; color: #FF7D00; font-family:'Lucida Sans', Arial, Helvetica, sans-serif; font-size:14px; line-height:31px;  text-decoration:none; }
#siteNav a.selected, #siteNav a:hover { text-decoration:underline; }

/* HOME NAVIGATION OVERRIDES */

#wrapHome #siteNav {margin-left: 280px; margin-top:0;}
#wrapHome #siteNav li {float:left; margin-right:6px; }


/* Left Nav, Outside Nav */
/* Left Nav, Inner Nav */
#subNav a {
	margin-left:.5em;
	height:14px; /* Must Equal Line Height in IE6 */
	font-size:11px;
	line-height:14px;
	font-family: Helvetica, Arial, sans-serif;
	background:none;
	color:#999;
}
#subNav a:hover {
    
    background: none;
}



/* stack layouts */
/****************************************************************/
div.onetextstack		{ 					}
div.twotextstack		{ 					}
div.threetextstack		{ 					}
div.imgleftstack		{ 					}
div.imgrightstack		{ 					}

div.oneimagestack		{ overflow: hidden;	text-align:left; }
div.twoimagestack		{ overflow: hidden;	}
div.threeimagestack		{ overflow: hidden;	}
div.fourimagestack		{ overflow: hidden;	}

div.featureonetextstack	{ 					}
div.feedbackformstack	{ 					}
div.rawhtmlstack	{ 					}
div.tocstack		{ 					}
div.sitemapstack	{ 					}


/* bottom of stack options */
/****************************************************************************************************************/
div.bottomspacing		{ margin-bottom	: 10px;	padding-bottom: 0px;	}
div.bottomnone			{ margin-bottom : 0px;  padding-bottom: 0px;	}
div.bottomline			{ margin-bottom	: 30px;	padding-bottom: 30px; border-bottom: 1px solid black; }


