BODY {
	margin:0;
	padding:0;
	font-size:85%;
	line-height:1.125em;
	text-align:center;
	color:#666666;
	font-family:Arial,sans-serif;
	background:#E6E7E9 url('../navImages/HeaderBG.gif') no-repeat top center;
}
BODY.home {
	background:#E6E7E9 url('../navImages/HeaderHomeBG.jpg') no-repeat top center;
}
A {
	color:#000;
	font-weight: bold;
}
#header {
	width:780px;
	margin:auto;
	text-align:left;
}
#logo {
	padding-left:9px;
	padding-top:22px;
	padding-bottom:14px;
	background:#E6E7E9;

}
#SubNavigation {
	list-style-type:none;
	margin:0;
	padding:0;
	display:block;
}
#SubNavigation LI {
	float:left;
	padding-right:10px;
	padding-left:3px;
	display:block;
	
}
#SubNavigation LI A {
	color:#666666;
	font-size:.8em;
}

#SubNavigation LI.parent {
	font-weight: bold;
	background:url('../navImages/SubNavParent.gif') no-repeat 100% 60%;
}

#SubNavigation LI.parent A {
	font-weight:bold;
}
#SubNavigation LI.child {
	padding-right:7px;
	background:url('../navImages/SubNavChild.gif') no-repeat 100% 60%;
}
#SubNavigation LI A.selected {
	font-weight:bold;
	color:#990000;
	text-decoration:none;
}
#wrap {
	width:780px;
	clear:left;
	margin:auto;
	text-align:left;
	background:#FFF url('../navImages/ContentBG.gif') no-repeat top right;
}
#wrap DIV#content {
	min-height:400px;
	padding:8px 12px;
}

BODY.home #wrap DIV#content {
	padding:0;
}
#SubNavigation LI.last {
	background:none;
}

H1.title {
	clear:left;
	color:#FF0000;
	font-size:1.4em;
	padding:0;
	margin:0;
	padding-top:20px;
	
}
DIV.summary {
	line-height: 1.25em;
	padding-top:10px;
	padding-bottom:20px;
	width:675px;
	border-bottom:1px solid black;
}
DIV.main {
	padding-top:10px;
}
#footer {
	clear:both;
	color:#000000;
	border-top:1px solid black;
	padding-top:10px;
	padding-bottom:5px;
	text-align:center;
	font-size:.85em;
}
#footer A {
	color:#000000;
}
#HomeLeft{
	float:left;
	width:238px;
	min-height:300px;
}
#HomeTopRight{
	float:right;width:541px;
	border-left:1px solid #CCC;
	border-bottom:1px solid #333;
	height:171px;
}
#HomeBottomRight{
	float:right;
	width:491px;
	padding:0 30px 10px 20px;
	border-left:1px solid #CCC;
	background:url('../images/HomeBG.jpg') no-repeat top left;
	height:430px;
}
DL.CallOut, DL.CallOut DT, DL.CallOut DD, DL.ProductDisplay, DL.ProductDisplay DT, DL.ProductDisplay DD {
	margin:0;
	padding:0;
}
DL.CallOut {
	width:200px;
	margin:auto;
	border:2px solid #999;
}
DL.CallOut DT {
	background:#999 url('../images/CallOutBullet.gif') no-repeat 6px 5px;
	padding:4px;
	padding-left:22px;
	color:#FFF;
	font-size:0.875em;
	font-weight: bold;
}

DL.CallOut DD {
	padding:8px;
	font-size:0.875em;
	font-weight: normal;
}
DL.CallOut DD A {
	color:#000;
	font-weight: bold;
}
DL.ProductDisplay {
	width:130px;
	float:left;
	padding-left:10px;
	margin-bottom:15px;
}
DL.ProductDisplay DT IMG {
	border:1px solid #600;
}
DL.ProductDisplay DD {
	padding-top:7px;
	font-weight: bold;
	font-size:0.85em;
}
DL.ProductDisplay DD B {
	color:#900;
}
DL.ProductDisplay DD A {
	color:#000;
}
UL#Products, UL#Products UL {
	list-style:none;
	margin:0;
	padding:0;
	display:block;	
}
UL#Products LI{
	display:block;
	margin:0;
	padding:0;
}

UL#Products LI A {
	color:#900;
	font-weight: bold;
}
UL#Products LI LI A{
	color:#666;
	font-weight: normal;
}
UL#Products LI LI LI {
	padding-left:15px;
}

UL#Products UL {
	padding-bottom:20px;
}
UL#Products UL UL {
	padding:0;
}
.clearfloat {
	clear:both;
}
UL.markets {
	list-style: none;
	padding:0;
	margin:0;
}
UL.markets LI {
	padding:0;
	margin:0;
	margin-bottom:15px;
}
UL.floatleft {
float:left;
width:200px;
}
UL.floatleft {
float:left;
width:200px;
}

/* Examples of font size manipulation... em is standard 16px font... everything else is a calculation based off of that

.bodytext p {
font-size:0.875em;
}

.sidenote {
font-size:0.75em;
}

*/