body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

/*Pagewrapper serves as a container for all elements on the page.
Min-width is set to 904px. This prevents the box from getting too narrow -
to the point that it would either break the layout or make text
impossible to read. When a user makes the browser window narrow,
pagewrapper will shrink in width until it reaches 720px - then the
browser will spawn a horizontal scrollbar. MSIE 6 does not support
min-width, but we have included a special workaround. See the
readme_first file included with this PagePack for details.*/
#pagewrapper{
	min-width: 955px;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: right top;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(../images/background.png);
	padding: 0px;
	height: 600px;
}


#logo {
	height: 50px;
	margin-left: 30px;
	padding-left: 30px;
}
#searchwrapper {
	background-image: url(../images/searchbackgroundc.jpg);
	background-repeat: no-repeat;
	width: 279px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	float: right;
	background-position: right;
	vertical-align: middle;
	height: 41px;
	padding: 0px;
}
#search2 {
	float: right;
	background-image: url(../images/searchbackgroundc.jpg);
	background-repeat: no-repeat;
	height: 53px;
	width: 376px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin: 0px;
	background-position: right top;
}
.searchbox {
	padding-right: 0px;
	vertical-align: middle;
	padding-left: 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.searchtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-align: right;
	vertical-align: middle;
	line-height: 10px;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#centerbox {
	background-color: #FFFFFF;
	opacity: .85;
	filter: alpha(opacity=85);
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: right;
	width: 893px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}

/*The menubar DIV is the container for our menu. Background image
is set to render a textured behind the top-level links that matches
the sub-menu texture. Dark gray borders are set on all sides except
for the top. The lighter-colored top border you see is actually part
of the masthead images. Font-size is set to .85em for the entire menu.*/
#menubar {
	color: #FF6633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 30px;
	font-size: 12px;
	font-weight: bold;
	height: 27px;
	text-transform: uppercase;
}

/*Maincontent is the center content table cell. We assign a background
image to create a dashed vertical rule between maincontent and sidebar1.*/
#maincontent {
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	letter-spacing: 0px;
	padding-top: 3px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 17px;
	clear: right;
	margin: 0px;
}
#maincontent a:link {
	color: #6f90b8;
	text-decoration: underline;
	font-weight: bold;
}
#maincontent a:visited {
	color: #6f90b8;
	font-weight: bold;
}
#maincontent a:hover {
	color: #FF6633;
}

/*Maincontent paragraph margins.*/
#maincontent p {
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 5px;
}

#maincontent li {
}

/*Footer styles*/
#footer {
	font-size: 10px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 955px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}
#footer a:link {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #FF6633;
}
#footer p {
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0;
}

/*Heading Styles*/
h1, h2, h3 {
	margin: 0px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff6633;
	text-align: left;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
}
h2, h3 {
	margin: 30px 0 0 0;
	font-size: 1.6em;
	color: #C2B992;
}
h3 {
	font-size: 1.4em;
}

/* Start Misc. */
.orangehighlight {
	color: #ff6633;
	font-weight: bold;
}
.blackhighlight {
	color: #000000;
	font-weight: bold;
}
	
.nobold {
	font-weight: normal;
}
/* End Misc. */

#topcurveline {
	background-image: url(../images/topcurveline.gif);
	background-repeat: no-repeat;
	width: 895px;
	height: 7px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	background-color: #FFFFFF;
	/* opacity: .85;
	filter: alpha(opacity=85); */
	clear: both;
}
#bottomcurveline {
	background-image: url(../images/bottomcurveline.gif);
	background-repeat: no-repeat;
	width: 895px;
	height: 7px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	clear: both;	/* opacity: .85;
	filter: alpha(opacity=85); */
	padding: 0px;
	margin-bottom: 0px;
}
#topbanner {
	margin-right: auto;
	margin-left: auto;
}
#topjoinbutton {
	float: right;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 17px;
	padding-left: 17px;
	font-size: 12px;
	font-weight: bold;
	color: #6f90b8;
	margin-bottom: 0px;
}
#topjoinbutton a:link {
	color: #FF6633;
	text-decoration: none;
	font-weight: bold;
}
#topjoinbutton a:visited {
	color: #FF6633;
	text-decoration: none;
}
#topjoinbutton a:hover {
	color: #6f90b8;
	text-decoration: underline;
}
#downloadblueprintbutton {
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	font-weight: bold;
	color: #FF6633;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	width: 893px;
	opacity: .85;
	filter: alpha(opacity=85);
	padding-top: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#downloadblueprintbutton p {
	margin: 0px;
	padding-right: 17px;
	padding-bottom: 7px;
}
#downloadblueprintbutton a:link {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#downloadblueprintbutton a:visited {
	color: #333;
	;
	text-decoration: none;
}
#downloadblueprintbutton a:hover {
	color: #6f90b8;
	text-decoration: underline;
}
.biglogobox {
	padding-top: 27px;
	padding-bottom: 17px;
	text-align: center;
}
.homepagetext {
	font-size: 12px;
	line-height: 15px;
	color: #999999;
	text-align: center;
}
.homepagejoinbutton {
	padding-top: 22px;
	padding-bottom: 11px;
	text-align: center;
}

