/* ====================================================
Formatting styles.
==================================================== */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1, h2, h3, h4, h5, h6, p {
	margin:10px 0px;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:18px;
	color:#FF0000;
	
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
h5, h6 {
	font-size:12px;
}
a {
	color:#000000;
	text-decoration:underline;
	outline: none;
	color:#FF0000;
}
a:hover, a.none {
	text-decoration:none;
}
img {
	border:none;
}
p.intro {
	font-size:14px;
	font-weight:bold;
}
ul {
	margin:10px 0px;
	padding:0px;
	list-style-type:none;
}
ul li {
	margin-bottom:10px;
	padding-left:40px;
	background:url(../images/bullet.gif) 0px 4px no-repeat;
}
#col1 p.advertL {
	width:290px;
	float:left;
}
#col1 p.advertR {
	width:290px;
	float:right;

}
#col2 p.advertL {
	width:140px;
	float:left;
}
#col2 p.advertR {
	width:140px;
	float:right;
}

hr {
	border:0px;
	color:#666666;
	padding:0px;
	height:1px;	
	background-color:#666666;
}
/* ====================================================
Layout styles.
==================================================== */

body {
	margin:0px;
	padding:0px;
	text-align:center;
	background:url(../images/bgRepeat.gif) top left repeat;
}
#bg {
	background:url(../images/bgRepeatX.gif) top left repeat-x;
	height:349px;
	padding-top:10px;
}
#fixed {
	width:955px;
	margin:0px auto;
	text-align:left;
}
#head {
	width:905px;
	padding:10px 25px 0px 25px;
	height:125px;
	background:url(../images/headerBg.gif) top left no-repeat;
}
#head img {
	float:right;
}
#head ul {
	margin:0px;
	padding:0px;
}
#head ul li {
	list-style-type:none;
	display:inline;
	padding:0px 15px 0px 0px;
	margin:0px;
	float:left;
	background:none;
}
#head ul li a {
	font-size:15px;
	text-transform:lowercase;
	text-decoration:none;
	color:#999999;
}
#bar {
	background:url(../images/barBg.gif) top left no-repeat;
	float:left;
	width:955px;
	height:55px;
	background-color:#FFFFFF;
}
#bar p {
	margin:10px 0px 0px 0px;
	float:left;
	font-size:20px;
	color:#FFFFFF;
	padding-left:650px;
}
#bar p strong {
	color:#000000;
	font-size:12px;
}

#body {
	clear:both;
	float:left;
	width:905px;
	padding:0px 25px;
	background: url(../images/contentBgRepeatY.gif) top left repeat-y;

}
#foot {
	clear:both;
	float:left;
	width:955px;
	margin:0px;
	padding:0px;
	background:url(../images/contentBgBot.gif) top left no-repeat;
	padding:20px 0px 10px 0px;
	color:#FFFFFF;
	text-align:center;
	font-size:11px;
}
#foot a {
	color:#FFFFFF;
}


#col1 {
	float:left;
	width:600px;
}
#col2 {
	float:right;
	width:290px;
}
#col2 p {
	float:left;
	margin-top:0px;
}
#knowing, #support {
	float:left;
	width:290px;
	padding-bottom:6px;
	margin-bottom:15px;
}
#support p, #knowing p {
	float:left;
	width:125px;
	margin:3px 10px;
	display: inline; /* IE6 bug fix - corrects double left margin on float bug. */
	padding:0px;
}
#support p a, #knowing p a {
	text-decoration:none;
	display:block;
	padding:4px 6px;
	color:#FFFFFF;
}
#knowing {
	background:url(../images/panelKnowingUsBgRepeatY.gif) top left repeat-y;
	border-bottom:2px solid #7F891A;
}
#knowing p {
	background:url(../images/butKnowingUsTop.gif) left top no-repeat;
}
#knowing p a {
	background:url(../images/butKnowingUsBot.gif) left bottom no-repeat;
}
#support {
	background: url(../images/panelSupportingUsBgRepeatY.gif) top left repeat-y;
	border-bottom:2px solid #931A12;
}
#support p {
	background:url(../images/butSupportingUsTop.gif) left top no-repeat;
}
#support p a {
	background:url(../images/butSupportingUsBot.gif) left bottom no-repeat;
}


#nav2 {
	width:100%;
	float:left;
	list-style-type:none;
	margin:0px 0px 15px 0px;
	padding:0px;
}
* html #nav2 { /* IE 6 only hack. */
	margin-bottom:0px;
}
#nav2 li {
	display:inline;
	float:left;
	padding:0px;
	background:#999999 url(../images/nav2BgLeft.gif) top left no-repeat;
	margin-right:10px;
}
#nav2 li a {
	background: url(../images/nav2BgRight.gif) top right no-repeat;
	text-decoration:none;
	display:block;
	padding:3px 13px 3px 10px;
	color:#FFFFFF;
	line-height:14px;
}
