/* CSS Document */

body{
	background-image:url(../Images/bg-main.gif);
	background-repeat:repeat;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height: 16px;
	margin:0px;
}

p{
	padding: 0 10px 0 10px;
}

a{
	color:#1f4e8e;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

#bgTopStretch{
	background-image:url(../Images/bg-top-stretch.gif);
	background-repeat:repeat-x;
}

#bgTop{
	background-image:url(../Images/bg-top-centre.gif);
	background-repeat:repeat-x;
	height:29px;
}

#nav{
	background-image: url(../Images/nav-bg.gif);
	background-position: top;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	height: 38px;
}

#nav a{
	background-position: top;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 12px 0 12px;
}

#nav a:hover{
	background-image: url(../Images/nav-bg.gif);
	background-position: bottom;
}

#nav ul{
	list-style: none;
	margin: 0 0 0 8px;
	padding: 0;
}

#nav ul li{
	float: left;
	margin: 0 4px 0 4px;
	line-height: 38px;
}

#navLeft{
	background-image: url(../Images/nav-left.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 38px;
}

#navRight{
	background-image: url(../Images/nav-right.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 38px;
}

#subNav{
	background-image: url(../Images/bg-sub-nav.gif);
	background-position: top;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	margin-bottom: 1px;
}

#subNav a{
	background-position: top;
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

#subNav a:hover{
	background-image: url(../Images/bg-sub-nav.gif);
	background-position: bottom;
}

#subNav ul{
	list-style: none;
	margin: 0 0 0 8px;
	padding: 0;
}

#subNav ul li{
	float: left;
	margin: 0 11px 0 11px;
	line-height: 30px;
}

#subNavLeft{
	background-image: url(../Images/sub-nav-left.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 30px;
}

#subNavRight{
	background-image: url(../Images/sub-nav-right.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 30px;
}

#content{
	background-color: #FFFFFF;
	line-height: 16px;
}

.mainContent{
	margin: 3px;
	width: 464px;
}

#contentTop{
	background-image:url(../Images/content-top.gif);
	background-repeat:no-repeat;
	background-position: top;
}

#contentMargin{
	margin: 1px;
}
#contentBtm{
	background-image:url(../Images/content-btm.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}

#contentHeaderContainer{
	background-image:url(../Images/content-header-bg.gif);
	background-repeat:repeat-x;
}

#contentHeaderContainer h1{
	line-height:28px;
	color:#1f4e8e;
	font-size:14px;
	font-weight:bold;
	text-transform: capitalize;
}

#contentHeaderLeft{
	background-image:url(../Images/content-header-left.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#contentHeaderRight{
	background-image:url(../Images/content-header-right.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-left:10px;
}

.contentHeaderContainer{
	background-image:url(../Images/content-header-bg.gif);
	background-repeat:repeat-x;
}

.contentHeaderContainer h1{
	line-height:28px;
	color:#1f4e8e;
	font-size:14px;
	font-weight:bold;
	text-transform: capitalize;
}

.contentHeaderLeft{
	background-image:url(../Images/content-header-left.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.contentHeaderRight{
	background-image:url(../Images/content-header-right.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-left:10px;
}

.RightColumn{
	width: 228px;
}

#RightColumnMargin{
	margin: 1px;
}

#LogoContent{
	background-image: url(../Images/logo-content.gif);
	margin-right: 1px;
	width: 227px;
}

#LogoTop{
	background-image: url(../Images/logos-top.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#LogoBtm{
	background-image: url(../Images/logo-btm.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 10px;
}

#bgbtm{
	background-image:url(../Images/bg-footer.gif);
	padding:10px;
	color:#a2ccf1;
	text-align:center;
}

#bgbtm a{
	text-decoration: underline;
	color:#a2ccf1;
}

#bgbtm a:hover{
	text-decoration: none;
	color:#a2ccf1;
}

#examples{
	background-image: url(../Images/examples-bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	border: #CCCCCC 1px solid;
	margin: 4px 0 4px 3px;
}

#examples td{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
}


.borderRight{
	border-right:#7cb0dc;
	border-right-style:solid;
	border-right-width:1px;
}

.borderLeft{
	border-left:#7cb0dc;
	border-left-style:solid;
	border-left-width:1px;
}

/* Styles */

.header1{
	color:#1f4e8e;
	font-size:12px;
	font-weight:bold;

}

.imgtable{
	padding:10px;
}

.indent{
	padding-left:10px;
}

.disclaimer{
	font-size:10px;
}

#VerticalBg{
	background-image: url(../Images/footer-bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.BlueText{
	color: #1f4e8e;
}

.large{
	font-size:13px;
}

.RedText{
	color: #FF0000;
}

.ProductImages{
	padding-top: 5px;
}

.dottedLine{
	margin-top:15px;
}

hr{
	border: none;
	height: 1px;
	color: #CCCCCC;
}

.img{ padding:1px; border:1px solid #CCCCCC;}