/*
// $Id: wrapper.css,v 1.7 2009/10/28 20:08:46 karenk Exp $
// $Revision: 1.7 $
// $Author: karenk $
//
// $Log: wrapper.css,v $
// Revision 1.7  2009/10/28 20:08:46  karenk
// change email to a friend icon
//
// Revision 1.6  2009/10/28 20:01:21  karenk
// update wrapper
//
// Revision 1.5  2009/09/17 20:55:25  karenk
// fix hero size
//
// Revision 1.4  2007/10/18 20:53:38  stephend
// Secondary page & column headers
//
// Revision 1.3  2007/10/16 21:50:09  stephend
// Modules Build
//
// Revision 1.2  2007/10/12 18:11:49  stephend
// Init build
//
// Revision 1.1  2007/10/08 15:40:05  stephend
// Init checkin
//
// Revision 1.1  2007/07/12 17:32:30  scottl
// Module cleanup after corruption.
//
// Revision 1.1  2007/02/01 19:50:36  scottl
// Had to re-add the module after a developer committed project specific code and assets to the reference website.
//
// Revision 1.1  2006/11/27 16:28:25  scottl
// Re-established ReferenceWebsite module after cross-project corruption issue.
//
// Revision 1.1.1.1  2006/08/28 19:54:54  scottl
// Initial check-in.
//
//
*/
/* GLOBAL */
body {
	margin:0; 
	background-image:url(../images/frost.bg.jpg);
	background-position:top center;
}

body,td,p {
	font:normal 11px Verdana;
	line-height:17px;
	color:#000
}

p {margin:0;padding:0}

a 
{
	font:normal 11px Verdana;
	line-height:17px;
	color:#1e4a9c;
}

a:hover
{

}

form {display:inline;}

h1,h2,h3,h4,h5,h6 {margin:0;padding:0}

h1
{
	font-family:Verdana;
	font-size:18px;
	font-weight:normal;
	color:#990000;
	text-transform:uppercase;
}

h2
{
	font-family:Verdana;
	font-size:13px;
	font-weight:normal;
	color:#990000;
}

img {border:0}

#content
{
	/* width defined inline */
	background-color:#94bfee;
}

#leftcol
{
	vertical-align:top;
}

#leftcol ul li
{
	color:#fff;
}

#leftcol ul li a
{
	font:normal 11px Verdana;
	color:#fff;
}

#leftcol ul li a:hover {color:#f9c905;}

.center-wide
{
	width:944px;
	margin:auto;
}

.center-narrow
{
	width:916px;
	margin:auto;
}

#subleft
{
	width:916px;
}

.debug, .debug1 {border:solid 1px red}
.debug2 {border:solid 1px green}
.debug3 {border:solid 1px blue}
.error {color:#ff0000;}

.starburst
{
	background:url(../images/bg.starburst.jpg) #295995 no-repeat top left;
}

#home_hero {
	width: 944px;
	height: 305px;
}
#socialDiv {
	text-align: right;
	margin: 0 10px 0 0;
	padding: 0;
}
a#emailToAFriend {
	text-decoration: none;
	color: #363636;
}