#homepagewidgetbox {
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #333333;
}
#homepagewidgetbox a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#homepagewidgetbox a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#homepagewidgetbox a:hover {
	color: #FF6633;
	text-decoration: underline;
	font-weight: bold;
}
/* #homepagewidgetbox a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#homepagewidgetbox a:hover {
	color: #FF6633;
	text-decoration: underline;
	font-weight: bold;
} */
.lightbluehighlight {
	font-weight: bold;
	color: #6f90b8;
}
.footnote {
	font-size: 10px;
	font-style: italic;
	color: #666666;
}
.tableoutline {
	border: 1px solid #666666;
	padding: 3px;
}
.tableheaderpad {
	padding-top: 3px;
}
.tablealtgreybackground {
	background-color: #f2f2f2;
}


/* .tooltip{
	width: 200px;
	color:#000;
	text-decoration:none;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	font-weight: bold;
}

.tooltip span.top{
	padding: 30px 8px 0;
	background-image: url(../images/bt.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.tooltip b.bottom{
	padding:3px 8px 15px;
	color: #548912;
	background-image: url(../images/bt.gif);
	background-repeat: no-repeat;
	background-position: bottom;
} */
.thincelldivider {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	height: 1px;
}
.thintableoutline {
	padding: 0px;
	line-height: 13px;
}
#cooltipsbox {
}
#cooltipsbox a:link {
	color: #FF6633;
	text-decoration: underline;
	font-weight: bold;
}
#cooltipsbox a:visited {
	color: #FF6633;
	text-decoration: underline;
	font-weight: bold;
}
#cooltipsbox a:hover {
	color: #6f90b8;
	text-decoration: none;
	font-weight: bold;
}
#homemiddlejoin {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 17px;
}
#homemiddlejoin a:link {
	color: #FF6633;
	text-decoration: underline;
	font-weight: bold;
}
#homemiddlejoin a:visited {
	color: #FF6633;
	text-decoration: underline;
	font-weight: bold;
}
#homemiddlejoin a:hover {
	color: #6f90b8;
	text-decoration: underline;
	font-weight: bold;
}

/*---------- bubble tooltip -----------*/
a.tt{
	position:relative;
	z-index:24;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{
	z-index:25;
	color: #000000;
background:;	text-decoration: none;
}
a.tt:hover span.tooltip{
	display:block;
	position:absolute;
	top:0px;
	left:0;
	width:200px;
	color: #000000;
	text-align: left;
	filter: alpha(opacity:85);
	KHTMLOpacity: 0.85;
	MozOpacity: 0.85;
	opacity: 0.85;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
a.tt:hover span.top{
	display: block;
	background-image: url(../images/bubble.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 30px;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
	background-image: url(../images/bubble_filler.gif);
	background-repeat: repeat;
	background-position: bottom;
}
a.tt:hover span.bottom{
	display: block;
	color: #FF6633;
	background-image: url(../images/bubble.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
}
.sitemap {
	font-size: 10px;
	line-height: 12px;
}
.sitemap ul {
	font-size: 10px;
	line-height: 12px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#homepagee3logobox {
	margin-right: auto;
	margin-left: auto;
	width: 100px;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #333333;
}

#homepagewrapper {
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	letter-spacing: 0px;
	padding-top: 3px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 17px;
	clear: right;
}
/* #homepagewrapper a:link {
	color: #6f90b8;
	text-decoration: underline;
	font-weight: bold;
}
#homepagewrapper a:visited {
	color: #6f90b8;
	font-weight: bold;
}
#homepagewrapper a:hover {
	color: #FF6633;
} */

/*Maincontent paragraph margins.*/
#homepagewrapper p {
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}

#homepagewrapper li {
}
.lightgrey {
	color: #CCC;
	font-style: italic;
}
.mitchelltag {
	color: #b20838;
}
.mitchelltag a:link {
	color: #b20838;
	text-decoration: underline;
	font-weight: bold;
}
.mitchelltag a:visited {
	color: #b20838;
	text-decoration: underline;
	font-weight: bold;
}
.mitchelltag a:hover {
	color: #b20838;
	text-decoration: underline;
	font-weight: bold;
}

#homepagewrapper {
	height: 475px;
}
#videobox {
	background-color: #CCC;
	float: left;
	width: 320px;
}
#videobox p {
	padding: 10px;
	font-size: 10px;
	color: #666;
}
#videobox h1 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-transform: none;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#videobox a:link {
	color: #FF6633;
	font-weight: bold;
	text-decoration: none;
}
#videobox a:visited {
	color: #FF6633;
	font-weight: bold;
	text-decoration: none;
}
#videobox a:hover {
	color: #6f90b8;
	text-decoration: none;
	font-weight: bold;
}
#homepagerightsidewrapper {
	margin-left: 335px;
}
#homepagefeaturestory {
	width: 300px;
	float: left;
	height: 330px;
}
#homepagefeaturestory p {
	font-size: 11px;
	color: #333;
	line-height: 14px;
	padding-bottom: 10px;
}
#homepagefeaturestory h1 {
	font-size: 14px;
	font-weight: bold;
	color: #F63;
	text-transform: none;
}
#homepagefeaturestory a:link {
	color: #FF6633;
	font-weight: bold;
	text-decoration: none;
}
#homepagefeaturestory a:visited {
	color: #FF6633;
	font-weight: bold;
	text-decoration: none;
}
#homepagefeaturestory a:hover {
	color: #6f90b8;
	text-decoration: none;
	font-weight: bold;
}
#homepagestories {
	height: 330px;
	margin-left: 315px;
}
#homepagestories h1 {
	color: #6699cc;
	font-size: 12px;
	text-transform: none;
}
#homepagepicturenav {
	clear: right;
}

.imageleft {
	float: left;
	padding-right: 12px;
	padding-bottom: 3px;
}
.imageright {
	float: right;
	padding-left: 12px;
	padding-bottom: 3px;
}
